/*
.Grid
{
	background-color: #FFFFFF;
	border: 1px solid #7C7C94;
	border-bottom: 2px solid #7C7C94;
	font-family: Century Gothic, Verdana;
	font-size: 11px;
	cursor: default;
}

.GridHeader
{
	background-color: #5B5B5B;
	font-size: 11px;
	text-align: left;
	font-family: Century Gothic, Verdana;
	color: white;
	height:25px;
}  

.GridHeaderLight
{
	background-color: #5B5B5B;
	font-size: 11px;
	text-align: left;
	font-family: Century Gothic, Verdana;
	color: white;
	height:25px;
}

.GridHeaderOLD
{
	background-image: url(../images/header_bg.gif);
}

.GridHeader
{
	background-color: #5B5B5B;
	font-size: 11px;
	text-align: left;
	font-family: Century Gothic, Verdana;
	color: white;
	height:25px;
}

.GridHeaderText
{
    color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}

.GroupByText
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
}

.HeadingRow
{
	background-color: #5B5B5B;
	
}

.HeadingCell
{
	
	padding: 3px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.HeadingRow td.FirstHeadingCell
{
	background-image: url(../images/header1stCell_bg.gif);
}

.HeadingCellText
{
	font-family: Century Gothic, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #FFFFFF;
}

.Row
{
	background-color: #FFFFFF;
	font-family: Century Gothic, Verdana;
	font-size:11px;
}

.DataCellAlternate
{
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    background-color: #E6E6E6;
    color: Black;
}

.Hover
{
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    color: Black;
    background-color: #B7B7B7;
}

.Row
{
	background-color: #FFFFFF;
	font-family: Century Gothic, Verdana;
	font-size:11px;
}

.Row td.DataCell
{
	cursor: default; 
	font-family: Century Gothic, Verdana;
	font-size: 11px;
}

.SortedDataCell
{
    background-color: #C0C0C0;
}


.Row td.LastDataCell
{
    background-color: #EFEFF4;
}


.SelectedRow 
{ 
    background-color: #707070;
    color: white; 
} 


.SelectedRow td.DataCell
{
	font-family: Century Gothic, Verdana;
    font-size: 11px;
	background-color: #707070;
    color: white; 
}

.SelectedRow td.FirstDataCell
{
	background-color: #707070;
    color: white; 
}

.SelectedRow td.LastDataCell
{
	background-color: #707070;
    color: white; 
}

.GroupHeading
{
	color: Black;
	background-color: #FFFFFF;
	font-family: Century Gothic, Verdana;
    font-size: 11px;
	font-weight: bold;
	border-bottom: 2px solid #A5A4BD;
	padding-top: 10px;
	padding-bottom: 3px;
}

.SliderPopup
{
    border-style: solid;
    border-width: 1px;
    border-color: #9495A2 #000000 #000000 #9495A2;
    background-color: #F3F3F3;
    width: 288px;
    height: 60px;
}

.GridFooter
{
	cursor: default;
	padding: 5px;
}

.GridFooterText
{
    color: #000000;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}

.GroupHeading
{
    color: Black;
    background-color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 2px solid #A5A4BD;
    padding-top: 10px;
    padding-bottom: 3px;
}

.SliderPopup
{
    border-style: solid;
    border-width: 1px;
    border-color: #9495A2 #000000 #000000 #9495A2;
    background-color: #F3F3F3;
    width: 288px;
    height: 60px;
}

.GridFooter
{
    cursor: default;
    padding: 5px;
    background-color: #F3F3F3;
}

.GridFooterText
{
    color: #000000;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}


.SearchText
{
    color: #FFFFFF;
    font-family: Century Gothic, Verdana;
    font-size: 11px;
}

.SearchBox
{
	font-family: Century Gothic, Verdana;
    font-size: 11px;
    text-decoration:none;
    width:250px;
}

*/


