/* Default CSS Stylesheet for a new Web Application project */
BODY
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    BACKGROUND-COLOR: white;
    margin: 0px;
    padding: 0px;
    text-align: left;
}
BODY,p,font,div,a, blockquote, td, input, textarea
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal;
    color: #630901;
}
input, textarea
{
	border: 1px solid #630901;
}
form
{
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #630901;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1	{ font-size: 18px; font-weight: normal;}	
H2	{ font-size: 16px; font-weight: bold;}	
H3	{ font-size: 14px; font-weight: bold;}	
H4	{ font-size: 12px; font-weight: bold;}	

A:link	{	
	color:	#630901;
	}	
		
A:visited	{	
	color:	#630901;
	}	
		
A:active	{	
	color:	#630901;
	}	
		
A:hover	{	
	color:	#430000;
	}
A.Img	{	
	text-decoration:	none;
	border-bottom: 0px;
	color:	#630901;
	}	

table.agcontent
{
	border: 1px solid #936941;
	width: 902px;
	height: 100%;
	font-size: 11px;
	background-image: url(/new05/images/bg4.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
}
td.contentContainer
{
	vertical-align: top;
	text-align: left;
	padding: 5px;
	width: 900px;
	height: 100%;
}
table.contentArea
{
	background-image: url(/new05/images/50percent.gif);
	text-align: left;
	vertical-align: top;
	border: 1px solid #936941;
	padding: 5px;
	width: 100%;
	height: 100%;
}
td.contentArea
{
	vertical-align: top;
	text-align: left;
}	
td.menu
{
	border-top: 1px solid #936941;
	border-bottom: 1px solid #936941;
	background-color: #D0BDAE;
	width: 100%;
	height: 25px;
	padding: 0px;
}
td.sideNav
{
	text-align: center;
	vertical-align: top;
	width: 200px;
	padding: 5px;
}
td.side_head
{
	background-color: #D0BDAE;
	width: 198px;
	height: 21px;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	
	font-family: Arial;
	font-size: 14px;
}
td.header
{
	background-color: #936941;
	text-align: center;
	height: 82px;
	padding: 0px;
}



tr.dgPager td
{
	background-color: #cccccc;
	color: #000000;
	font-family: Verdana;
	vertical-align: bottom;
	text-align: center;
	height: 30px;
	height: 100%;
	padding-bottom: 9px;
}
tr.dgPager td a, tr.dgPager td a:visited, tr.dgPager td a:link, tr.dgPager td a:active
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #cccccc;
	text-decoration: none;
}
tr.dgPager td a:hover
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #cccccc;
	text-decoration: none;
}
tr.dgPager td span
{
	font-size: 12px;
	border: 1px solid #777777;
	background-color: #bbbbbb;
}
	
tr.dgItem td
{
	background-color: #e0e0e0;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}

tr.dgAlt td
{
	background-color: #eeeeee;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}

tr.dgHead td
{
	background-color: #a6a6a6;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}
tr.dgEdit td
{
	background-color: #dddddd;
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	vertical-align: middle;
	height: 30px;
	padding: 2px;
}
tr.dgEdit td input
{
	font-size: 12px;
	color: #000000;
	font-family: Verdana;
	background-color: #ffffff;
	border: 1px solid black;
	margin: 0px;
	padding-top: 4px;
	line-height: normal;
	height: 25px;
	vertical-align: middle;
	width: 100%;
}
#dg
{
	border: 1px solid #000000;
}