a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body
{
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 70%;
}

html, body, form, #wrapper, #content {
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#wrapper {
	margin: 0 auto;
	/*vertical-align: middle;*/
	width: 100%;
}

#content {
	margin: 0 auto;
	/*width: 100%;*/
	width: 720px;
}

#headerTable 
{
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	background-color: #fff;
	border: none 0px #fff;
	border-bottom: solid 2px #ffd275;
	border-top: solid 2px #ffd275;
}

table.toolbar
{
	background-color: #B9D1F4;
	background-image: url( "images/toolgrad.gif" );
	background-repeat: repeat-x;
	border-bottom: #B9D1F4 1px solid;
	border-left: #B9D1F4 1px solid;
	border-right: #B9D1F4 1px solid;
	border-top: #B9D1F4 1px solid;
}

table.toolbar td, table.toolbar a, table.toolbar a:hover
{
	text-decoration: none;
	color: #00008B;
	font-weight: bold;
}

.eightySixPercentHeightCell 
{
	/* 
	We should really be using 100% here but IE puts a scrollbar
	*/
	height: 86%;
}

table.topbar
{
	background-color: #002D96;
	background-image: url( "images/topgrad.gif" );
	background-repeat: repeat-x;
}

table.topbar td a
{
	color: #FFFFFF;
	font-weight: bold;
}

tr.title
{
	background-color: #B9D1F4;
	background-image: url( "images/partgrad.gif" );
	background-repeat: repeat-x;
	color: #00008B;
	font-weight: bold;
}

.header
{
	font-family: Tahoma;
	font-size: 150%;
	font-weight: bold;
}
/* tab styles */
table.tabpage
{
	border-right: #b9d1f4 1px solid;
	padding-right: 5px;
	border-top: medium none;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #b9d1f4 1px solid;
	padding-top: 5px;
	border-bottom: #b9d1f4 1px solid;
}

table.tabpageactive
{
	display: inline;
}

table.tabpageinactive
{
	display: none;
}

table.tabstrip
{
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
}

td.tabactive
{
	background: white;
	background-color: #FFFFFF;
	border: #B9D1F4 1px solid;
	border-bottom: none;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

td.tabinactive
{
	background: #e1ecfc;
	background-color: #e1ecfc;
	border: #B9D1F4 1px solid;
	color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
}

td.tabinactive a, td.tabactive a
{
	color: #000000;
}

td.tabseparator
{
	border-bottom: #B9D1F4 1px solid;
}

/* Alert Styles */
.complete
{
	background-image: url(images/complete.png);
	border-bottom: 0px none #009900;
	border-left: 1px solid #009900;
	border-right: 0px none #009900;
	border-top: 5px solid #009900;
}

.error
{
	background-image: url(images/error.png);
	border-bottom: 0px none #990000;
	border-left: 1px solid #990000;
	border-right: 0px none #990000;
	border-top: 5px solid #990000;
}

.error, .warning, .information, .complete
{
	background-position: 5px 5px;
	background-repeat: no-repeat;
	clear: both;
	margin: 0.67em 0px 0px 1em;
	min-height: 52px;
	padding-bottom: 0.67em;
	padding-left: 42px;
	padding-right: 0px;
	padding-top: 0.33em;
	width: 80%;
}

.information
{
	background-image: url(images/information.png);
	border-bottom: 0px none #006699;
	border-left: 1px solid #006699;
	border-right: 0px none #006699;
	border-top: 5px solid #006699;
}

.warning
{
	background-image: url(images/warning.png);
	border-bottom: 0px none #CC6600;
	border-left: 1px solid #CC6600;
	border-right: 0px none #CC6600;
	border-top: 5px solid #CC6600;
}

.version
{
	font-family: Tahoma;
	font-size: 100%;
	color: #ababab;
}
