/* css document */
body, html {
	width: 100%;
	background: #327195;
	font-family: arial, helvetica, sans-serif;
	color: #999;
	}
select, option, input, textarea {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	}
	
textarea {
	width: 400px;
	height: 250px;
	}
.error {
	color: #f00;
	}

#menu, #container {
	position: absolute;
	display: block;
	height: auto;
	padding: 5px 10px 5px 10px;
	border-top: 0px;;
	border-right: 5px solid #2a6180;
	border-bottom: 5px solid #2a6180;
	border-left: 1px solid #2a6180;
	background: #ffffff;
	}
#menu {
	width: 200px;
	margin: 50px auto 20px 20px;
	z-index: 1;
	}
#container {
	width: 600px;
	margin: 50px auto 20px 241px;
	z-index: 1;
	}

#menu h1, #container h1 {
	font-size: 13px;
	color: #327195;
	}
#menu h2, #container h2 {
	font-size: 12px;
	color: #327195;
	}
#menu h3, #container h3 {
	font-size: 11px;
	color: #327195;
	}
#menu h4, #container h4 {
	font-size: 10px;
	color: #327195;
	}
#menu ul, #menu li, #container ul, #container li {
	list-style: none;
	}
#menu a, #container a {
	color: #8d9c11;
	text-decoration: none;
	}
#menu a:hover, #container a:hover {
	color: #CAD191;
	text-decoration: underline;
	}

#container table.list {
	position: relative;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
	width: 100%;
	}
#container table.list tr.odd {
	background: #eee;
	}
#container table.list tr:hover {
	background: #efc;
	}
#container table.list tr th {
	background: #327195;
	border: 1px solid #327195;
	color: #fff;
	font-size: 11px;
	}
#container table.list tr td {
	padding: 2px 4px 2px 4px;
	border: 1px solid #ddd;
	}
#container table.list tr td.top {
	vertical-align: top;
	}
	
#debug {
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	bottom: 0px;
	left: 0px;
	padding: 5px 10px 5px 10px;
	border: 0px;
	background: none;
	color: #212934;
	z-index: 0;
	}
#debug pre {
	font-family: "trebuchet ms", sans-serif;
	font-size: xx-small;
	}

form div#submit input, div#submit a {
	display: block;
	float: right;
	margin: 5px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #8D9C11;
	background: #99A912;
	}
form div#submit input:hover, div#submit a:hover {
	border: 1px solid #73800E;
	background: #808F0E;
	color: #fff;
	text-decoration: none;
	}
form div#submit input {
	height: 20px;
	padding: 0px 5px 2px 5px;
	}
form div#submit a {
	height: 16px;
	padding: 2px 5px 0px 5px;
	}