/* CSS Document */

BODY {
margin: 0px; 
font-size: 12px; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #000000;
background: #a0a0a0;
}


/*for the text in the red bar with black stripes at the top of each page*/
.rb {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #f40b13;
	padding: 4px;	
}
.rbl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.rbl:hover {
	color:#ffffff;
	text-decoration: none;
}

/*for the main menu*/
/*stuff for top nav bar */
#navbar td {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	width: 14%;
}
#navbar a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	padding: 4px;
}
#navbar a:hover {
	color: #FFFFFF;
	background: #f40b13;
	text-decoration: none;
}
.topmenu_M_selected {
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;		
}
.topmenu_L_selected {
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;	
}
.topmenu_R_selected {
	background-color: #ffffff;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;		
}
.topmenu_M {
	background-color: #e0e0e0;
	border-bottom: 2px solid #000000;
}
.topmenu_L {
	background-color: #e0e0e0;
	border-bottom: 2px solid #000000;
}
.topmenu_R {
	background-color: #e0e0e0;
	border-bottom: 2px solid #000000;
}


/*for the content boxes on each page*/
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 2px #e0e0e0 solid;
	background: #ffffff;
	padding: 10px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*for the copyright stuff at the bottom of each page*/
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

/*stuff for top nav bar */
#prevshows td {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12px;
}















/* fot page content*/
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.textl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.textl:hover {
	color:#86b517;
	text-decoration: none;
}




.subphotobox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
.subphotoboxl {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.subphotoboxl:hover {
	color:#86b517;
	text-decoration: none;
}

#contact textarea, input {font: 12px Verdana, Arial, Helvetica; width: 100%; color: #000000; background-color: #ffffff; border: #000000 1px solid;}