/** content **/
b { font-weight: bold; color: #555; }
i { font-style: italic; }
p { margin-bottom: 20px; }
h1 {}
h2 {
	margin-bottom: 10px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 34px;
	color: #777;
}

h3 {
	margin-bottom: 10px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 22px;
	color: #777;
}
h2.divider {
	padding-bottom: 5px;
	border-bottom: 1px solid #88898a;
}

span.highlight-red { color: #e1000f; }

p.align-center { text-align: center; }
p.align-right { text-align: right; }
p.align-center > img { display: inline-block; }
a.download {
	padding-left: 22px;
	background: transparent url('../img/icon/icon_download.svg') no-repeat 0px 50%;
	background-size: 15px 15px;
	text-decoration: none;
}
a.download:hover,
a.download:focus {
	text-decoration: underline;
}
th > a:not(.download) {
	color: #fff;
}
th > a.download {
	padding-left: 0;
	padding-right: 22px;
	background-position: 100% 0px;
	text-decoration: underline;
}
td > a.button {
	display: block;
	font-size: 16px;
	padding: 3px 8px;
	float: right;
}


.btn-cancel,
.btn-primary,
a.button,
button.button,
.csc-form-element-submit input[type="submit"] {
	display: inline-block;
	padding: 4px 30px;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 21px;
	color: #fff;
	background-color: #c90019;
	background-image: linear-gradient(to bottom, #e2001a, #af0917);
	text-align: center;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	border: none;
	cursor: pointer;
}
.btn-cancel:hover,
.btn-primary:hover,
a.button:hover,
button.button:hover,
a.button:focus,
button.button:focus {
	background-image: linear-gradient(to bottom, #f22425, #bd2120);
}
.btn-cancel:active,
.btn-primary:active,
a.button:active,
button.button:active {
	background-image: none;
	background-color: #d52222;
}
.actions .btn-cancel,
.actions .btn-primary,
.button.action {
	padding-left: 0;
}
.actions .btn-cancel:before,
.actions .btn-primary:before,
.button.action:before {
	content: "";
	display: inline-block;
	width: 13px; height: 13px;
	margin: 0px 18px 0 9px;
	background: transparent url('../img/icon/icon_double_arrow_right.svg') no-repeat 0px -36px;
	background-size: 13px auto;
}
.actions .btn-cancel:before {
	transform: rotate(180deg) translateY(1px);
}
.button-secondary {
	display: inline-block;
	padding: 3px 8px;
	background-image: linear-gradient(to bottom, #cbcccc, #868786);
	background-color: #9d9e9e;
	color: #fff;
	font-size: 17px;
}
.content table {
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	border-collapse: collapse;
	color: #666;
	font-family: 'myriad-pro-condensed', sans-serif;
	font-size: 19px;
	letter-spacing: 0.03em;
}
.content th {
	padding: 8px 6px;
	background-color: #db051e;
	background-image: linear-gradient(to bottom, #dd021a, #af0c13);
	color: #fff;
	font-weight: normal;
	font-size: 22px;
}
.content td {
	vertical-align: top;
	padding: 5px 4px;
	border-bottom: 1px solid #88898a;
}
th.align-center,
td.align-center { text-align: center; }
tr.divider {}

tr.divider td {
	background-color: #ddd;
	color: #444;
}

tr.no-border {}
tr.no-border td { border-bottom: none; }

table.table-sortable {}

table.table-sortable th { font-size: 22px; }

.tablesorter-header-inner {
	display: inline-block;
	position: relative;
	padding-right: 24px;
}
.tablesorter-header-inner:after {
	content: '';
	position: absolute;
	top: 8px;
	right: -20px;
	width: 40px; height: 44px;
	background: transparent url('../img/icon/icon_arrow_top_white.png') no-repeat;
	background-size: 12px auto;
}
.tablesorter-headerUnSorted .tablesorter-header-inner:after {
	opacity: 0.6;
}

table.table-presenter {
	font-size: 24px;
	font-family: 'myriad-pro-condensed', sans-serif;
	border-bottom: 1px solid #88898a;
}
table.table-presenter th {
	border-right: 3px solid #fff;
	text-align: center;
}
table.table-presenter td {
	text-align: center;
	border-bottom: none;
	border-right: 3px solid #88898a;
}
table.table-presenter th:last-child,
table.table-presenter td:last-child { border-right: none; }
table.table-presenter a {
	text-decoration: none;
	color: #777;
}
table.table-presenter a:hover,
table.table-presenter a:focus { text-decoration: underline; }

.border-shadow,
.table-download {
	border: 1px solid #ccc;
	box-shadow: 0px 0px 3px #ddd;
	border-bottom-color: #ccc;
}

table.table-download {
	font-size: 13px;
	font-family: arial, sans-serif;
	letter-spacing: 0;
	color: #444;
	
}
table.table-download th {
	padding: 10px 16px;
	background-color: #ddd;
	background-image: none;
	color: #333;
	border-right: 1px solid #ccc;
	text-align: left;
}
table.table-download th:last-child { border-right: none; }
table.table-download td {
	padding: 16px;
	border-bottom: none;
}
table.table-download td p {
	margin-bottom: 12px;
}

table.table-download td p:last-child {
	margin-bottom: 0;
}

table.table-download td h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

table.table-download td p + h3 {
	margin-top: 24px; 
}
.content table.table-download ul li:before {
	top: 6px;
}

.content ol,
.content ul { margin-bottom: 20px; overflow: auto; }
.content ul {
	padding-left: 12px;
}
.content ol {
	padding-left: 18px;
}
.content ul li {
	position: relative;
	margin-bottom: 3px;
	list-style-type: none;
} 
.content ul li:before {
	content: '';
	position: absolute;
	left: -9px;
	top: 11px;
	width: 4px; height: 4px;
	background-color: #000;
	border-radius: 2px;
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
	border: 1px solid #ccc;
	padding: 3px;
}

.highlight-box {
	margin: 50px 0px;
	padding: 12px 19px;
	border: 1px dashed #999;
	background-color: #eee;
	font-size: 14px;
}
.highlight-box p {
	margin-bottom: 12px;
}