body {
	color: #fff;
	background: #000;
	font-size: 12px;
	font-family: helvetica, sans-serif;
	background-image: url(/images/background.jpg);
	margin: 0;
	text-align: center;
}

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	}
	
a:link, a:visited, a:active {
	color: #fff; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #aaa;
}

#submit_form a:link, #submit_form a:visited, #submit_form a:active {
	color: #fff; 
	text-decoration: underline;
}

#submit_form a:hover {
	color: #aaa;
}

a:link.underline_link, a:visited.underline_link, a:active.underline_link {
	color: #fff; 
	text-decoration: underline;
}

a:hover.underline_link {
	color: #aaa;
}

#pagination a:link, #pagination a:visited, #pagination a:active {
	color: #fff; 
	text-decoration: underline;
}

#pagination a:hover {
	border-color: white;
}

/*
li a:link, li a:visited, li a:active {
	text-decoration: underline;
}

li a:hover {
	color: #aaa;
}
*/

img {
	border: 0;
	margin: 0;
	padding: 0;
}
h2 {
	color: #fecc09;
	margin: 5px 0;
}

h3 {
	color: #fecc09;
	font-size: 13px;
	margin: 3px 0;
}

.error {
	color: red;
	font-weight:bold;
	font-style: italic;
	margin-bottom: 20px;
}

.nomargin {
	margin: 0;
}

#wrapper {
	background: #000;
	width: 784px;
	//height: 100%;
	margin: 5px auto;
}

#head {
	margin: 0;
	padding: 0;
}

#main {
	height: 100%;
	/*backround fix for IE7*/
	background: #000;
	border: 3px solid #fecc09;
	border-width: 0 3px;
	margin: 0;
	/*IE6/7 specific*/
	*margin-top: -3px;
	padding-right: 5px;
	text-align: left;
	overflow: auto;
}

/* Main Content */
#right {
	width: 580px;
	*width: 560px;
	float: right;
	
}

#filter_info {
	height: auto;
	text-align: center;
	padding: 3px 7px 0 7px;
	margin: 0 0 0 0;
}

#filter_info a:link, #filter_info a:visited, #filter_info a:active {
	text-decoration: underline;
}

.form_row {
	margin-bottom: 20px;
	clear: both;
}

div.form_row label {
	margin: 0;
	display: block;
	width: 90px;
	text-align: right;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #fecc09;
}

span.info {
	font-size: 10px;
	font-weight: normal;
	padding-bottom: 5px;
}

div.form_row input,div.form_row select,div.form_row textarea {
	text-align: left;
	margin-left: 20px;
	width: auto;
} 

div#filters {
	width: auto;
	height: 52px;
	margin: -50px 0 0px 0;
}

#alpha {
	font-size: 10px;
	text-align: left;
	position: relative;
	left: 0;
	top: 10px;
	float: left;
}

#alpha select {
	font-size: 10px;
}

#venue_alpha {
	font-size: 10px;
	text-align: left;
	margin: -54px 0 32px 0;
	width: 50%;
	float: left;
}

#band_filter {
	font-size: 10px;
	text-align: right;
	right: 0;
	padding-top: 10px;
	/*IE6/7 specific*/
	*padding-top: 0;
}

#band_filter input {
	font-size: 10px;
	border-width: 1px;
}

img.music_link {
	margin-bottom: -5px;
}

object#flash_player {
	margin-left: -15px;
}

img.filter_image {
	margin: 0;
	margin-right: 5px;
}

/*NAVIGATION*/
#left {
	margin: 10px 10px 0 7px;
	/*IE6/7 specific*/
	*margin-left: 3px;
	padding-left: 2px;
	float: left;
	width: 166px;
	border-width: 0px;
	border-color: #666;
	border-style: solid;
	overflow: auto;
}

#inner_left {
	height: 100%;
}

p.nav {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px 1px 5px;
	padding-right: 2px;
	border-bottom: 1px solid #aaa;
	letter-spacing: 2px;
	color: #fecc09;
}

form#search_form {
	margin: 10px;
}

#left hr {
	width: 166px;
	color: #666;
	size: 1px;
}

ul#nav1,ul#nav2 {
	list-style-type: none;
	margin: 0 0 0 5px ;
	padding: 0 0 0 5px;
	text-align: left;
}

ul#nav1 li,ul#nav2 li {
	margin: 8px 0 8px 0;
	font-size: 13px;
	font-weight: bold;
}

ul#nav2 li {
	font-size: 13px;
}

ul.rss {
	list-style-type: disc;
	text-align: left;
	font-size: 11px;
	margin: 10px 5px 10px 18px;
	padding: 0;
}

ul.rss li {
	margin: 0 0 5px 0;
}

input#search {
	width: 130px;
}

div.autocomplete {
	position: absolute;
	width: auto !important;
	background-color: #666;
	border: 1px solid #888;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	z-index: 9999;
}

div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div.autocomplete ul li.selected { 
	background-color: #000;
	color: #fff
}

div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 15px;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	font-size: 11px;
	font-weight: bold;
}

#footer {
	width: 778px;
	height: 230px;
	padding-top: 5px;
	/*backround fix for IE7*/
	background: #000;
	background-image: url(/images/footer.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	border: 3px solid #fecc09;
}

#stats {
	color: #000;
	size: 10px;
}

#adsense {
	width: auto;
	border: 1px solid: #666;
}

#bsm_ads {
	width: auto;
	margin-bottom: 10px;
}

.gray {
color: #999;
}

.yellow {
color: #fecc09 !important;
}

.light_yellow {
	color: #fffa8f !important;
}

.indent {
	margin-left: 5px;
}

.center {
	text-align: center;
}

ul#submit_list {
	list-style: none;
}

ul#submit_list li {
	display: inline;
	margin: 0 4px 0 4px;
}

select.resource_field {
	font-size: 10px;
}

div.adminmessage {
	background-color: black !important;
	border: none !important;
	padding: 0 !important;
	width: 100%;
}

.required {
	color: red;
}

.pages {
	border: 1px solid #fecc09;
	padding: 2px;
	background-color: #000;
}

.pages a:hover {
	border-color: #aaa;
}

.current_page {
	color: #000;
	background-color: #fecc09;
}

.disabled {
	border-color: #aaa;
	color: #aaa;
}

