html, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	padding: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: black;
	background-color: #999999;
	background-image: url(/images/bg_line.gif);
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}


a, a:visited {
	color: #330066;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a:hover {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
}

a.right_col {
	color: #003366;
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	/*font-size: 13px;
	color: #666666; */
	color: #660000;
}

h3.inline {
	display: inline;
}

TD {
	font-size: 12px;
	//color: #333333;
}

.text_label {
	font-size: 10px;
	color: #333333;
}

a.error {
	color: #8B0000;
	font-weight: bold;
}

.error {
	color: #8B0000;
	font-weight: bold;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 780px;
}

#masthead {
	width: 780px;
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

#logo_main {
	width: 450px;
	height: 75px;
	vertical-align: top;
}

#nav_topright {
	width: 330px;
	height: 75px;
	text-align: right;
}

#nav_topright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_topright li {
	margin: 0px 5px 0px 5px;
	padding: 0;
	display: inline;
	list-style-type: none;
}

.masthead_citydate {
	line-height: .5em;
	text-align: right;
	color: #666666;
	font-weight: bold;
}

#nav_main {
	width: 450px;
	height: 50px;
}

#nav_main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav_main li {
	margin: 0px 5px 0px 0px;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: left;
}

#search_main {
	width: 330px;
	height: 50px;
	text-align: right;
}

#body_main {
	margin: 0;
	padding: 0;
	width: 780px;
	font-size: 10px;
	background-color: #FFFFFF;
	padding: 10px;
}

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

#body_leftcol {
	margin: 0;
	padding: 5px 5px 10px 5px;
	border-left: 1px dotted;
	border-top: 1px dotted;
	width: 560px;
	vertical-align: top;
	background-color: #EEEEEE;
}

#body_rightcol {
	margin: 0;
	padding: 5px 5px 0px 0px;
	width: 180px;
	text-align: right;
	border-top: 1px dotted;
	border-right: 1px dotted;
	vertical-align: top;
}

#upcomingshows {
	padding-bottom: 10px;
	border-bottom: 1px solid;
	border-color: #999999;
}

#upcomingshows a.show_date {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#upcomingshows a.show_info {
	font-size: 10px;
	color: #3300cc;
}

#upcomingshows a.artist {
	font-size: 13px;
	font-weight: bold;
	color: #660000;
}

#upcomingshows a.support {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
}

.row_even {
	background-color: #EEEEEE;
	padding-right: 5px;
	padding-left: 5px;
}
.row_odd {
	background-color: #DDDDDD;
	padding-right: 5px;
	padding-left: 5px;
}


#upcomingshows a.venue {
	/*font-weight: bold;*/
	font-size: 10px;
}

#body_middlecol {
	margin: 0;
	padding: 0px 5px 10px 5px;
	width: 180px;
	border: 1px dotted;
	background-color: #ccccff;
	vertical-align: top;
}

#latestmp3s {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
	font-size: 9px;
}

#latestmp3s table a.artist {
	font-size: 10px;
}




.text-small {
	font-size: 9px;
}

.footer {
	font-size: 10px;
	color: #AAAAAA;
	background-color: #DDDDDD;
}

.searchbox_header_input {
	font-family: verdana;
	font-size: 10px;
	color: #555555;
	border-color: #999966;
	border-width: 1px;
	width: 100px;
	height: 17px;
	background-color: #FFFFFF;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
}

.searchbox_header_select {
	font-family: verdana;
	font-size: 10px;
	color: #555555;
	border-color: #999966;
	border-width: 1px;
	width: 70px;
	height: 17px;
	background-color: #FFFFFF;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
}

.searchbox_header_submit {
	font-family: verdana;
	font-size: 10px;
	color: #555555;
	border-color: #999966;
	border-width: 1px;
	width: 30px;
	height: 17px;
	background-color: #EEEEEE;
	border-top-color: #999966;
	border-right-color: #999966;
	border-bottom-color: #999966;
}

.show_info {
	color: #EEEEEE;
	font-size: 100px;
}

