/* Telerik RadGrid Outlook Skin */

/*global*/

.RadGrid_Pret
{
	border:1px solid #002d96;
	background:Window;
	color:WindowText;
}

.RadGrid_Pret,
.MasterTable_Pret,
.DetailTable_Pret,
.GroupPanel_Pret table,
.GridCommandRow_Pret table,
.GridEditForm_Pret table,
.GridToolTip_Pret
{
	font:11px tahoma,verdana,sans-serif;
}

.MasterTable_Pret,
.DetailTable_Pret
{
	border-collapse:separate !important;
}

.GridRow_Pret td,
.GridAltRow_Pret td,
.GridEditRow_Pret td,
.GridFooter_Pret td,
.GridGroupFooter_Pret td,
.GridFilterRow_Pret td,
.GroupHeader_Pret td
{
    background-color:#d9e7fc;
	padding-left:4px;
	padding-right:4px;
}


.GridRowExpand_Pret td
{
   
    filter:alpha(opacity=40);
    -moz-opacity:.40;
    opacity:.40;

}



.RadGrid_Pret .rgAdd,
.RadGrid_Pret .rgRefresh,
.RadGrid_Pret .rgEdit,
.RadGrid_Pret .rgDel,
.RadGrid_Pret .rgFilter,
.RadGrid_Pret .rgPagePrev,
.RadGrid_Pret .rgPageNext,
.RadGrid_Pret .rgPageFirst,
.RadGrid_Pret .rgPageLast,
.RadGrid_Pret .rgExpand,
.RadGrid_Pret .rgCollapse,
.RadGrid_Pret .rgSortAsc,
.RadGrid_Pret .rgSortDesc,
.RadGrid_Pret .rgUpdate,
.RadGrid_Pret .rgCancel
{
	width:16px;
	height:16px;
	border:0;
	padding:0;
	background-color:transparent;
	background-image:url('Grid/sprite.gif');
	background-repeat:no-repeat;
	vertical-align:middle;
	font-size:1px;
	cursor:pointer;
}

.GroupPanelItems_Pret input,
.GridCommandRow_Pret img,
.GridHeader_Pret input,
.GridFilterRow_Pret img,
.GridPager_Pret img
{
	vertical-align:middle;
}

/*header*/

.GridHeaderDiv_Pret
{
	background:#f6f6f6 url('Grid/sprite.gif') 0 -716px repeat-x;
}

.GridHeader_Pret,
.ResizeHeader_Pret
{
	border:1px solid;
	border-color:#f2f0ee #75736e #75736e #f2f0ee;
	background:#9dbcea;
	padding:3px;
	font-weight:normal;
	text-align:left;
}

.GridHeader_Pret a
{
	color:WindowText;
	text-decoration:none;
}

.ResizeHeader_Pret
{
	background:ButtonFace url('Grid/sprite.gif') center -199px no-repeat;
}

/*rows*/

.GridRow_Pret td,
.GridAltRow_Pret td,
.GridEditRow_Pret td,
.GridFooter_Pret td,
.GridGroupFooter_Pret td
{
	padding-top:3px;
	padding-bottom:3px;
}

.GridRow_Pret td,
.GridAltRow_Pret td,
.GridFooter_Pret td,
.GridGroupFooter_Pret td
{
	border-top:1px solid #fff;
	border-bottom:1px solid #eae9e1;
}

.GridRow_Pret a,
.GridAltRow_Pret a,
.GridEditRow_Pret a,
.GridFooter_Pret a,
.GridGroupFooter_Pret a,
.GridEditForm_Pret a
{
	color:WindowText;
}

.SelectedRow_Pret
{
	background:Highlight;
}

.SelectedRow_Pret,
.SelectedRow_Pret a
{
	color:HighlightText;
}

.SelectedRow_Pret td
{
	border-color:Highlight;
}

.GridRowOver_Pret,
.ActiveRow_Pret
{
	background:InfoBackground;
	color:InfoText;
}

.GridEditRow_Pret
{
	background:Menu;
	color:MenuText;
}

.GridEditRow_Pret td
{
	border-color:Menu;
}

/*footer*/

.GridFooterDiv_Pret,
.GridFooter_Pret,
.GridGroupFooter_Pret
{
	background:#f6f6f6;
	color:#333;
}

/*status*/

.GridPager_Pret span
{
	color:#666;
}

/*pager*/

.GridPager_Pret
{
	background:ButtonFace;
	line-height:20px;
}

.GridPager_Pret td
{
	border-top:1px solid #000000;
	padding:3px 5px;
}

.GridPager_Pret div span,
.GridPager_Pret a,
.GridPager_Pret .sliderPagerLabel_Pret
{
	color:WindowText;
}

.PagerLeft_Pret
{
	float:left;
}

.PagerRight_Pret
{
	float:right;
}

.PagerCenter_Pret
{
	text-align:center;
}

.PagerCenter_Pret span
{
	vertical-align:middle;
}

.RadGrid_Pret .rgPagePrev
{
	background-position:5px -393px;
}

.RadGrid_Pret .rgPageNext
{
	background-position:-21px -393px;
}

.RadGrid_Pret .rgPageFirst
{
	background-position:4px -361px;
}

.RadGrid_Pret .rgPageLast
{
	background-position:-20px -361px;
}

/*sorting, reordering*/

.GridHeader_Pret .rgSortAsc
{
	background-position:-21px -330px;
	height:10px;
}

.GridHeader_Pret .rgSortDesc
{
	background-position:5px -328px;
	height:10px;
}

.TopReorderIndicator_Pret,
.BottomReorderIndicator_Pret
{
	width:9px !important;
	height:12px !important;
	margin-left:-4px;
	background:url('Grid/sprite.gif') 0 -300px no-repeat;
}

.BottomReorderIndicator_Pret
{
	background-position:-23px -300px;
}

/*filtering*/

.GridFilterRow_Pret
{
	background:#f6f6f6;
}

.GridFilterRow_Pret td
{
	border-bottom:1px solid #eae9e1;
	padding-top:4px;
	padding-bottom:4px;
}

.RadGrid_Pret .rgFilter
{
	background-position:2px -424px;
}

.GridFilterRow_Pret input[type="text"]
{
	border:1px solid ButtonFace;
	padding:2px;
	background:Window;
	font:11px arial,sans-serif;
	color:WindowText;
	vertical-align:middle;
}

/*grouping*/

.GroupPanel_Pret
{
	background:#043994 url('Grid/sprite.gif') 0 0 repeat-x;
	color:#fff;
}

.GroupPanel_Pret .rgSortAsc
{
	background-position:-21px -327px;
}

.GroupPanel_Pret .rgSortDesc
{
	background-position:5px -326px;
}

.GroupPanel_Pret td
{
	padding:3px 4px 5px;
}

.GroupPanel_Pret td td
{
	padding:1px;
}

.GroupPanelItems_Pret
{
	white-space:nowrap;
}

.GroupHeader_Pret
{
	background:#fff;
}

.GroupHeader_Pret td
{
	border-bottom:2px solid #7ba4e0;
	padding:4px 4px;
	color:#3768b9;
	font-weight:bold;
}

.RadGrid_Pret .rgExpand
{
	background-position:2px -457px;
	
}

.RadGrid_Pret .rgCollapse
{
	background-position:2px -489px;
}

.GroupHeader_Pret td div
{
	top:-0.5em;
}

.GroupHeader_Pret td div div
{
	top:0;
}

/*editing*/

.GridEditForm_Pret
{
	border-bottom:1px solid #7ba4e0;
}

.RadGrid_Pret .rgUpdate
{
	background-position:2px -618px;
}

.RadGrid_Pret .rgCancel
{
	background-position:2px -650px;
}

/*hierarchy*/

.DetailTable_Pret
{
	border:1px solid #002d96;
	border-right:0;
}

/*command row*/

.GridCommandRow_Pret
{
	background:#f6f6f6;
}

.GridCommandRow_Pret a
{
	color:#000;
}

.RadGrid_Pret .rgAdd
{
	background-position:2px -683px;
}

.RadGrid_Pret .rgRefresh
{
	background-position:5px -521px;
}

.RadGrid_Pret .rgEdit
{
	background-position:2px -554px;
}

.RadGrid_Pret .rgDel
{
	background-position:2px -587px;
}

/*multirow select*/

.GridRowSelector_Pret
{
	background:#003;
}

/*row drag n drop*/

.GridItemDropIndicator_Pret
{
    border-top:1px dashed #666;
}

/*tooltip*/

.GridToolTip_Pret
{
	border:1px solid #000;
	padding:3px;
	background:#ffffe1;
	color:#000;
}

/*rtl*/

.RadGridRTL_Pret .GridHeader_Pret,
.RadGridRTL_Pret .ResizeHeader_Pret
{
	text-align:right;
}

.RadGridRTL_Pret .PagerLeft_Pret,
.RadGridRTL_Pret .GridPager_Pret .radslider
{
	float:right;
}

.RadGridRTL_Pret .PagerRight_Pret
{
	float:left;
}
