/*
	General.css
	Interface
	 - a, a.aLight, a.aDark+, a.aDay, a.aPrint+, a.aHeader+
	 - body
	 - div, div.dImageLeft, div.dImageRight
	 - h1, h2, h3, h4
	 - img, iBorder+
	 - input, input.iCheckbox, input.iSubmit, select, textarea
	 - li, ul
	 - p
	 - table, td
	 - td.tdBorder, td.tdBorderLight
	 - td.tdBgDark, td.tdBgMiddle, td.tdBgLight
	 - td.tdDay, td.tdPrint
	 - td.tdInfoBoxHeader, td.tdInfoBox, td.tdInfoBoxDark
	 - td.tdSideBoxHeader, td.tdSideBox
	 - .SmallText, .LargeText, .Alert+, .Footer+
	 - .White
	 - #navlist *	
*/

a:link {color: #080850; text-decoration: underline;}
a:visited {color: #080850; text-decoration: underline;}
a:active {color: #999999; text-decoration: underline;}
a:hover {color: #999999; text-decoration: underline;}

a.aLight:link {color: #666666; text-decoration: none;}
a.aLight:visited {color: #666666; text-decoration: none; }
a.aLight:active {color: #999999; text-decoration: underline; }
a.aLight:hover {color: #999999; text-decoration: underline; }

a.aDark:link {color: #666666; text-decoration: none; font-weight: bold; font-size: 12px;}
a.aDark:visited {color: #666666; text-decoration: none; font-weight: bold; font-size: 12px;}
a.aDark:active {color: #999999; text-decoration: underline; font-weight: bold; font-size: 12px;}
a.aDark:hover {color: #999999; text-decoration: underline; font-weight: bold; font-size: 12px;}

a.aDay:link {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aDay:visited {color: #ffffff; text-decoration: none; font-weight: bold;}
a.aDay:active {color: #ffffff; text-decoration: underline; font-weight: bold;}
a.aDay:hover {color: #ffffff; text-decoration: underline; font-weight: bold;}

a.aPrint:link {color: #333333; text-decoration: none; font-weight: bold;}
a.aPrint:visited {color: #333333; text-decoration: none; font-weight: bold;}
a.aPrint:active {color: #333333; text-decoration: underline; font-weight: bold;}
a.aPrint:hover {color: #333333; text-decoration: underline; font-weight: bold;}

a.aHeader:link {color: #080850; text-decoration: none; font-weight: bold; font-size: 12px;}
a.aHeader:visited {color: #080850; text-decoration: none; font-weight: bold; font-size: 12px;}
a.aHeader:active {color: #080850; text-decoration: underline; font-weight: bold; font-size: 12px;}
a.aHeader:hover {color: #080850; text-decoration: underline; font-weight: bold; font-size: 12px;}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #080850;
	background-color: #00244D;
	margin: 0;
}

div {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
}
div.dImageLeft {
	float: left; 
	position: relative; 
	margin-left: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	}
div.dImageRight {
	float: left; 
	position: relative; 
	margin-left: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	}

h1  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #87212E;
	margin:0;
}

h2  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin:0;
}

h3  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	margin:0;
}

h4  {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #080850;
	margin:0;
}

img {
	border: 0;
}

img.iBorder {
	border: 1px solid #ccdddd;
}

input {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
	border: 1px solid #999;
	background-color:#ffffff;
}

input.iCheckbox {
	color: #080850;
	border: 0px;
	background-color:#ffffff;
}

.iSubmit {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ccc;
	border-color:#080850;
	border: 1px solid #999;
	font-weight: bold;
}

select {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
}

textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
	border: 1px solid #999;
	background-color:#ffffff;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
}
	
ul {
	list-style-type: circle;
	margin: 0;
	list-style-position:outside;
}
	
p {
	font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
	margin: 0;
}

table	{
    border: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	background-color:transparent;
}

td	{
	font-family: Arial, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #080850;
	background-repeat: repeat;
	background-position: left top;
 }
 
td.tdBorder {
	border: 1px solid #999999;
}
td.tdBorderLight {
	border: 1px solid #cccccc;
}

td.tdBgDark {
	background: #00244D;
}
td.tdBgMiddle {
	background: #999999;
}
td.tdBgLight {
	background: #ffffff;
}

td.tdDay {
	height: 20px;
	width: 33px;
	background: #ffffff;
	background-image: url(../Images/Button_day.gif);
	background-repeat: no-repeat;
}
td.tdPrint {
	height: 20px;
	width: 70px;
	background: #ffffff;
	background-image: url(../Images/Button_printable.gif);
	background-repeat: no-repeat;
}

td.tdInfoBoxHeader {
	border: 1px solid #ccdddd;
	background-color: #ccdddd;
	font-weight: bold;
	font-size: 12px;
	padding: 4;
	vertical-align: top;
}
td.tdInfoBox {
	border: 1px solid #ccdddd;
	background-color: #ffffff;
	vertical-align: top;
	padding: 4;
}
td.tdInfoBoxDark {
	border: 1px solid #999999;
	background-color: #eeeeee;
	vertical-align: top;
}

td.tdSideBoxHeader {
	background-color: #87212E;
	color:#FFFFFF;
	font-weight: bold;
	padding: 4px 7px 4px 7px;
	border-top: 1px solid #999999;
}
td.tdSideBox {
	border-bottom: 7px solid #87212E;
	background-color:#cccccc;
	color: #ffffff;
}


.SmallText {
	font-size: 10px;
}
.LargeText {
	font-size: 12px;
}
.Alert {
	color: #ff0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}	
.Footer {
	font-size: 10px;
	color: #666666;
}
.White {
	color: White;
}

#navlist
{
	padding: 0;
	margin: 0;
	font: bold 12px Arial, sans-serif;
	width: 160px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	border-left: 0px;
	border-bottom: 1px solid #999999;	/* Required to get rid of extra spacing on IE */
	text-align: left;
	font-weight:bold;
}

#navlist li a
{
	display: block;
	width: 160px;	/* Overwritten below for every browser other than IE */
	padding: 4px 0px 4px 23px;
	background: #00244D;
	background-image: url(../Images/List_bullet.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

html>body #navlist li a { width: 137px; }	/* Redefinition of width taking into account LHS padding */

#navlist li a:link { color: #ffffff; }
#navlist li a:visited { color: #ffffff; }

#navlist li a:link#current, #navlist a:visited#current
{
	background: #87212E;
	background-image: url(../Images/List_bullet_active.gif);
	background-repeat: no-repeat;
}

#navlist li a:hover
{
	background-image: url(../Images/List_bullet_hover.gif);
	background-repeat: no-repeat;
}
