/* CSS Document */

div, img, p, ul, ol, li, h1, h2, h3, h4, h5, h6, table, td, th, blockquote
{
	padding: 0;
	margin: 0;
	border: none;
}

body
{
	padding: 0;
	margin: 0;
	background-color: #faf6f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#mainContainer
{
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -475px;
	width:950px;
	text-align: center;
	background-image: url('../images/headerBackground.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #efece9;
}

#header
{
	width: 950px;
	height: 76px;
}

.title
{
	float: left;
}


ul.mainMenu
{
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px;
	list-style-type: none;
}

.mainMenu li
{
	margin-left: 70px;
	margin-right: -40px;
	float: left;
	font-size: 11px;
}

.mainMenu a
{
	padding-top: 2px;
	display: block; 
	width: 77px;
	height: 27px;
	color: #80888b;
	text-decoration: none;
	text-align: center;
}

.mainMenu a:hover
{
	background-image: url('../images/menuMouseOver.png');
	background-position: top center;
	background-repeat: no-repeat;
	color: #ffffff;
}


#topSubMenu
{
	position: absolute;
	top: 66px;
	left: 410px;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #5d6466;
	visibility: hidden;
}

ul.subMenu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.subMenu li
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	font-size: 11px;
}

.subMenu a
{
	color: #ffffff;
	text-decoration: none;
}


#flash
{
	height: 338px;
}

#contentTop
{
	width: 909px;
	background-image: url('../images/mainBackgroundTop.jpg');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 12px;
	min-height: 700px;
}

#contentMiddle
{
	width: 909px;
	background-image: url('../images/mainBackgroundCenter.jpg');
	background-position: top;
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}

#contentBottom
{
	width: 909px;
	background-image: url('../images/mainBackgroundBottom.jpg');
	background-position: bottom;
	background-repeat: no-repeat;
}

#topPane,
#bottomPane,
#leftPane
{
	padding-left: 8px;
}

#rightPane {
	padding-right: 8px;
	float: right;
}

#closePane {
	clear: left;
	height: 12px;
}

.contentBox
{
	border: 1px solid #bec1c0;
	text-align: left;
	background-color: #eceae8;
	margin-bottom: 6px;
	color: #5d6466;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topPane .contentBox,
#bottomPane .contentBox
{
	float: left;
	width: 185px;
	margin-right: 6px;
}

#topPane #archiveBox,
#bottomPane #dvdBox
{
	margin-right: 0px;
}

#bottomPane .contentBox .boxMessageArea,
#rightPane .contentBox .boxMessageArea
{
	background-color: #5d6466;
	color: #ffffff;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 1px;
}

.boxMessageArea h3
{
	font-size: 12px;
	text-transform: uppercase;
	padding: 0;
	padding-left: 16px;
	margin: 0;
	background-image: url('../images/listStyleImagePink.png');
	background-repeat: no-repeat;
}

.boxMessageArea p
{
	font-size: 9px;
	text-align: left;
	padding-left: 16px;
	margin-top: 2px;
	margin-bottom: 2px;
}


#leftPane .contentBox .boxHeader a,
#bottomPane .contentBox .boxMessageArea a,
#rightPane .contentBox .boxMessageArea a
{
	color: #ffffff;
}



#rightPane .contentBox
{
	width: 310px;
}

#leftPane .contentBox
{
	width: 570px;
}

.contentBox h2
{
	margin: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 12px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #fefefe;
}

#mainContentBox h2
{
	padding-left: 8px;
}

#topPane .contentBox .boxHeader,
#bottomPane .contentBox .boxHeader
{
	width: 185px;
}

#rightPane .contentBox .boxHeader
{
	width: 310px;
}

#topPane .contentBox .boxHeader,
#rightPane .contentBox .boxHeader
{
	background-image: url('../images/topBoxHeader.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #6f7577;
	height: 37px;
}

#bottomPane .contentBox .boxHeader
{
	background-image: url('../images/bottomBoxHeader.jpg');
	background-position: right;
	background-repeat: no-repeat;
	background-color: #9b9e9f;
	height: 37px;
}

#leftPane .contentBox .boxHeader
{
	width: 570px;
	background-color: #909495;
	height: 37px;
}


.boxImage
{
}

.boxTextArea
{
	padding: 4px;
}

.mediaPlayerTitle
{
	background-color: #878c8d;
}

.mediaPlayerTitle h3
{
	background-image: url('../images/listStyleImageGray.png');
	background-position: 4px center;
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 19px;
	font-size: 12px;
	color: #ffffff;
}

#mediaPlayerBox li
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.mediaPlayer
{
	background-color: #5e6366;
}

.boxBigImage
{
	height: 200px;
	background-color: #5d6466;
	color: #ffffff;
	border-top: 1px solid #ffffff;
	padding-left: 14px;
}

.boxBigImage img
{
	float: right;
}

.boxBigImage h3
{
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 8px;
}

.boxBigImage p.important
{
	font-size: 12px;
	margin: 0;
}

.boxBigImage p
{
	font-size: 11px;
}

.boxBigImage ul.movieInfoList li
{
	list-style-type: none;
	list-style-image: none;
	font-size: 10px;
	line-height: 14px;
	margin: 0;
}

#leftPane .contentBox .boxTextArea
{
	padding-left: 9px;
	padding-right: 9px;
	text-align: justify;
}

#leftPane .contentBox .movieInfoDetails,
#leftPane .contentBox .boxSubTitle
{
	background-color: #d7d7d5;
	color: #5d6466;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#leftPane .contentBox .movieInfoDetails p
{
	font-size: 10px;
}

#leftPane .contentBox .movieGallery
{
	padding-left: 9px;
	padding-right: 25px;
	padding-top: 14px;
	padding-bottom: 14px;
}

#leftPane .contentBox .movieGallery h3
{
	font-size: 16px;
	padding-top: 12px;
	margin-bottom: 8px;
	color: #5d6466;
}

#leftPane .contentBox .movieGallery li
{
	list-style-type: none;
	list-style-image: none;
	float: left;
}

#leftPane .contentBox .movieGallery img
{
	border: 1px solid #ffffff;
}

#leftPane .contentBox .movieGallery .galleryClearFloat
{
	clear: left;
}

#leftPane .contentBox .movieListBox
{
	height: 196px;
	background-color: #d9d9d8;
	margin-bottom: 5px;
	border-top: 1px solid #f0eeec;
}

#leftPane .contentBox .newsListBox
{
	background-color: #d9d9d8;
	margin-bottom: 5px;
	border-top: 1px solid #f0eeec;
	padding-left: 10px;
	padding-bottom: 5px;
}


#leftPane .contentBox .movieListBox .movieListTimeStamp,
#leftPane .contentBox .newsListBox .newsListTimeStamp
{
	float: right;
	background-color: #5d6466;
	color: #fde09c;
	width: 120px;
	height: 23px;
	text-align: center;
}

#leftPane .contentBox .movieListBox .movieListTimeStamp span,
#leftPane .contentBox .newsListBox .newsListTimeStamp span
{
	display: block;
	font-weight: bold;
	padding-top: 3px;
	font-size: 12px;
}

#leftPane .contentBox .movieListBox .movieListImage,
#leftPane .contentBox .newsListBox .newsListImage
{
	float: left;
	background-color: #5d6466;
	width: 148px;
	height: 196px;
	text-align: center;
	margin-right: 14px;
}

#leftPane .contentBox .movieListBox .movieListImage img,
#leftPane .contentBox .newsListBox .newsListImage img
{
	margin-top: 6px;
	border: 1px solid #ffffff;
}

#leftPane .contentBox .newsListBox .newsListImage img
{
	width: 140px;
}


#leftPane .contentBox .movieListBox h3,
#leftPane .contentBox .newsListBox h3
{
	padding-top: 14px;
	font-size: 18px;
}

#leftPane .contentBox .movieListBox p,
#leftPane .contentBox .newsListBox p
{
	font-size: 11px;
	color: #43494b;
	margin-top: 4px;
	margin-top: 4px;
	margin-right: 14px;
	text-align: justify;
}

#leftPane .contentBox .movieListBox p.important
{
	color: #5d6466;
	text-align: left;
}

#leftPane .contentBox .movieListBox p.big
{
	font-size: 12px;
	margin-bottom: 0px;
}

#leftPane .contentBox .movieListBox p.small
{
	font-size: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#movieMainTextBox,
#articleMainTextBox
{
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 11px;
	line-height: 16px;
}

.articleImage {
	float: left;
	padding-right: 10px;
	padding-bottom: 4px;
}

p, li
{
	line-height: 16px;
	font-size: 11px;
}

.topPane strong
{
	font-size: 12px;
}

p, ul, ol, li
{
	margin-top: 8px;
	margin-bottom: 8px;
}

.contentBox ul
{
	list-style-image: url('../images/listStyleImageYellow.png');
}

#bottomPane .contentBox ul
{
	list-style-image: url('../images/listStyleImagePurple.png');
}

#bottomPane .contentBox ul
{
	list-style-image: url('../images/listStyleImagePurple.png');
}

.contentBox a
{
	color: #5d6466;
	text-decoration: none;
}

.contentBox a:hover
{
	background-color: #5d6466;
	color: #d6e3e7;
}

#leftPane .boxTextArea a,
.movieListBox a,
.newsListBox a
{
	background-color: #d6e3e7;
	color: #43494b;
}

#leftPane .boxTextArea a:hover,
.movieListBox a:hover,
.newsListBox a:hover
{
	background-color: #43494b;
	color: #ffffff;
}


.teaserText
{
}

#selectYearBox 
{
	float: right;
	padding-right: 8px;
}

#selectYearBox,
#selectSortBox
{
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 9px;
}

#selectSortBox
{
	padding-left: 8px;
}

#selectYearBox a,
#selectSortBox a
{
	color: #43494b;
}

li 
{
	margin-left: 16px;
}

.voteQuestion
{
	margin-left: 16px;
}

ul.voteAnswerList li
{
	list-style-type: none;
	margin-right: 16px;
}

#voteBox .dijitButton
{
	margin-left: 210px;
}


ul.inline
{
	margin: 0;
	padding: 0;
}

ul.inline li
{
	list-style-type: none;
	display: inline;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 16px;
}

ul.errorMessageList li
{
	color: #cc3399;
	font-weight: bold;
}

table.form td,
table.form th
{
	padding: 4px;
	vertical-align: top;
	text-align: left;
}

#footer {
	width: 950px;
	height: 190px;
	padding-top: 23px;
	background-image: url('../images/footerBackground.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	text-align: left;
}

.footerInfo {
	padding-left: 40px;
	color: #8c8b8b;	
}