﻿body, table
{
	font-family: Verdana;
	color: #222222;
	font-size: 9pt;
	background-color: White;
}

.editDynamicContent
{
	font-size: 8pt;
	color: #000099;
}

.editDynamicContent a
{
}

.adminDynamicContent:hover
{
	background-color: #F0F0F0;
}

.sidePanel
{
	margin-bottom: 20px;
	border-bottom: solid 1px #66B38C;
}

.sidePanel h3
{
	background-image: url(image/panelTitle.png);
	background-repeat: repeat-x;
	padding: 2px;
	color: #000066;
	padding-left: 10px;
	border-bottom: solid 2px #EFD14F;
	font-size: 13px;
	font-weight: bold;
	font-family: Sans-Serif;
	margin: 0px;
}

.adminPanel h3
{
	background-color: #990000;
	background-image: none;
	border: none;
	color: White;
}

.sidePanel .AspNet-Menu
{
}

.sidePanel .AspNet-Menu-Vertical li
{
	float: none !important;
	height: auto !important;
}

.sidePanel .AspNet-Menu-Link
{
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #d0d0d0;
	color: Black;
	margin-left: 15px;
}

.sidePanel .AspNet-Menu-Link:hover
{
	background-color: #d5f5d5;
}

.sidePanel .content
{
	padding: 8px;
	padding-bottom: 16px;
}

p
{
	margin-top: 10px;
	margin-bottom: 10px;
}

h2
{
	color: #404040;
	font-family: Lucida Sans;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3
{
	font-family: Sans-Serif;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

.error
{
	color: #990000;
	font-weight: bold;
}

/***************************************/
/* blackTable                          */
/***************************************/

table.blackTable
{
	border-collapse: collapse;
}

.blackTable TD, .blackTable TH
{
	border: solid 1px black;
	padding: 4px;
}

.blackTable TH
{
	background-color: #DDDDDD;
}

/***************************************/
/* greenTable                          */
/***************************************/

table.greenTable
{
	border-collapse: collapse;
	border: solid 1px #8B9C96;
	border-top: solid 2px #EFD14F;
}

.greenTable .AspNet-GridView-Alternate
{
	background-color: #E6EFFB;
}

.greenTable tr
{
	border: solid 2px #EFD14F;
}

.greenTable td
{
	padding: 8px 20px 8px 20px;
}

.AspNet-GridView .AspNet-GridView-Pagination
{
	margin-top: 10px;
}

.AspNet-GridView .AspNet-GridView-Pagination a
{
	margin-right: 5px;
}

.greenTable th
{
	text-align: left;
	background-image: url(image/tableHeader.png);
	background-repeat: repeat-x;
	color: White;
	border-bottom: solid 2px #EFD14F;
	padding: 6px 20px 6px 20px;
	font-size: 13px;
	font-weight: bold;
	font-family: Sans-Serif;
	color: #000066;
}

