/* #################### Page Layout ####################*/

 body	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	margin: 0px;
	border-width: 0px;
	background-image: url(../Images/background.gif);
    }
 
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
{
  color:White;
  font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 	
}
A.UserName:link		{
	color: White;
}

A.UserName:hover
{
  color: #6699FF;
}
   
TD.Header 
{
   font-size: 20px;
   color : white;
  /*
 	background-image: url(../Images/background.gif);
  background-image: url(../background.aspx?c1=002CBD&c2=0169EC&w=5&h=100&o=v);
  */
	}

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;*/
}
