/* ICON skin for Telerik RadGrid - based on Telerik's Default2006 skin */

div.RadGrid_Elite
{
	clear:both;
	border-left: 1px solid #A6BAD9;
	border-bottom: 1px solid #A6BAD9;
	float:left;
	margin-bottom:10px;
	background-color: #fff;
}

.MasterTable_Elite
{
	border: 0px !important;
	border-collapse: separate !important;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.GridHeaderDiv_Elite 
{
	background-color: #6286BB;
} 

th.GridHeader_Elite,
th.ResizeHeader_Elite
{
	background-color: #6286BB;
	border-right:1px solid #fff;
	padding:5px;
	text-align: left;
	color: #fff;
	font-weight:bold;
}

th.MasterTable_Last{
	border-right: 1px solid #A6BAD9;
}

.GridHeader_Elite a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.GridRow_Elite td,
.GridAltRow_Elite td,
.SelectedRow_Elite td,
.ActiveRow_Elite td,
.GridEditRow_Elite td
{
	padding:5px;
	background-color: #fff;
}

.GridRow_Elite td, .GridAltRow_Elite td
{
	border-top: 1px solid #A6BAD9;
	border-right:1px solid #A6BAD9;
}

.SelectedRow_Elite
{
	background: #e5e5e5 !important;
}

.SelectedRow_Elite td,
.GridEditRow_Elite td
{
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px white;
}

.ActiveRow_Elite,
.ActiveRow_Elite td
{
	background: white !important;
}


/*removes default borders for custom inner tables*/
.GridRow_Elite td td, 
.GridAltRow_Elite td td,
.SelectedRow_Elite td td,
.ActiveRow_Elite td td
{
	border-top: none;
	border-bottom: none;
}


.GridPager_Elite
{
	background-color: #efefef;
}

.GridPager_Elite div /*slider mode*/
{
    color:#333;
}

.GridPager_Elite td{
	border-top: 1px solid #A6BAD9;
	border-right:1px solid #A6BAD9;
}

.GridPager_Elite td span,
.GridPager_Elite td a
{
	padding: 5px;
	width: 16px;
	font-weight: bold;
	display:inline-block;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #fff;
	margin:5px;
}

.GridPager_Elite td span{
   color: #ff6600;
}

.GridPager_Elite td a:hover
{
   color: #ff6600;
   border: 1px solid #999;
   background-color: #dbdbdb;
}

.GridPager_Elite td a{

}




.GridFooter_Elite
{
	background: #fbfbfb;
	height: 21px;
	color: #666;
}
.GridFooter_Elite td
{
	border: solid 1px #fbfbfb;
	border-top: 1px solid #e8e6e6;
	padding-left: 4px;
}

.GridFooter_Elite a
{
	color: #666;
}

.GridFooter_Elite a:hover
{
	color: #000;
}

tr.GroupHeader_Elite
{
	background: white;
	height: 22px;
}
tr.GroupHeader_Elite td
{
	border: solid 1px white;
	padding-left: 4px;
}

.GroupPanel_Elite
{
	background-color: #e5e5e5;
	width: 100%;
	border-collapse: collapse;
	border: solid 1px #c6c6c6;
	border-bottom: 1px solid #aeaeae;
}

.GroupPanelItems_Elite
{
	background: #efefef;
	color: #999999;
	border: solid 1px white;
	border-right: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	white-space:  nowrap;
	font-size: 1.1em;
}
td.GridHeader_Elite input
{
	width: auto;
	float: left;
	border: solid 1px #666;
	background: #fafafa;
	font: bold 1em;
	color: #989cb0;
	height: 14px;
	vertical-align:middle;
}

.TopReorderIndicator_Icon
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Icon
{
	background: url('MoveUp.gif') no-repeat;
}

.GridFilterMenu_Elite
{
    cursor:default;
}

.GridFilterMenu_Elite .GridFilterMenuSelectColumn_Elite,
.GridFilterMenu_Elite .GridFilterMenuTextColumn_Elite
{
	padding:3px 4px;
}

.GridFilterMenu_Elite .GridFilterMenuSelectColumn_Elite
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_Elite .GridFilterMenuTextColumn_Elite
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Elite .GridFilterMenuHover_Elite
{
    background:#4c4c4c;
    color:#fff;
}