html, body
{
	background: #ECEFE0 url(images/bg.png);
	color: #777777;
	font-family: Arial;
	height: 100%;
}
a
{
	color: #94AF26;
	cursor: pointer;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
input.text
{
	background: url(images/query_bg.png) top;
	border: 1px solid #CBCBCB;
	font-size: 1.2em;
}
input.invalid
{
	border: 1px solid #CC0000;
}
input.submit
{
	background: url(images/submit_bg.png) bottom;
	border: 1px solid #CBCBCB;
	font-size: 1.2em;
}
input.submit:hover
{
	background-position: top;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clear
{
	clear: both;
}
#wrapper
{
	background-color: #FFFFFF;
	border-left: 2px solid #DFEF9E;
	border-right: 2px solid #DFEF9E;
	margin: 0px auto;
	margin-bottom: -41px;
	min-height: 100%;
	min-width: 800px;
	text-align: center;
	width: 80%;
}
* html #wrapper {
	height: 100%;
}
#userBar
{
	color: #DDDDDD;
	float: right;
	padding: 10px;
}
#userBar a
{
	color: #94AF26;
	font-weight: bold;
}
#userBar a:hover
{
	text-decoration: underline;
}
#header
{
	clear: both;
	padding-top: 20px;
}
#searchBar
{
	padding-top: 20px;
}
#searchQuery
{
	width: 400px;
}
#searchSubmit
{
	border-left: 0px;
	cursor: pointer;
	width: 80px;
}
#searchSuggest
{
	margin-left: 50%;
	position: relative;
	text-align: left;
	width: 400px;
}
#searchSuggest .results
{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-top: 0px;
	margin-left: -241px;
	position: absolute;
	width: 400px;
}
#searchSuggest .results .result
{
	display: block;
	padding: 3px;
}
#body
{
	padding-top: 20px;
}
.loading
{
	color: #BCD35F;
	font-size: 10px;
}
#loginModule
{
	margin: 0px auto;
	width: 300px;
}
#joinModule
{
	margin: 0px auto;
	padding-left: 200px;
	width: 600px;
}
#loginModule table, #joinModule table
{
	width: 98%;
}
#loginModule table tr td, #joinModule table tr td
{
	padding-top: 6px;
	width: 100px;
}
#loginModule table tr td, #joinModule table tr td
{
	text-align: left;
}
#loginModule table tr td.item, #joinModule table tr td.item
{
	width: 200px;
}
#loginModule .text, #joinModule .text
{
	width: 99%;
}
#loginModule .message, #joinModule .message
{
	color: #CC0000;
	font-size: 10px;
	padding: 0px 10px;
	width: 180px;
}
#loginModule table tr td.right, #joinModule table tr td.right
{
	float: none;
	text-align: right;
}
table.DataGrid, .noResults
{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 3px;
	font-family: Arial;
}
table.DataGrid caption, .caption
{
	font-weight: bold;
	margin-top: 10px;
	padding: 6px;
}
table.DataGrid thead tr th
{
	background: #AABBCC url(images/thead_bg.png) center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}
table.DataGrid thead tr th a
{
	color: #FFFFFF;
	display: block;
	padding: 0 17px;
	text-decoration: none;
}
table.DataGrid thead tr th.asc a
{
	background: url(images/arrow_asc.gif) no-repeat right center;
}
table.DataGrid thead tr th.dsc a
{
	background: url(images/arrow_desc.gif) no-repeat right center;
}
table.DataGrid tbody
{
	text-align: left;
}
table.DataGrid tbody tr td
{
	font-size: 12px;
	padding: 3px;
}
table.DataGrid tbody tr.even td
{
	background: #EFEFEF;
}
table.DataGrid tbody tr.odd td
{
	background: #FFFFFF;
}
table.DataGrid tbody tr td img
{
	vertical-align: text-top;
}
#resultsDataGrid, #musicResultsDataGrid, .noResults
{
	margin: 0px auto;
	width: 90%;
}
#resultsDataGrid tbody tr td.col1
{
	width: 90px;
}
#resultsDataGrid tbody tr td.col3
{
	width: 100px;
}
#resultsDataGrid tbody tr td.col4
{
	width: 200px;
}
#resultsDataGrid tbody tr td.col5
{
	width: 100px;
}
#resultsDataGrid tbody tr td.col1, #resultsDataGrid tbody tr td.col3, #resultsDataGrid tbody tr td.col4, #resultsDataGrid tbody tr td.col5
{
	text-align: center;
}
#musicResultsDataGrid tbody tr td.col3, #musicResultsDataGrid tbody tr td.col5
{
	text-align: center;
	width: 100px;
}
.noResults
{
	padding: 10px 0px;
}
#whitespace
{
	height: 50px;
}
#footer
{
	background: #9EBF17 url(images/footer_bg.png) center;
	border-top: 1px solid #809F00;
	clear: both;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	min-width: 800px;
	text-align: center;
	width: 100%;
	z-index: 300;
}
#footer a
{
	color: #FFEF80;
}
#footer .left
{
	padding-left: 14px;
}
#footer .right
{
	padding-right: 14px;
}
#developerBar
{
	background: #9EBF17 url(images/footer_bg.png) center;
	border-bottom: 1px solid #4C5F00;
	color: #FFFFFF;
	font-size: 0.9em;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
}