﻿body 
{
    background-color: #A1AFBD;
    font-family: Verdana, Arial;
    font-size: 8.5pt;
    margin-top: 0px;
    margin-left: 2px;
    color: White;
}
INPUT
{
	border-right: #888878 1px solid;
	border-top: #d5d5ca 1px solid;
	padding-left: 1px;
	font-weight: 500;
	font-size: 8.5pt;
	border-left: #d5d5ca 1px solid;
	color: black;
	border-bottom: #888878 1px solid;
	font-family: Verdana, Arial, 'MS Sans Serif';
	background-color: #f9f9f8;
}
TEXTAREA
{
    BORDER-RIGHT: #95a3ac 1px solid;
    BORDER-TOP: #95a3ac 1px solid;
    FONT-SIZE: 8.5pt;
    BORDER-LEFT: #95a3ac 1px solid;
    BORDER-BOTTOM: #95a3ac 1px solid;
    FONT-FAMILY: Verdana, Arial
}
a
{
    color: #465564;
}

a:hover
{
    color:#cccccc;
    text-decoration: none;
}

HR
{
    height: 2px;
    color: #465564;
    border: 0
}

H2
{
    color: #698296;
    font-weight: bold;
}

H3
{
    color: #698296;
    font-weight: bold;
}

H4
{
    color: #698296;
    font-weight: bold;
}

.error
{
    color: Red;
    font-weight: bold;
}

.main
{
    padding: 8px;
   
}

.notes
{
    padding: 4px;
    border: solid 1px #698296;
    color: Black;
    background-color: #ffffff;
}
.BlueRowFloat
{
    background-color: #D8E1E7;
	position:absolute;
	overflow:hidden;
	height: 30px;
	text-align: left;
	color: #4B5E6B;
	padding-left: 12px;
	padding-top: 3px;
	padding-right: 12px;
	border-top: solid 1px #2F2E66;
	z-index: 999;
}

.tHeader
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bolder;
	font-size: 9pt;
	background-image: url(images/bg1.gif);
	padding-bottom: 3px;
	color: white;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	ALIGN: center;
}

.box
{
    BORDER-RIGHT: darkgray 1px solid;
    PADDING-RIGHT: 4px;
    BORDER-TOP: darkgray 1px solid;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 4px;
    BORDER-LEFT: darkgray 1px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: darkgray 1px solid;
    background-color: #f2f2f2;
    color: Black;
}

.TableFieldNames
{
    color: #999999;
    font-weight: bold;
}

.dateRow
{
	background-color: #e0e0e0;
	border: solid 1px #999999;
	color: #666666;
	padding-left: 4px;
}

.ButtonRow
{
    background-color: #f2f2f2;
    padding: 3px;
    border-top: solid 1px #cccccc;
}