/* #################### Page Layout ####################*/

 body	{
	margin-left: auto;
    	margin-right: auto;
	width : 950px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt; 
	/*margin: 0px;*/
	border-width: 0px;
	background-color: White;
/*	background-image: url(../Images/background.gif);*/
    }
 
TR.Headerline {
	text-align: center;
	background-color: White;
	border-bottom: solid 1px #999999;
	border-top: solid 1px #999999;
	border-top: solid 1px #999999;
}

TD.Title {  
	text-align: center;
	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 
{
   text-align: center;
   font-size: 20px;
   color: White;
   width : 950px;
}

TD.Content  {
	text-align: center;
	color : Black;
	text-align :left;
	background-color : White;
	width : 100%;
}

TD.Splash  {
	text-align: center;
	color : #000000;
	text-decoration : bold;
	text-align :left;
	background-color : White;
	width : 100%;
}

TD.Footer  
{
	font-size: 8pt;
	color: Black;
	text-decoration: bold;
	text-align: center;
	width : 100%;
}

A.footer:link		
{        
	color: #005797;
	font-weight: bold;
	text-decoration: none;
}

A.footer:visited
{
	color: #005797;
	font-weight: bold;
	text-decoration: none;
}

A.footer:Hover
{
	color: #005797;
	font-weight: bold;
	text-decoration: underline;
}
 
tr.footer /*the footer link row and seperator */
{
  color: #005797;
  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: #0073C6;
  color: White;
}

SELECT.Listbox
{
  font-weight: bold;
	font-size : 10pt;
	cursor : hand;
  background-color: #0073C6;
  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=0073C6&c2=0073C6&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=0073C6&c2=0073C6&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 {
	/*text-align: center;*/
	/*background-color: #0073C6;*/
	/*border-bottom: solid 1px #FFFFFF;*/
	/*border-left: solid 1px #FFFFFF;*/
	/*border-top: solid 1px #FFFFFF;*/
	width : 200px;
}

TD.LeftNav {
	background-color: #0073C6;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	/*padding: 1px 25px 3px 6px;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	width : 196px;
}

TD.LeftNavHover {
	background-color: #009F60;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	/*padding: 1px 25px 3px 6px;*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	cursor: hand;
	color: #FFFFFF;
	width : 196px;
}

TD.LeftNavBar 
{
	/*text-align: center;*/
	background-color: #0073C6;
	width: 0;
}

/* ################# Login Form and Link ##################### */

TABLE.LoginForm {
	text-align: center;
	background-color: #F1F1F1;
	border-bottom: solid 1px #999999;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	font-size: 70%;
}

TD.LeftNav {
	/*text-align: center;*/
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	/*padding: 1px 25px 3px 6px;*/
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	cursor: hand;
	color: #FFFFFF;
	width : 196px;
}
