/* CSS Document */
body{
	margin-left: 0px;
	margin-right: 0px;
	font-size:12px;
	background-color:#FFFFFF;
	SCROLLBAR-FACE-COLOR: #8ab9ed;
    SCROLLBAR-HIGHLIGHT-COLOR: #8ab9ed;
    SCROLLBAR-SHADOW-COLOR: #8ab9ed;
    SCROLLBAR-3DLIGHT-COLOR: #dbecfb;
    SCROLLBAR-ARROW-COLOR: #ffffff;
    SCROLLBAR-TRACK-COLOR: #dbecfb;
    SCROLLBAR-DARKSHADOW-COLOR: #8ab9ed;

}
td{
	font-size:12px;
}
th{
     border:#555555 solid 1px;
 }
 
 .tbBorder
 {
    border: #4290FB solid 1px;
 }
    
A{

	FONT-SIZE: 12px; COLOR:InfoText;
}

a:link {

	text-decoration: none;

}

a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

	color:Red;

}

a:active {
	text-decoration: none;
	color:Highlight;

}

.borderClass 
{
	border:black solid 1px;
}

fieldset 
{
	margin-left:20px;
	margin-right:20px;
	moz-border-radius: 2px;
	border-radius:2px;
}

.tableHeader
{
	background-color:#C4E2F6;
	font-size:12px;
	font-weight:bolder;
	color:#0F315E;
}

.gridHeader
{
	font-weight:bolder;
    font-size:12px;
    color:black;
    background-color:#ece9d8;
}
.seqClass
{
   border:#555555 solid 1px;
}
.gridBorder
{
    border:#999999 double 3px;
}
