@charset "utf-8";

li.pdf {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pdf.png) no-repeat;
}

li.tif {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.png) no-repeat;
}

li.jpg {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-pic.png) no-repeat;
}

li.mpdrei {
	list-style-type:none;
	/* BEN: So the icons display properly...*/
	padding-bottom:3px !important;
	padding-left:20px;
	background:url(../img/ico-mpdrei.png) no-repeat;
}

li.zip {
	list-style-type:none;
	padding-left:20px;
	background:url(../img/ico-zip.png) no-repeat;
}

p.quote {
	font-family:georgia,times,serif;
	font-size:13px;
	font-style:italic;
	padding:0 45px 0 30px;
}

p.code {
	font-family:courier, monospace;
	font-size:12px;
	padding:3px;
	border:1px dotted #b4b4b4;
	margin-left:30px;
}

p.subheader {
	font-size: 15px;
	color: #666;
	font-weight: 700;
	letter-spacing: 0.04em;
}

p.linkblock {}
p.linkblock a {
	display: inline-block;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: solid 1px #ccc;
	-webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
p.linkblock a:first-of-type {
	border-top: solid 1px #ccc;
}

div.related {
	float:left;
	width:145px;
	padding-bottom:9px;
	border-bottom:1px solid #00347D;
	margin:5px 20px 15px 0;
	background:#fff;
	color:#004790;
}

div.related h3 {
	padding-bottom:9px;
	border-bottom:1px solid #00347D;
	margin-bottom:10px;
	font-weight:normal;
}

div.related p {
	font-size:13px;
	line-height:14px;
	margin-bottom:5px;
}

div.related ol,
div.related ul {
	padding-left:0;
	margin-bottom:3px;
	list-style:none;
}

div.related ol li,
div.related ul li {
	font-size:11px;
	line-height:14px;
	margin-bottom:3px;
}

div.related a {
	padding-left:12px;
	text-decoration: none;
	background:transparent url(../img/related-a-bg.png) no-repeat left top 6px;
	display: block;
}

p.btn,
p.btn2 {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align:right;
	border-radius: 0;
}

form input.button,
#c11131 input[type="submit"],
form input.btn,
span.btn a,
p.btn a,
p.btn input,
p.btn2 > a,
form button.btn {
	padding: 0 30px;
	text-decoration: none;
	display: inline-block;
	min-width: 200px;
	height: 33px;
	border: solid 1px #00347D;
	color: #00347D;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400 !important;
	text-align: center;
	background: transparent;
	transition: background 0.25s, color 0.25s;
	border-radius: 0;
}
form input.button:after,
#c11131 input[type="submit"]:after,
form input.btn:after,
span.btn a:after,
p.btn a:after,
p.btn input:after,
p.btn2 > a:after
{
	content: ' ›';
}
form input.button:hover,
#c11131 input[type="submit"]:hover,
form input.btn:hover,
span.btn a:hover,
p.btn a:hover,
p.btn input:hover,
p.btn2 > a:hover,
form button.btn:hover
{
	background: #00347D !important;
	color: #fff;
}

p.btn input {
	float:right;
	font-weight:normal;
}

/*p.btn2 > a {
	line-height: 20px;
	font-weight: bold;
	font-size:12px;
}*/

table {
	border-collapse:collapse;
	border-spacing:0;
}
table th,
table td {
	padding-left: 2px;
}

table thead tr th {
	border-bottom:1px solid #d4e3f3;
	background:#FFF;
}

table.stripedtable {
}

table.stripedtable .odd {
	background:#EAF2F9;
}

table.stripedtable .even {
}

table.data,
table.data th,
table.data td {
	border:1px dotted gray;
}

table.statistics {
	background:#9ceb04;
}

table.statistics th,
table.statistics td {
	border:1px solid #7ec000;
}

.important {
	letter-spacing:0.2em;
}

span.strikethrough {
	text-decoration:line-through;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.align-center {
	text-align:center;
}

a.linkInt,
a.linkExt,
a.linkExtBlank,
a.linkIntBlank,
a.download,
a.mail {
	text-decoration: none;
}
