/* CSS Document */
#schedulemenu-bgrnd {
	background-image: url(../images/schedule_menu_background.jpg);
	background-repeat: no-repeat;
}

#schedulemenu-states {
	width: 260px;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#schedulemenu-states h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-weight: normal;
}

#schedulemenu-states ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 19px;
}

#schedulemenu-body {
	background-color: #FFFFFF;
	background-image: url(../images/background_mist.jpg);
	background-repeat: no-repeat;
	min-height: 450px;
	background-position: 0px -50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}

#schedulemenu-boxtop {
	background-image: url(../images/showcase_box_top.gif);
	height: 25px;
	background-repeat: no-repeat;
}

#schedulemenu-boxbottom {
	background-image: url(../images/showcase_box_bottom.gif);
	height: 25px;
	background-repeat: no-repeat;
}
#schedulemenu-boxcenter {
	background-image: url(../images/showcase_box_center.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}
#schedulemenu-boxcenterrule {
	background-image: url(../images/showcase_box_center_line.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

#schedulemenu-boxcenter h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #0B65A1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#schedulemenu-boxcenter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	color: #0B344F;
}
.schedulemenu-column {
	width: 270px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.schedulemenu-column h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 24px;
	color: #0B65A1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.schedulemenu-column h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 20px;
	color: #239BCD;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 10px;
}

.schedulemenu-column ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 10px;
}

.schedulemenu-column ul li a {
	display: block;
	background-image: url(../images/list_button.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #04365E;
	text-decoration: none;
}
.schedulemenu-column ul li a:hover {
	background-image: url(../images/list_button_hover.gif);
	color: #0B65A1;
}
.schedulemenu-column ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #04365E;
}


.schedulemenu-column strong {
	font-weight: bold;
	text-decoration: underline;
}

#schedulemenu-states ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#schedulemenu-states ul li a {
	display: block;
	background-image: url(../images/schedule_link_off.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #000000;
}
#schedulemenu-states ul li a:hover {
	background-image: url(../images/schedule_link_on.gif);
	color: #000000;
}
#schedulemenu-states ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 17px;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	color: #000000;
}



#schedulemenu-archivebutton
{
	display: block;
	width: 168px;
	height: 30px;
	background-image: url(../images/view_past_shows.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
}

#schedulemenu-archivebutton:hover
{ 
  background-color: transparent;
		background-position: 0 -30px;
}

#schedulemenu-archivebutton span
{
  display: none;
}

#schedulemenu-nav {
	padding-top: 5px;
	padding-right: 38px;
	padding-bottom: 30px;
}
