/* Telerik RadGrid Outhouse skin */

.RadGrid_Outhouse
{
	background:#cbc2bb;
	border: solid 1px #898d8f;
	border-top: 0px;
	scrollbar-face-color: #bbc1c9; 
	scrollbar-highlight-color: #bbc1c9; 
	scrollbar-shadow-color: #bbc1c9; 
	scrollbar-3dlight-color: #d2d6db; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #d2d6db;
	scrollbar-darkshadow-color: #d2d6db; 
}

.RadGrid_Outhouse,
.RadGrid_Outhouse table,
.GridFilterMenu_Outhouse table
{
	font: normal 11px Arial, Verdana, Sans-serif;
}

.MasterTable_Outhouse
{
	border: 0px;
	border-collapse: separate !important;
	color: black;
	-moz-user-select: -moz-none;
}

a, a:link, a:active, a:visited
{
    color: Black;
}

.GridRow_Outhouse td,
.GridAltRow_Outhouse td,
.GridEditRow_Outhouse td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
}

.GridRow_Outhouse
{
	background: #cbc2bb;
}
.GridAltRow_Outhouse
{
	background: white;
}

.SelectedRow_Outhouse
{
	background: #f9f6dd;
}
.SelectedRow_Outhouse td
{
	border-top: solid 1px #d2d8db;
	border-bottom: solid 1px white;
}

.GridEditRow_Outhouse
{
	background-color: #ffffe1;
}
.GridEditRow_Outhouse input
{
	font-size: 11px;
}

.ActiveRow_Outhouse
{
	background: #d2d8db;
}
.ActiveRow_Outhouse td
{
	border-top: solid 1px #abb4b9;
	border-bottom: solid 1px white;
}

.GridHeader_Outhouse, .ResizeHeader_Outhouse
{
    background: url(  'Img/headerimg.png' ) repeat-x;
    
    height: 26px !important;
    color: white;
    font-size: 11px;
    text-align: left;
    border-top-style: none;
    border-top-color: #d7c2b0;
}

.GridHeader_Outhouse a
{
	text-decoration: none;
	color: white !important;
}

/* ascending / descending sorting arrow */
.GridHeader_Outhouse img,
.GroupPanelItems_Outhouse input
{
	vertical-align: middle;
}

td.GridHeader_Outhouse input
{
	width: auto;
	float: left;
	
	background-color: #d7c2b0;
	font: bold 10px Verdana, Arial, Sans-serif;
	color: #989cb0;
	margin-right: 2px;
}

.GroupPanel_Outhouse
{
	background: #bbc2c9 url('Img/GroupPanelBg.png') repeat-x;
	width: 100%;
	height: 25px;
	border-top: solid 1px #898d8f;
}

/* grouping button */

.GroupPanelItems_Outhouse
{
	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_Outhouse
{
	background: #c7d0d9;
	color: black;
}

.GroupHeader_Outhouse td div div
{
	top:-0.5em;
}

.GroupHeader_Outhouse td div div div
{
	top:0;
}

tr.GridPager_Outhouse
{
    background-image: url('headerimg.png') repeat-x;
	cursor: default;
}

tr.GridPager_Outhouse td
{
    padding-top:3px;
    padding-bottom:3px;
}

.GridPager_Outhouse a
{
	color: #6e7376;
}

.GridPager_Outhouse a:hover
{
	color: #333;
}

.TopReorderIndicator_Outhouse
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Outhouse
{
	background: url('MoveUp.gif') no-repeat;
}

.GridCommandRow_Outhouse a
{
	color:#000000;
}

.GridFilterMenu_Outhouse
{
    cursor:default;
}

.GridFilterMenu_Outhouse .GridFilterMenuSelectColumn_Outhouse,
.GridFilterMenu_Outhouse .GridFilterMenuTextColumn_Outhouse
{
	padding:3px 4px;
}

.GridFilterMenu_Outhouse .GridFilterMenuSelectColumn_Outhouse
{
    background:#d7c2b0;
    text-align:center;
}

.GridFilterMenu_Outhouse .GridFilterMenuTextColumn_Outhouse
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Outhouse .GridFilterMenuHover_Outhouse
{
    background:#c7d0d9;
}

/*AJAX Loading*/

.GridLoadingTemplate_Outhouse
{
	background:#fff !important;
	font:normal 24px/54px arial,sans-serif;
	color:#72bc1b;
}

/* rtl support */

.RadGridRTL_Outhouse th,
.RadGridRTL_Outhouse td
{
    text-align:right;
}

.RadGridRTL_Outhouse .GridPager_Outhouse span
{
    float:none !important;
}
