/** BASIC */

body {
        
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

h1, h2, h3 {
	
	color: #000099;
}

ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

/** HEADER */

#header {
	width: 900px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 27px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 900px;
	height: 1.5em;
	margin: 0px auto;
	border: 1px solid #000099;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 10px;
	border-right: 1px solid #000099;
	text-decoration: none;
}

#menu a:hover {
	background: #000099;
	color: #FFFFFF;
}

/** CONTENT */

#content {
        
	width: 900px;
	margin: 0px auto;
}

#content h2 {
	font-weight: normal;
}

#left {
	float: left;
	width: 580px;
}

#right {
	float: right;
	width: 240px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 5px 10px;
	border: 1px solid #000099;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}








/* $Id: layout.css 209 2006-08-17 23:37:59Z Hal9000 $ */

div.title {
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	font-variant: small-caps;
	color: #666666;
	border-bottom: 1px solid #666666;
	margin: 10px 0px 5px 0px;
}

div.error {
	width: 350px;
	margin: 50px auto 50px auto;
	border: 2px solid #F5F5F5;
}

table.error {
	width: 100%;
}
table.error td.lerr {
	background-color: #FFFFFF;
}
table.error td.rerr {
	background-color: #F5F5F5;
	border-left: 1px solid #CCCCCC;
	width: 100%;
}

table.stats {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #666666;
}

table.stats td.b { border-bottom: 1px dotted #CCCCCC; }
table.stats td.s { background-color: #F4F4F4; }
table.stats td.n { border-left: 4px solid #F4F4F4; }

table.bar {
	border: 1px solid #F4F4F4;
}
table.bar td.fill {
	background:#FFFFFF url(../img/barbg.png) no-repeat;
	height: 4px;
}
table.bar td.nofill {
	background-color: #FFFFFF;
	height: 4px;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

td.topmenu {
	margin: 0px;
	padding: 0px;
	width: 70px;
}
td.topmenu a {
	display: block;
	width: 69px;
}
td.topmenu a:hover {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

th { white-space: nowrap; }