/* r.a.d.grid HQ skin */

.RadGrid_HQ3
{
	padding: 0;
	margin: 0;
	font: normal 10px Verdana, Sans-serif;
	scrollbar-face-color: #ccc; 
	scrollbar-highlight-color: #ccc; 
	scrollbar-shadow-color: #ccc; 
	scrollbar-3dlight-color: #ccc; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #ccc;
	scrollbar-darkshadow-color: #ccc; 
	cursor: default;
	width:100%;
	border:0px;		
}

.RadGrid_HQ3 a
{
	font: normal 10px Verdana, Sans-serif;
	color:Black;
	padding:0px;
	margin:0px;	
}

.MasterTable_HQ3
{
	border: 0px;	
	color: black;	
		
}

div.RadGrid_HQ3 table td th
{
	/*white-space: nowrap;*/
	padding:2px 10px 2px 2px;
	border:0px;
	margin:0px;
}

div.RadGrid_HQ3 table
{
	width:100%;
}

.GridRow_HQ3
{	
	font-size:10px;
	background: #EEEEEE;	
	line-height:10px;		
	height:15px;
	padding:2px 10px 2px 2px;	
}

.GridRow_HQ3:hover, .GridAltRow_HQ3:hover, GridRow_HQ3.sfhover, tr.GridAltRow_HQ3.sfhover
{
	background-color: #cccccc !important;
}

.GridAltRow_HQ3
{
	font-size:10px;
	background: white;	
	line-height:10px;
	height:15px;	
	padding:2px 10px 2px 2px;
}

/*
.SelectedRow_HQ3 td
{	
	background: black;
	font-weight:bold;
	color:White;	
}

.SelectedRow_HQ3 td a
{	
	color:white;
	font-weight:bold;
}*/

th.GridHeader_HQ3,
th.ResizeHeader_HQ3
{
	/*background: url('Img/headerBg.gif') repeat-x;*/
	background:white;			
	padding:2px 10px 2px 2px;
	/*height: 26px !important;*/		
	
	
}

td.GridFooter_HQ3
{
	border-top:1px solid #AAAAAA !important;	
	font-size:10px;	
}



th.GridHeader_HQ3 a
{
	text-decoration: none;
	color: black;
	font-weight:bold !important;	
}

/* ascending / descending sorting arrow */
.GridHeader_HQ3 img,
.GroupPanelItems_HQ3 input
{
	vertical-align: middle;
}

td.GridHeader_HQ3 input
{
	width: auto;
	float: left;
	border: solid 1px #474b38;
	background-color: #fafafa;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_HQ3
{
	background: #cccccc url('Img/GroupPanelBg.gif') repeat-x;
	width: 100%;
	height: 25px;
	text-align: left;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_HQ3
{
	background: #f0f2f4;
	color: #999;
	border-top: solid 1px white;
	border-right: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	border-left: solid 1px white;
	padding-left: 4px;
	white-space:  nowrap;
	font-size: 11px;
}

tr.GroupHeader_HQ3
{
	background: #595959;
	color: white;
	font-weight:bold;
	font-size: 10px;				
}

tr.GroupHeader_HQ3 td
{
	padding:0px !important;	
}

tr.GridPager_HQ3
{
	background: white;
	color: black;
	cursor: default;
	height: 21px;
}

.GridPager_HQ3 a
{
	color: #6e7376;
}

.GridPager_HQ3 a:hover
{
	color: #333;
}
.GridCommandRow_HQ3
{
	left:0;
	top:0;
}
.GridCommandRow_HQ3 td
{
	left:0;
	top:0;
	margin: 0px  !important;
	padding: 0px  !important;
}

.RadGrid_HQ3 .rgSortAsc
{
	width:13px;
	height:12px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image: url("SortAsc.gif");
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}
.RadGrid_HQ3 .rgSortDesc
{
	width:13px;
	height:12px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image: url("SortDesc.gif");
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
	
}

