body
{
	font-family: "century gothic", sans-serif;
	font-size: 10pt;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(/images/logo-back.png);
}


a.sub
{
	font-size: 80%;
}

p
{
	position: relative;
	margin: 10px 10px 10px 10px;
}

p.sub
{
	font-size: 65%;
}

p.header
{
        font-weight: bold;
        font-size: 11pt;
	margin-top: 20px;
	margin-left: 0px;
}

.sub
{
	font-weight: normal;
	font-size: 10pt;
}

p.shade
{
	background-color: #ddeeff;
}

table
{
	position: relative;
	margin: 10px 10px 10px 10px;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 1px solid #777777;
	text-align: left;
}

tr.header
{
        font-weight: bold;
	background-color: #85b7ff;
}

tr.subheader
{
        font-weight: bold;
}

tr.shade
{
	background-color: #ddeeff;
}

td
{
	padding: 2px 4px 2px 4px;
	border: 0px solid #777777;
}

td.header
{
        font-weight: bold;
	background-color: #85b7ff;
}

td.subheader
{
        font-weight: bold;
}

td.shade
{
	background-color: #ddeeff;
}

td.mm
{
	vertical-align: top;
}

.ok
{
	background-color: #BBEEBB;
}

.enabled
{
	background-color: #BBEEBB;
}

.warn
{
	background-color: #EEEEBB;
}

.deferred
{
	background-color: #EEEEBB;
}

.error
{
	background-color: #EEBBBB;
}

.disabled
{
	background-color: #EEBBBB;
}

.tag
{
	background-color: #BBCCEE;
}

ul
{
	text-align: justify;
	margin-top: -3px;
	position: relative;
}

#centerbox
{
	margin-top: 215px;
	margin-bottom: 4px;
	left: 50px;
	background-color: transparent;
	width: 700px;
	text-align: justify;
	position: relative;
	border: none;
}

#infobox
{
	border: 1px dotted #000000;
	background-color: #f1f7ff;
	width: 700px;
	position: relative;
	font-size: 7pt;
	text-align: center;
	left: 50px;
}

#loginbox
{
	background-color: transparent;
	position: absolute;
	left: 460px;
	top: 40px;
	z-index: 4;
	width: 250px;
}

#menubox
{
	background-color: #f1f7ff;
	position: relative;
	width: 700px;
	top: 207px;
	left: 50px;
	border: 1px solid #000000;
	z-index: 2;
	padding: 2px 2px 2px 2px;
	text-align: center;
}

#menubox table {
	position: relative;
	top: 2px;
	margin-top: -3px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
        border: none;
	display: inline;
}

#logout
{
	position: absolute;
	top: 10px;
	right: 10px;
	border-style: dotted;
	border-width: 1px;
	padding: 3px;
	background-color: #f1f7ff;
	z-index: 2;
        font-weight: bold;
}

#mainmenu
{
	position: relative;
	border: 1px solid #000000;
}

#mm1
{
	position: relative;
	float: left;
}

#mm2
{
	position: relative;
	float: left;
}

#mm3
{
	position: relative;
	float: left;
}

img.logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

img.acctitle
{
	position: absolute;
	top: 190px;
	left: 425px;
	border: none;
	z-index: 2;
}

img.imagehdr
{
	position: relative;
	top: 10px;
	border: none;
}

img.floatleft
{
	float: left;
	padding: 2px;
	margin: 0 6px 0 10px;
}

p.floatright
{
	float: right;
	padding: 2px;
	margin: 0 6px 0 10px;
}
