﻿body
{
	font-family: Verdana, Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 8pt;	
	margin: 1px;
	width: 90%;
	padding: 1px;
	boder:1px;
}

p, table, input, select 
{
	font-family: Verdana, Lucida Sans, Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 8pt;
}

/* Three-pixel bug fix: http://www.positioniseverything.net/explorer/threepxtest.html */
* html p
{
	height: 1%;
}
#body-container
{
}

#header
{
	font-size: .8em;
	text-align: right;
	background-color: #C00000;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	text-transform: uppercase;
	text-align: right;
	color: White;
}

#footer
{
	clear: left;
	color: White;
	font-size: 1em;
	text-align: right;
	background-color: #C00000;
	border-top: 1px solid #564b47;
	border-bottom: 1px solid #564b47;
	margin: 0px;
	padding: 5px 15px 5px 15px;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:hover
{
	text-decoration: none;
}
A:visited
{
	color:Maroon;
}
A:active
{
	color:Navy;
}

.txtEditTiers
{
	color: black;
	font-family: Verdana, Verdana, Arial;
	font-size: 8pt;
	vertical-align: top;
	height: 15px;
}
.old_comments
{
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	font-family: Verdana, tahoma, Verdana,arial;
	font-size: 8pt;
	background-color: white;
}
.new_comments
{
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	font-family: Verdana, tahoma, Verdana,arial;
	font-size: 8pt;
}

table caption 
{
	font-family:Arial;
	font-weight:bold;
	font-size:small;
}

table #tableColorFull
{
    background-color:#ECEFF6;
}

.textBoxReadOnly
{
    color:Gray;
}
.textBoxNumericReadOnly
{
    text-align:right;
    background:#efefef;
    color:GrayText;
}
.textBoxNumeric
{
    color:Gray;
    text-align:right;
}