/* CSS Document */

BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

TD
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#055E92;
	text-decoration:none;
	font-weight:200;
}


.dottedline_x
{
	background-image:url(dotted_line.gif);
	background-repeat:repeat-x;
	height:4px;
}

.dottedline_y
{
	background-image:url(dotted_line.gif);
	background-repeat:repeat-y;
	height:4px;
}

.welcome_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#077BBE;
	text-align:justify;
}




A:link,A:visited,A:active{color: #F27800;font-size: 11px;font-family: tahoma;text-decoration: none;}
A:hover{color: 3A3C8C;font-size: 11px;font-family: tahoma;text-decoration:none;border-bottom: #F27800 1px dotted;}














.search_textbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#088AD5;
	border-top:solid 1px #6D7984;
	border-left:solid 1px #6D7984;
	
	border-bottom:solid 1px #D8DADE;
	border-right:solid 1px #D8DADE;

	background-image:url(textbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;

}



.body_text
{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#077BBE;
	text-decoration:none;
	text-align:justify;
	font-weight:200;
}

.page_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#088AD5;
	text-decoration:none;
	text-align:justify;
	font-weight:bold;
}

.datagrid_item
{
	border-bottom:solid 1px #1F6EA6;

}

.datagrid_header
{
	background-color:#52B1F4;
	border-bottom:solid 2px #1F6EA6;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	text-align:justify;
	font-weight:bold;

}


.textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#088AD5;
	border-top:solid 1px #6D7984;
	border-left:solid 1px #6D7984;
	
	border-bottom:solid 1px navy;
	border-right:solid 1px navy;

	background-image:url(textbox_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:500px;
}