body
{
	text-align: left;
	min-width: 600px;
	background: #ffffff url('../images/backfade.gif') repeat-x;
	font-size: .5em;
}

div#centerWrapper
{
	margin: 0 auto;
	text-align: left;
	width: 600px;
	border: 8px solid;
	border-top-color: #bfe6e0;
	border-left-color: #bfe6e0;
	border-bottom-color: #8bcfc5;
	border-right-color: #8bcfc5;
	background: #ffffff;
}

div#header
{
}

table#mainLayout
{
	border-collapse: collapse;
}

table#mainLayout tr#headerRow
{
	height: 115px;
}

table#mainLayout tr#bodyRow
{
}

table#mainLayout td.menu_column
{
	width: 115px;
	vertical-align: top;
}

table#mainLayout td.horizontal_menu
{
}

table#mainLayout td.body_column
{
	width: 485px;
}

table#mainLayout td.icon
{
}

table#mainLayout td.header
{
}

div#bodyPane
{
	margin: 2px;
	font-size: .8em;
	/*border: 1px solid black;*/
}

div#footer
{
}

div.sectionmenu
{
	float: right;
}

fieldset
{
	border-width: 2px;
}

a:link 
{
	color: black;
	font-family: sans-serif;
	text-decoration: none;
}

a:visited
{
	color: black;
	font-family: sans-serif;
	text-decoration: none;
}

a:hover
{
	color: black;
	font-family: sans-serif;
	text-decoration: underline;
}

a:active
{
	color: black;
	font-family: sans-serif;
	text-decoration: none;
}

a.whatsThis
{
	cursor: help;
}

div.success_dialog {
	width: 80%;
	background: #79ff99;
	border: 2px solid #51d370;
}

div.fail_dialog {
	width: 80%;
	background: #ff7676;
	border: 2px solid #e73131;
}