body.admin {
	background-color: #004483;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 100.1%;
	margin-top: 2px;
}

#pageWrapper
{
	margin: 0;
	width: auto;
	min-width: 500px;
	border: solid 1px white;
	font-size: 80%;
}

#outerColumnContainer
{
	z-index: 1;
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 0 158px;
	background-color: White;	
}

#outerColumnContainer1Col
{
	z-index: 1;
	border-width: 0;
	background-color: #fff;	
}

#innerColumnContainer
{
	z-index: 2;
	width: 100%;
	vertical-align: top;
}

* html #innerColumnContainer
{
	position: relative;	/* fix a render bug in IE under certain conditions */
}

#masterHeader
{
	width: 100%;
	background-color: #ececc8;
	border-bottom: solid 2px #004483;
	text-align: center;
}

#contentColumn, #leftColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;
}

#contentColumn
{
	margin: 0 -1px;
	width: 100%;
}

#leftColumn
{
	width: 158px;
	margin: 0 1px 0 -158px;
}

#masterFooter
{
	position: relative;
	width: 100%;
	background-color: #004483;
	color: #ffffff;
	margin: 10px 0 10px 0;
	text-align: center;
}

.blueBand
{
	height: 1em;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.inside
{
	vertical-align: top;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.messageBox
{
	border: solid 2px #004483;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #004483;
}

.messageBoxError
{
	border: solid 2px red;
	padding: 0.5em;
	margin-bottom: 1em;
	color: Red;
}

.fieldset
{
	margin-bottom: 0.5em;
}
