/* Telerik RadGrid Outlook / embedded skin */

.RadGrid_Outlook
{
	background-color: ButtonFace;
	color: ;
	border: 1px solid #002D96;
}

.RadGrid_Outlook,
.MasterTable_Outlook
{
	font: 11px tahoma, sans-serif;
}

.RadGrid_Outlook a,
.GridPager_Outlook a
{
	color: ;
}

.MasterTable_Outlook
{
	background-color: Window;
	color: #8D8D8D;
	border: 0;
	border-top: 1px solid #c5c2b2;
	/*-moz-user-select: none;*/ /*disables text selecting in Firefox to combat unpleasant visual appearance*/
}

.MasterTable_Outlook td,
.MasterTable_Outlook th
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px inset white;

}

.GridHeader_Outlook,
.ResizeHeader_Outlook
{
	background-color: ButtonFace;
	color: #8D8D8D;
	border-right: 2px inset white;
	border-top: 3px solid ButtonFace;
	border-bottom: 2px solid #d2cfbe;
	font-weight:normal;
	text-align: left;
}

.GridHeader_Outlook a
{
	text-decoration: none;
	color: #8D8D8D;
}

.GridHeader_Outlook span
{
	text-decoration: none;
	color: #8D8D8D;
}

.ResizeHeader_Outlook
{
	background-image: url(Img/resizeHeader.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.GridRow_Outlook td,
.GridAltRow_Outlook td,
.GridEditRow_Outlook td
{
	border-bottom: 1px solid #EAE9E1;
}

/* IE6 can't use bottom borders, because they remain visible when collapsing groups of rows */
* html .GridRow_Outlook td,
* html .GridAltRow_Outlook td,
* html .GridEditRow_Outlook td
{
    border-bottom:0;
}
* html .GridRow_Outlook,
* html .GridAltRow_Outlook,
* html .GridEditRow_Outlook
{
    background:url(Img/borderbottom.gif) left bottom repeat-x;
}

.SelectedRow_Outlook
{
	background: Highlight;
	color: white;
}
.SelectedRow_Outlook td
{
	border-bottom: 1px solid #666;
}

.GridEditRow_Outlook
{
	background-color: #ffffe1;
}
.GridEditRow_Outlook input
{
	font-size: 11px;
}

.GridRowOver_Outlook,
.ActiveRow_Outlook
{
	background: #ffffe1;
	color: black;
}

.GridPager_Outlook
{
	background-color: ButtonFace;
	color: #8D8D8D;
}

.GridPager_Outlook .PagerPanel *
{
	vertical-align:middle;
}

.GridPager_Outlook td
{
	border-top: 3px solid #d2cfbe;
	padding: 3px 9px;
}

.GroupPanelItems_Outlook
{
	white-space:nowrap;
	color: white;
	padding-bottom:4px;
}

.GroupPanel_Outlook
{
	background:url(Img/topBg.gif) 0 0 repeat-x #039;
	width: 100%;
	height: 20px;
	border-collapse: collapse;
	color: white;
}

.GroupPanel_Outlook td
{
	padding-left: 4px;
}

.GroupPanel_Outlook table table
{
	border-collapse: collapse;
}

.GroupHeader_Outlook td
{
	border-bottom: 2px solid #7BA4E0;
	color: #3768b9;
	font-weight: bold;
}

.GroupHeader_Outlook td div
{
	top:-0.5em;
}

.GroupHeader_Outlook td div div
{
	top:0;
}

.GridFooter_Outlook td
{
}

.TopReorderIndicator_Outlook
{
	background: url('MoveDown.gif') no-repeat;
}

.BottomReorderIndicator_Outlook
{
	background: url('MoveUp.gif') no-repeat;
}

.GridFilterMenu_Outlook
{
    cursor:default;
}

.GridFilterMenu_Outlook .GridFilterMenuSelectColumn_Outlook,
.GridFilterMenu_Outlook .GridFilterMenuTextColumn_Outlook
{
	padding:3px 4px;
}

.GridFilterMenu_Outlook .GridFilterMenuSelectColumn_Outlook
{
    background:#e4e4e4;
    text-align:center;
}

.GridFilterMenu_Outlook .GridFilterMenuTextColumn_Outlook
{
    background:#fff;
    color:#333;
}

.GridFilterMenu_Outlook .GridFilterMenuHover_Outlook
{
    background:#4c4c4c;
    color:#fff;
}