/* #################### Page Layout ####################*/

 body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 0px;
	padding:0;
	background-color:#FFFFFF;
    }
 
	
#navigation {
	height:30px;
	display:block;
	padding:0 10px;
    border-bottom:solid 1px #a1a1a1;
	border-top:solid 1px #a1a1a1;
	margin-bottom: 10px; 
    background-color:#e8f1f6;
	font-size:11px;
	}
	
#time {
	font-size:10px;
	width:200px;
	}
	
#navigation ul {
	margin:0;
	padding:8px 0 0 0;
	}
	
#navigation ul li, .user_nav li {
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	}
	
#navigation a {
	margin:0 20px 0 0;
	padding:0;
	color: #2b3f96;
	text-decoration: none;
	}
	
.user_nav li a {
	margin:0 10px;
	padding:0;
	color: #2b3f96;
	text-decoration: none;
	}
	
#navigation a:hover, .user_nav li a:hover {
 	background-color:#f4fafd;
   	color: #010b2b;
	}
	
.user_nav {
	margin:0;
	padding:0;
	float:right;
	font-size:11px;
	}
	
div.splash {
	padding:25px;
	}
	
h2 {
	font-size:18px;
	}
	
table#table1 {
	background-color:#FFFFFF;
	font-size:12px;
}
	
	
table#Table4 {
	background-color:#FFFFFF;
	}
 

TR.Headerline {
	background-color: #00019A;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	border-top: solid 1px #999999;

}

TD.Title {  
	color : white;
	font-size: 20px;
}
.WhiteText
{
  color : White;
  font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
}
A.UserName
{
  font-family: Verdana, Arial, Helvetica;
	font-size: 10px; 	
}
A.UserName:link		{
	color: White;
}

A.UserName:hover
{
  color: #6699FF;
}
   
TD.Header 
{
/*   font-size: 20px;
   color : white; */
   padding:0;
   margin:0
	}

TD.Content  {
	color : Black;
	text-align :left;
	background-color : White;
	width : 100%;
}

TD.Splash  {
	color : #000000;
	text-decoration : bold;
	text-align :left;
/*	background-image: url(../Images/splashbackground.gif);  */
	background-color : White;
	width : 100%;
}

TD.Footer  
{
  font-size: 10pt;
	color : white;
	text-decoration : bold;
	text-align :center;
	width : 100%;
}

A.footer:link		
{        
	color:#6699FF;
}
A.footer:visited		{
	color:#6699FF;
}
 A.footer:Hover		{
	color: white;
}
 

tr.footer /*the footer link row and seperator */
{
  color: white;
  text-align :center;

}
/* ################# Calendar ##################### */

.CalendarDisabled
{
  font-weight: bold;
	font-size : 9pt;
  background-color: Gray;
  color: Silver
}

/* ################# Controls ##################### */
SELECT.ComboBox
{
  font-weight: bold;
	font-size : 10pt;
	cursor : hand;
  background-color: #0169EC;
  color: White;
}

SELECT.Listbox
{
  font-weight: bold;
	font-size : 10pt;
	cursor : hand;
  background-color: #5069Ee;
  color: White;
}

INPUT.Textbox {	
	font-size : 10pt;
}

INPUT.Checkbox {	
	font-size : 10pt;
	cursor : hand;
}

TEXTAREA.Textarea {	
	font-size : 10pt;
}

INPUT.Button
{
  font-weight: bold;
	font-family : Arial;
	font-size : 11pt;
	cursor : hand;
	width : 200;
	color: White;
	background-image: url(../background.aspx?c1=002CBD&c2=0169EC&w=5&h=20&o=v);
	border-top: solid 1px White;
	border-left: solid 1px White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
}
INPUT.SmallButton
{
  font-weight: bold;
	font-family : Arial;
	font-size : 8pt;
	cursor : hand;
	width : 75;
	color: White;
	background-image: url(../background.aspx?c1=002CBD&c2=0169EC&w=5&h=20&o=v);
	border-top: solid 1px White;
	border-left: solid 1px White;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
}

/* ################# Left Navigation ##################### */

TABLE.LeftNav {
	background-color: #F1F1F1;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
}

TD.LeftNav {
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 25px 3px 6px;
	cursor: hand;
	/*color: #00019A;*/
}

TD.LeftNavHover {
	border-color: #999999;
	background-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 25px 3px 6px;
	cursor: hand;
}

TD.LeftNavBar 
{
	background-color: #92918F;
	width: 1;
}

/* ################# Login Form and Link ##################### */

TABLE.LoginForm {
	background-color: #F1F1F1;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	font-size: 70%;
}

TD.LeftNav {
	border-color: #F1F1F1;
	border-width: 1px;
	border-style: solid;
	font-family: Verdana, Arial, Helvetica;
	font-size: 70%;
	padding: 1px 25px 3px 6px;
	cursor: hand;
	/*color: #00019A;*/
}

