﻿body
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0px;
	background: White;
	color: Black;
}

#header
{
	padding: 10px;
}

#menu
{
	color: White;
	background: Green;
}

#menu ul
{
	list-style-type: none;
	margin: 0px;
	padding: 3px 10px;
}

#menu li
{
	display: inline;
	padding: 3px 5px;
}

#menu a, #menu a:visited
{
	text-decoration: none;
	color: White;
}

#menu a:hover
{
	text-decoration: none;
	color: Yellow;
}

.dropdownmenu
{
	width: 150px;
	position: absolute;
	background: Green;
	color: White;
	visibility: hidden;
	border: solid 1px White;
}

.dropdownmenu li
{
	padding: 2px 5px;
}

.dropdownmenu a, .dropdownmenu a:visited
{
	text-decoration: none;
	color: White;
}

.dropdownmenu a:hover
{
	text-decoration: none;
	color: Yellow;
}

#main
{
	width: 740px;
	padding: 10px;
	min-height: 300px;
}

#footer
{
	clear: both;
	border-top: solid 2px Green;
	font-size: 8pt;
	padding: 10px;
	margin-top: 10px;
}

h1
{
	font-size: 12pt;
	font-weight: bold;
}

h2
{
	font-size: 10pt;
	font-weight: bold;
}

a img
{
	border: 0px;
}

a, a:visited
{
	color: Blue;
	text-decoration: underline;
}

a:hover
{
	color: Red;
	text-decoration: underline;
}

ul
{
	list-style-image: url(/images/bullet.gif);
	padding-left: 20px;
	padding-right: 10px;
	margin: 0px;
}

tr.top
{
	vertical-align: top;
}

label.required
{
	padding-right: 12px;
	background-image: url(/images/required.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.floatright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.right
{
	text-align: right;
}

img.border
{
	border: solid 1px black;
}

.small
{
	font-size: 8pt;
}

table.grid
{
	border-collapse: collapse;
}

table.grid td
{
	padding: 2px 5px;
}

table.grid th
{
	font-weight: bold;
	text-align: left;
	background: Green;
	color: White;
	padding: 2px 5px;
}

table.grid tr.altrow
{
	background: #ccff99;
}