/* r.a.d.grid NRF / embedded skin */

div.RadGrid_NRF
{
	background: #f7f7f7;
	/*border: solid 1px #e5e5e5;
	border-right: solid 2px #e5e5e5;*/
	border-top: 0px;
	font: normal 8pt Tahoma,Verdana, Arial, Sans-serif;
	text-align: left;
	cursor: NRF;
	scrollbar-face-color: #E9E9E9;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #E9E9E9;
	scrollbar-3dlight-color: #DBDBDB;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #F5F5F5;
	scrollbar-darkshadow-color: #AEAEAE;
}

.MasterTable_NRF a 
{  
	font: 8pt Tahoma,Verdana, Arial; 
	color: #000000; 
} 

.MasterTable_NRF
{
	border: 0px !important;
	border-collapse: separate !important;
	width: 100%;
	font: 8pt Tahoma,Verdana, Arial;
	color: #000000;
}
#Table3
{ margin-left:30px;
 
}

th.GridHeader_NRF,
th.ResizeHeader_NRF
{

	font: bold 8pt Tahoma,Verdana, Arial, Sans-serif;
	/*background: white url('Img/GridHeaderBg.gif') repeat-x bottom;*/
 background-color: #BFDBFF;
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #bbb;
	padding-left: 4px; /*more than items to compensate for item borders!*/
	 padding-top: 4;
	height: 20px;
}

.GridHeader_NRF a
{
	color: black;
	font: bold 8pt  Tahoma,Verdana, Arial, Sans-serif;
	text-decoration: none;
}

.GridRow_NRF td
{
	background: #f7f7f7;
	line-height: 20px;
	border: solid 1px #f7f7f7;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
	padding-left: 4px;
}





.GridAltRow_NRF td
{
	background: #f7f7f7;
	line-height: 20px;
	border: solid 1px #f7f7f7;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
	padding-left: 4px;
}

.SelectedRow_NRF td
{
	background: #e5e5e5 !important;
	height: 20px;
	border: solid 1px #e5e5e5;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
	padding-left: 4px;
}

.ActiveRow_NRF td
{
	background: white !important;
	height: 20px;
	border: solid 1px white;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
	padding-left: 4px;
}

/*removes NRF borders for custom inner tables*/
.GridRow_NRF td td, 
.GridAltRow_NRF td td,
.SelectedRow_NRF td td,
.ActiveRow_NRF td td
{
	border-top: none;
	border-bottom: none;
}

.GridPager_NRF td
{
	background: white;
	border: solid 1px white;
	border-top: 1px solid #c7c7c7;
	height: 21px;
	color: #999;
	padding-left: 4px;
}

.GridFooter_NRF td
{
	background: #fbfbfb;
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	height: 21px;
	color: #666;
	padding-left: 4px;
}

.GridFooter_NRF td a
{
	color: #666;
}


.GridPager_NRF td a
{
    color: #000080;
}

.GridPager_NRF td a:hover, .GridFooter_NRF td a:hover
{
    color: #333333;
}


tr.GroupHeader_NRF td
{
	background: white;
	height: 20px;
	border: solid 1px white;
	padding-left: 4px;
}

.GroupPanel_NRF
{
	background-color: #e5e5e5;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;
}

.GroupPanelItems_NRF
{
	background: #efefef;
	color: #999999;
	border: solid 1px white;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	white-space:  nowrap;
	font-size: 11px;
}
td.GridHeader_NRF input
{
	width: auto;
	float: left;
	border: solid 1px #666;
	background: #fafafa;
	font: bold 8pt Tahoma,Verdana, Arial, Sans-serif;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}



.GridRow_NRF a:link, a:visited
{
	font: 8pt Tahoma,Verdana, Arial, Sans-serif;
	text-decoration: underline;
	color:blue;
	
}

.GridAltRow_NRF a:link, a:visited
{
	font: 8pt Tahoma,Verdana, Arial, Sans-serif;
	text-decoration: underline;
	color:blue;
}


.GridRow_NRF a:hover
{
	font: 8pt Tahoma,Verdana, Arial, Sans-serif;
	text-decoration: underline;
}

.GridAltRow_NRF a:hover
{
	font: 8pt Tahoma,Verdana, Arial, Sans-serif;
	text-decoration: underline;
}

.RadSplitter_Default .pane
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	border-left: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
/* NRF */

div.PagerLeft_NRF { float:left;}


div.PagerRight_NRF { float:left; padding-top:3px;}

div.PagerLeft_NRF, div.PagerLeft_NRF A, div.PagerRight_NRF, div.PagerRight_NRF A { font-size:8pt;}


div.10 Table.RadSplitter_Default td.pane {border: 1px solid #dcdcdc !important;}
div Table.RadSplitter_Default td.pane {border: 1px solid #dcdcdc !important;}
.lastItem {border: 1px solid #dcdcdc;}
tr.GridPager_NRF td {border: 0px solid #000;}

input.rgPagePrev {  visibility:hidden;}
input.rgPageNext { visibility:hidden;}
