﻿.AdminHeader
{
	background-image: url(../Controls/Images/header_backgound.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Arial;
	color: #555252;
	background-color: #BEDA6C;
}

.AdminHeader a
{
	text-decoration: none;
	color: #000;
}

.AdminHeader a:hover
{
	text-decoration: underline;
}
.AdminMenu
{
	font-size: 12px;
}
.AdminMenu a
{
	text-decoration: none;
	color: #000;
}

.AdminMenu a:hover
{
	text-decoration: underline;
}

.RolePanel
{
	background-color: #6FB8DA;
	background-image: url(../Images/RolePanel_Right.jpg);
	background-position: right;
	background-repeat: repeat-y;
	overflow: hidden;
	font-family: Verdana;
	font-size: .9em;
}
.RolePanelTopLeft
{
	float: left;
	background-image: url(../Images/RolePanel_TopLeft.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 13px;
	height: 13px;
}
.RolePanelTopRight
{
	float: right;
	background-image: url(../Images/RolePanel_TopRight.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 17px;
	height: 13px;
}
.RolePanelBottomLeft
{
	float: left;
	background-image: url(../Images/RolePanel_BottomLeft.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 13px;
	height: 17px;
}
.RolePanelBottomRight
{
	float: right;
	background-image: url(../Images/RolePanel_BottomRight.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}
.RolePanelBottom
{
	height: 17px;
	background-image: url(../Images/RolePanel_Bottom.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}
.RolesPopup
{
	display: none;
	position: absolute;
	z-index: 100;
	border: solid 1px #000;
	text-align: left;
	background-color: #6FB8DA;
}
.RolesEditRoles
{
	cursor: pointer;
	text-align: center;
	padding-top: 3px;
}

.GridMain
{
	font-family: Verdana;
	font-size: .8em;
}

.GridHeader
{
}

.GridHeader a
{
	text-decoration: none;
	color: #000;
}

.GridHeader a:hover
{
	text-decoration: underline;
}

.GridRow
{
	cursor: pointer;
}

.GridRow a
{
	text-decoration: none;
	color: #000;
}

.GridRow a:hover
{
	text-decoration: underline;
}

.GridRow:hover
{
	background-color: #BDDA6C;
}

.GridAltRow
{
	background-color: #EEE;
	cursor: pointer;
}

.GridAltRow:hover
{
	background-color: #BDDA6C;
}

.GridAltRow a
{
	text-decoration: none;
	color: #000;
}

.GridAltRow a:hover
{
	text-decoration: underline;
}


