﻿
.AlternatingCol		{ background-color: #E1ECF0; }
.AlternatingHeader  { background-color: #C5DAE2; }
.AlternatingFooter  { background-color: #C5DAE2; }
.AlternatingRow		{ background-color: #E1ECF0; }

.CFCIGridView
{
	border-top: solid 3px #9CBFCE; background-color: #fff;
	color: #666; margin: 2px 0 10px; padding: 10px; font-size: .8em;
}
.CFCIGridView td {  padding-right: 15px; height: 21px; }
.CFCIGridView th { padding-right: 15px; padding-top: 15px; }

.CFCIGridView a { color: #666; text-decoration: underline; }
.CFCIGridView a:hover { color: #333; text-decoration: none; }

.CFCIGridView tr { border-top: solid 1px #9CBFCE; }

.GridViewFooterRow		{ background-color: #D7E5EB; }
.GridViewFooterRow td   { border-top: solid 1px #999; margin-top: 2px; }

.GridViewRowHover, .GridViewRowHover td
{
	background-color: #EAFFAF; cursor: pointer;
}

.GridViewHeaderRow
{	
	background-color: #D7E5EB; border-top: solid 1px #fff; 
}

.FirstColumn { padding-left:10px }

.Numbers { text-align: right; }



.SelectedRow, .SelectedRow td
{
	background-color: #EAFFAF;
}


/* for the measure section on dashboard */
.CFCIGridViewMeasure
{
	border-top: solid 2px #A2A7AE; background-color: #fff;
	margin: 0; padding: 0; font-size: .8em;
}

.CFCIGridViewMeasure a		 { color: #666; text-decoration: underline; }
.CFCIGridViewMeasure a:hover { color: #333; text-decoration: none; }

.CFCIGridViewMeasure td {  padding-right: 15px; height: 21px; }
.CFCIGridViewMeasure th { padding-right: 15px; padding-top: 15px; }
.CFCIGridViewMeasure tr { border-top: solid 1px #B2B7BD; }

.GridViewFooterRowMeasure	{ background-color: #DEE3E9; }
.GridViewHeaderRowMeasure   { background-color: #DEE3E9; }

.AlternatingColMeasure		{ background-color: #D0D5DB; }
.AlternatingHeaderMeasure	{ background-color: #B2B7BD; }
.AlternatingFooterMeasure	{ background-color: #B2B7BD; }