@charset "UTF-8";
/* CSS Document */

.link a{
	color:#F00;
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
}
	
.link a:hover{
	color:#F60;
	text-decoration:underline;	
}

a{color:#39F;}

a:hover{color:#F60;}

#login-overlay {
	 background:#000; 
    opacity:0.7;
	 filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    position:fixed;/*need to be fixed to stretch on all IE after IE6*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
	min-height: 100%;   
    display:none; 
}

#login-box {
    /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    
    /* css3 border radius 
 	left:50%;*/
    height:300px;
	width:300px;
    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */ 
  	left:50%;
	margin:-150px;
    /* make sure it has the highest z-index */
    position:absolute; 
    z-index:5000; 
    /* hide it by default */
    display:none;
	color:#000;
	font:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:12px;
	border:thin, #333, solid;
}
#login-box .login-content {
    /* style the content */
    text-align:center; 
    color:#666; 
	overflow:hidden;
    font-family:arial;
    font-size:11px; 
}


a.button{	
color:#666;
font-size:12px;
padding-top:5px;
padding-right:10px;
text-decoration:none;
}


a.button:hover {
color:#333;
}
/* extra styling */
#login-box .login-content p {
    margin:0;
}
#login-box .login-content ul {
    margin:10px 0 10px 20px; 
    padding:0; 
    
}



#views {
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:18px;
	line-height:19px;
	vertical-align:bottom;
	color:#36F;
	width:50%;
	clear:none;
	display:block;
	float:left;
}

#votes {
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	font-size:18px;
	line-height:19px;
	vertical-align:bottom;
	color:#FF7200;
	width:50%;
	display:block;
	clear:right;
	float:left;
}


#poster-overlay {
    background:#000; 
    opacity:0.7;
	 filter:alpha(opacity=50); 
    -moz-opacity:0.5; 
    -khtml-opacity: 0.5; 
    position:fixed;/*need to be fixed to stretch on all IE after IE6*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3000;
	min-height: 100%;   
    display:none; 
}

.popup-box {
     /* css3 drop shadow */
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    
    /* css3 border radius 
 	left:50%;*/
    top:50%;
    background:#eee;
    /* styling of the dialog box, i have a fixed dimension for this demo */ 
  	left:50%;
	margin:-150px;
    /* make sure it has the highest z-index */
    position:absolute; 
    z-index:5000; 
    /* hide it by default */
    display:none;
	color:#000;
	font:"Times New Roman", Times, serif;
	font-weight:100;
	font-size:12px;
	border:thin, #333, solid;
}


.popup-box a.button {
    /* styles for button */
    margin:10px auto 0 auto;
    text-align:center;
    display: inline-block;
    width:50px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    
    /* button color */
    background-color: #e33100;
    
    /* css3 implementation :) */
    /* rounded corner */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    /* drop shadow */
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    
    /* text shaow */
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
    
}
.popup-box a.button:hover {
    background-color: #c33100;    
}

#poster-box{
	height:300px;
	width:300px;
}

#filmposterDiv {
	text-align:center;
	
}



#ProfilemenuDiv a{
	
	padding:0;	
	float:left;
}
#ProfilemenuDiv img{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	
}


.activeTab img{
	background-color:#EEE;	
}

.Tab img{
	background-color:#999;
}
.Tab img:hover{
	background-color:#CCC;
}


.title a{
	color:#39F;
	font-family:sans-serif;
	font-weight: bolder;
	font-stretch: semi-expanded;
	font-variant: normal;
	text-decoration:none;
}

 .title a:hover{
	color:#F90;
}

 .title a:visited{
	color:#E79A59;
}

 .title a:visited:hover{
	color:#F90;
}

.FilmqueDiv {
	clear: both;
	margin-left: 1%;
	margin-right:1%;
	width: 98%;
	display:block;
}	

.Filmque_item {
	vertical-align:top;
	width:200px;
	margin:0;
	padding:0;
	clear:none;
	display:inline-block;
	margin-bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
}

.Filmque_poster {
	height:112px;
	width:200px;
	overflow:hidden;
	
}

.Filmque_poster img {

}
.Filmque_poster {
	
}

.Filmque_details{
	font-size:10px;
}

#tablefancy td{
	border:solid thin #bbb;	
}




/* START Styled forms - selects / text inputs / submit buttons----------------------------------------------------*/
.styled-inputText{  /* Styled input text for forms (REQUEST BROCHURE) */
	font-weight:500;
}

.styled-submit{ /* Styled input text for forms (REQUEST BROCHURE) */
	font-weight:600;
}

.styled-inputText{
	text-align:center;
	display:inline-block;
	clear:none;
	margin:5px;
	height:30px;
	width:150px;
}

.styled-submit{
	text-align:center;
	height:30px;
	border:none;
}
		
		
.styled-select select::-ms-expand {
    display: none;
}
	   
.styled-submit {
	display:inline-block;
	color:#FFF;
   height: 34px;
   text-align:center;
   overflow: hidden;
   margin:auto;
   margin-bottom:5px;
   margin-top:5px;
   padding-right:10px;
   padding-left:10px;
   border-radius:3px;
   
   }
   
.styled-submit input {
   background: transparent;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   color:white;
   height: 34px;
   -webkit-appearance: none;
   text-align:center;
   cursor:pointer;
}

   .styled-select {
	display:inline-block;
	  width:200px;
   height: 34px;
   text-align:center;
   overflow: hidden;
   margin:auto;
   margin-bottom:5px;
   margin-top:5px;
   }
   
.styled-check{
	clear:none;
	display:inline-block;
}

.styled-check input{
	margin:5px;
}

.styled-select select::-ms-expand {
    display: none;
}

.styled-select select {
   background: transparent;
	width:200px;
   padding: 5px;
   font-size: 16px;   
   line-height: 1;
   height: 34px;
   -webkit-appearance: none;
   text-align:center;
    -moz-appearance:window;
   }
   
   .styled-submit:hover,/* styled form submit buttons (REQUEST BROCHURE) */
.styled-submit:visited:hover{/* styled form submit buttons (REQUEST BROCHURE) */
	 background-color:#69F;
}

.styled-submit,/* styled form submit buttons (REQUEST BROCHURE) */
styled-submit:visited {/* styled form submit buttons (REQUEST BROCHURE) */
  background-color:#36F;}
   
   
.styled-inputText{/* styled form small input text feilds (FIRST NAME) */
	background-color:#FFF;
}


/* START BORDERS  ----------------------------------------------------------------------*/
.styled-select,/* styled form select buttons (COUNTRY) */
.styled-inputText,
.styled-submit {/* styled form submit buttons (REQUEST BROCHURE) */
	border: 1px solid #ccc;	    
 }

.styled-select select,	   /* styled form select buttons (COUNTRY) */
.styled-select select.optional  {/* styled form select buttons (COUNTRY) */
  border: 0;
}

.styled-select select {/* styled form select buttons (COUNTRY) */
   border:thin #CCC solid;
}

.styled-select { /* styled Google Translate button */
   background:url(../../img/icon/down_arrow_select.jpg) no-repeat right #ddd;
}


.styled-select select.required{/* For required fields in a form */
   border-radius:0px;
   border: 1;
   border-color:red;
   } 
   
.required{/* For required fields in a form */
   border: 1;
   border-color:red;
   } 
   
   
/* -- --*/

.termsheader {/* Side Nav first layer with gradient */
	valign:center;
	padding:8px;
	line-height:2em;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:800;
	background-color: #F1864F;
	background: -webkit-linear-gradient(#F1864F, #CA432E);
  	background:    -moz-linear-gradient(#F1864F, #CA432E);
 	background:     -ms-linear-gradient(#F1864F, #CA432E);
 	background:      -o-linear-gradient(#F1864F, #CA432E);
 	background:         linear-gradient(#F1864F, #CA432E);
	height:30px;
	border-radius: 0px;
	color: #FFF;
	text-decoration: none;
	 -webkit-box-shadow:
   			 0px 2px 5px rgba(0, 0, 0, 0.4),
   			inset 0 8px 6px -3px rgba(0, 0, 0,.5);
    -moz-box-shadow:0px 2px 5px rgba(0, 0, 0, 0.4),
   			inset 0 8px 6px -3px rgba(0, 0, 0,.5);
   -o-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4),
   			inset 0 8px 6px -3px rgba(0, 0, 0,.5);
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4),
   			inset 0 8px 6px -3px rgba(0, 0, 0,.5);
}

.activeterms{
	background: -webkit-linear-gradient(#999, #666); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#999, #666); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#999, #666); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#999, #666); /* Standard syntax */
}

.termsbox_outer {
	padding:10px;	
}
.termsbox_inner {
	background-color:white; 
	border:solid thin #333;
	padding:10px; 
	height:300px;
	 overflow:scroll;
}

.termsbox_form {
	text-align:left;
	padding-top:5px;	
}

#signature{
	border:1px solid #666;	
}

.radiooption {/* Side Nav first layer with gradient */
	valign:center;
	padding:8px;
	text-align:center;
	font-weight:100;
	font-size: 16px;
	background-color: #CA432E;
	background: -webkit-linear-gradient(#F1864F, #CA432E);
  	background:    -moz-linear-gradient(#F1864F, #CA432E);
 	background:     -ms-linear-gradient(#F1864F, #CA432E);
 	background:      -o-linear-gradient(#F1864F, #CA432E);
 	background:         linear-gradient(#F1864F, #CA432E);
	
	border-radius: 2px;
	color: #FFF;
	text-decoration: none;
}


.choicebox {/* Side Nav first layer with gradient */
	valign:center;
	padding:8px;
	line-height:2em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
	/*background: -webkit-linear-gradient(#F1864F, #CA432E);
  	background:    -moz-linear-gradient(#F1864F, #CA432E);
 	background:     -ms-linear-gradient(#F1864F, #CA432E);
 	background:      -o-linear-gradient(#F1864F, #CA432E);
 	background:         linear-gradient(#F1864F, #CA432E);*/
	border-radius: 2px;
	border: thin solid #000;
	color: #000;
	text-decoration: none;
}

.applyheader{
	font-size:25px;
	font-weight:800;	
}


.darkbody{
	background-color:#333;	
}

#Profile_innerDiv_System{
	padding:20px;	
}

#progressbar div{

	
}

#progressbar div.passive{
	background-color:#EEE;
	background: -webkit-linear-gradient(#EEE, #BBB);
  	background:    -moz-linear-gradient(#EEE, #BBB);
 	background:     -ms-linear-gradient(#EEE, #BBB);
 	background:      -o-linear-gradient(#EEE, #BBB);
 	background:         linear-gradient(#EEE, #BBB);
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-webkit-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-moz-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-o-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	color:#999;
}

#progressbar div.active{
	background-color:#3CF;
	background: -webkit-linear-gradient(#39F, #3CF);
  	background:    -moz-linear-gradient(#39F, #3CF);
 	background:     -ms-linear-gradient(#39F, #3CF);
 	background:      -o-linear-gradient(#39F, #3CF);
 	background:         linear-gradient(#39F, #3CF);
	box-shadow: inset -2px 0px 9px 0px rgba(0, 0, 0,.6);
	-webkit-box-shadow:inset -2px 0px 9px 0px rgba(0, 0, 0,.6);
	-moz-box-shadow:inset -2px 0px 9px 0px rgba(0, 0, 0,.6);
	-o-box-shadow:inset -2px 0px 9px 0px rgba(0, 0, 0,.6);
	color:white;
}

#progressbar div.complete{
	background-color:#5C9D2D;
	background: -webkit-linear-gradient(#D8FFD2, #5C9D2D);
  	background:    -moz-linear-gradient(#D8FFD2, #5C9D2D);
 	background:     -ms-linear-gradient(#D8FFD2, #5C9D2D);
 	background:      -o-linear-gradient(#D8FFD2, #5C9D2D);
 	background:         linear-gradient(#D8FFD2, #5C9D2D);
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-webkit-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-moz-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-o-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	color:#666;
}

#progressbar div.pending{
	background-color:#D2B400;
	background: -webkit-linear-gradient(#F7FFBE, #D2B400);
  	background:    -moz-linear-gradient(#F7FFBE, #D2B400);
 	background:     -ms-linear-gradient(#F7FFBE, #D2B400);
 	background:      -o-linear-gradient(#F7FFBE, #D2B400);
 	background:         linear-gradient(#F7FFBE, #D2B400);
	box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-webkit-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-moz-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	-o-box-shadow: 0 0px 6px -1px rgba(0, 0, 0,.5);
	color:#666;
}

#progressbar div.all{
	clear:none; 
	float:left;
}

#progressbar  a,
#progressbar a:visited{
	color:#2A96FF;
	text-decoration:none;
}
#progressbar a:hover,
#progressbar a:hover:visited{
	color:#6CF;
}


.timeblock{
	cursor:pointer;	
}

.timeblock:hover{
	opacity:.5;	
}

.day{
	background-color:#CCC;
	cursor:pointer;
}

.day:hover{
		background-color:#DDD;
}

#schedule,
#schedule tr,
#schedule td{
	height:20px;
	width:30px;
	border:solid thin #999;
	}
