/* r.a.d.grid County skin */

.RadGrid_County
{
	/* background-color:#e8e8e8; */
	border: solid 1px #c6dddf;
	font: normal 11px Arial, Verdana, Sans-serif;
	text-align: left;
	cursor: default;
}

.RadGrid_County th,
.RadGrid_County th a
{ 
	font: bold 11px Verdana, Arial;
    color: black;
    text-align: center;
    
}

/*
.RadGrid_County td,
.RadGrid_County td a
{ 
	font: 11px Verdana, Arial;
	
}
*/

.MasterTable_County
{
    /*
	border: 0px !important;
	border-collapse: separate !important;
	-moz-user-select: none;
    */
}

.GridCommandRow_County
{
    color: black;
    font: bold 12px Arial, Verdana, Sans-serif;
    background-color: #ffffcc;
    border-bottom: 1px solid #7e7d68;
    border-right: 1px solid #7e7d68;
}

.GridHeader_County
{
    color: black;
    background-color: #b0c4de;
    border-bottom: #7e7d68 1px solid;
    border-right: #7e7d68 1px solid;
}

.GridHeader_County a
{
    color: black;
}

.ResizeHeader_County
{
	color: black;
	border-bottom: 1px solid #7e7d68;
	border-right: 1px solid #7e7d68;
	background: #b0c4de;
	padding: 4px 5px;
}

.GridRow_County
{
	background-color: #ffffff;
}
.GridRow_County td
{
	border-bottom: solid 1px #c6dddf;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.GridAltRow_County
{
	background-color: #e8e8e8;
	
}
.GridAltRow_County td
{
	border-bottom: solid 1px #c6dddf;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.SelectedRow_County,
.GridEditRow_County
{
	background-color: #ffffe1 !important;

}
.SelectedRow_County td,
.GridEditRow_County td
{
	border-bottom:1px solid #c6dddf;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}

.ActiveRow_County
{
	background-color: #c5dcf0 !important;
}
.ActiveRow_County td
{
	border-bottom:1px solid #c6dddf;
}

.GridPager_County
{
    background: #ffffcc;
    height: 17px;
    color: #000000;
}

.GridPager_County td
{
	border-top: 1px solid #c6dddf;
	padding-left: 11px;
}
.GridPager_County a
{
    color: #0000ff;
    text-decoration: underline;
}

tr.GroupHeader_County
{
	background: #deeffe;
	font-weight: bold;
	height:20px;
}
tr.GroupHeader_County td
{
	border-bottom: solid 1px #c6dddf;
}

.GroupPanel_County
{
	background-color: #467a9e;
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #c6dddf;
}

.GroupPanel_County td
{
	color: white;
}

.GroupPanelItems_County
{
	background: #6ca7d2;
	color: white !important;
	border: solid 1px #bbd8e8;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_County input
{
	width: auto;
	float: left;
	border: solid 1px #666;
	background: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}

.GridFooter_County
{
    color: black;
    font: bold 12px Arial, Verdana, Sans-serif;
    background-color: #ccffcc;
    border-bottom: solid 1px #c6dddf;
    border-bottom: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

