﻿#movieNavigator 
{
	height:55px;
	display:block;
	width:415px;
	background-color:white;/*#bbddff;*/
	background-image:url(imgs/orange-container.gif);
	/*background-position:-10px -10px;*/
	background-repeat:no-repeat;
	font-family:arial;
	font-size:12px;
	color:#444444;
	
}
#movieNavigator .topCorners
{
	padding:10px;
	padding-top:5px;
	/*background:transparent url(imgs/mid-top-corners.gif)  no-repeat;*/
	display:block;
	
}
#movieNavigator .sectionHeader
{
	font-size:14px;
	font-weight:bold;
	font-family:Arial;
	
}
#movieNavigator select
{
	font-size:12px;
	width:100%;
	font-family:arial;	
	background-color:white;
	border:solid 1px #888888;
}
#movieNavigator .blueTabs
{
	line-height:17px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
}

#moviesSection
{
	overflow:hidden;
	height:1%;
	padding-top:10px;
	font-size:12px;
}

#moviesSection  h3
{
	font-size:15px;
	margin:0px;
	color:#55ccff;
	color:#5587b8;
	line-height:18px;
	
}
#moviesSection  li a
{
	text-decoration:none;
}
#moviesSection  li h3
{
	padding-bottom:5px;
}
#moviesSection  li
{
	line-height:14px;
}

#moviesSection .listing
{
	margin-top:10px;
}
#movieListingContainer .movieTitle
{
	font-size:13px;
	color:Black;
	font-weight:bold;
}

#moviesSection .subhead
{
	text-decoration:none;
	font-size:14px;
	color:Black;
	font-weight:bold;
}
#moviesSection .listing .genreditem
{
	font-size:11px;
	text-decoration:none;
	color:#667788;
	font-weight:bold;
	padding-top:4px;
	line-height:15px;
	display:block;
}
#moviesSection .listing .genreditem:hover
{
	color:#334455;
}
#moviesSection .listing .genreheader
{
	background-image:url(imgs/cyan-grad.gif);	
	background-position:left -18px;
	display:block;width:100px;line-height:27px;
	background-color:#bbddff;
	color:#444444;
	font-weight:bold;font-size:14px; text-align:center;
}
#moviesSection  .date
{
	text-align:right;
	float:left;
	display:block;
	width:65px;
	font-weight:bold;
	color:#990000;
	clear:left;
}
#moviesSection .makeDiv
{
}

.playButton
{
	background-image:url(imgs/play_btn.gif);
	background-repeat:no-repeat;
	width:41px;
	height:41px;
	border:none;
}

.movieImageGallery
{
	background-color:#ffffff;
	height:1%;
	overflow:hidden;
}
.movieImageGallery a
{
	
	float:left;margin-right:0px;border:0px;margin-bottom:0px;
	border:solid 1px #ffffff;
}
.movieImageGallery a:hover
{
	border:solid 1px #ff2244;
}