@charset "UTF-8";

/* CSS Document */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	float: none;
}
a {text-decoration:none;
color:#900;
}
a:hover {color:#00C;
	text-decoration:underline;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.production_container {
	width: 600px;
	width: 100%;
}
.rule_l {
border-left:1px inset #58595b;
border-left-style: dotted;
}
.rule_r {
border-right:1px inset #58595b;
border-right-style: dotted;
}
.psmall{font-size: 9px;
}
.cancelled {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #F00;
}
.Sub-head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #C00;
}
.Blue_Sub-head {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: rgb(0,0,255);
}
.scroll_container {
	width: 600px;
	width: 100%;
	height: 800px;
	overflow: scroll;
}
.bottom_bar_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
.white_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.blue_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	color: rgb(0,0,255);
	text-align: left;
}
.white_text_header {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-align: left;
}
.box_office_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-align: left;
}
.tickets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	overflow: scroll;
	height: 500px;
	padding: 20px;
	width: 950px;
}
.table{
	width: 970px;
	height: auto;
	border-color: #000;
	border-width: 1px;
	}

