/* CSS Document */
p{
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	font-weight: normal;
}

.copyright {
	font-size: 9px;
	font-style: normal;
	color: #000000;
}
.mattertext {
	font-size: 12px;
	font-style: normal;
	color: #0B5E7D;
	font-weight: normal;
	text-align:justify;
}

.RedMessageCenter {
	font-size: 12px;
	font-style: normal;
	color: red;
	font-weight:bold;
	text-align:center;
}

#TopControl  table{
	background-color:#FFFFFF;
}

#BottomControl  table{
	background-color:#1B95C8;
}

#sitemap{
	color:#1B95C8;
	font-size: 1px; 
	text-decoration: none; 
	visibility:hidden;
}

#pageHeading
{
	font-weight:bold;
	vertical-align:text-top;
	color:#4DA324;
	text-align:center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0B5E7D;
	font-family: arial,verdana, geneva,helvetica,sans-serif;
}

textbox
{
	font-size:.9em;
	border:solid 1px #018AB6;
	color:#018AB6;
	width:50px;
}

legend, .boldText {
	font-size: 13px;
	font-style: normal;
	color: #0B5E7D;
	font-weight:  bold;
	text-align:justify;
}

#dhtmltooltip{
font-size: 12px;
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.cssbutton{
background-color: #57C6F3;
border-width: 2px;
border-style:outset;
padding: 1px 4px;
color: #0B5E7D;
text-decoration: none;
font: bold "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-size:1.2em;
width: 120px;
height:18px;
}

.cssbutton:hover{
border-style: inset;
background-color: #0B5E7D;
color:#57C6F3;
}

marquee
{
	font-size: 12px;
	font-style: normal;
	color: #0B5E7D;
	font-weight: normal;
	text-align:justify;
	vertical-align:middle;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
text-align:center;	
color:#0B5E7D;
font: bold 14px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
