body
{
	/*background: #85cebb;*/
	background: #eeffee;
	
	font-size: 10pt;
	margin: 0;
	padding: 0;
	/*font-family: Geneva,Arial,Tahoma,sans-serif;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		
}

#mainContainer
{
	margin: 5px auto;
	background: #ffffff;
	width: 916px;
}

#header
{
	background: url('../images/page-top.png') transparent no-repeat;
	height: 128px;
}

#contentContainer
{
	background: url('../images/page-middle.png') repeat-y;
	padding: 0 9px;
	min-height: 500px;
}

#footer
{
	background: url('../images/page-bottom.png') bottom repeat-y;
	padding: 10px 20px 14px 10px;
	text-align: center;
	color: #a0a0a0;
	font-size: 8pt;
}

#mainMenu
{
	height: 33px;
	background: url('../images/menu-bg.png') repeat-x;
	clear: both;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	padding: 0 5px;
}

#mainContent
{
	padding: 10px;
}

#userDetails
{
	position: relative;
	top: 14px;
	left: 545px;
	padding: 3px;
	color: #090909;
	width: 350px;
	background: url('../images/transparent-50.png');
	text-align: right;
	font-size: 9pt;
}

/* Main menu */
#mainMenu a
{
	font-size: 12pt;
	font-weight: bold;
	color: #fff;
	margin: 0 5px;
	text-decoration: none;
	display: block;
	float: left;
	border: none;
}

#mainMenu a:hover
{
	background: url('../images/menu-bg-hover.png') repeat-x;
	color: #458e7b;
}

.floatSpacer
{
	clear: both;
}

.contentColumn
{
	width: 600px;
}

/* Typography */
h1
{
	margin: 0 0 1em 0;
	font-size: 16pt;
	color: #357e6b;
	/*color: #804101;*/
	background: url('../images/mini-circle.png') no-repeat 0px 4px; 
	padding-left: 20px;
}

h2
{
	margin: 0.7em 0 0.5em 0;
	font-size: 12pt;
	color: #357e6b;
	/*color: #804101;*/
	background: url('../images/mini-circle.png') no-repeat 0px 3px; 
	padding-left: 20px;
}

h3
{
	margin: 0.2em 0 0.2em 0;
	font-size: 11pt;
	color: #357e6b;
	/*color: #804101;*/
	/*background: url('../images/mini-circle.png') no-repeat 0px 3px; */
	/*padding-left: 20px;*/
}

/* Make sure callout headings don't have a top margin */
.callout h1,.callout h2, .callout h3
{
	margin: 0 0 3px 0;
}

#contentContainer
{
	line-height: 1.7em;
}

a
{
	color: #246d5a;
	text-decoration: none;
	border-bottom: 1px dotted #357e6b;
	padding: 1px;
}

a:hover
{
	color: #fff;
	border-bottom: 1px solid #357e6b;
	background: #85cebb;
	
}

.abbr
{
	color: #357e6b;
	text-decoration: none;
	border-bottom: 1px dashed #357e6b;
	padding: 1px;
	cursor: default;
}

.abbr:hover
{
	background: #ff0;
	
}

.abbr .desc
{
	display: none;
}

.callout
{
	width: 240px;
	float: right;
	border-left: 2px solid #804101;
	margin-bottom: 30px;
	clear: right;
	/*background: url('../images/side-middle.png') repeat-y;*/
	padding: 5px 5px 5px 10px;
	font-size: 9pt;
	
}

/* Tables */
table
{
	width: 100%;
	border-collapse: collapse;

}

th
{
	background: #85cebb url('../images/th-bg.png') repeat-x;
	text-align: left;
	color: #fff;
	line-height: 1em;
}

th, td
{
	border: 1px solid #85cebb;
	padding: 4px;
	vertical-align: top;
}

.error
{
	font-weight: bold;
	color: #f00;
	display: none;
	background: #fcc;
	padding: 2px;
}

td.scenario
{
	line-height: 1.3em;
	background: #efc;
}

.tooltip
{
	position: absolute;
	border: 1px solid #000;
	background: #fff;
	padding: 5px;
	max-width: 200px;
	color: #000;
}

/* PRINT styles */
@media print
{

	#header,#footer,#mainMenu,.noPrint
	{
		display: none;
	}
	
	#mainContainer
	{
		width: 100%;
	}
	
	input { border: none; }
}