/* r.a.d.grid default / embedded skin */

div.RadGrid_Default
{
	font: normal 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
	text-align: left;
	cursor: default;
	border: none;
}

.RadGrid_Default td
{ 
	font: normal 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
	color: #000000;
	border: solid 1px #eee;
	padding: 2px;
}

.MasterTable_Default
{
	border: 0px !important;
	border-collapse: separate !important;
	width: 100%;
}

.MasterTable_Default td,
.MasterTable_Default th
{
	padding-left: 4px;
}

th.GridHeader_Default,
th.ResizeHeader_Default
{
   padding: 4px 2px 4px 2px;
	color: #fff;
	font: 600 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
	/* background-color: #85A1AF; */
   background-color: #719500;
	border:none;
	padding-left: 6px; /*more than items to compensate for item borders!*/
	height: 22px;
	vertical-align: middle;
}

.GridHeader_Default a:link, .GridHeader_Default a:visited, .GridHeader_Default a:hover,
   .GridHeader_Default a:active
{
   padding: 4px 2px 4px 2px;
	color: #fff;
	font: 600 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}

.GridRow_Default td
{
   font: normal 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
   background: #fff;
   line-height: 22px;
}

.GridAltRow_Default td
{
   font: normal 11px arial, helvetica, "Lucida Grande", verdana, sans-serif;
   line-height: 22px;
}

.SelectedRow_Default td
{
	background: #AFDA31 !important;
	height: 22px;
}

.ActiveRow_Default td
{
	background: white !important;
	height: 22px;
	border: solid 1px #85A1AF;
}

.GridPager_Default td
{
   background-color: #E4F0F9;
   border-top: solid 1px #ddd;
   border-bottom: solid 1px #ddd;   
   font-size: 12px;   
   font-weight: bold;
   color: #264574;
   padding: 5px;
   margin: 0px;
   text-align: right;
}

.GridFooter_Default td
{
   background-color: #E4F0F9;
   border-top: solid 1px #ddd;
   border-bottom: solid 1px #ddd;   
   font-size: 12px;   
   font-weight: bold;
   color: #264574;
   padding: 5px;
   margin: 0px;
   text-align: right;
}

.GridFooter_Default td a
{
	color: #777;
}

.GridPager_Default td a
{
	color: #777;
}

.GridPager_Default td a:hover, .GridFooter_Default td a:hover
{
	color: #333;
}


tr.GroupHeader_Default td
{
	background: white;
	height: 22px;
	border: solid 1px white;
}

.GroupPanel_Default
{
	background-color: #e5e5e5;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;
}

.GroupPanelItems_Default
{
	background: #efefef;
	color: #999999;
	white-space:  nowrap;
	font-size: 11px;
}

td.GridHeader_Default input
{
	width: auto;
	float: left;
	background: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}

th.subHeader
{
   background-color: #E4F0F9;
   border-top: solid 1px #ddd;
   border-bottom: solid 1px #ddd;   
   font-size: 12px;   
   font-weight: bold;
   color: #264574;
   padding: 5px;
   margin: 0px;
}

.subHeader a:link, .subHeader a:visited, .subHeader a:hover,
   .subHeader a:active
{
   color: #264574;
}
.RadGrid_Default .rgSortAsc
{
   background: url('images/btnArrowUp.gif') no-repeat center;
   border: none;
   display: inline;
   width: 17.5px;
   height: 17.5px;
}
.RadGrid_Default .rgSortDesc
{
   background: url('images/btnArrowDown.gif') no-repeat center;
   border: none;
   display: inline;
   width: 17.5px;
   height: 17.5px;
}