div.overlay_schedule {
	background: url(mask.png) 0 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 100;
	display:none;
}
div.overlay_schedule_print {
	background: url(mask.png) 0 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 100;
}
div.schedule_wrap {
	margin: 0 auto;
	width: 980px;
}
div.schedule_wrap p.close a {
	float: right;
	color: #fff;
	background: url(close.png) 100% 0 no-repeat;
	padding: 6px 38px 6px 0 ;
	font-weight: bold;
	text-decoration: none;
}
div.schedule_wrap div.schedule_content {
	min-height: 620px;
	position: relative;
}
div.schedule_wrap div.schedule_content p.my_logo {
	position: absolute;
	bottom: -35px;
	left: 67px;
}
* html div.schedule_wrap div.schedule_content {
	height: 620px;
}
div.schedule_wrap div.schedule_content ul.menu {
	background: url(schedule_menu_bg.png) 0 0 repeat-x;
	margin-bottom: 30px;
}
div.schedule_wrap div.schedule_content ul.menu li {
	float: left;
	list-style: none;
}
div.schedule_wrap div.schedule_content ul.menu li.active a {
	background: #fff;
}
div.schedule_wrap div.schedule_content ul.menu li a {
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding: 13px 13px 10px;
	display: block;
	border-right: 1px solid #bfbfbf;
}
div.schedule_wrap div.schedule_content ul.submenu {
	left: 0;
	top: 40px;
}
div.schedule_wrap div.schedule_content ul.submenu li a {
	padding: 7px 13px 5px;
	font-size: 12px;
}
div.schedule_wrap div.schedule_content ul.submenu li.active a {
	color: #E71303;
}
div.schedule_wrap div.schedule_content div.schedule_leftbar {
	float: left;
	width: 240px;
}
div.schedule_wrap div.schedule_content div.schedule_leftbar p.heading {
	background: url(schedule_red_bg.png) 0 0 no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 9px 0 9px 20px;
	margin-bottom: 18px;
}
div.schedule_wrap div.schedule_content div.schedule_leftbar p.data {
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
div.schedule_wrap div.schedule_content div.schedule_leftbar p.notice {
	font-weight: bold;
	color: #e71303;
	padding-left: 20px;
	margin-bottom: 20px;
}
div.schedule_wrap div.schedule_content div.schedule_leftbar p.schedule_btn {
	padding-left: 15px;
	margin-bottom: 28px;
}
div.schedule_wrap div.schedule_content p.schedule_btn a,
div.schedule_wrap div.schedule_content p.schedule_btn a span {
	background: url(button_schedule.png) 0 0 no-repeat;
	float: left;
}
div.schedule_wrap div.schedule_content .schedule_btn a {
	font-size: 10px;
	color: #000;
	padding-left: 12px;
}
div.schedule_wrap div.schedule_content p.schedule_btn a span {
	background-position: 100% 0;
	padding: 6px 24px 7px 0;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar {
	float: right;
	width: 720px;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar p.heading_grey {
	background: url(schedule_grey_heading.png) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar p.heading_grey_dif {
	background: url(heading_bg_dif.png) 0 0 no-repeat;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar p.open {
	background: url(schedule_grey_heading_open.png) 0 0 no-repeat;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar p.heading_grey a,
div.schedule_wrap div.schedule_content div.schedule_rightbar p.heading_grey span {
	display: block;
	padding: 9px 0 9px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar p.heading_grey_dif span {
	padding: 9px 0 9px 20px;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar div.text {
	padding: 20px 20px;
	font-size: 12px;
}
div.schedule_wrap div.schedule_content div.schedule_rightbar div.text p {
	line-height: 1.5em;
	margin-bottom: 18px;
}
div.schedule_wrap div.schedule_content div.schedule {
	padding: 20px 0 25px 10px;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
	border-bottom: 1px solid #e0e0e0;
}
div.schedule_wrap div.schedule_content div.schedule p.links {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}
div.schedule_wrap div.schedule_content div.schedule p.links a.active {
	color:red;
}
div.schedule_wrap div.schedule_content div.schedule p.links a {
	color: #000;
}
div.schedule_wrap div.schedule_content div.schedule p.links span {
	font-weight: normal;
	margin: 0 8px;
}
div.schedule_wrap div.schedule_content div.schedule p.current {
	font-weight: bold;
	margin-bottom: 30px;
}
div.schedule_wrap div.schedule_content div.schedule div.date {
	margin-bottom: 30px;
}
div.schedule_wrap div.schedule_content div.schedule div.date p {
	float: left;
	margin-right: 4px;
}
div.schedule_wrap div.schedule_content div.schedule div.date p.text {
	color: #3d3d3d;
	margin-top: 3px;
}
div.schedule_wrap div.schedule_content div.schedule div.date p.select {
	margin-top: 1px;
}
div.schedule_wrap div.schedule_content div.schedule div.date p.select select {
	width: 103px;
}

div.additional_info a.active {
	font-weight:bold;
	}
div.additional_info {
	margin-bottom: 11px;
}
div.add_dif {
	margin-bottom: 0;
}
div.additional_info p {
	float: left;
}
div.schedule_content p.print {
	float: right;
	padding: 5px 30px 0 0;
}
div.schedule_content p.print a {
	color: #c6161c;
	background: url(printButton.png) 100% -1px no-repeat;
	padding-right: 20px;
}
div.additional_info p.select select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
div.legend  {
	margin-bottom: 11px;
	padding: 8px 16px 0 0;
}
div.legend p {
	float: left;
	font-size: 9px;
	color: #666666;
	margin-right: 20px;
}
div.legend p.pink {
	background: url(pink_dot.png) 0 2px no-repeat;
	padding: 0 0 0 13px;
}
div.legend p.black {
	background: url(black_dot.png) 0 2px no-repeat;
	padding: 0 0 0 13px;
}
div.legend p.orange {
	background: url(orange_dot.png) 0 2px no-repeat;
	padding: 0 0 0 13px;
}
div.legend p.red {
	background: url(red_dot.png) 0 2px no-repeat;
	padding: 0 0 0 13px;
}
div.additional_info p.location {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
}
div.additional_info p.separator {
	color: #b2b2b2;
	margin: 2px 8px 0 8px;
}
div.additional_info p.text {
	margin: 3px 8px 0 0;
}
div.big_schedule {
	padding: 0 0 0 13px;
	width: 967px;
}
div.big_schedule p.heading_grey_big {
	background: url(heading_bg_big.png) 0 0 no-repeat;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 11px;
	display: none;
}
div.big_schedule p.heading_grey_big a {
	display: block;
	padding: 9px 0 9px 40px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.big_schedule div.filter div {
	float: left;
	color: #666666;
	height: 47px;
	text-align: center;
	font-size: 11px;
	padding: 4px 0 0 0;
	margin-right: 1px;
	border-bottom: 1px solid #bfbfbf;
}
div.big_schedule div.filter div.time {
	background: url(time_bg.png) 0 0 no-repeat;
	padding: 10px 0 0 0;
	width: 36px;
	height: 41px;
}
div.big_schedule div.filter div.day {
	background: url(day_bg.png) 0 0 no-repeat;
	width: 130px;
}
div.big_schedule div.row {
	position: relative;
}

div.big_schedule div.row div {
	float: left;
	height: 49px;
	background: url(border-bg.png) 0 0 repeat-x;
	margin-right: 1px;
	border-bottom: 1px solid #bfbfbf;
	width: 130px;
	font-size: 10px;
}
div.big_schedule div.row div a {
	color: #fff;
	white-space: nowrap;
}
div.big_schedule div.row div.time {
	width: 36px;
	color: #000;
	text-align: center;
	padding: 3px 0 0 0;
	height: 46px;
	background: #f1f1f1;
}
div.big_schedule div.row div.monday,
div.big_schedule div.row div.tuesday,
div.big_schedule div.row div.wendsday,
div.big_schedule div.row div.thursday,
div.big_schedule div.row div.friday,
div.big_schedule div.row div.saturday,
div.big_schedule div.row div.sunday {
	position: relative;
	z-index: 1;
}

div.big_schedule div.row div.black a,
div.big_schedule div.row div.orange a,
div.big_schedule div.row div.red a,
div.big_schedule div.row div.pink a
 {
	padding: 6px 0 0 5px;
}
div.big_schedule div.row div.black {
	background: #000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	padding: 0px 0 0 0px;
	border-bottom: 0 !important;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.big_schedule div.row div.orange {
	background: #ff8000;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px 0 0 0px;
	border-bottom: 0 !important;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.big_schedule div.row div.red {
	background: #e71303;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px 0 0 0px;
	border-bottom: 0 !important;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.big_schedule div.row div.pink{
	background: #ff80c0;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0px 0 0 0px;
	border-bottom: 0 !important;
	overflow-x: hidden;
	overflow-y: hidden;
}
div.big_schedule div.tooltip {
	background: url(tooltip_grey_bg.png) 0 0 no-repeat;
	position: absolute;
	width: 165px;
	font-size: 10px;
	height: 57px;
	border-bottom: 0 !important;
	padding: 8px 0 0 9px;
	display:none;
	z-index: 10000;
}
div.big_schedule div.tooltip a {
	color: #fff;
	font-size: 9px;
}
div.big_schedule div.bg_btm {
	background: #f1f1f1;
	height: 15px;
	margin-right: 14px;
}
div.schedule_rightbar p.notice {
	line-height: 1.4em;
	padding: 20px;
}
div.schedule_rightbar p.notice span {
	color: #e71303;
	font-weight: bold;
}
div.schedule_rightbar p.table_heading {
	line-height: 1em;
	padding: 0 20px 10px;
	font-weight: bold;
}
table.reservations {
	width: 700px;
	margin-bottom: 50px;
}
table.reservations th {
	font-weight: bold;
	padding: 8px 5px 8px 15px;
	text-align: left;
	color: #666666;
	background: #ededed;
}
table.reservations td {
	padding: 8px 5px 8px 15px;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #d8d8d8;
	vertical-align: middle;
	line-height: 1.4em;
}
div.schedule_leftbar div.calendar {
	width: 160px;
	margin-top: 40px;
	padding: 0 0 0 20px;
}
div.schedule_leftbar div.calendar table {
	text-align: center !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	font-size: 11px;
	margin-top: 7px;
}
div.schedule_leftbar div.calendar table tbody td {
	text-align: center;
	width: 23px;
}
div.schedule_leftbar div.calendar table th {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 2px;
	background: #f4f3eb;
	padding: 3px 0 2px 0;
}
div.schedule_leftbar div.calendar table tbody td {
	padding: 3px 0;
}
div.schedule_leftbar div.calendar table tbody td a {
	color: #e71303;
	display: block;
}
div.schedule_leftbar div.calendar table tbody td a.today {
	background: #222222;
	color: #fff;
}
div.schedule_leftbar div.calendar div.timeline {
	width: 160px;
	margin: 0 auto;
}
div.schedule_leftbar div.calendar div.timeline p.month a.prev {
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.schedule_leftbar div.calendar div.timeline p.month a.next {
	float: right;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
div.schedule_leftbar div.calendar div.timeline p.month {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.profile {
	width: 465px;
	margin: 20px 0 20px 20px;
	float: left;
}
table.profile th {
	font-weight: normal;
	text-align: left;
	padding: 6px 10px 6px 8px;
	border-bottom: 1px solid #d8d8d8;
}
table.profile td {
	font-weight: bold;
	text-align: left;
	padding: 6px 10px 6px 8px;
	border-bottom: 1px solid #d8d8d8;
}
table.profile td input {
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #efefef;
	border-right: 1px solid #efefef;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 18px;
	padding: 1px 5px 0 5px;
	width: 240px;
}
table.profile td.locked {
	color: #bbbbbb;
	padding: 6px 10px 6px 13px;
}
table.profile td input.small {
	width: 83px;
}
div.schedule_rightbar p.profile_image {
	float: right;
	padding-right: 20px;
	margin-top: 48px;
}
div.schedule_rightbar  p.schedule_btn {
	padding-left: 186px;
}
div.schedule_container {
	position: relative;
}
table.bron_table th,
table.bron_table td {
	padding: 3px 10px 3px 0;
}

div.big_schedule_screen {
    padding: 0 0 0 13px;
    position: absolute;
	float: center;
    left: 0;
    top: 70px;
    width: 967px;
    background: #fff;
    min-height: 570px;
}
div.big_schedule_screen p.heading_grey_big {
    background: url(heading_bg_big.png) 0 0 no-repeat;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 11px;
}
div.big_schedule_screen p.heading_grey_big a {
    display: block;
    padding: 9px 0 9px 40px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.big_schedule_screen div.filter div {
    float: left;
    color: #666666;
    height: 47px;
    text-align: center;
    font-size: 11px;
    padding: 4px 0 0 0;
    margin-right: 1px;
    border-bottom: 1px solid #bfbfbf;
}
div.big_schedule_screen div.filter div.time {
    background: url(time_bg.png) 0 0 no-repeat;
    padding: 10px 0 0 0;
    width: 36px;
    height: 51px;
}
div.big_schedule_screen div.filter div.day {
    background: url(day_bg.png) 0 0 no-repeat;
    width: 130px;
}
div.big_schedule_screen div.row {
    position: relative;
}

div.big_schedule_screen div.row div {
    float: left;
    height: 49px;
    background: url(border-bg_screen.png) 0 0 repeat-x;
    margin-right: 1px;
    border-bottom: 1px solid #bfbfbf;
    width: 130px;
    font-size: 10px;
}
div.big_schedule_screen div.row div a {
    color: #fff;
    white-space: nowrap;
}
div.big_schedule_screen div.row div.time {
    width: 36px;
    color: #000;
    text-align: center;
    padding: 3px 0 0 0;
    height: 46px;
    background: #f1f1f1;
}
div.big_schedule_screen div.row div.monday,
div.big_schedule_screen div.row div.tuesday,
div.big_schedule_screen div.row div.wendsday,
div.big_schedule_screen div.row div.thursday,
div.big_schedule_screen div.row div.friday,
div.big_schedule_screen div.row div.saturday,
div.big_schedule_screen div.row div.sunday {
    position: relative;
    z-index: 1;
}

div.big_schedule_screen div.row div.black a,
div.big_schedule_screen div.row div.orange a,
div.big_schedule_screen div.row div.red a,
div.big_schedule_screen div.row div.pink a
{
    padding: 6px 0 0 5px;
}
div.big_schedule_screen div.row div.black {
    background: #000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    padding: 0px 0 0 0px;
    border-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
div.big_schedule_screen div.row div.orange {
    background: #ff8000;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 0 0 0px;
    border-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
div.big_schedule_screen div.row div.red {
    background: #e71303;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 0 0 0px;
    border-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
div.big_schedule_screen div.row div.pink{
    background: #ff80c0;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0px 0 0 0px;
    border-bottom: 0 !important;
    overflow-x: hidden;
    overflow-y: hidden;
}
div.big_schedule_screen div.tooltip {
    background: url(tooltip_grey_bg.png) 0 0 no-repeat;
    position: absolute;
    width: 165px;
    font-size: 10px;
    height: 57px;
    border-bottom: 0 !important;
    padding: 8px 0 0 9px;
    display:none;
    z-index: 10000;
}
