@charset "utf-8";
/* CSS Document */

.title {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	letter-spacing:3px;
	color:#333333;
	text-transform:uppercase;
}

.subtitle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	text-transform:uppercase;
}

.body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#333333;
	text-align:justify;
	line-height:18px;
	
}

.body a {
	color:#FF0000;
	text-decoration:underline;
}

.body a:hover {
	color:#000000;
	text-decoration:underline;
}

TD
{
    font-size: 10px;
    color: black;
    font-family: Arial;
}

.blackborder
{
	border-style:solid;
	border-width: 2px;
	border-color: DarkBlue;
}

.MainHeadingWhite
{
    font-size: 14px;
    color: white;
    font-family: Arial; 
}

.myButton
{
    font-size: 10px;
    font-family: Arial;
    background-color: #e3ffc0;
    border-right: black 1px solid;
    border-top: black 1px solid;
    margin: 1px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.myInput
{
    font-family: Arial;
    font-size: 10px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    margin: 1px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

.myOption
{
    font-family: Arial;
    font-size: 10px;
    margin: 1px;
    
}

.myDropdown
{
    font-family: Arial;
    font-size: 10px;
    color: black;
    background-color: white;
    border-right: black 1px solid;
    border-top: black 1px solid;
    margin: 1px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}

input.button {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/buttonBg.gif);
	width:125px;
	height:24px;
	background-color:#333333;
	border:0px solid #000000;
}

.NetButtonOld
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/buttonBg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:125px;
	height:24px;
	border:0px solid #000000;
}

.NetButton
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	background-image:url(../images/buttonBg.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:125px;
	height:24px;
	border:0px solid #000000;
}

.ATable {
	border:1px solid #333333;
}

#gridTable {
	border:1px solid #333333;
}

.gridHeader {
	background-color:#333333;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	font-weight:bold;
}

.gridFooter {
	background-color:#555555;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	font-weight:bold;
}

.oddRow {
	background-color:#E9E9E9;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	font-weight:normal;
}

.oddRow a {
	color:#333333;
	text-decoration:underline;
}

.oddRow a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.evenRow {
	background-color:#FFFFFF;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	font-weight:normal;
}

.evenRow a {
	color:#333333;
	text-decoration:underline;
}

.evenRow a:hover {
	color:#FF0000;
	text-decoration:underline;
}

.accepted {
	color:#339900;
}

.declined {
	color:#CC0000;
}