BODY, TR, TD { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}
A, A:link, A:visited, A:active { text-decoration: underline; font-weight: normal; color: #333333; }
A:hover	{ text-decoration: underline; font-weight: normal; color: #ff0000; }
TEXTAREA { font-family: Arial, Helvetica, sans-serif; }

.infobarHeader { font-weight:bold; color:#054482; font-size:11px; }
.infobarTxt { font-weight:normal; font-size:11px; }
.NAClass { color:#999999; }

A.ahref_white:link, A.ahref_white:visited, A.ahref_white:active { text-decoration: none; color: #ffffff; }
A.ahref_white:hover { text-decoration: none; color: #00FF00; }

A.infobar_info:link, A.infobar_info:visited, A.infobar_info:active { text-decoration: none; color: #111111; font-size:10px; }
A.infobar_info:hover { text-decoration: none; color: #ff0000; font-size:10px; }

A.header_link:link, A.header_link:visited, A.header_link:active { text-decoration: none; color: #333333; font-size:12px; font-weight: bold;}
A.header_link:hover { text-decoration: none; color: #ff0000; font-size:12px; font-weight: bold;}

A.company:link, A.company:visited, A.company:active { color: #0000bb; }
A.company:hover {  color: #0000ff; }

.loginContactStyle { font-size: 10px; color: #333333; }
.loginFooterStyle { font-size: 10px; color: #333333; }
.loginDisclaimerStyle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: none; color: #444444; }
.loginErrorStyle { font-size: 11px; font-weight: bold; color: #FF0000; }
.loginTxtStyle { font-size: 12px; font-weight: bold; color: #333333; }
.loginFieldStyle { font-family: monospace; text-decoration: none; font-weight: normal; }
.loginSubmitStyle { font-family: monospace; text-decoration: none; font-weight: normal; }
.loginHeaderStyle { font-size: 16px; font-weight: bold; color: #333333; }
.loginPluginErrorStyle { font-weight:bold; color: #FF0000 }

.header { font-size: 13px; font-weight: bold; }
.hiddentext { display:none; }  
.outline { cursor:hand; text-decoration:underline; }

.sunkenMap {
	background-color: #C0C0C0;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	border-top: 1px inset #000000;
	border-right: thin inset #000000;
	border-bottom: thin inset #FFFFFF;
	border-left: thin inset #000000;		
}

.smallInput
{
	font-size: 10px;
	height: 20px;
	width: 80px;			
	font-family: Arial;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
.sunkenButton
{
	font-size: 11px;
	behavior: url(application_resources/button.htc);
	font-family: Tahoma, Arial;
	background-color: #D6D5D8;
	width:20px;
	height:20px;
	
}

.indexToolbar
{
	height: 30px;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	background-color: #D6D5D8;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #808080;
	behavior: url(scripts/toolbar.htc);
}

div.autocomplete {
  position:absolute;
  width:250px;
  background-color: #ffffe6;
  border:2px groove #7e9e50;
  margin:0px;
  padding:0px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:5px;
}
div.autocomplete ul li.selected { 
	background-color: #dcf3ca;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}