
/*----------------------------- OVERALL STYLES FOR PARAGRAPHS / HEADERS ETC ------------------------------------*/

/*GridView*/
.Grid 
{
	font: 11px verdana;
 	width: 99%;
 	/*width:100%;*/
}

.Grid tr td
{
	/*padding-right:20px;*/
	/*padding-right:10px;*/
	height: 28px;
	cursor:pointer;
	/*vertical-align:top;*/
	vertical-align:top;
	padding-right:15;
	
} 

.GridViewHeaderStyle th
{
   /*background: url(../images/GridHeader5.jpg);*/
   background-color: #9e1b32;
	 height: 22px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
	
	color: White;
	
    padding: 0px 5px 2px 1px; /*was 10*/
    text-align: left;
    vertical-align:middle;
	white-space:nowrap;
}

.GridViewHeaderStyle
{
    text-align:center;
	/*color:White;*/
	/*background-color: #000084;*/ /*dk blue*/
	/*font-weight:bold;*/
}

.GridViewRowStyle
{
    background-color: #EEEEEE; /*lGray Row*/
    /*color: #333333;	/*Dark Text*/
    
}

.GridViewAlternatingRowStyle 
{
    background-color: #DCDCDC; /* dGray Row*/
    /*color: #284775; /*dBlue Text*/
}

.GridViewSelectedRowStyle
{
    background-color:  #C0C0FF;
    font-weight: bold;
    /*color: #333333; /*Dark Text*/
}

.gridHover 
{
    background-color: #C0C0FF; 
    /*color: #284775; */
}




html {font-size : 100%;}

body {
	font-style : normal;
	font-weight : normal;
	font-size : 70.5%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}



p {
	line-height: 180%;
	font-size: 11px;
	font-family: tahoma;
}

#home_left_col p {
	font-size: 11px;
	font-family: tahoma;
}

img {
	border: none;
    /*width: 359px;*/
}

h1 {
	font-size: 200%;
	font-family: trebuchet ms, arial;
	font-weight: bold;
	color: #002663;
	font-style: normal;
	padding: 0px 0px 30px 0px;
	margin: 10px 0px 10px 0px;
}

h2 {
	font-family: tahoma, trebuchet ms, arial;
	font-size: 120%;
	font-weight : bold;
	color:#9e1b32;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	line-height: 140%;
}

h3 {
	font-family: tahoma, trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:#9e1b32;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 140%;
}

h4 {
	font-family: tahoma, trebuchet ms, arial;
	font-size: 110%;
	font-weight : bold;
	color:#9e1b32;
	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 20px 0px;
	line-height: 140%;
}


/*--------------------------- List and Links Styles--------------------------------------*/


ul {
	color : #000000;
	padding: 0px 15px 0px 15px;
}

/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*------------------------- Global Link Styles----------------------------------------*/

a {
	text-decoration: underline;
	color: #010101;
}

a:hover {
	text-decoration: none;
}

.location {
	color: #003366;
}

#footer_info a {
	color: #666666;
	text-decoration: none;
}

#footer_info a:hover {
	color: #666666;
	text-decoration: underline;
}


img.apply_border {
	padding:5px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}



img.apply_border:hover {
	padding:5px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid #BD9979;
}

