@charset "utf-8";
/* CSS Document */

.checkbox, .aca_list_name {
	display: none;
}

html, body {
	padding: 0;
	margin: 0;
	background-color: #000000;
}

body {
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

div#logo {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -395px;
}

div#logo_arrow_jazz_fm_live_vibes_at_dizzy {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 250px;
}

div#wrapper {
	text-align: center;
	height: 100%;
}

.side_left {
	width: 22px;
	background-image: url(../img/side_left.png);
}

.side_right {
	width: 22px;
	background-image: url(../img/side_right.png);
}

.side_left_bottom {
	width: 22px;
	height: 23px;
	background-image: url(../img/side_left_bottom.png);
}

.side_right_bottom {
	width: 22px;
	height: 23px;
	background-image: url(../img/side_right_bottom.png);
}

.side_bottom {
	height: 23px;
	background-image: url(../img/side_bottom.png);
}

.content {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	width: 690px;
}

.header {
	margin: 25px 5px 0 5px;
}

.announcement {
	height: 17px;
	margin: 5px 5px 0 5px;
	background-color: #B3B3B3;
	color: #000000;
	padding-top: 3px;
}

.navwrapper {
	width: 148px;
	float: left;
}

.contact {
	margin: 0 5px 5px 5px;
	width: 145px;
	height: 80px;
	background-image: url(../img/contact_back.jpg);
	padding-top: 37px;
	padding-left: 5px;
}

.menu {
	width: 148px;
	margin: 5px;
	background-image: url(../img/menu_back.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-color: #0C0C0C;
	border: 1px solid #4B4B4B;
	padding: 0;
}

.menu li {
	list-style: none;
	padding: 0;
	margin: 0 0 2px 0;
	background-image: url(../img/nav_back.png);
	width: 148px;
	height: 25px;
}

.menu li a {
	display: block;
	width: 120px;
	height: 18px;
	text-align: left;
	background-image: url(../img/nav_btn.png);
	background-position: 7px 6px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 28px;
	padding-top: 7px;
}

.menu li a:hover {
	background-position: 17px 6px;
	padding-left: 38px;
	width: 110px;
}

.menu li.active a {
	display: block;
	height: 18px;
	text-align: left;
	background-image: url(../img/nav_btn_active.png);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C10000;
	text-decoration: none;
	padding-top: 7px;
	background-position: 17px 6px;
	padding-left: 38px;
	width: 110px;
}

.contentwrapper {
	width: 525px;
	float: left;
	margin: 5px 5px 0 12px;
}

.contentpaneopen {
	width: 100%;
	background-image: url(../img/main_back.jpg);
	background-repeat: no-repeat;
	background-color: #292929;
	border: 1px solid #666666;
	margin-bottom: 5px;
}

.contentpaneopen .contentheading {
	width: 100%;
	background-image: url(../img/main_heading.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 3px;
}

.contentpaneopen td {
	padding: 7px;
}

.contentpaneopen td td {
	padding: 0;
}







.contentpaneopen_small {
	width: 503px;
	background-image: url(../img/main_back.jpg);
	background-repeat: no-repeat;
	background-color: #292929;
	border: 1px solid #666666;
	margin-bottom: 5px;
}

.contentpaneopen_small .contentheading {
	width: 478px;
	background-image: url(../img/main_heading.jpg);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	height: 21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	font-weight: bold;
	padding-left: 23px;
	padding-top: 3px;
}

.contentpaneopen_small td {
	padding: 7px;
}

.contentpaneopen_small td td {
	padding: 0;
}






.footer {
	height: 17px;
	margin: 0 5px 0 5px;
	padding: 3px 10px 0 10px;
	background-color: #B3B3B3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
}

.footer a {
	color: #C10000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

a {
	color: #C10000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}