﻿/*
    This style sheet is used for grid controls used in admin area of the site
*/

.RadGrid
{
	background-color: ButtonFace;
	color: WindowText;
	border-width: 1px;
	border-style: outset;
	font-size: 11px;
	font-family:Tahoma;
}
.GridPager
{
	background-color: ButtonFace;
	color: WindowText;
	border-width: 1px;
	border-style: outset;
	font-size: 11px;
	font-family:Tahoma;
}
.RadGrid a
{
	color: WindowText;
}
.GridPager a
{
	color: WindowText;
}

.MasterTable
{
	background-color: Window;
	color: WindowText;
}

.GridHeader
{
	background-color: ButtonFace;
	color: WindowText;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: ButtonFace;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: White;
	border-bottom: 3px solid ButtonShadow;
	font-weight:bold;
}

.ResizeHeader
{
	background-color: ButtonFace;
	color: WindowText;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: ButtonFace;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: White;
	border-bottom: 3px solid ButtonShadow;
	font-weight:normal;
}

.GridHeader a
{
	font-weight:normal;
	text-decoration: none;
	padding-left: 3px;
	color: WindowText;
}

.GridHeader span
{
	font-weight:normal;
	text-decoration: none;
	padding-left: 3px;
	cursor:default;
}


.GridRow td
{
	border-bottom: 1px solid #EAE9E1;
}

.PanelItemsStyle
{
	color: white;
	white-space:nowrap;
}

.PanelStyle
{
	background-image: url(../Img/topBg.gif);
	background-repeat: repeat-x;
	width: 100%;
}

.GroupHeaderItem td
{
	border-bottom: 2px solid #7BA4E0;
}


