body, body.mceContentBody
{
	margin: 0px;
	
	background-color: #EBEBEB;
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
}
body.mceContentBody
{
	background-color: #141414;
}

td
{
	font: inherit;
}

p
{
	margin: 0px;
	padding: 5px;
}

.spacer
{
	display: block;
	width: 1px;
	height: 1px;
}

td.LeftBorder
{
	background-image: url('lb.gif');
	background-position: right;
	background-repeat: repeat-y;
}
td.LeftBorderFade
{
	background-image: url('lbf.gif');
	background-position: right;
	background-repeat: no-repeat;
}

td.RightBorder
{
	background-image: url('rb.gif');
	background-position: left;
	background-repeat: repeat-y;
}
td.RightBorderFade
{
	background-image: url('rbf.gif');
	background-position: left;
	background-repeat: no-repeat;
}

td.Center
{
	width: 900px;
	
	background-color: #141414;
}
td.CenterFade
{
	background-image: url('bf.gif');
	background-position: top;
	background-repeat: repeat-x;
}

div#Header
{
	position: relative;
	width: auto;
	height: 158px;
	
	margin-left: -5px;
	margin-right: -5px;
	
	background-color: #000000;
	background-image: url('header.png');
	background-position: center;
	background-repeat: no-repeat;
	
	color: #ffffff;
	text-align: center;
}
div#Navigation
{
	position: relative;
	width: auto;
	height: 39px;
	
	margin-left: -5px;
	margin-right: -5px;
	background-image: url('nbg.gif');
}
div#Navigation .NavItem
{
	height: 39px;

	border-style: none solid none solid;
	border-width: 1px;
	border-left-color: #505e59;
	border-right-color: #7a8285;
	
	text-align: center;
}
div#Navigation .NavItem a.NavLink
{
	display: block;
	height: 25px;

	padding: 14px 10px 0px 10px;
	
	background-image: url('nm.gif');
	background-repeat: no-repeat;
	background-position: center 2px;
	
	text-decoration: none;
	color: #800000;
	font-weight: bold;
}
div#Navigation .NavItem a.NavLink:hover
{
	background-image: url('nma.gif');
	color: #ffff00;
}
div#Footer
{
	position: relative;
	width: auto;
	height: 59px;
	
	margin-left: -5px;
	margin-right: -5px;
	padding-top: 15px;
	
	background-image: url('fbg.gif');
	text-align: center;
}
div#FooterMap
{
	height: 30px;
	line-height: 25px;
}
div#FooterMap a
{
	color: #99acad;
	text-decoration: none;
	font-weight: bold;
}
div#FooterMap a:hover
{
	color: #ffffff;
}
div#FooterRights
{
	padding-top: 5px;
	color: #6c8c8d;
}
div#Content
{
	position: relative;
	min-height: 500px;

	margin-left: -5px;
	margin-right: -5px;
}
* html div#Content
{
	height: 500px;
}





div#Panel
{
	width: 200px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #024396;

	background-color: #d3e4f4;
	color: #000000;
	font-size: 0.75em;
}
div#Panel div.Head
{
	width: auto;
	border-width: 2px;
	border-color: #024396;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	background-color: #c3d4f4;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}
div#Panel div.Section
{
	width: auto;
	border-width: 1px;
	border-color: #024396;
	border-top-style: solid;

	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
div#Panel div.Split
{
	display: block;
	border-color: #024396;
	border-width: 2px;
	border-bottom-style: solid;
}

div#Panel div.Section td.Item
{
	white-space: nowrap;
	padding: 0px 5px 0px 5px;
}
div#Panel div.Section td.Item:hover
{
	background-color: #c3d4f4;
}
div#Panel div.Section td.Item[selected]
{
	border-color: #024396;
	border-width: 1px;
	border-style: solid;
	
	background-color: #f3fff4;
	font-weight: bold;
}
div#Panel div.Section td.Item[selected]:hover
{
	background-color: #e3f4f4;
}

div#Panel a.Function
{
	/*display: block;*/
	width: 10px;
	height: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #0372fd;
	margin-top: 2px;
	
	color: #002e68;
	text-align: center;
	text-decoration: none;
	font-size: 0.7em;
}

div.Note
{
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #0000FF;
	background-color: #FFFFFF;
	text-align: center;
	color: #0000FF;
	font-weight: bold;
}
div.Error
{
	width: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #FF0000;
	background-color: #FFFFFF;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
}
