/* This is the style of your browser text */


h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	text-align: left;
	font-size: 20px;
	padding: 10px; width: 735px;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	color: #75a734;
	font-size: 16px !important;
		
}


h5 {
	font-size: 20px;
}

/* ----------------------------------------------------*/
/* GridView */
.gridView
{
	background-color: #FFFFFF;
	border: solid 1px #E7F5DD;
	font: normal 11px Verdana;
	width: 348px;
	height: 100%;
}

.gridViewColumn
{
	text-align: center;
}

.gridView a
{
	color: #00648c;
}

.gridView a:visited
{
	text-decoration:none;
}	

.gridViewHilightRow
{
	color: #FFFFFF;
	cursor: pointer;
	background-color: #284E5F;
}

.gridViewHighLightRowNoClick
{
	background-color: #284E5F;
    color: #FFFFFF;
	cursor: default;
	font-weight: normal;
}

.gridViewHighLightRowNoClick a
{
	color: #FFFFFF;
}

.gridViewAltRow
{
	background-color: #FFFFFF;
    color: #3B4762;
	cursor: default;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
}

.gridViewRow
{
	background-color: #C5DFAE;
    color: #3B4762;
	cursor: default;
	color:#58595A;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;

}

.gridViewHeading
{
	margin: 0px;
	padding: 0px;
	border: none 0px;
	background-color: #8FB548;
	height: 30px;
	color: #FFFFFF;
	font: bold 10px Verdana;
}

.gridViewHeading a
{
	color: #FFFFFF;
}

