/* Form elements */ 

input{
	font: normal 11px Tahoma; 
	background-color: #CCCCCC; 
	color:#333333;
}

TEXTAREA, SELECT, OPTION  { 
	font: normal 13px "Trebuchet MS"; 
} 

.MainText {
	font-family : "Trebuchet MS", Arial, Verdana, san-serif;
	font-size : 10pt;
	}
.InfoText {
	font-family : "Trebuchet MS", Arial, Verdana, san-serif;
	font-size : 10pt;
	color: Maroon;
	font-weight : bold;
}
.HeadText {
	font-family : "Trebuchet MS", Arial, Verdana, san-serif;
	font-size : 11pt;
	}
.WaitBody
{
	font-family : "Trebuchet MS", Arial, Verdana, san-serif;;
	font-size : 12pt;
	vertical-align : middle;
	text-align : center;
	padding-top : 20%;
}	
.PaddedText {font-family : "Trebuchet MS", Arial, Verdana, san-serif;
	font-size : 10pt;
	margin-bottom : 6px;
	}
	
.menuOrig {
	font-family: arial;
	font-size: 8pt;
	background-Color: white;
	color:black
}

	.clickableSpan {padding:0;width:500px;background-Color:blue;color:white;border:0px  }
	.object {position:relative;background:transparent;cursor:move;z-index:0;}
	
.menuLab {
	font-family: arial;
	font-size:9pt;
	font-style: normal;
	background-Color: white;
	color: Black;
	font-weight : bold;
}
.TopText
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 18px;
    FONT-FAMILY: "Trebuchet MS"
}

.header {	text-align: left;
		vertical-align: middle;
		background: #d5d5d5;
		font-family:"Trebuchet MS",Verdana,Arial;
		font-size: 10pt;
		font-weight: bold;
		text-indent: 10px;
}

.clickable {	text-align: left;
		vertical-align: bottom;
		font-size: 11pt;
		font-family:"Trebuchet MS",Verdana,Arial;
		color: #00b;
		font-weight:bold;
		cursor: hand;	/*IE 6 value; override with standard value in next rule*/
}
html > body .clickable{
		cursor:pointer;
}

.contents {	text-align: left;
		vertical-align: bottom;
		font-size: 9pt;
		font-family:"Trebuchet MS",Verdana,Arial;
		color: black;
		cursor: default;
}

.Notes {	font-family : "Trebuchet MS", Arial, Verdana, san-serif;
		font-size : 9pt;
		font-style: italic;
		text-decoration: none;
}
.TextBox {	font-family : "Trebuchet MS", Arial, Verdana, san-serif;
		font-size : 8pt;
		text-decoration: none;
		background: white;
}

/*For the report asp pages*/
.ListView			{color:#000000; font-size:8pt; font-family: arial} 
A.ListView:LINK		{Text-Decoration: none; color:#4682b4; font-size:8pt; font-family: arial} 
A.ListView:VISITED	{Text-Decoration: none; color:#4682b4; font-size:8pt; font-family: arial} 
A.ListView:HOVER	{Text-Decoration: underline; color:#4682b4; font-size:8pt; font-family: arial}

/*Report styles*/
.FormErrorDesc{color:#f11;}

/*Contact Form styles*/
.ContactForm{border:1px solid gray; width:544px; padding:10px;}
.ContactForm label,
.ContactForm input{display:block;float:left;}
.ContactForm input[type="hidden"]{display:none;}
.ContactForm label{text-align:left; width:6em;}
.ContactForm label.required{font-weight:bold;}
.ContactForm br{clear:left;}
.ContactForm label.fortextarea{text-align:left;width:100%;}
.ContactForm input.inputbutton{float:none; font-size:13px; font-family:tahoma;}


#SplashPageSystemNotice{font-size:15pt;color:red;}

br.antifloat{clear:both;}

