﻿body
{
    background-color: white;
    font-size: 10pt;
    color: black;
    font-family: verdana;
}
a:link
{
    color: #0033cc;
}
a:visited
{
    color: #0033cc;
}

.table
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    background-color: white;
}

.headingTable
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
    background-color: white;
    width: 600px;
    height: 100px;
    background-image: url(images/bg.gif);
}

.leftNavText
{
    font-weight: bold;
    font-size: 9pt;
    color: black;
    font-family: verdana;
}
.leftNavText a:link
{
    font-weight: bold;
    font-size: 9pt;
    color: DarkBlue;
    font-family: verdana;
    text-decoration: none;
}
.leftNavText a:hover
{
    font-weight: bold;
    font-size: 9pt;
    color: darkblue;
    font-family: verdana;
    text-decoration: none;
}
.leftNavText a:visited
{
    font-weight: bold;
    font-size: 9pt;
    color: darkblue;
    font-family: verdana;
    text-decoration: none;
}

.titleTable
{
    BORDER-BOTTOM: #abab58 1px solid; HEIGHT: 20px
}

.contentHeaderCell
{
    BORDER-TOP: dimgray 1px solid; PADDING-LEFT: 1px; FONT-WEIGHT: bold; FONT-SIZE: 10pt; PADDING-BOTTOM: 1px; WIDTH: 100%; COLOR: black; PADDING-TOP: 1px; BORDER-BOTTOM: dimgray 1px solid; FONT-FAMILY: arial; HEIGHT: 17px; BACKGROUND-COLOR: #e0e0e0
}

.contentBodyCell
{
    padding-left: 5px;
    width: 100%;
    padding-right: 2px;
}



.leftNavCellContainer
{
    padding-bottom: 4px;
}

.adminButton
{
    font-size: 8pt;
    font-family: verdana;
    background-color: palegoldenrod;
    border-right: 1px solid;
    border-top: 1px solid;
    border-left: 1px solid;
    border-bottom: 1px solid;
}

.adminButton2
{
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-family: verdana;
    background-color: lightgrey;
}

.adminCommandCell
{
    padding-right: 15px;
    background-color: steelblue;
    text-align: right;
}

.homepageCalendarNewItems
{
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
	color: #330066;
	margin-left: 1px;
	left: 14px;
}

.adminContentBodyTable
{
    width: 80%;
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-family: verdana;
}

.adminContentHeader
{
    font-weight: bold;
    font-size: 10pt;
    color: white;
    font-family: verdana;
    background-color: #009900;
    padding-left: 10px;
}