/* Taken from index.php*/
.browseFilms li{
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
.forwardBack {
	text-decoration: none;
	padding-left:15px;
	padding-right:15px;
	color: #8eb5c6;
}
.thumbPreview {
	padding: 10px;
	float: left;
}
.thumbPreview div{
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 90px;
	border: solid 1px #8eb5c6;
	background-color: #000;
}
.browseInfo {
	width: 407px;
	height: 138px;
	overflow: hidden;
	background-image: url(../images/films/browse_backdrop.png);
	background-position: 10px 0px;
	background-repeat: no-repeat;
	padding-left:15px;
	margin-right:10px;
}
.browseInfo h3{
	margin-top: 8px;
	margin-bottom: 0px;
}
.browseInfo p{
	padding: 4px;
	margin: 0;
	line-height: 100%;
}
 .browseComments hr{
	color: #edf5f8;
	background-color: #edf5f8;
	border-width: 0px;
	height: 2px;
}
.browseComments div{
	width: 100%;
}
.browseComments p{
	width: 100%;
}
.browseBreak hr{
	color: #8eb5c6;
	background-color: #8eb5c6;
	border-width: 0px;
	height: 1px
}
.staffRate img{
	vertical-align: middle;
}

/* Taken from View.php */

#popupPlayer .dimmed{
	z-index: 99;
	-moz-opacity: .85; /*older Mozilla*/
	-khtml-opacity: 0.85;   /*older Safari*/
	opacity: 0.85;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%;
}
#popupPlayer object{
	z-index: 100;
	width:640px;
	height:480px;
	position:absolute;
	top:50%; left:50%;
	margin-left:-320px;
	margin-top:-240px;
}
.filmInfo {
	width:98.5%;
	background-image: url(../../../images/films/viewfilm.png);
	background-repeat: repeat-x;
	border-top: solid 1px #9bb5c8;
	padding: 2px;
	height:175px;
	vertical-align: top;
}
.filmInfo td{
	padding-left: 10px;
}
.filmInfo .detailType {
	font-weight: bold;
}
.filmInfo h2{
	color: #000;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	padding-top: 6px;
}
.filmInfo h2 a{
	text-decoration: none;
}
.filmInfo .rating {
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
}
.filmInfo .leftSide {
	width: 7px;
	height: 175px;
	background-image: url(/images/films/watch_top_left.png);
	float: left;
	position:relative;
	top: -3px;
	left: -2px;
	float:left;
}
.filmInfo .rightSide {
	width: 7px;
	height: 175px;
	background-image: url(/images/films/watch_top_right.png);
	float: left;
	position:relative;
	top: -3px;
	right: -2px;
	float:right;
}
.filmLinks {
	width:98.5%;
	background-color:#edf1f5;
	border: solid 1px #9bb5c8;
	/*padding: 2px;*/
	vertical-align: top;
}
.filmLinks li{				
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-weight: bold;
	/*font-size: 16px;*/
}
.filmLinks div{
	width: 7px;
	height: 7px;
}
.filmLinks .tl{
	background-image: url(/images/films/watch_top_left.png);
	float: left;
	position:relative;
	top: -1px;
	left: -1px;
}
.filmLinks .tr{
	background-image:url(/images/films/watch_top_right.png);
	float: right;
	position:relative;
	top: -1px;
	right: -1px;
}
.filmLinks .bl{
	background-image:url(/images/films/watch_bottom_left.png);
	float: left;
	position:relative;
	bottom: 6px;
	left: -1px;
}
.filmLinks .br{
	background-image:url(/images/films/watch_bottom_right.png);
	float: right;
	position:relative;
	bottom: 6px;
	right: -1px;
}
.filmTitle h2{
	padding-top: 5px;
	font-size: 20px;
	font-style: normal;
	color: #000;
}
.filmComment p{
	margin-top: 0px;
	color: #1d4b6f;
}
.filmComment h3{
	margin-top: 0px;
	color: #1d4b6f;
}
.filmComment {
	width:98.5%;
	margin-bottom: 0px;
}
.filmImage .fittedImage {
	background-repeat: no-repeat;
	background-position: center;
	width: 200px;
	height: 150px;
	border: solid 1px #8eb5c6;
	background-color: #000;
	cursor:pointer;
	/*cursor:hand;*/
}
.filmInfo .filmImage {
	width: 224px;
	float:left;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 7px;
}
#filmPlayerSpan {
	width: 200px;
	height: 150px;
	cursor:pointer;
	/*cursor:hand;*/
	background-image:url(/images/films/watchButton.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	position:relative;
	left:0px;
	top:0px;
	-moz-opacity: .70; /*older Mozilla*/
	-khtml-opacity: 0.70;   /*older Safari*/
	opacity: 0.70;   /*supported by current Mozilla, Safari, and Opera*/
}
#filmPlayerSpan:hover{
	-moz-opacity: .95; /*older Mozilla*/
	-khtml-opacity: 0.95;   /*older Safari*/
	opacity: 0.95;   /*supported by current Mozilla, Safari, and Opera*/
}
.contentAdvis {
	color: #6e879b;
	margin-top: 5px;
	padding-left: 5px
}
.contentAdvis strong{
	font-style: italic;
}
.discussFilm {
	margin-top: 0px;
}
.discussFilm a{
	font-weight: bold;
	text-decoration:none;
	padding-left: 8px;
}

#editbox-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 110000;
	display: none;
}

#filmEditingDiv
{
	height:800px;
	width:800px;
	background:url('/images/bg_gradient.png') #CFE3EA top left repeat-x;
	
}
