a:link { text-decoration: none; color: #0000FF; }

a:visited { text-decoration: none; color: #999999; }

a:hover { border-bottom:1px dotted #0000FF; } 

a:active { text-decoration: none; }

body { margin-left: 25px; margin-top: 0px; margin-right: 25px; background-color: #000000; }

html { min-height: 100%; margin-bottom: 1px; }

h1 {font-family: Verdana, Helvetica, sans-serif; font-size: 16px; line-height: normal; font-weight: bold; color: #0000FF}

.bluehead { font-family: Verdana, Helvetica, sans-serif; font-size: 14px; line-height: normal; font-weight: bold; color: #0000FF}
.blueheadLg { font-family: Verdana, Helvetica, sans-serif; font-size: 18px; line-height: normal; font-weight: bold; color: #0000FF}
.blueheadindent {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #0000FF;
	margin-left: 20px;
}

.bodytext { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 16px; font-weight: normal; color: #333333}

.bodytextindented {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	display: block;
	margin-left: 20px;
}

.bodytextindentedboldpp1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
	margin-left: 20px;
}

.bodytextindentedbold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	display: block;
}

.bodytextbold { font-family: Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 16px; font-weight: bolder; color: #333333}
.bodytextextrabold { font-family: Verdana, Helvetica, sans-serif; font-size: 16px; text-transform: uppercase; line-height: 16px; font-weight: bolder; color: #333333}
.bodytextextraboldindent { font-family: Verdana, Helvetica, sans-serif; font-size: 16px; line-height: 16px; font-weight: bolder; color: #333333; margin-left: 20px;}

.bodytextred { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 16px; font-weight: normal; color: #eb0606}

.strikethru { text-decoration: line-through; }

.bodytextitalic { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #333333; font-style: italic;  }

.bodytextitalicindented { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #333333; font-style: italic; margin-left: 20px; } 


.bodytextitaliccaption { font-family: Verdana, Helvetica, sans-serif; font-size: 11px; line-height: 14px; font-weight: normal; color: #333333; font-style: italic; margin-left: 5px; } 

/* css table for concert dates  */
#concert_calendar
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 550;
	font-size: .75em;
	width: 550px; /* important--width needs to be less than containing div  */
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
}
#concert_calendar th
{
	padding: 0px;
	font-weight: 600;
	font-size: 18px;
	text-align: left;
	color: #957369;
	margin-left: 20px;
}
#concert_calendar td
{
	padding: 5px 0px;
	color: #957369;
}
#concert_calendar tfoot td
{
	font-size: 11px;
}
	/* 
	   ----------------------------
		PUT THIS ON IE6 ONLY STYLE 
		AS THE RULE INVALIDATES
		YOUR STYLESHEET
	   ----------------------------
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='table-images/back.png',sizingMethod='crop');
	background: none;
}	
*/

#concert_calendar a {
    color: #957369; text-decoration: none;
}
#concert_calendar tbody tr:hover td
{
	color: #eebcad;
	background: none;
}

ul {
	list-style: disc;
	list-position: inside;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}
	
/* alternative to iframe */
div.iframealternative {
width: 660px;
height: 400px;
overflow: auto;
}