@charset "utf-8";
/* CSS Document */

/*================ registered===============*/
/*main*/
.registered #main{
	background:#1b5b7e url(../images/home-main-bg.png) repeat-y 0 0;
}
h1{
	color:#1b5b7d;
	font-size:30px;
	font-weight:normal;
	font-family:'DINEngschrift',Arial, Helvetica, sans-serif;	
	margin:3px 0 0  2px;
}
.registered .main-inner{
	width:724px;
	margin:20px auto;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	border:2px solid #14435d;
-webkit-box-shadow: inset -10px 10px 15px 0px #c3c2c2;
box-shadow: inset -10px 10px 15px 0px #c3c2c2;	
	background-color:#fff;	
}
.main-home-inner{
	width:596px;
	margin:0 0 0 30px;
	padding-right:35px;
	padding-left:20px;
}
.registered .main-home-inner{
	margin: 17px 0 6px 50px;
	padding:0;
    width: 671px;
}
/*home*/
.new-releases{
	clear:both;
	overflow:hidden;
	width:604px;
}
.new-releases h1{
	width:auto;
	float:left;
	margin:0;
}
.registered .new-releases h1{
	padding:21px 0 0 4px;	
}
.new-releases .date{
	color:#728a92;
	font-size:20px;	
	line-height:30px;	
}
.registered .new-releases .date{
	padding:29px 0 0 27px;
	width:auto;
	float:left	
}
.new-releases a{
	float:right;
	margin:8px 4px 0 0;
	display:block;
	width:235px;
	height:57px;
	background:url(../images/Revenue-Projection.png) no-repeat 0 0;
	text-transform:uppercase;
	color:#fff;
	font-family:'DINEngschrift',Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height:22px;
}
.new-releases a:hover{
	color:#f1ca4e;	
	background:url(../images/Revenue-Projection-hover.png) no-repeat 0 0;
}
.new-releases a span{
	padding:7px 0 0 60px;
	display:block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/**table search**/
.table_search{
	table-layout:fixed;
	width:604px;
    border-collapse: separate;
    border-spacing: 4px 2px;	
}
.table_search td {
    height: 52px;
}
.table_search  tr {
	background-color:#e7e7e8;
	cursor:pointer;
}
.table_search  tr.functions{
	background-color:#fff;
}
.functions td{
	clear:both;
	overflow:hidden;
	padding:0;
}
.functions td a {
    width: 148px;
}
.functions td a.comps, .functions span.no-comps{
   width:145px;	
}
.functions.no-comps td a{
	width:197px;
}
/*============not registered==========*/
.non-registered.home h1.cinemascore{
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	text-align:center;
	color:#EBBD2C;
	font-size:20px;
	margin-bottom:5px
}
.non-registered.home #main{
	background:#000;
}
.non-registered .main-inner{
	width:716px;
	margin:28px auto;	
}
.non-registered .main-inner-top{
	height:58px;
	width:716px;
	background:url(../images/home-notreg-top.png) no-repeat 0 0;
}

.non-registered .main-inner-top2{
	height:137px;
	width:716px;
	background:url(../images/home-notreg-top2.png) no-repeat 0 0;
	font-size:20px;
	color:#fff
}

.non-registered .main-inner-top2 p{
   padding:50px 63px 0 63px;
   margin:0;
   text-align:center
}

.non-registered .main-inner-content{
	background:url(../images/home-notreg-bg.png) repeat-y 0 0;	
}
.non-registered .main-inner-bot{
	height:45px;
	width:716px;
	background:url(../images/home-notreg-bot.png) no-repeat 0 0;
}
.non-registered .menu .special{
	background:url(../images/menu-special.png) repeat-x 0 0;
}
.non-registered .menu .special a{
	color:#fff	
}
.non-registered .new-releases .date{
	float:right;
	margin-right:4px;
	padding-top:6px
}
.non-registered .new-releases h1{
	padding-left:4px;	
	line-height:33px;
	padding-bottom:3px
}
a.refresh{
	background: url("../images/Refresh_Button.png") no-repeat scroll 0 30px transparent;
    text-indent: -3000px;
}
a.refresh:hover{
	background:url(../images/Refresh_Button_hoover.png) no-repeat scroll 0 30px transparent;	
}