body{
font-family: Arial,sans-serif;
line-height: 1.166em;
margin:0;
font-size:11pt;
padding: 0;
}
/*Links*/
a{
color: #006699;
text-decoration: none;
}
a:link{
color: #006699;
text-decoration: none;
}
a:visited{
color: #006699;
text-decoration: none;
}
a:hover{
color: #006699;
text-decoration: underline;
}
/*Global Element Definitions*/
form{
margin:0px;
}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 120%;
color:#000000;
margin: 0px;
padding: 0px;
}
h2{
font-family: Georgia, "Times New Roman", Times, serif;
padding:3px;
padding-bottom:2px;
font-size:12pt;
font-weight:bold;
}
p{
margin:0px;
padding:0px;
}
ul{
list-style:none;
}

 /**************
 *Page Sections*
 **************/

/*Container Section*/
#center { position: absolute; width: 100%; height: 1px; overflow: visible }
#container{
position: absolute;
right: 50%;
width: 900px;
margin-right: -450px;
background:url(../images/site/body_bg.gif) repeat-y center #8d1520;
}
/*Section Left*/
#section_left{
float:left;
width:109px;
height:257px;
background:url(../images/site/curtain_left.gif) no-repeat top right;
}

/*Section Middle*/
#section_middle{
width:900px;
}
#middle_area .show{
	/*
font-size:10pt;
margin-top:10px;
float:left;
background:#FFFFFF;
border:#666666 solid 1px;
padding-top:8px;
width:320px;
margin-left:1px;
margin-right:1px;
*/
}
.show input{
margin:0px;
padding:0;
}
#middle_area .show p {
font-size:79%;
font-family:Arial;
line-height:1.5em;
margin-top:0px;

}
.showCell {
background: #FFFFFF;
border: #666666 solid 1px;
vertical-align: top;
border-radius: 2px;
box-shadow: 0 0 1px #9C9B9B;
font-size: 10pt;
width: 50%;
padding-top: 2px;
}
#middle_area .button{
margin-top:5px;
}
#middle_area .show img{
margin-top:5px;
border:1px solid #FFFFFF;
}
#middle_area .show span{
font-weight:bold;
}
.timeWrap{
float:left;
padding:5px;
font-size:11px;
}
.showData {
padding:5px;
}
.sguige{

}

/*Section Right*/
#section_right{
float:right;
width:107px;
height:257px;
background:url(../images/site/curtain_right.gif) top left no-repeat;
}

/*Section Footer*/
#section_footer{
	font-size:80%;
	width: 100%;
	height: 30px;
	padding-top:5px;
}
#section_footer .foot{
	text-align: center;
	width: 65%;
	border-top:#666666 solid 1px;
}
/*Logo Section*/
#logo{
background:url(../images/site/head.gif) no-repeat center;
height:200px;
width:900px;
}
#logo .logo{
position:relative;
top:15px;
left:298px;
background:url(../images/site/logo.jpg) no-repeat center;
height:110px;
width:314px;
}

/*Middle Area*/
#middle_area{
width:100%;
}

/*Middle Title*/
.buffer{
clear:both;
height:3px;
margin:0;
padding:0;
}
#middle_title{
text-align:left;
color:#000000;
padding:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
font-weight:bold;
border-bottom:solid 1px black;
margin-bottom:4px;
clear:both;
}
.middle_title{
text-align:left;
color:#000000;
padding:5px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:140%;
font-weight:bold;
border-top:double 1px black;
border-bottom:double 1px black;
margin-bottom:2px;
clear:both;
background-color:#CAE4FF;
}
#welcome{
background:#FFFFCC;
padding:3px;
text-indent:1em;
margin:3px;
margin-bottom:8px;
color:#0033CC;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:10pt;
border-bottom:#000033 1px solid;
width:95%;
height:15px;
}
#welcome .logout{
float:right;
padding-right:5px;
font-size:80%;
}
#login {
margin-top:25px;
margin-left:25px;
width:250px;
font-size:75%;
padding:8px;
border:#CCCCCC 1px solid;
}
#login input{
font-size:12px;
}
.message{
margin-top:5px;
padding:3px;
font-size:12px;
font-weight:bold;
background-color:#CCCCCC;
}
/*Nav Section*/
#nav{
background:url(../images/site/head_sub.gif) no-repeat center top #000000;
width:684px;
height:113px;
float:left;
}
#nav li a{
padding:0px;
margin:0px;
}
#nav ul{
position: relative;
list-style:none;
display:inline-block;
top: 0px;
left: 2px;
width:684px;
padding:0px;
margin:0px;
white-space:nowrap;
}
#nav li{
list-style-type:none;
list-style:none;
display:inline;
margin:0px;
padding:0;
margin-top:3px;
}

/*General Info*/
#general_info{
background:#8A0000;
font-family: Arial, Helvetica, sans-serif;
font-size:10pt;
color:#FFFFFF;
text-align:center;
border:double #FF9900 4px;
padding:4px;
}
#general_info span{
font-size:13pt;
font-weight:bold;
}

/***************
 *Page Specific*
 ***************/

/*Theater Page*/
#Theater_detail{
float:right;
padding:0;
padding-left:2px;
padding-right:2px;
width:225px;
}
#Theater_detail ul{
padding:0;
margin-left:0px;
padding-left:10px;
list-style:outside circle;
line-height:1.4em;
font-size:90%;
}
.theater_short{
font-size:90%;
}
.theater_short ul{
padding:0;
margin-left:0px;
padding-left:5px;
list-style:outside circle;
line-height:1.4em;
font-size:80%;
}
/*Contact Page*/
#contact_message{
float:left;
background-color:#F2F2F2;
padding:8px;
border:solid #CCCCCC 1px;
}
#contact_message ul{
margin:0;
padding:0;
margin-left:5px;
}
#contact_info{
float:right;
margin-right:10px;
background-color:#F2F2F2;
padding:8px;
border:solid #CCCCCC 1px;
}
#info .heading1, #contact_info .heading1{
margin:12px;
font-style:italic;
}
#info h2, #contact_info h2{
margin-left:20px;
margin-bottom:2px;
}
#contact_info p{
margin-left:15px;
margin-top:0px;
margin-bottom:9px;
}

/*Show/Shows Page*/
.show_image_container{
font-size:80%;
float:left;
margin-right: 5px;
}
.show_image{
margin: auto;
text-align:center;
}
.show_name{
font-family:Georgia, Times, serif;
font-size:105%;
color:#000000;
margin:0px;
font-style:normal;
padding:0 4px;
font-weight:bold;
}
.show_subtitle{
padding: 0 4px;
margin-top: 1px;
font-size: 90%;
color: rgb(80, 80, 80);
}
.snowWrap {
border: 2px dashed #FF0000;
border-radius: 3px;
padding: 7px 5px;
background-color: rgb(255, 255, 163);
margin: 2px;
}
.snow{
background:#FFFF75;
}
.canceled{
color:#FF0000;
font-size:150%;
}
/*FAQ*/
#faq_items{
margin:10px;
margin-left:30px;
}
#faq_items a{
padding:5px;
}
#faq_detils{
}
#faq_detils .ul{
list-style:none;
margin:3px;
padding:0;
margin-left:10px;
}
#faq_detils li{
clear:both;
margin-bottom:8px;
}
#faq_detils li p {
font-size:105%;
font-weight:bold;
margin-left:-10px;
}

.bold_theater {
color: red;
font-weight: bold;
}

.verifyWrap {
	overflow: hidden;
	position: relative;
	padding: 2px;
	width: 330px;
}
.verifyWrap .hpverify,
.verifyWrap .sverify{
	position:absolute;
	top:0;
	left:-999px;
}
.verifyWrap .sliderWrap {
	background: #000000; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ1NDg0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-8 */


	border: 1px solid black;
	border-radius: 2px;	
	padding: 6px 0px 5px 0px;
	display: inline-block;
	width: 100%;
	position: relative;
	height: 13px;
}
.verifyWrap .slider {
	border-width: 0;
	height: 0px;
	margin-top: 0;
	border-width: 0;
	border-top-style: dotted;
	border-bottom-width: 0;
	border-color: #ffffff;
	margin-left: 11px;
}
.verifyWrap .slider > span {
	outline: none!important;
	border-radius: 2px;
	margin-top: -1px;
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	margin-left: -10px;
}
.verifyWrap .slider > span > i{
	display:inline-block;
	background-image: url("images/ui-icons_cc0000_256x240.png");
	background-position: 401px -190px;
	height:19px;
	width:19px;
	vertical-align:top;
}
.verifyWrap .slider > span > span {
	vertical-align: super;
	line-height: 20px;
	display: inline-block;
	padding-left: 6px;
	padding-right: 3px;
	color: rgb(182, 15, 15);
}

.social-tabs li,
#utilLinks > li {
	border: 1px solid white;	
	background: #8d1520; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkMTUyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZTAwMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #8d1520 0%, #5e0014 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d1520), color-stop(100%,#5e0014)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8d1520 0%,#5e0014 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8d1520 0%,#5e0014 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8d1520 0%,#5e0014 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8d1520 0%,#5e0014 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d1520', endColorstr='#5e0014',GradientType=0 ); /* IE6-8 */

}
.social-tabs li {
	border-top-width:0;
}

.tab-content.tab-twitter, .social-tabs li.active.dcsmt-twitter, .social-tabs li.dcsmt-twitter:hover, .tab-twitter .dcsmt-btn {background: #4ec2dc;}
.tab-content.tab-facebook, .social-tabs li.active.dcsmt-facebook, .social-tabs li.dcsmt-facebook:hover, .tab-facebook .dcsmt-btn {background: #3b5998;}
.tab-content.tab-fblike, .social-tabs li.active.dcsmt-fblike, .social-tabs li.dcsmt-fblike:hover, .tab-fblike .dcsmt-btn {background: #3b5998;}
.tab-content.tab-youtube, .social-tabs li.active.dcsmt-youtube, .social-tabs li.dcsmt-youtube:hover, .tab-youtube .dcsmt-btn {background: #DF1F1C;}
.tab-content.tab-fbrec, .social-tabs li.active.dcsmt-fbrec, .social-tabs li.dcsmt-fbrec:hover, .tab-fbrec .dcsmt-btn {background: #3b5998;}
.tab-content.tab-google, .social-tabs li.active.dcsmt-google, .social-tabs li.dcsmt-google:hover, .tab-google .dcsmt-btn {background: #2d2d2d;}