@charset "utf-8";
#schedule_content {

}
#schedule_rgt {
	width: 150px;
	float: right;
	background-color: #FF0000;
}

/* CSS Document */

#schedule_grid {
	width: 95%;
}

#schedule_headline {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	color: #7e8f7a;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	padding-top: 25px;
}
#schedule_headline_first {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	color: #7e8f7a;
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	/*padding-top: 25px;*/
}
#schedule_headline_search {
	padding-left: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 8px;
	color: #7e8f7a;
	font-size: 16px;
}

#schedule_headline_rss {
	padding-right: 5px;
	background-image: url(/images/framework/std_hl_botLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	vertical-align: bottom;
}
.schedule_tab_show_box td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b0b5a3;
	padding-top: 4px;
	padding-bottom: 4px;
}
.schedule_tab_show_box {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
}
.schedule_tab_show_box:hover {
	background-color: #F7F7F7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;

}
.schedule_image {
	padding-right: 10px;
	width: 50px;
	padding-left: 10px;
	vertical-align: top;
}
.schedule_images_border {
	height: 50px;
	width: 50px;
}
.schedule_disc {
	width: 425px;
}
.schedule_disc .schedule_artist {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.schedule_disc .schedule_support {
	font-size: 11px;
	color: #666666;
	padding-right: 20px;
}
.schedule_disc .schedule_fulldate {
	font-size: 10px;
	font-weight: bold;
	color: #3F6C39;
	text-transform: uppercase;
}
.schedule_disc .schedule_special {
	color: #990000;
	font-size: 10px;
	padding-top: 2px;
}
.schedule_button {
	text-align: center;
	width: 90px;
	vertical-align: middle;
	background-color: #F2F2EC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
.schedule_text {
	text-align: center;
	width: 90px;
	vertical-align: middle;
	background-color: #F2F2EC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
}
.schedule_text a{
	font-size: 11px;
	font-weight: bold;
	color: #494949;
	font-family: Tahoma, Arial, Verdana;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}


.schedule_disc .schedule_artist_cancel {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
}
.schedule_disc .schedule_support_cancel {
	font-size: 11px;
	color: #999999;
	text-decoration: line-through;
}
.schedule_disc .schedule_fulldate_cancel {
	font-size: 9px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: line-through;
}
.schedule_disc .schedule_special {
	color: #990000;
	font-size: 10px;
	padding-top: 2px;
}
.schedule_text_cancel, .schedule_text_red  {
	text-align: center;
	width: 90px;
	vertical-align: middle;
	background-color: #F2F2EC;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
}
.schedule_text_cancel a, .schedule_text_red a {
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	font-family: Tahoma, Arial, Verdana;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#Search_box_border {
	background-color: #F2F2F2;
	padding: 10px;
	border: 1px dotted #999999;
	width: 400px;
}
#Search_box_border form {
	margin: 0px;
	padding: 0px;
}
