/* Telerik RadGrid Outlook Skin */

/*global*/

/*.RadGrid_Outlook
{
	border-top:1px solid #000000;
	background:Window;
	color:WindowText;
	font:11px tahoma,verdana,sans-serif;
}*/
.RadGrid_Outlook
{
	/*border-top:1px solid #000000;*/
	border:none !important;
	background:Window;
	color:WindowText;
	font:11px tahoma,verdana,sans-serif;
}

.MasterTable_Outlook
{
	font:11px tahoma,verdana,sans-serif;
}

.DetailTable_Outlook,
.GridEditForm_Outlook table
{
	font:11px tahoma,verdana,sans-serif;
}

/* Changed the forecolor of grouppanel to white */
.GroupPanel_Outlook
{
	background: none ! important;
	height:23px;
	color:#fff;
	padding-bottom:2px;
	margin-left:5px;
	vertical-align:middle;
	table-layout:fixed;
}

.GroupPanel_Outlook table
{
	background: none ! important;
	font:11px tahoma,verdana,sans-serif;
	border-style: none;
	border-collapse:collapse; line-height:13px; outline-style:none;
}

.MasterTable_Outlook,
.DetailTable_Outlook
{
	border-collapse:separate !important;
	width:100% !important;
}

.GridRow_Outlook td,
.GridAltRow_Outlook td,
.GridEditRow_Outlook td,
.GridFooter_Outlook td,
.GridGroupFooter_Outlook td,
.GridFilterRow_Outlook td
{
	padding-left:4px;
	padding-right:15px;
	white-space:normal !important;
}

.RadGrid_Outlook .rgAdd,
.RadGrid_Outlook .rgRefresh,
.RadGrid_Outlook .rgEdit,
.RadGrid_Outlook .rgDel,
.RadGrid_Outlook .rgFilter,
.RadGrid_Outlook .rgExpand,
.RadGrid_Outlook .rgCollapse,
.RadGrid_Outlook .rgSortAsc,
.RadGrid_Outlook .rgSortDesc,
.RadGrid_Outlook .rgUpdate,
.RadGrid_Outlook .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('http://www.maxhire.net/cp/%28x%281%29a%288donhgjxzgekaaaangy1zmy2zwetyjlhyi00yzgwlwfjyzqtyzdlndg5zgi4nzu34ybxohrfyks_0ync9nrvh0so2py1%29s%28l52h1t5542bwhdrna44phv55%29%29/outlook/grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}

.RadGrid_Outlook .rgPagePrev,
.RadGrid_Outlook .rgPageNext
{
	display:none;
	width:0px;
	height:0px;
	border:0;
	padding:0;
	/*background-color:transparent;
	background-image:url('http://www.maxhire.net/cp/%28x%281%29a%288donhgjxzgekaaaangy1zmy2zwetyjlhyi00yzgwlwfjyzqtyzdlndg5zgi4nzu34ybxohrfyks_0ync9nrvh0so2py1%29s%28l52h1t5542bwhdrna44phv55%29%29/outlook/grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;*/
}

.GroupPanelItems_Outlook input,
.GridCommandRow_Outlook img,
.GridHeader_Outlook input,
.GridFilterRow_Outlook img,
.GridPager_Outlook img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Outlook
{
	background-color:#EFEBDE;
}

/* Changed the gridheader background, border color and height */
.GridHeader_Outlook
{
	border:1px solid;
	border-color:#C6C3B5 #BDBEBD #D6CFBD #FFFFFF;
	background:ButtonFace;
	padding:3px;
	font-weight:normal;
	text-align:left;
	height:15px;
	/*border-collapse:separate;
	display:block;*/
	line-height:13px;
	min-height:15px;
	max-height:15px;
	overflow: hidden;
}

.GridHeader_Outlook a
{
	color:WindowText;
	text-decoration:none;
	height:20px;
}

.ResizeHeader_Outlook
{
	/*background:ButtonFace center -199px no-repeat;*/
	height:20px;
	border:1px solid;
	border-color:#C6C3B5 #BDBEBD #D6CFBD #FFFFFF;
	background:ButtonFace;
	padding:3px;
	font-weight:normal;
	text-align:left;
	height:15px;
	/*border-collapse:separate;
	display:block;*/
	line-height:13px;
	min-height:15px;
	max-height:15px;
}

/*rows*/

.GridRow_Outlook td,
.GridAltRow_Outlook td,
.GridEditRow_Outlook td,
.GridFooter_Outlook td,
.GridGroupFooter_Outlook td
{
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
}

.GridRow_Outlook td,
.GridAltRow_Outlook td,
.GridFooter_Outlook td,
.GridGroupFooter_Outlook td
{
	border-top:1px solid #fff;
	border-bottom:1px solid #eae9e1;
}

.GridRow_Outlook a,
.GridAltRow_Outlook a,
.GridEditRow_Outlook a,
.GridFooter_Outlook a,
.GridGroupFooter_Outlook a,
.GridEditForm_Outlook a
{
	color:WindowText;
}

.SelectedRow_Outlook,
.ActiveRow_Outlook
{
	background:Highlight;
	color:HighlightText;
}

.SelectedRow_Outlook td
{
	/*border-color:Highlight;*/
	border:none !important;
}

.GridRowOver_Outlook
{
	background:InfoBackground;
	color:InfoText;
}

.GridEditRow_Outlook
{
	background:Menu;
	color:MenuText;
}

.GridEditRow_Outlook td
{
	border-color:Menu;
}

/*footer*/

.GridFooterDiv_Outlook,
.GridFooter_Outlook,
.GridGroupFooter_Outlook
{
	background:#f6f6f6;
	color:#333;
}

/*status*/

.GridPager_Outlook span
{
	color:#666;
}

/*pager*/

.GridPager_Outlook
{
	background:ButtonFace;
	line-height:15px;
}

.GridPager_Outlook td
{
	border-top:0px solid #808080;
	padding:3px 3px;
}

.GridPager_Outlook div span,
.GridPager_Outlook a,
.GridPager_Outlook .sliderPagerLabel_Outlook
{
	color:WindowText;
}

.PagerLeft_Outlook
{
	float:left;
}

.PagerRight_Outlook
{
	float:right;
}

.PagerCenter_Outlook
{
	text-align:center;
}

.PagerCenter_Outlook span
{
	vertical-align:middle;
}

.RadGrid_Outlook .rgPagePrev
{
	/*background-position:5px -393px;*/
}

.RadGrid_Outlook .rgPageNext
{
	/*background-position:-21px -393px;*/
}

/*sorting, reordering*/

.GridHeader_Outlook .rgSortAsc
{
	background-position:-21px -330px;
	height:10px;
}

.GridHeader_Outlook .rgSortDesc
{
	background-position:5px -328px;
	height:10px;
}

.TopReorderIndicator_Outlook,
.BottomReorderIndicator_Outlook
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('http://www.maxhire.net/cp/%28x%281%29a%288donhgjxzgekaaaangy1zmy2zwetyjlhyi00yzgwlwfjyzqtyzdlndg5zgi4nzu34ybxohrfyks_0ync9nrvh0so2py1%29s%28l52h1t5542bwhdrna44phv55%29%29/outlook/grid/sprite.gif') 0 -300px no-repeat;
}

.BottomReorderIndicator_Outlook
{
	background-position:-23px -300px;
}

/*filtering*/

.GridFilterRow_Outlook
{
	background:#f6f6f6;
}

.GridFilterRow_Outlook td
{
	border-bottom:0px solid #eae9e1;
	padding-top:4px;
	padding-bottom:4px;
}

.RadGrid_Outlook .rgFilter
{
	background-position:2px -424px;
}

.GridFilterRow_Outlook input[type="text"]
{
	border:0px solid ButtonFace;
	padding:2px;
	background:Window;
	font:11px arial,sans-serif;
	color:WindowText;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Outlook .rgSortAsc
{
	background-position:-21px -327px;
}

.GroupPanel_Outlook .rgSortDesc
{
	background-position:5px -326px;
}

.GroupPanel_Outlook td
{
	padding:0px 0px 0px;
}

.GroupPanel_Outlook td td
{
	padding:1px;
}

.GroupPanelItems_Outlook
{
	white-space:nowrap;
}

/* Changed the background color of groupheader to white */
.GroupHeader_Outlook
{
	background:#FFF;
	/*height:20px;
	min-height:20px;
	max-height:20px; */
	padding: [0px][0px][0px][0px];
	margin: [0px][0px][0px][0px];
}

.GroupHeader_Outlook td
{
	border-bottom:2px solid #7ba4e0;
	padding:2px 2px;
	color:#3768b9;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
	vertical-align: middle ! important;
}

.RadGrid_Outlook .rgExpand
{
	background-position:2px -457px;
}

.RadGrid_Outlook .rgCollapse
{
	background-position:2px -489px;
}

.GroupHeader_Outlook td div
{
	top:-0.5em;
	vertical-align: middle ! important;
	
}

.GroupHeader_Outlook td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Outlook
{
	border-bottom:1px solid #7ba4e0;
}

.GridEditForm_Outlook input[type="text"],
.GridEditForm_Outlook input[type="password"],
.GridEditForm_Outlook textarea
{
	border:solid 1px ButtonFace;
	padding:2px;
	background:Window;
	font:11px arial,sans-serif;
	color:WindowText;
}

.RadGrid_Outlook .rgUpdate
{
	background-position:2px -618px;
}

.RadGrid_Outlook .rgCancel
{
	background-position:2px -650px;
}

/*hierarchy*/

.DetailTable_Outlook
{
	border:0px solid #002d96;
	border-right:0;
	overflow-x:hidden;
}

/*command row*/

.GridCommandRow_Outlook
{
	background:#f6f6f6;
}

.GridCommandRow_Outlook a
{
	color:#000;
}

.RadGrid_Outlook .rgAdd
{
	background-position:2px -683px;
}

.RadGrid_Outlook .rgRefresh
{
	background-position:5px -521px;
}

.RadGrid_Outlook .rgEdit
{
	background-position:2px -554px;
}

.RadGrid_Outlook .rgDel
{
	background-position:2px -587px;
}

/*multirow select*/

.GridRowSelector_Outlook
{
	background:#003 !important;
}

/*row drag n drop*/

.GridItemDropIndicator_Outlook
{
    border-top:1px dashed #666;
}

/*rtl*/

.RadGridRTL_Outlook .GridHeader_Outlook,
.RadGridRTL_Outlook .ResizeHeader_Outlook
{
	text-align:right;
}

.RadGridRTL_Outlook .PagerLeft_Outlook,
.RadGridRTL_Outlook .GridPager_Outlook .radslider
{
	float:right;
}

.RadGridRTL_Outlook .PagerRight_Outlook
{
	float:left;
}