body{
	background-image: url(../img/bgAll.png);
	vlink:blue;
	link:blue;
}
.tundra .dijitTitlePaneContentOuter{
	background: none;
}
.movieBoxContainer{
	width:1111px;
	margin-left: auto;
	margin-right: auto;
}
.contentContainer{
	width:1011px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}
.movieBoxSplash{
	width:1111px;
	height:300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: white;
}
.mbTitle{
	font-size: 11pt;
	font-weight: bold;
	height: 36px;
}
.mbStrip{
	overflow: hidden;
}
.mbTitleLink{
	text-decoration: none;
	color:black;
	cursor: pointer;
}
.toolbarLink{
	text-decoration: underline;
	color:black;
	cursor: pointer;
}
.mbTop{
	width: 204px;
	overflow: hidden;
}
.mbPopout{
	width:300px;
}
.mbPopoutTitle{
	font-size: 12pt;
	font-weight: bold;
}
.mbReleaseDate{
	text-align: center;
}
.mbButtons{
	text-align: center;
}
.MBDiv{
	background-color: #EEEEEE;
	/*background-color: #FFFACE;*/
}
.addMovieIcon{
	background-image:url(../img/plus.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}
.addedMovieIcon{
	background-image:url(../img/checkmark.png);
	background-position:center center;
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}
.hideMovieIcon{
	background-image:url(../img/close.gif);
	background-position:center center;
	background-repeat:no-repeat;
	height:18px;
	width:18px;
}
.header{
	width:1111px;
	margin-left: auto;
	margin-right: auto;
}
.headerCenter{
	background-color: white;
}
.headerRight{
	margin-left: 50px;
	margin-top: 10px;
	font-size: 26px;
}
.headerLink{
	color:black;
}
a.headerLink:visited{
	color:black;
}
.tagline{
	font-size: 18px;
}
.byline{
	font-size: 14px;
	font-style: italic;
}
.footer{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 5px;
}
.poweredByNetflix{
	margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.slideButtonNext, .slideButtonPrev{
	width: 21px;
	border:none;
}
.slideEnabled{
	cursor:auto;
}
.slideDisabled{
	cursor: not-allowed;
}
.mbHiddenRight{
	display:none;
}
.mbHiddenLeft{
	display:none;
}
.dijitTitlePane{
	width:1111px;
}
.dijitTitlePaneTextNode{
	font-size: 18px;
	font-weight: bold;
}
.linkish{
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.theBenjamins{
	text-align: center;
	margin-top:5px;
}
.theBenjaminsLabel{
	font-size: 10px;
}
.popcorn{
	margin-left: 130px;
}
.lightBar{
	background:#FFFFFF url(../img/bg.png) repeat-x scroll left bottom;
	width: 1111px;
	height: 24px;
}
.optionsBar{
	width: 1111px;
	font-size:16px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
.windowOption{
	margin-left: 10px;
}
.shareContainer{
	margin-left: 170px;
}
#previewTitle{
	background: #E0BA31;
}
#comingSoonTitle{
	background: #964204;
}
#outNowTitle{
	background: #CA2C11;
}
.optionsRight{
	background-color: #EEEEEE;
}
A:VISITED {
	color:blue;
}

/* search dialog classes */
.dialogContent{
	width: 612px;
}

.tundra .dijitDialogTitleBar{
	background:#E0BA31;
}

.searchSplashMsg{
	color:red;
	font-size: 14px;
}

.dijitDialogUnderlay { 
	background-color:#333333; 
}

