﻿/*
    This style sheet is used for grid controls used in admin area of the site
*/


.standardLA
{
    font-family: Palatino Linotype;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}

.standardBOLD
{
    font-family: Palatino Linotype;
    font-size: 13px;
    font-weight:bold;
}

.standardITALIC
{
    font-family: Palatino Linotype;
    font-size: 13px;
	font-weight:normal;
	font-style:italic;
}

.extra
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

.Heading1
{
	font-family: Palatino Linotype;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.Heading2
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.Heading3
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
}

.Heading4
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
}

.Heading5
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.Heading6
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

.picture
{
	white-space: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


.tGreyBorder
{
    border: 1px solid #C0C0C0;
    VERTICAL-ALIGN: top; 
    TEXT-ALIGN: center;
    
}


.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;
}


