﻿body 
{
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #e7e7e7;
    font-family: Arial CE, Helvetica CE, Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.form-td-label
{
    padding-right: 10px;
    text-align: left;
    color: Gray;
}
.form-td-value
{
	font-weight: bold;
}
.form-td-validator
{
}
.form-td-button
{
    text-align: right;
}
.form-buttons 
{
    padding-top: 10px; 
    padding-bottom: 15px;
}
.drop-down-list
{
    width: 183px;
}
.text-box
{
	width: 180px;
}
.text-box-date-time
{
	width: 90px;
}
.button
{
}
.validator
{
    color: red;
}
#header
{
	background-color: Black; 
	color: White; 
	padding: 6px; 
	text-align: left;
    padding-left: 15px; 
    padding-right: 15px;
}
#header a
{
	font-size: 13px;
	color: White;
}
#title a
{
	font-size: 18px;
	letter-spacing: 1px;
}
#footer
{
	background-color: Black; 
	color: White; 
	padding: 6px; 
	text-align: center;
}
#footer a
{
	color: White;
}
a
{
	text-decoration: none;
	color: Blue;
}
a:hover
{
	text-decoration: underline;
}
.pager span
{ 
    font-weight: bold;
    font-size: 15px;
}
h2
{
	margin-bottom: 2px;
}
.selected-menu 
{
    text-decoration: underline;
    font-weight: bold;
}
#divMenu ul
{
	padding: 0px;
	margin: 0px;
}
#divMenu li
{
	list-style: none;
	display: inline;
	border-right: 1px solid black;
	padding-right: 6px;
	padding-left: 2px;
}
#divMenu li:last-child
{
	border-right-width: 0px;
}
