body
{
	background: #ffffff;
	color: black;
	margin: 15px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a:link, a:active, a:visited
{
	color: #0044ab;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

img
{
	border: 0px;
}

#header
{
	background-image: url(../img/boxtop.gif);
	background-repeat: repeat-x;
	height: 42px;
	margin: 0px;
	padding: 0px;
}

#header img
{
	display: block;
}

#header span
{
	float: right;
}

#container
{
	background: #f4f4f4;
	border-color: #959595;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	padding: 8px;
	padding-bottom: 10px;
}

#footer
{
	font-size: 10px;
	text-align: center;
}

#navigation
{
	float: left;
	width: 140px;
}

#navigation img
{
	display: block;
}

#navigation div
{
	background: white;
	border-style: solid;
	border-color: #959595;
	border-width: 0px 1px 1px 1px;
	margin-bottom: 8px;
	padding: 3px;
}

#ads
{
	float: right;
	width: 120px;
}

#body
{
	margin-left: 154px;
	/*margin-right: 132px;*/
	margin-bottom: 8px;
}

#body h2
{
	padding-top: 0px;
	margin-top: 0px;
}

#misc1
{
	clear: both;
}

span.small
{
	font-size: 10px;
}

#inbox
{
	font-size: inherit;
}

#inbox td
{
	border-style: solid;
	border-width: 1px;
	border-color: #959595;
}

#inbox tr.unread
{
	font-weight: bold;
}

#inbox tr.nohighlight:hover
{
	background: inherit;
}

#inbox tr:hover
{
	background: #ffffff;
}

p.error
{
	font-weight: bold;
}

#stdform
{
	font-size: inherit;
}

#stdform input[type="text"], #stdform input[type="password"]
{
	width: 200px;
}

#stdform textarea
{
	width: 350px;
	height: 300px;
}

#stdform tr.top
{
	vertical-align: top;
}

#status
{
	font-size: 10px;
	position: absolute;
	right: 20px;
	top: 23px;
}
