@charset "utf-8";

body {
	background-color:#e59419;
	color:#000000;
	background-repeat:no-repeat;
	background-image:URL('/images/mbg.jpg');
	background-position:center center;
	font-family:arial, verdana;
}
a {
	color:#ca0000;
}
html, body, #wrapper {
	height:100%;
	margin:0;
	padding:0;
	border:none;
	text-align:center;
}
#mainwrapper {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
#wrapper {
	margin: 0 auto;
	vertical-align: middle;
	height:100%;
	padding:0;	
}
#centered {
	padding:0;
	margin:0;
}
#footer {
	height:30px;
	color:#999999;
	padding:3px;
	margin:0;
	background:#000000;	
}
#footer a:link, #footer a:visited  {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#footer a:hover {
	color:#ffff99;
}
.small {
	color:#000000;
	font-family:arial, verdana;
	font-size:12px;
}
object { 
	outline:none; 
}



.window {
	background-color: #c0c0c0;
	border-color: #f0f0f0 #606060 #404040 #d0d0d0;
	border-style: solid;
	border-width: 2px;
	margin: 0px;
	padding: 2px;
	position: absolute;
	text-align: left;
	visibility: hidden;
}

.titleBar {
	background-color: #003366;
	cursor: default;
	color: #ffffff;
	font-family: "MS Sans Serif", "Arial", "Helvetica", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	padding: 2px 2px 2px .5em;
	text-align: right;
	white-space: nowrap;
}

.titleBarText {
	float: left;
	overflow: hidden;
	text-align: left;
}

.titleBarButtons {
	border-style: none;
	border-width: 0px;
	vertical-align: middle;
	width: 50px;
	height: 14px;
}

.clientArea {
	background-color: #ffffff;
	border-color: #404040 #e0e0e0 #f0f0f0 #505050;
	border-style: solid;
	border-width: 2px;
	color: #000000;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 10pt;
	margin: 2px 0px 0px 0px;
	overflow: auto;
	padding: .5em;
}

IMG.centered {
	display: block;
    margin-left: auto;
    margin-right: auto 
}
p.top {
	margin-top:2px;
}
.helptitle {
	font-size:16px;
	border-bottom: 1px solid #000000;
	font-weight:bold;
}


