/* CSS Document */
td,th {
	/*font-size: 19px;*/
	LINE-HEIGHT: 20pt;
	
}
body {
	background-image: url(../images/bg/default_bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: underline;
	color: #009999;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.greydate {
	color: #999999;
	font-family: arial;
}

.pageTitle {
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.largeFont
{
	font-size : 14px;
}
.pageSubTitle {
	font-weight: bold;
	color: #0099CC;
}
.tableBorder 
{
	BORDER-RIGHT: darkgray 1px solid; 
	BORDER-TOP: darkgray 1px solid; 
	MARGIN: 1px; 
	BORDER-LEFT: darkgray 1px solid; 
	BORDER-BOTTOM: darkgray 1px solid
}
.tableSubject 
{
	background-image: url('../images/bg/table_bg.jpg');
	font-weight:bold;
}
.tableAltRow
{
	background-color:#FFFFCC;
}
.title_blue
{
	font-size: 15px;
	color:#4BAEBF;
	font-weight:bold;
}
.gridHead_gray
{
    color:#848484;
    background-color:#F1F1F1;
    font-size:14px;
    font-weight:bold;
}
.gridrow_gray
{
    color:#959595;
}
.gridrow_item
{
	color:#777777;
	border:solid 1px #ECE9D8;
}
.gridHead
{
    color:White;
    background-color:#008080;
    font-size:14px;
    font-weight:bold;
}
.gridView
{
    border:1px solid #cccccc;
   }
.GridView_RowStyle
{
background-color:#FFFFFF;
}
.GridView_Alternating
{
background-color:#F0FFF0;
}
