/* -------------- WitanWeb Style sheet -------------- */

BODY {
	margin: 0 0 0 5px;
	background: White;
}

BODY, DIV, P, A { 
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

#container {
	text-align: left;
	margin : 0 auto;
	width: 1150px;
}

/* ---- The following classes are applied to the navigation side of the page */

#nav {
	float: left; 
	clear: left;
	width: 150px;
	display: inline;
	margin-left: 0px;
	margin-right: 5px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	border-right: 3px double #5987c5; 
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
	
#nav ul a {
	display: block;
	text-decoration: none;
	background: #184a75;
	color: #fff;
	padding: .2em .5em;
	border-left: 1px solid #5987c5;
	border-right: 1px solid #5987c5;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
	
#nav ul a:hover	{
	background: #6699cc;
	color: Black;
}
	
#nav ul li {
	display: inline;
}

#nav li.navseparator {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: White;
	color: #888;
	padding: .2em .5em;
	border: 1px solid #5987c5;
}
#nav p {
	text-align: center;
}

/* -------------- footer styles --------------  */

#footercontainer {
	clear: both;
}
#footerleft {
	float: left;  
	clear: left;
	width: 155px;
	display: inline;
	margin-left: 0px;
	margin-right: 5px;
	height: auto;
	padding-top: 1px;
	padding-right: 5px;
}
#footerright {
	float: left;
	width: 850px;
	margin-left: 10px;
	margin-top: 55px;
	padding-top: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
#footerright hr {
	border: 1px solid #184a75;
	margin: 0;
	background-position: left;
	text-align: left;
}
 #footerright td {
 	font-size: 9px;
 }

/*  -------------- main content styles ----------------------- */
 
#content {
	float: left;
	width: 850px;
	margin-left: 10px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
}

#intro {
	font-size: 13pt;
	margin-bottom: 0%;
	color: Gray;
	font-weight: bold;
}

h5 {
	padding-top: 5px;
	margin: 0;
}

P {
	font-size: 10pt;
	text-align: justify;
}

hr {
	border: 1px solid #184A75;
	margin: 5px 0 5px 0;
	background-position: left;
	text-align: left;
}

.normalText { 
	font-size: 10pt; 

}
.caption {
	font-size: 10pt;
	font-style : normal;
	font-weight : bold;
	color: #006699;
}

TD {
	font-size:  10pt;
}

IMG { border-style: none; }

UL {
	list-style: square; 
	margin-top: 0%;
	margin-bottom: 0%;
}

LI {
	font-size: 10pt;
}

H1 {
	font-size: 15pt;
	margin-bottom: 0%;
	color: #184a75;
}
H2 {
	font-size: 14pt;
	margin-bottom: 0%;
	color: #006699;
}
H3 {
	font-size: 13pt;
	margin-bottom: 0%;
	color: Gray;
}

H4 {
	font-size: 12pt;
	margin-bottom: 0%;
	color: #999999;
}

A:link { color: #603030; }
A:visited { color: #6699cc; }
A:hover {	color: #6699cc;}
A:active { color: #6699cc; }
A.noline { text-decoration: none; }
A.small {font-size:  9pt;}
A.list {
	text-decoration: none;
	font-weight : bold;
	color : #6699CC;
}

.msgBox {
	border : 1px solid ;
	border-color : #999999;
}
.msgBoxHeader{
	border-bottom : 2px solid #5987c5;
	font-size: 9pt;
	color: White;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #184a75;
}
.msgBoxInside{
	font-size: 8pt;
	color: Black;
	padding-left : 5px;
	padding-right : 5px;
	background-color : White;
	}

.msgBoxHeader2 {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #006699;
	text-align : center;
}

.msgBoxHeader2-n {
	font-size: 10pt;
	color: #006699;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #FFFFFF;
	text-align : center;
}
.msgBoxHeader3 {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #006699;
	text-align : right;
}
.msgBoxHeader3-n {
	font-size: 10pt;
	color: #006699;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #FFFFFF;
	text-align : right;
}
.msgBoxInside2 {
	font-size: 8pt;
	color: Black;
	padding-left : 5px;
	padding-right : 5px;
	background-color : White;
	}
.formsbutton{
	font-size: 9pt;
	color: White;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #6699CC;
	width : 200px;
}
.smallformsbutton{
	font-size: 9pt;
	color: White;
	font-weight: bold;
	border-style: outset;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #6699CC;
	width : 100px;
}
.arrowsformsbutton{
	font-size: 9pt;
	color: White;
	font-weight: bold;
	border-style: outset;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #6699CC;
	width : 30px;
}	
.longformsbutton{
	font-size: 9pt;
	color: White;
	font-weight: bold;
	border-style: outset;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #6699CC;
	width : 300px;
}	
.errorMessage{
	font-size: 12pt;
	color: Red;
	font-weight: bold;
}
.statusMessage{
	font-size: 12pt;
	color: Green;
	font-weight: bold;
}
.button1 {
	font-size: 10pt;
	color: #FFFFFF;
	font-weight: bold;
	border-style: outset;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #6699CC;
}

a.button {
	background-color : #6699CC;
	background-image: none;
	text-decoration:  none;
	color: #FFFFFF;
}

.box {
	border: 1px solid;
	border-color: #6699CC;
}

.Dark_row {
	background-color : #CCCCCC;
}

.Light_row {
	background-color : #FFFFFF;
}
