@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
	background-image: url(images/musicpit_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-position: top;
	background-color: #000000;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF9944;
	text-decoration: underline;
}
.hugeHeading {
	font-size: 40px;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.heading {
	font-size: 16px;
	color: #FFCC00;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.headingRed {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.headingBlue {
	font-size: 14px;
	color: #0066FF;
	font-weight: bold;
	font-family: Verdana;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
.subheading {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFCC00;
}
.subheadingblink {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
	text-decoration: blink;
	border: 3px double #CC0000;
	padding: 2px;
}
.subheadingwhite {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.subheadinggreen {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.redtext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC0000;
}
.bodytext {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.bodytextgreen {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
}
.copyrighttext {
	color: #000033;
	font-family: Verdana;
	font-size: 9px;
}
.navcontainer {
	font-size: 14px;
}
.navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navcontainer li {
	margin: 0;
}
.navcontainer a {
	display: block;
	width: 77px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.8em;
	background-color: #333333;
	padding: 2px;
	border: 1px solid #FF6600;
	text-align: center;
}
.navcontainer a:link {
	color: #FFFFFF;
}
.navcontainer a:visited {
	color: #FFFFFF;
}
.navcontainer a:hover {
	color: #990000;
	text-decoration: none;
	background-color: #FFCC33;
}
.navcontainer a:active {
	background-color: #FFCC33;
}
.navcontainer a#current {
	color: #990000;
	text-decoration: none;
	background-color: #FFCC33;
}

a.tooltip {
	color:#FFCC00;
	font-weight:bold;
}
a.tooltip span {
	display:none;
	padding:2px 3px;
	margin-left:8px;
	width:470px;
}
a.tooltip:hover span {
	top:520px;
	left:40px;
	display:inline;
	position:absolute;
	background:#ffffff;
	border:2px solid #000000;
	color:#8c2c2c;
}
