/* r.a.d.grid grey skin */

div.RadGrid_YUDGD
{
	font: normal 11px Tahoma;
	padding: 0px 0px;
	background: ThreeDShadow;
	/*background: red;*/
}

div.RadGrid_YUDGD table
{
	font-size: 11px;
	font-family: Tahoma;
	width: 100%;
	cursor: default;
}

.MasterTable_YUDGD
{
	background: url('Img/headerBg.gif') repeat-x repeat-y;
	/*background: blue;*/
	width: 90%;
}    

th.GridHeader_YUDGD
{
	font-weight: bold;
	color: Black;
	height: 36px;
	background: 0px 0px url('Img/headerBg.gif') repeat-x repeat-y;
	padding-left: 0px;
}

tr.GridHeader_YUDGD
{
	font-weight: bold;
	color: Black;
	height: 36px;
	background: 0px 0px url('Img/headerBg.gif') repeat-x repeat-y;
	padding-left: 0px;
}

detailview th
{
	font-weight: bold;
	color: Black;
	height: 26px;
	background: 0px 0px url('Img/headerBg.gif') repeat-x repeat-y;
	padding-left: 0px;
	width: 100%;
}

detailview tr
{
	font-weight: bold;
	color: Black;
	height: 26px;
	background: 0px 0px url('Img/headerBg.gif') repeat-x repeat-y;
	padding-left: 0px;
	width: 100%;
}

th.GridHeader_YUDGD input
{
	/*width: 60px;*/
	border: solid 1px #616968;
	float: left;
}

.GridHeader_YUDGD A
{
	color: black;
	text-decoration: none;
}

.GridRow_YUDGD td
{
	background: #616968;
	padding-left: 0px;
	color: black;
	height: 24px;
}

.GridAltRow_YUDGD td
{
	background: #494f4f;
	padding-left: 0px;
	color: #e2e2e2;
	height: 24px;
}

.GridRow_YUDGD A
{
	background: #616968;
	padding-left: 0px;
	color: black;
	height: 24px;
}

.GridAltRow_YUDGD A
{
	background: #494f4f;
	padding-left: 0px;
	color: #e2e2e2;
	height: 24px;
}

.GridPager_YUDGD td
{
	padding-left: 0px;
	background: url('Img/PagerBg.gif') repeat-x repeat-y;
	/*background: red;*/
	color: Black;
	height: 24px;
	width: 100%;
	/*border-left: 1px solid #c9c6c2;
	border-top: 2px solid #c8c5a1;
	border-right: 1px solid #c9c6c2;*/
}

.GridPager_YUDGD a
{
	color: Black;
}

.GridPager_YUDGD A
{
	color: #e2e2e2;
}

.GridRow_YUDGD td
{
	border-bottom: solid 1px #757676;
}

.SelectedRow_YUDGD td
{
	border-bottom: solid 1px #757676;
	background: #333 url('Img/GridAltRowBg.gif') repeat-y;
	color: white;
}

.ActiveRow_YUDGD td
{
	border-bottom: solid 1px #757676;
	background: #9a5f01;
	color: #fff;
}

.GridAltRow_YUDGD td
{
	border-bottom: solid 1px #757676;
}

/* filtering button */

.GroupPanelItems_YUDGD
{
	font-weight: bold;
	color: white;
	white-space:nowrap;
}

.GroupPanelItems_YUDGD
{
	background: #e3ba4f url('Img/headerBg.gif') repeat-x;
	color: #887803;
	border: solid 1px #be9944;
	white-space:  nowrap;
	font-size: 11px;
}

.GroupPanel_YUDGD
{
	background: #cc883b url('Img/headerBg.gif') repeat-x;
	width: 100%;
}

/* filtering direction input[image] */

.GroupPanelItems_YUDGD input
{
	/*vertical-align: middle;*/
}

/* filtering table row */

tr.GroupHeader_YUDGD
{
	background: #9a5f01;
	color: #fff; 
}
