/* CSS Document */

/* Content */
body, div, span, p, td, input, select, textarea {
	color: black;
	font-size: 9pt;
	font-family: sans-serif;
}
a {
	color: #144376;
}
h1, h2, h3, h4 {
	color: #144376;
	margin: 0px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	font-weight: normal;
}
h3 {
	font-size: 15px;
	font-weight: bold;
}
h4 {
	font-size: 13px;
	font-weight: bold;
}
div .Break {
	color: white;
	background-color: white;
	height: 1px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-style: dashed;
	border-top-color: silver;
	border-top-width: 1px;
}

div.Portal {
	padding: 5px;
}
.Portal .Head {
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url("../Images/Portal-Head-Base.png");
	background-position: top;
	background-repeat: repeat-x;
	color: #144376;
	font-weight: bold;
}
.Portal .Body {
	padding: 4px;
	padding-left: 7px;
	padding-right: 7px;
	background-image: url("../Images/Portal-Base.png");
	background-position: top;
	background-repeat: repeat-x;
	border-style: solid;
	border-width: 1px;
	border-color: #E6EBF2;
}
.Portal .Body ul {
	padding: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.Portal .Body ul li {
	color: #144376;
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	padding-left: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url("../Images/Star.png");
	background-position: left top;
	background-repeat: no-repeat;
}
.Portal .Body .Email {
	color: #144376;
	font-size: 14px;
	font-weight: bold;
	padding-left: 32px;
	background-image: url("../Images/Email.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
.Comparison th {
	color: #144376;
}
.Comparison h1 {
	font-size: 18px;
}
.Comparison td.Mark h1 {
	color: black;
}
.Comparison td.Dan h1 {
	color: white;
}
.Comparison td.Mark {
	color: black;
	background-color: #eeeeee;
	border: solid 1px #dddddd;
}
.Comparison td.Dan {
	color: white;
	background-color: #E3362D;
	border: solid 1px #dddddd;
}
.Comparison td.Dan a {
	color: white;
}
div.Icon-PDF {
	height: 24px;
	padding-left: 26px;
	padding-top: 4px;
	background-image: url("../Images/Icons/pdf.png");
	background-position: left top;
	background-repeat: no-repeat;
	white-space: nowrap;
}

/* Slideshow */
#Slideshow
{
	overflow: hidden;
	position: relative;
	width: 194px;
	height: 236px;
	margin-left: 15px;
	margin-top: 5px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #E6EBF2;
}
#Slideshow img
{
	display: none;
	position: absolute;
	width: 194px;
	height: 236px;
}