body {
  font-family: verdana, arial, helvetica, sans-serif;
  background: #000066;
  font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#uiDiv { 
  width:829px;   
  
  padding:10px; 
  background:#999999; 
  border:1px solid #CCCCCC;
  margin:auto;
}

#bodyDiv {
	text-align:left;
	background: #FFFFFF;
	border:1px solid #000000;
	z-index:1;
	
}
#filmDiv {
	background-image:   url("../images/film.gif");
	background-repeat: repeat-y;  
	z-index:2;
	
}
#promoDiv{
	width: 500px;
	background:#eeeeee; 
  	border:1px solid #0000FF;
	padding: 5px;
	margin:auto;
}
#promoDiv div{
	float:left;
	padding:4px;
}
.boldReg{
	font-weight:bold;
}
.promoPoster{
	padding-left:10px;

}
#wrapperDiv{
	width:829px;
	margin:0px;
	padding:0px;
	
}
#contentDiv { 
  	margin-top: 50px;
  	margin-left: 70px;
	margin-bottom: 10px;
 	width:740px;
	background-image: url("../images/popcorn.gif");
	background-repeat: repeat-x;
}
#sidebarDiv { 
	position:absolute;
  background: #009966;
  color:#FFFFFF;
  
  width:200px;
  height:15px;
  text-align:center;
  margin-left: 624px;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  z-index:4;
}
#sidebar2Div {
	position:relative;
	width:100px;
	text-align:center;
	
}
#titleDiv {
	width:90%;
	font-size: 14px;
	font-weight:bold;
	padding: 2px;
	text-align:left;
	border-bottom:1px solid #336633;
	text-indent: 2em;
	margin-bottom:10px;
}
.subTitleDiv {
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #336633;
	background-color: #6699CC;
}
.boxDiv {
	padding: 3px;
	width:180px;
	background-color: #CEE1F4;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #000000;
	text-align:left;
	margin-top:5px;
}
#footerDiv{
	color: #FFFFFF;
	background-color: #000000;
	text-align:center;
	margin:5px;
	padding:5px;
}
#footerDiv a:link {
	text-decoration: none;
	color:#CCCCCC;
}
#totalFoot{
	margin-left: 550px;
	text-align:center;
}
.small {
	font-size: 9px;
	padding-top:2px;
}
.gray{
	font-size: 10px;
	background-color: #EEEEEE;
	text-align:left;
	padding: 2px;
}
.descriptor{
	vertical-align:middle;
	font-size: 9px;
	width:8em;
	float:left;
}
.centered {
	text-align:center;
}
.bolded {
	font-weight:bold;
}
.crooked {
	font-style:italic;	
}
.bldRed {
	font-weight:bold;
	color:#FF0000;
}
.subHead {
	color:#000000;
	font-weight:bold;
	background-color: lightyellow;
	border-bottom: thin solid #009966;
	width: 95%;
	text-indent: 10px;
	text-align:left;
}
.regRight{
	text-align:right;
	margin-right: 150px;
}
.letterType{
	font-family:"Courier New", Courier, mono;
	border:dashed thin #999999;
	margin-left:30px;
	margin-top:20px;
	margin-bottom:20px;
	padding: 20px;
	background-color:#CCCCCC;
	size:12px;
	text-align:left;
	width:50em;
}
.overLay{
	text-align:right;
	font-size: 9px;
	position:absolute; 
	display:none; 
	border: 2px solid black; 
	background-color: lightyellow; 
	width: 300px; 
	height: auto; 
	padding: 5px;
}
buttonYellow{
	background-color: #F5EFD3;
	font-weight:bold;
}
/*three column layout*/
#mainright {
	float:left;
	background:#fff;
	padding-bottom:10px;
}

#maincenter {
	float:left;
	background:#fff;
	padding-bottom:10px;
	text-align:center;
}

#mainleft {
	float:left;
	background:#fff;
	padding-bottom:10px;
	text-align:center;
}

#banner {
	background:#fff;
}
/*Showtimes*/
#movieBlockWrapperDiv{
	margin: 5px;
}
.screen{
	padding: 4px;
	font-weight:bold;
	vertical-align:middle;
	border-top: 1px solid white;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: #7EA3DA;
	height:100%;
}
.dateHeader {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
	background-color: #7EA3DA;
	padding-left: 2px;
}
.poster{
background-color: #999999;
width:75px;
padding:3px;
}
.price{
	width:80px;
	border-left:dashed thin #333333;
	border-right:dashed thin #333333;	
	padding:5px;
}
.concession{
	border-bottom:solid thin #333333;
	padding:3px;
}
.divider{
	background-color: #7EA3DA;
	border-top: 1px solid green;
	margin:5px;
}
.footLinks{
	text-align:center;
	width:80%;
	padding-top:10px;
	border-top: 1px solid green;
}
.showtimes{
	font-size: 10px;
}

.logoAdd{
	height:140px;
	width:206px;	
}
.wrap{
	clear:both;
}
.sucess {
	border:2px solid #006600;
	padding: 5px;
}
.borderBasic{
	border:1px solid #CCCCCC;
	margin-top: 10px;
	padding: 2px;
	text-align: center;
}
#failed {
	border:3px solid thin #990000;
	padding: 5px;
	font-weight:bold;
	width:400px;
}
.failText {
	background-color:#CCCCCC;
	font-size: 10px;
}
.inputButtonActive { 
  cursor:pointer;
  color: #FFFFFF;					/* White */
	background-color: #009966; 		/* Medium Green */
	font-weight: bold;
}
.inputButtonDisabled { 
  cursor:default;
  background-color: #CCCCCC;
}
/* CSS FOR SLIDESHOW SCRIPT */
	#imageSlideshowHolder{
			/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:339px;	/* Image width */
		height:140px;	/* Image height */
		background-color:#333399;	
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	/* END CSS SLIDESHOW SCRIPT */
/**/
