body{
	margin: 0 auto;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #567496 url(/img/bg_body_v2.jpg) repeat-x;
}
  
a {
	/* color: #FF6600; */
	color:#336699
	
}
a:hover {
	color: #000;
	text-decoration: underline;
}
 

tr, td, th {
	vertical-align: top;
	text-align: left;
	border: none;
}
 
 
h1 {
 margin: 0 0 10px 0;
 } 

#header{
	width: 775px;
	height: 60px;
	border-collapse:collapse;
	border-spacing: 0;
	margin: 0 auto;
}
  

/*******************************************************************/
/*		Menubar and navigation									   */
/*******************************************************************/

.logoHolder{
	width: 135px;
	height: 60px;
	vertical-align: middle;
}

.mainNav {
	text-align: right;
	vertical-align: bottom;
	padding: 0;
}

#nav{ 
	list-style: none;
	line-height: 1;
	display: inline; 
	height: 21px;
	padding: 10px 0 0 0;
}

#nav li { 
	padding-right: 1px;
	text-align:center;
}

#nav li a {
	font: 14px "Trebuchet MS";
	color: black; 
	width: 102px; 
	padding: 4px 0px 0 0px;
	background: transparent url(/img/bg_nav.gif) no-repeat bottom center;
	text-decoration: none; 
}

#nav li a:hover{
	color: #ff6600;
	 
}

#nav li a.activeLink {
	color: #336699;
	font-weight: bold; 
	background: transparent url(/img/bg_nav_on.gif) no-repeat bottom center;
}

#nav li ul li a {
	background: transparent;
}

.helperNav{
 	height: 12px;
	font: 10px Verdana;
	text-align: right; 
	vertical-align: middle;
	color: #ccc;
	padding-right: 20px;
}
 

.helperNav a {
	color: #ccc;
	text-decoration: none;
	}

.helperNav a:hover {
	color: white;
	text-decoration: underline;
}

 

/*******************************************************************/
/*		Homepage												   */
/*******************************************************************/

#contentWrapper{ 
	font-family: Arial, Helvetica;
	min-height: 400px;
	width: 735px; 
	margin: 0 auto;
	text-align: left;
	padding: 20px;
	background: white url(/img/content_wrapper_top.gif) no-repeat; 
}


#searchBox {
	width: 732px;
	height: 77px;
	margin: 0 auto 20px auto;
	background: transparent url(/img/bg_finder.gif) no-repeat;
}


#searchBox td {
 padding-top: 15px;
}


#leaderBoard {
	background: transparent url(/img/bg_leaderboard.gif) no-repeat;
	width: 734px;
	height: 100px;
	margin: 0 auto;
	padding: 6px 0 0 3px;
}

#rectangleAd {
	background: transparent url(/img/bg_rectanglead.gif) no-repeat;
	width: 355px;
	height: 236px;
	margin: 20px auto;
	padding: 6px 0 0 4px;
}

#contentTable {
	width: 100%;
}
#contentTable td {
	padding: 10px;
}

#newRelease {
	width: 100%;
	}

 
#newRelease td {
  padding: 0 0 10px 0;
  }


#boxOffice {
	width: 100%;
}
 
#boxOffice td  {
	padding: 0 0 10px 10px;
} 

/*******************************************************************/
/*		Theater listing											   */
/*******************************************************************/

#theatersView{
	text-align: left;
}

#theatersView img {
	display: inline
}

#contentHolder{ 
	width: 100%;
	height: 100%;
}

.contentFull { 
	vertical-align: top;
}

.contentLeft{
	width: auto;
	height: 100%; 
	vertical-align: top;
}
.contentRight{
	background-color: #F6F4F0; 
	width: 250px;
	height: 100%;
	padding: 0 10px 0 10px;
	vertical-align: top;
	border: 1px solid #8F8777
}

.contentRight ul {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
}
.contentRight ul li {
	 padding: 0 0 7px 0;
}

 .movieImage {
  float: left;
  }

#theaterIndexHolder {
	width: 100%; 
	height: 80%; 
	padding: 0; 
	text-align: left;
	border-collapse: collapse;
}

#theaterIndexList {
	width: 100%;  
	border-collapse: collapse;
	border: 1px solid #CCC;
}

#theaterIndexList td {
	padding: 4px;
}


#theaterIndexList .movie_listing {
	border: 1px solid #CCC;
	border-style: none none solid;
	padding: 5px;
}

#theaterIndexList .odd {
	background-color: LightYellow; 
	}
 

.rowHeading{
	background-color: #CCC;
	text-color: #FFFFFF;
	/*LightGoldenRodYellow; /* PapayaWhip */ /* Cool color names, huh? */
 
}

.rowHeading:hover,.rowHeading td:hover a, 
.rowHeading td a:hover {
	background-color: #FFFFFF;
	color: #000000;
	cursor: pointer;
	cursor: hand;
}

.rowHeading.pshover, .theaterHeading td.pshover a,
.rowHeading td a.pshover {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCC;
	cursor: pointer;
	cursor: hand;
}

/*******************************************************************/
/*		Movie listing											   */
/*******************************************************************/

#movieMatchIndexList{
	width: 100%;
}

/*******************************************************************/
/*		Movie page view											   */
/*******************************************************************/
 
#moviePhoto {
	padding: 0 10px 10px 0 ;
	float: left;
}
 

#pagination {
	background-color: #F5F5F5;
	border: 1px solid #CCCCCC;
	padding: 5px;
	font: 10px Verdana;
}


#footer{
	width: 775px;
	margin: 0 auto;
	clear: both;
	color: white;
}

#footer a {
	color: white;
	}
#footer a:hover {
	color: #ccc;
}

#footer img {
	display: inline;
}