@charset "utf-8";
/* CSS Document */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#000;*/
	background-image:url(../img/transparent.png);
	width:675px;	
	min-height:210px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
.simple_overlay_google {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	/*background-color:#000;*/
	/*background-image:url(../img/transparent.png);*/
	width:675px;	
	min-height:450px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
#overlay { 
   /* background-image:url(../img/transparent.png); */
    /*color:#efefef; */
    height:450px;
	width:640px;
	
	/*padding:140px 25px 20px 35px;*/
	
	
} 
#overlay_google { 
   /* background-image:url(../img/transparent.png); */
    /*color:#efefef; */
    height:450px;
	width:640px;
	
	/*padding:140px 25px 20px 35px;*/
	
	
} 

.simple_overlay_google .close {
	background-image:url(../img/apple-close.png);
	position:absolute;
	right:-5px;
	top:-4px;
	cursor:pointer;
	height:28px;
	width:28px;
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:-4px;
	top:-5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
 .close {
	background-image:url(../img/close.png);
	position:absolute;
	right:5px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.close_login {
	background-image:url(../img/apple-close.png);
	position:absolute;
	right:0px;
	top:-20px;
	cursor:pointer;
	height:28px;
	width:28px;
}
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap {
    /*height:440px; */
	/*background-image:url(../img/transparent.png);*/
	width:660px;
	
	/*margin:40px 25px 20px 35px;*/
	padding:20px 0px 1px 15px;
	-moz-box-shadow:0 0 0 5px #000;
	-webkit-box-shadow: 0 0 0 5px #000;	
	/*overflow-y:auto;
	overflow-x:hidden;*/
	
} 
/*GENERAL SECTION*/

body{ margin:0px; padding:0px; outline:0;background-color:#0F100F; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size:12px; color:#FFFFFF; background-image:url('../img/background.jpg'); background-repeat:repeat-x}

#main{margin:auto;width:910px; height:1650px;background-image:url('../img/main-page-bg.jpg'); background-repeat:repeat-y}

/*HEADER SECTION*/

#header { background-image:url(../img/header-bg.jpg); background-repeat:repeat-x; min-height:102px; width:900px; margin: auto}
#logo{background-image:url(../img/logoblack.jpg); background-repeat:no-repeat; width:226px; height:98px; float:left}
#logo a{width:226px; height:98px; text-indent:-9999px; float:left;}

#right-msg{background-image:url(../img/welcome-user-background.jpg); background-repeat:no-repeat; width:207px; height:61px; float:right; margin-left:0px; margin-right:5px; margin-top:5px; margin-bottom:0px}
#right-msg2{background-image:url(../img/welcome-user-background2.jpg); background-repeat:no-repeat; width:207px; height:61px; float:right; margin-left:0px; margin-right:5px; margin-top:5px; margin-bottom:0px}
.user{width:128px; margin-left:55px; margin-top:23px; font-size:18px; font-weight:normal;}
.txt12{font-size:12px; font-weight:bold;}

#search{float:right; clear:right; width:207px; margin-right:3px; margin-top:5px;}

.input-box1{width:170px; height:15px;float:left; margin-top:1px; font-size:11px; background-color: #FFFFFF; border:none;}

.btn-pad{ margin-left:3px; margin-top:1px; width:26px; height:17px;}


/* NAVIGATION SECTION*/

#nav{width:900px;line-height:4; float:left; margin-top:4px;}

#nav ul{font-family: Microsoft Sans Serif,Arial, Helvetica, sans-serif; font-size:9px; background-image:url('../img/nav-normal.jpg'); background-repeat:repeat-x; height:40px}

#nav li{display:inline;}

#nav a {background-image:url('../img/Nav.jpg'); background-repeat:no-repeat; background-position: 0 50%;width:129px; height:40px; text-decoration:none; color:#FFFFFF; display:inline-block; margin:0 -1px;}

#nav a:hover{background-image:url('../img/Nav.jpg'); background-repeat:no-repeat; background-position: 0% 0px;}

#nav a.active{background-image:url('../img/Nav.jpg'); background-repeat:no-repeat; background-position: 0% -80px ;width:128px; height:40px; text-decoration:none; color:#FFFFFF; display:inline-block; margin:0 -1px;}

.span-mar{margin-left:50px;}
.span-mar2{margin-left:38px;}
.span-mar3{margin-left:33px;}
.span-mar4{margin-left:30px;}
.span-mar5{margin-left:35px;}
.span-mar6{margin-left:15px;}
.span-mar7{margin-left:45px;}


a.red_link:link, a.red_link:active, a.red_link:visited {
color:#81C635;
text-decoration:none;
}

a.red_link:hover {
color:#81C635;
text-decoration:underline;
}



/*SCREEN*/

#screen{ width:896px;margin:auto; text-align:center; border-bottom:#2C2C2B solid 1px;}
.screen{ width:896px;margin:auto; text-align:center; border-bottom:#2C2C2B solid 1px; background-image:url(../img/JW-palayer2.gif); background-repeat:no-repeat;  }


/*CONTENT AREA*/

#content {width:896px; margin:auto;}
#left-side{width:645px;float:left; margin-top:5px;padding-top:3px;padding-left:2px;}

.most-viewed{float:left; background-image:url('../img/most-viewed.jpg'); background-repeat:no-repeat; width:640px; height:40px; margin:0px; padding:0px}


.first{	background-image:url('../img/film-roll-icon.jpg');background-repeat:no-repeat; color:#FFFFFF;	text-decoration:none;
	font-weight:normal;	width:100px; height:25px; background-position: 18px 5px;	float:left; padding-left:45px; padding-right:0; padding-top:10px; padding-bottom:0 }

.second{background-image:url('../img/film-roll-icon.jpg'); background-repeat:no-repeat;color:#FFFFFF;text-decoration:none;font-weight:normal;	width:100px; height:25px; background-position: 18px 5px;	float:left; padding-left:45px; padding-right:0; padding-top:10px; padding-bottom:0}

.box-middle{background-image:url('../img/box-middle.jpg'); background-repeat:repeat-y}
.link1{color:#FFFFFF; text-decoration:none; font-weight:normal; text-decoration:none;color:#FFFFFF;}
	.top-link{text-decoration:none; color: #FF9C24; font-size:11px;text-decoration:underline; padding-left:4px; padding-right:4px; line-height:2.5;}
a.top-link:hover{ color:#FFF;}
.top-link-login{text-decoration:none; color: #FF9C24; font-size:11px;text-decoration:underline; padding-left:4px; padding-right:4px; line-height:2.5;}
a.top-link-login:hover{ color:#FFF;}
a.top-link-login:active{ color:#333333;}




.user{width:128px; margin-left:55px; margin-top:23px; font-size:18px; font-weight:normal;}
.txt12{font-size:12px; font-weight:bold;}
.v1{ width:148px; margin:8px 10px 0px 5px; float:left;}
.v2{ width:148px; margin:8px 10px 0px 0px; float:left;}
.v3{ width:148px; margin:8px 10px 0px 0px; float:left;}
.v4{ width:147px; margin:8px 10px 0px 0px; float:left;}
.v{width:591px; margin:8px 10px 0px 0px; padding-left:10px; padding-right:1px; float:left;}

.link-vid{background-image:url('../img/white_arrow.jpg'); background-repeat:no-repeat; color:#FFFFFF; margin-left:1px; padding-left:20px; text-decoration:none; font-size:11px; cursor: text}

.mrgin{margin-top:5px;}

.link-orng{color:#FF9C00; text-decoration:underline; font-size:11px; line-height:2;}

.orng-bg{background-image:url('../img/bg-ornge.jpg'); background-repeat:no-repeat; width:145px; height:20px}
.white-border{

	border: 3px solid #FFFFFF;
}

/*...Right Side*/

#right-side{width:240px; float:right; margin-top:8px;}
.now-showing{ background-image:url('../img/Now-showing-bg.jpg'); background-repeat:no-repeat; width:238px; height:51px; margin:0px; padding:0px}

.ns-link{background-image:url('../img/film-roll-icon.jpg');background-repeat:no-repeat; color:#FFFFFF;	text-decoration:none;
	font-weight:normal;	width:100px; height:25px; background-position: 18px 5px;	float:left; padding-left:45px; padding-right:0; padding-top:10px; padding-bottom:0 }
	
.orng-head{ margin:0 10px 0 10px; color:#FF9C00; text-decoration:underline;}	
.txt-mrg{margin:10px 10px 0 10px; line-height:1.2; font-size:11px; }
.txt-11{font-size:11px; margin-left:10px; line-height:1; line-height:120%;}

#follow-us{}

#follow-us a{ margin:0px 0 0 4px;}

#follow-us a.left{margin-left:20px;}

.sub-head{ background-image:url('../img/sub-head-bg.jpg'); background-repeat:no-repeat; width:232px; height:23px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FF9C00; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0; padding-left:12px; padding-right:0; padding-top:12px; padding-bottom:0}

.sub-head2{ background-image:url('../img/sub-head-bg.jpg'); background-repeat:no-repeat; width:232px; height:10px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FF9C00; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:0; padding-left:12px; padding-right:0; padding-top:12px; padding-bottom:0}

.ad1{margin-left:27px; margin-bottom:20px;}

.read-more{ margin-left:140px; color:#FFFFFF;background-image:url('../img/arrow-green.jpg'); background-repeat:no-repeat; height:9px; width:9px; padding-left:15px;text-decoration:none; font-size:11px}

/*Footer*/

#footer {background-image:url('../img/footer.jpg'); width:910px; height:295px; float:left}
.hbar{background-image:url('../img/horizontal-bar.jpg'); background-repeat:no-repeat; width:899px; height:38px; margin:auto}

.baner{padding-top:35px;}

#category {width:120px; float:left; margin:30px 0 0 10px;}

#category a{ text-decoration:none; color:#FFFFFF;}

#category a:hover{ text-decoration:none; color:#FF9C00;}

#link-footer{ float:left;margin:30px 0 0 10px; font-weight:normal; width:517px; color:#FFF;}

#link-footer a{text-decoration:none; /*color:#81C635;*/ color:#FF9C00; margin-left:10px; margin-right:7px;}

#link-footer a:hover{color: #FFFFFF; }

#logo-footer{ float:left; width:190px; margin-top:30px; font-weight:normal;}

.green-link{ color:#FF9C00; text-decoration:none; font-weight:normal;}

.txtw-11{font-size:11px; margin-left:5px; margin-top:5px;}

/*Inner Page Classes*/
/*Inner Page Classes*/
#form{background-image:url(../img/login-box-bg.gif); width:621px; height:235px; float:left; margin-left:5px;background-repeat:no-repeat}

#form1{background-image:url(../img/login-box-bg.gif); width:621px; height:235px; float:left; margin-left:5px}
.head{font-size:17px; font-weight:normal; color:#FF9C00; margin:10px 0 0 10px;}

.green-bullet{
	background-image:url(../img/green-bullet.gif);
	background-repeat:no-repeat;
	background-position: 10px 12px; padding-left:25px; padding-right:0px; padding-top:5px; padding-bottom:5px
}

.input-box{ width:248px; height:15px; margin:20px 0 0 0; border: solid 1px #000000;}

.input-box3{ width:201px; height:15px; margin:0 0 0 0; border: solid 1px #000000;}

.txt-area{width:284px; border: solid 1px #000000;}

.inpt-btn{background-image:url(../img/btn-bg.jpg); background-repeat:repeat-x; border:1px solid #666; color:#0F0F0F; font-weight:bold; margin-top:5px}

.ad2{background-image:url(../img/skype-ad.gif); background-repeat:no-repeat; width:303px; height:183px; margin-bottom:20px; margin-top:13px;}

.formbg{background-image:url(../img/form-bg.jpg); background-repeat:no-repeat; width:303px; height:410px; margin-top:20px} 

.txt-green{ color:#00A710; font-weight:bold;}


a.topmenu_link_5:link, a.topmenu_link_5:active, a.topmenu_link_5:visited {

	/*font-family:Tahoma, Arial, Helvetica, sans-serif;*/

	/*font-size:12px;*/

	/*color:#ffffff;*/

	text-decoration:none;

	font-weight:bold;

	padding:0 20px;

	line-height:38px;

	display:block;

}

/*Inner Page Classes*/
#form{background-image:url(../img/login-box-bg.gif); width:621px; height:235px; float:left; margin-left:5px;background-repeat:no-repeat}


#form1{background-image:url(../img/login-box-bg2.gif); width:621px; height:500px; float:left; margin-left:5px; background-repeat:no-repeat}
.head{font-size:17px; font-weight:normal; color:#FF9C00; margin:10px 0 0 10px;}

.reg-link{

color:#FF9C00;}

.txt-green-un{ color:#00A710; font-weight:bold; text-decoration:underline;} 

.cross-box{color:#FF9C00; text-decoration:none; font-size:15px; font-weight:bold;}
a.topmenu_link_5:hover {

	color:#000000;

	text-decoration:none;

}

/* Sub Menu */

<!--
#apDiv1 {
	position: absolute;
	left:50%;
	top:142px;
	width:125px;
	height: auto;
	background-color:#333333;
	border:#666666 solid 1px;
	z-index:1;
	visibility: hidden;
	margin-left: -322px;
}

#apDiv2 {
	position:absolute;
	left:50%;
	top:142px;
	width:125px;
	height: auto;
	z-index:2;
	background-color:#333333;
	border:#666666 solid 1px;
	visibility: hidden;
	margin-left: 64px;
}
#apDiv3 {
	position:absolute;
	left:50%;
	top:142px;
	width:125px;
	height: auto;
	z-index:3;
	background-color:#333333;
	border:#666666 solid 1px;
	visibility: hidden;
	margin-left: 192px;
}

.sm-link {text-decoration:none; color:#FFFFFF; padding:5px 0 0 5px; display:block; line-height:1.7; border-bottom:#666666 solid 1px;}
a.sm-link:hover {text-decoration:none; color:#FFFFFF; padding:5px 0 0 5px; display:block; background-color:#FF9900;border-bottom:#666666 solid 1px; color:#000000;}

.last-link{text-decoration:none; color:#FFFFFF; padding:5px 0 0 5px; display:block; line-height:1.7;}

a.last-link:hover{text-decoration:none; color:#FFFFFF; padding:5px 0 0 5px; display:block; background-color:#FF9900;border-bottom:#666666 solid 1px; color:#000000;}

-->


/* some styling for triggers */
#triggers {
	text-align:center;
}

#triggers img {
	cursor:pointer;
	margin:0 5px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:2px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}



/* styling for elements inside overlay */
.details {
	position:absolute;
	top:0px;
	right:15px;
	font-size:11px;
	color:#fff;
	width:650px;
}

.details h3 {
	color:#aba;
	font-size:15px;
	margin:0 0 -10px 0;
}

/*NEW CSS*/
.text_style1{
color:#FF9C24;
}

.text_style2{
}