html, body
{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
}

#container
{
	width: 100%;
	color: #333;
	line-height: 130%;
}

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

#menu
{
	height: 40px;
	font-size: 16px;
	font-weight: bold; 
	list-style: none;
	color: green;
	min-width:750px;
	background:#3B5A3F;
}

#menu li {
	float: left;
	margin-left: 0.1em;
	list-style-type: none;
}
#menu li a {
	float: left;
	display: block;
	height: 2.4em;
	hei\ght: 1.8em;
	padding: 0.6em 1.3em 0.1em 1.2em;
	letter-spacing: -0.02em;
	color: #A1D0DA;
	background:#3B5A3F;
	text-decoration: none;
}
#menu li:hover a
{
	color: #5097A5;
	background: #217238;
}

#menu li a.selected
{
	background: #3D4A4D;
	color: #A1D0DA;
}

#sidebar
{
	float: left;
	width: 220px;
	margin: 1em;
}

#content
{
	margin-left: 340px;
        margin-right: 20px;
}
#content h2
{
	margin: 0 0 .5em 0;
}

#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
}

#cancel_button
{
	color:white;
	background-color:red;
}
#submit_button
{
	color:white;
	background-color:#5097A5;
}

ul.errorlist
{
	margin: 0;
	padding: 0;
}

.errorlist li
{
	background-color: red;
	color: white;
	display: block;
	font-size: 10px;
	margin: 0 0 3px;
	padding: 4px 5px;
}

table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #A1D0DA;
}
