
/*
 *This sets the padding between columns in the detail rows of the GridView and DetailView controls
 

.gvMain tr td, .gvMain tr th, .DetailText tr td, .DetailText tr th
{
	padding: 0px 3px;
}

.gvAlternatingRowStyle
{
	color: inherit;
	background-color: White;
}
.gvAlternatingRowStyle td a:link
{
	color: black;
	text-decoration: none;
}
.gvAlternatingRowStyle td a:hover
{
	color: orange;
}


.gvRowStyle
{
	color: inherit;
	background-color: #FFFCE6;
}
.gvRowStyle td a:link
{
	color: black;
	text-decoration: none;
}
.gvRowStyle td a:hover
{
	color: #EE7A31;		
}



.gvSelectedRow
{
	color: inherit;
/*	background-color: Orange;			*/
/*	background-color: #EE7A31;		ResolveStar Orange */
/*	background-color: #F2A024;		pale Orange	*/
/*	background-color: #F3C6CB;		pale red			*/
/*	background-color: #C2D7B0;		Sage-ish		*/
/*	background-color: #C2E0EC;		Ice blue			*/
/*	background-color: #D7E4EA;		Light gray		*/
/*	background-color: #B5EDBC;		Pale green		*/
/*	background-color: #CFCBC2;		Light tannish	*/
/*	background-color: #CDC3C6;		Pale maroon	*/
/*	background-color: #D2C99A;		Sand				*/
/*	background-color: #D7BED5;		Plum				*/

/*}

.gvSelectedRow td a:link
{
	color: black;
	text-decoration: none;
}
.gvSelectedRow td a:hover
{
	color: orange;
}

.gvPagerStyle
{
	text-align: center;
	background-color: #E2DED6;
	color: inherit;
	font-size: 8pt;
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
	padding: 0px 0px;
	border-spacing:1px;
}


.gvPagerStyle td
{
	border-top: solid 1px LightSteelBlue;
	border-spacing:1px;
}

.gvPagerStyle td td
{
	border-top: none;
}

.gvPagerStyle a:link
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.gvPagerStyle a:hover
{
	color: Orange;
	text-decoration: none;
	font-weight: normal;
}

.gvPagerStyle a:visited
{
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.gvHeaderStyle
{
	color: White;
	background-color: #5D7B9D;
	vertical-align: bottom;
}


.gvHeaderStyle th,
.gvHeaderStyle th a,
.gvHeaderStyle th a:link
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.gvHeaderStyle th a:hover
{
	color: Orange;
}

.gvEmptyDataRowStyle
{
	width: 100%;
}



.gvFooterStyle
{
	color: White;
	background-color: #5D7B9D;
}
.gvFooterStyle td a:link
{
	color: black;
	text-decoration: none;
}
.gvFooterStyle td a:hover
{
	color: #EE7A31;		
}

*/
