@charset "utf-8";
/* CSS Document */

html {
    height:100%;
    overflow-y: scroll;
}

body{
    min-height: 100%;
    margin:0;
    background-color:#e7e7e8;
    font-family:Arial, Helvetica, sans-serif;
    position:relative;
}
.non-registered{
    height:100%;
}
#wrapper{
    background-color:#F3F3F4;
    width:768px;
    margin:0 auto;
    -webkit-box-shadow: 0px 0px 40px 0px #b2b2b3;
    -moz-box-shadow: 0px 0px 40px 0px #b2b2b3;
    box-shadow: 0px 0px 40px 0px #b2b2b3;
}

#wrapper-inner{
    min-height: 100vh;
}

h1{
    font-size:22px;
    text-transform:uppercase;
}
h3{
    font-size:17px;
    font-weight:normal;
    color:#c2c2c2;
    font-family: 'LinoLetterOldstyleFiguresBold';
    text-align:center;
    margin:0 0 22px;
}
a{
    color:#000;
}
img{
    border:0
}
/***header***/
.header{
    background-color:#000;
    clear:both;
    overflow:hidden
}
.header .logo{
    padding:16px 0 0 20px;
    float:left;
}
.header span, .header a{
    font-size:13px;
    color:#8C8C8C;
}
.header .user{
    /*
    color:#fff;
    font-size:17px;
    font-weight:bold;
    */
    display:block;
}
.header .user-menu{
    width:280px;
    float:right;
    padding: 14px 20px 15px;
    text-align: right;
}
/*menu*/
.menu ul{
    padding:0;
    margin:0;
    list-style:none;
    clear:both;
    overflow:hidden;
    background:url(../images/CS-menu-bg.png) repeat-x 0 0
}
.menu li{
    float:left;
}

.menu .contact_li{
    float:right;
}
.menu li a{
    font-size:18px;
    color:#e1e1e1;
    text-decoration:none;
    display:block;
    padding:14px 18px 13px 23px;
    line-height:15px;
}
.menu li a:hover, .menu li.selected a{
    border-top: 1px solid #EBBD2C;
    padding-top:13px!important;
    color:#ebbd2c;
}
/*not registered menu*/
.non-registered .menu li a{
    padding-left:29px;
    padding-right:29px;
}
.non-registered .menu li.last a{
    padding-left:24px;
    padding-right:24px;
}
.non-registered .menu li.last{
    float:right
}
.non-registered .menu li.special a:hover{
    border:0;
    padding-top:14px!important;
    line-height:15px
}
/*==========*/
.sub-menu{
    clear:both;
    background:url(../images/submenu-bg.png) repeat-x 0 0;
    height:32px;
    color:#fff;
    font-weight:bold;
    font-size:12px;
}
.sub-menu a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    font-size:12px;
    display:block;
    float:left;
    line-height:32px;
    padding:0 20px 0 23px;
}

.sub-menu span{
    color:#fff;
    text-decoration:none;
    font-size:12px;
    display:block;
    float:left;
    line-height:32px;
    padding:0 20px 0 23px;
}
.sub-menu .comps{
    float:right;
    width:132px;
    background: url("../images/Dashboard-comp.png") repeat-x  0 0 ;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    padding:0;
}
.sub-menu .comps span{
    background: url("../images/comp-dashboard.png") no-repeat  27px center;
    padding:0 0 0 56px;
}
.sub-menu .comps:hover span{
    background: url("../images/comp-dashboard-hover.png") no-repeat  27px center;
    color:#0f3650;
}
#right_span {
    float:right;
    margin-right:32px;
}

.sub-menu .report{
    float:left;
    line-height:32px
}
.sub-menu .export{
    float:right;
    padding:0 5px 0 24px;
    line-height:32px;
}
.sub-menu .export a{
    border:0;
    padding:0;
    float:none;
    display:inline-block;
}
.sub-menu .export img{
    margin:0 19px 0 0;
    vertical-align:middle;
}
.sub-menu .action{
    float:right;
    padding:0 26px 0 12px;
    line-height:32px;
    display:none;
}
.sub-menu select{
    width:159px;
}
.sub-menu label{
    padding-right:9px;
}
/****main*****/
#main{
    min-height:600px;
    background-color:white;
    clear:both;
    overflow:hidden;
    /*padding-bottom:75px;*/
}
#main a{
    text-decoration:none
}
.search-page .page-title{
    height:71px;
    padding:0 26px;
}
.search-page .page-title h1{
    float:left;
    color:#1b5b7d;
    margin-top:19px
}
.search-page .page-title h3{
    float:left;
    margin:25px 0 0 50px;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
}
.indent{
    padding:0 38px;
}
.search{
    clear:both;
    height:51px;
    background-color:#848484;
    font-size:20px;
    color:#fff;
    line-height:51px;
    text-transform:uppercase;
}
.search label{
    padding:0 12px 0 12px;
    font-size:24px
}
.search input{
    width: 527px;
    position:relative;
    top:-3px;
}
.table-search{
    width:715px;
    margin:28px 0 25px;
    border-collapse:collapse;
    clear:both
}

.table-search.calendar{
    margin-left:26px;
    table-layout:fixed;
}
.table-search.calendar td a.comps{
    width:186px;
}
.table-search td{
    height:52px;
    padding:0;
    border-top:2px solid #c1c1c1;
    font-family: Arial,Helvetica,sans-serif;
}
.table-search tr{
    cursor:pointer;
    background:#fff;
}

.table-search .first td{
    border-top:2px solid #c1c1c1;
}
td.grade{
    width:52px;
    font-size:30px;
    color:#FFE5B4;
    text-align:center;
    letter-spacing:-2px;
    font-family: 'LinoLetterOldstyleFiguresBold';
}
table .movie{
    font-size: 17px;
    font-weight: bold;
    padding-left: 18px;
    color:#231f20;
}
.table-search .movie{
    text-transform:uppercase;
    width:100%;
}
.table .movie a{
    color:#231f20
}
.table-search .rating{
    text-align:right;
    padding-right:20px;
}
/*footer*/
.footer{
    background:#F3F3F4 url(../images/main-bot-bg.png) repeat-x 0 top;
    padding:50px 0 30px;
    text-align:center;
    color:#848484;
    font-size:12px;
}
.footer a{
    text-decoration:none;
    color:#848484;
    margin-right:10px;
    margin-left:10px
}
.footer a:hover{
    text-decoration:underline;
}
.footer p{
    margin:0;
    padding-bottom:7px;
}

.footer img{
    vertical-align:bottom;
    margin-left:5px
}
/****profile report****/
.page-title{
    clear:both;
    overflow:hidden
}
.movie-profile-report .page-title{
    background-color:#191919 ;
    /*url(../images/profile-cs.png) no-repeat 29px center;*/
    height:91px
}

.movie-overview-report .page-title{
    /*background:#191919 url(../images/grid.png) no-repeat 29px center;*/
}
.movie-profile-report .page-title h1{
    color:#fff;
    text-align:center;
    margin:18px 0 6px
}
/*new changes*/
.movie-overview-report .page-title h1, .movie-profile-report.snapshot .page-title h1, .movie-profile-report.profile-report .page-title h1{
    float:left;
    margin:0 0 0 77px;
    position:relative;
    top:-28px;
    line-height:28px;
}
.movie-profile-report .page-title h3{
    font-family: 'DINEngschrift',Arial,Helvetica,sans-serif;
    color:#EBBD2C;
    font-size:25px;
    margin-top:32px;
    margin-bottom:0
}
.movie-overview-report .page-title h3{
    margin-top:32px;
}
.movie-profile-report .page-title a.refresh{
    width:187px;
    height:55px;
    float:right;
    margin:19px 29px 0 0;
    background:url(../images/Refresh.png) no-repeat 0 0;
    text-indent:-3000px
}
.movie-profile-report .page-title a.refresh:hover{
    background:url(../images/Refresh-hover.png) no-repeat 0 0;
}
.movie-dates{
    clear:both;
    border-top:3px solid #999999;
}
.movie-dates table{
    width:100%;
    border-collapse:collapse;
    margin:12px 0;
}
.movie-dates td strong{
    font-weight: bold;
    color:#848484;
}
.movie-dates td{
    padding-left:58px;
    text-indent:-58px;
    height:32px;
    border-bottom:1px solid #bdbdbd;
    color:#231f20;
    font-size:14px;
    font-weight:bold
}
.table-scores table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:25px;
}
.table-scores th{
    background:#113D59 url(../images/table-scores-th.png) repeat-x 0 0;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    height:38px;
    border:1px solid #7e7e7e;
    border-top:none;
}
.table-scores th.first{
    text-align:left;
    background:#113D59 url(../images/table-scores-th.png) repeat-x 0 0;
}
.table-scores .first{
    padding-left:38px;
    background-color:#9f9f9f;
    font-weight:bold
}
.table-scores td{
    text-align:center;
    height:31px;
    padding:0;
    border:1px solid #d8d8d8;
}
.table-scores td.first{
    text-align:left;
    font-size:14px;
    color:#3b3839
}
.table-scores .last{
    border-right:none;
}

.table-scores td.grade_row{
    text-align:left;
    padding-left:40px;
}

.table-scores td.grade_row_large{
    text-align:left;
    padding-left:120px;
}

tr.see-full td{
    border:0;
    text-align:center;
}

tr.see-full td a{
    color:#999999;
    font-weight:bold;
    text-transform:capitalize
}
/**********************/

/*** calendar search ***/
#main.movie-search{
    /*background-color:#fff;*/
}
.movie-search .page-title{
    background:url(../images/border-pagetitle.png) repeat-x 0 bottom;
}
.movie-search h3{
    padding:8px 0 0 20px;
    float:left;
}
.movie-search .main-inner{
    margin:0 auto;
    max-width:975px;
}
.movie-search .page-title a, .revenue-projections .page-title a{
    float:right;
    display:block;
    width:125px;
    background:url(../images/back-but.png) repeat-x 0 0;
    line-height:31px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    text-align:center;
    font-size:14px;
    margin-top:23px
}
.functions td a{
    text-decoration: none;
    line-height:52px;
    border-right:1px solid #e6e6e6;
    border-left:1px solid #d1d1d1;
    display:block;
    float:left;
    width:132px;
    color:#fff;
    text-indent:58px;
    font-weight:bold;
    background:#a0a0a0 url(../images/real-time-bk.png) 0 0 repeat-x;
}
tr.no-comps td a.snapshot{
    border-right: 0;
}
.functions td a span{
    color: #fff;
    display: block;
    font-size: 18px;
}

.functions td a:hover{
    color:#F1CA4E;
}
.functions td a.breakdown span{
    background:url(../images/breakdown-white.png) 16px center no-repeat;
    border-left:0;
    text-indent:60px;
}
.functions td a.breakdown:hover span{
    background:url(../images/breakdown-hover.png) 16px center no-repeat;
}
.functions td a.profile span{
    background:url(../images/profile-white.png) 26px center no-repeat;
    border-left:0;
    text-indent:70px;
}
.functions td a.profile:hover span{
    background:url(../images/profile-hover.png) 26px center no-repeat;
}
.functions td a.snapshot span{
    background:url(../images/snapshot-white.png) 14px center no-repeat;
    border-left:0;
    text-indent:57px;
}
.functions td a.snapshot:hover span{
    background:url(../images/snapshot-hover.png) 14px center no-repeat;
}
.functions td a.comps{
    border-right:0;
    width:134px;
    text-indent:68px;
    background:url(../images/comps-bg.png) repeat-x 0 0;
}
.functions td a.comps:hover span{
    background:url(../images/comps-hover.png) 26px center no-repeat;
    color:#0f3650;
}
.functions td a.comps span{
    background:url(../images/comps-white.png) 26px center no-repeat;
}
.functions span.no-comps{
    display:block;
    height:52px;
    float:left;
    background: url("../images/real-time-bk.png") repeat-x scroll 0 0 #A0A0A0;
    border-left: 1px solid #D1D1D1;
}
.revenue-projections .functions td a{
    width:152px;
}
.revenue-projections .functions td a.comps, .revenue-projections span.no-comps {
    width:150px;
}
.calendar .functions td a,.calendar .functions td a.comps, .table-search.calendar span.no-comps{
    width:177px;
}
.calendar .functions.no-comps td a{
    width:236px;
}
.calendar .functions.no-comps td a.snapshot{
    width:238px;
}
.names-search .functions.no-comps td a{
    width:176px;
}
.names-search .functions td a.comps, .names-search .no-comps{
    width:130px;
}
tr.selected td{
    background:#333
}

tr.selected td.movie a{
    color:#fff
}
.names-search .with-comps.functions td a.breakdown span{
    background:url(../images/breakdown-white.png) 11px center no-repeat;
    text-indent:50px;
}
.names-search .with-comps.functions td a.breakdown:hover span{
    background:url(../images/breakdown-hover.png) 11px center no-repeat;
}
.names-search .with-comps.functions td a.profile span{
    background:url(../images/profile-white.png) 22px center no-repeat;
    text-indent:64px;
}
.names-search .with-comps.functions td a.profile:hover span{
    background:url(../images/profile-hover.png) 22px center no-repeat;
}
.names-search .with-comps.functions td a.snapshot span{
    background:url(../images/snapshot-white.png) 10px center no-repeat;
    text-indent:48px;
}
.names-search .with-comps.functions td a.snapshot:hover span{
    background:url(../images/snapshot-hover.png) 10px center no-repeat;
}
.names-search .with-comps.functions td a.comps{
    text-indent:57px;
    background:url(../images/comps-bg.png) repeat-x 0 0;
}
.names-search .with-comps.functions td a.comps:hover span{
    background:url(../images/comps-hover.png) 21px center no-repeat;
}
.names-search .with-comps.functions td a.comps span{
    background:url(../images/comps-white.png) 21px center no-repeat;
}
/****/
/*** jquery calendar ***/
#cal-browser {
    clear: both;
    overflow:hidden;
    font-size: 14px;
    margin:0 auto -15px;
    position: relative;
    text-align: center;
    width:768px;
}
#cal-browser .ui-datepicker{
    margin:17px auto 0;
}

#cal-browser .prev{
    background:url(../images/prev.png) 0 center no-repeat;
    display:block;
    padding:15px 45px;
    position:absolute;
    left:26px;
    top:64px;
    font-weight:bold;
    text-transform:uppercase;
    color:#999999;
}

#cal-browser .next{
    background:url(../images/next.png) right center no-repeat;
    display:block;
    padding:15px 45px;
    position:absolute;
    right:26px;
    top:64px;
    font-weight:bold;
    text-transform:uppercase;
    color:#999999;
}

#cal-browser h4{
    color:#1b5b7d;
    font-size:16px;
    margin:18px 0 0
}
#datepicker{
    font-size:14px;
}
#datepicker select{
    margin:0 auto;
}
/*calendar*/
.ui-datepicker .ui-datepicker-title select{
    font-size:11px;
}
.ui-datepicker table{
    font-size:10px;
}
.ui-datepicker{
    width:190px;
}
.names-search .ui-datepicker{
    margin:0 auto;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.4em;
}
.ui-datepicker td span, .ui-datepicker td a {
    padding:0;
}
/*==========Coming Soon===========*/
.coming-soon #wrapper{
    box-shadow:none;
    width:auto
}
.coming-soon .logo{
    float:none;
    width:459px;
    margin:39px auto 40px;
    padding:0
}
.coming-soon .coming {
    height:63px;
    background:#0f3650 url(../images/coming-soon.png) no-repeat center 18px;
}
.coming-soon h1{
    margin:0;
    font-size:22px;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    color:#7a9fb4;
    text-align:center
}
.coming-soon h2{
    font-size:21px;
    padding-left:126px;
    margin:48px 0 9px;
}
.coming-soon #main{
    color:#0f3650;
    background:#e7e7e8 url(../images/comingsoon-main-bg.png) repeat-x 0 0;
}
.coming-soon .main-inner{
    width:810px;
    margin:0 auto
}
.coming-soon ul{
    list-style:none;
    padding-left:80px;
    margin:0
}
.coming-soon li{
    background:url(../images/star.png) no-repeat 0 0;
    padding-left:45px;
    line-height:40px;
    padding-bottom:2px;
    font-size:19px;
    font-weight:bold
}
.coming-soon .copy{
    color:#7e7e7e;
    margin:70px 0 53px 250px;
    font-size:12px;
}
/*=======name-search======*/
#main.names-search{
    padding-left: 26px;
    padding-right: 26px;
    font-family: 'DINEngschrift',Arial,Helvetica,sans-serif;
}
.names-search .release-date{
    background: url("../images/release-date-bg.png") repeat-x scroll 0 0 transparent;
    cursor: pointer;
    float: left;
    height: 245px;
    text-align: center;
    width: 32%;
    margin-bottom:11px;
}
.names-search .release-date:hover h2{
    color:#EBBD2C;
}
.names-search .release-date h2{
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
    font-weight:normal;
    margin:15px 0 6px;
}
.names-search .page-title{
    padding:0;
}
.names-search .real-time{
    background: url("../images/real-time-bk.png") repeat-x scroll 0 0px transparent;
    cursor: pointer;
    height: 44px;
    padding-top: 15px;
}
.names-search .real-time a{
    display:block;
    line-height:34px;
    font-size:24px;
    color:#fff;
    text-transform:uppercase;
    padding-left:58px;
    background:url(../images/clock.png) no-repeat 11px 1px;
}
.names-search .real-time a:hover{
    color:#EBBD2C;
    background:url(../images/clock-hover.png) no-repeat 11px 1px
}
#narrow-table {
    margin:0px;
    width:533px;
    position:absolute;
    z-index: 800;
}
#preloaded_table{
    /*width:717px;*/
}
.names-search .functions td a.comps{
    width:130px;
}
.criteria-search-list #narrow-table{
    margin: 162px 0 0 184px;
}
/*
.names-search #datepicker{
	margin:0 auto -174px!important;
	position:relative!important;
	top:-182px!important;
}
@-moz-document url-prefix() { 
.names-search #datepicker {
     margin-bottom:-159px!important;
  }
}
*/

/*===login====*/
.non-registered .logo{
    margin: 43px 0 0 188px;
    padding: 0;
    width: 342px;
    /*float:none;*/

}
/*===dialog===*/
.non-registered #main{
    min-height:710px
}
.ui-dialog{
    width:404px!important;
    font-family:Arial, Helvetica, sans-serif;
    padding:0;
    border:0;
    top:30%!important;
    padding:0 67px 16px 16px
}
.ui-dialog.ui-widget{
    font-size:17px;
}
.ui-dialog .ui-widget-header{
    background:url(../images/dialog-titlebar-bg.png) repeat-y 0 0;
    border:none;
    padding:0;
    text-align:center;
    text-transform:uppercase;
    font-size:21px;
    font-weight:normal;
    line-height:52px;
    margin-bottom:6px;
    -webkit-box-shadow: -8px 8px 8px 0px #494546;
    box-shadow: -8px 8px 8px 0px #494546;
    /*ie*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#494546', Direction= 210, Strength=8);
    zoom: 1;
}
.ui-dialog .ui-dialog-title{
    float:none;
    margin:0
}
.ui-dialog .ui-corner-all{
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.ui-dialog.ui-widget-content{
    border:none;
}
.ui-dialog .ui-dialog-content{
    height:312px!important;
    background-color:#c1c1c1;
    padding:0px 40px 0 36px;
    -webkit-box-shadow: -8px 8px 8px 0px #494546;
    box-shadow: -8px 8px 8px 0px #494546;
    /*ie*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#494546', Direction= 210, Strength=8);
    zoom: 1;
}
.ui-resizable-handle{
    display:none!important
}
.ui-dialog.ui-widget-content{
    background:none;
}
.ui-widget-overlay{
    background:none;
    background-color:#30272a;
    zoom: 1;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.ui-dialog .ui-dialog-titlebar-close{
    right: -58px;
    background-color:#231f20!important;
    padding:0;
    height:52px;
    width:52px;
    margin: -26px 0 0;
    -webkit-box-shadow: -8px 8px 8px 0px #494546;
    box-shadow: -8px 8px 8px 0px #494546;
    /*ie*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#494546', Direction= 210, Strength=8);
    zoom: 1;
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon{
    margin:18px;
}

/*log in*/
.ui-dialog-content{
    color:#3f3f3f;
}
.ui-dialog-content label{
    display:block;
    font-weight:bold;
    margin-bottom:9px
}
.ui-dialog-content input.text{
    margin-bottom:15px;
    width:100%;
    padding-left:10px\9
}
.ui-dialog-content .first{
    margin-top:36px;
}
.ui-dialog-content a{
    color:#707070;
    text-decoration:none;
    font-size:14px;
}
.ui-dialog-content .forgot{
    margin:2px auto 45px;
    text-align:center
}
.ui-dialog-content .submit{
    text-align:center;
}
.ui-dialog-content .submit input, .ui-dialog-content .submit a{
    color:#fff;
    background:url(../images/but-bk.png) repeat-x 0 0;
    height:52px;
    border:none;
    padding:0 25px;
    cursor:pointer;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
}
.ui-dialog-content .submit a{
    font-size:17px;
    padding:16px 25px;
}
/*password retreival*/
.ui-dialog-content p{
    line-height:22px;
}
.ui-dialog-content .instructions{
    margin:0 0 55px
}
/*wrong email*/
.ui-dialog-content .wrong-email{
    margin:43px 0 50px
}
/*thank you*/
.ui-dialog-content .thank-you{
    margin-top:100px
}

.home_overflow{
    height:590px;
    overflow:auto;
}


/******new fonts for titles******/
h1{
    font-size:30px;
    font-weight:normal;
    font-family: 'DINEngschrift',Arial,Helvetica,sans-serif;
}
/*contact us */
#main.contact-us{
    /*padding-bottom:110px;*/
}
.contact-us .main-inner, .press .main-inner{
    padding:17px 22px 40px 22px;
    clear:both;
    overflow:hidden
}
.col-left{
    float:left;
    width:465px
}
.contact-us .col-right{
    float:left;
    width:500px;
    margin-left:10px
}
.contact-us form{
    padding:10px 17px 27px 28px;
    clear:both;
    overflow:hidden
}
.contact-us h1{
    line-height:51px;
    color:#fff;
    margin:0 0 6px
}
.contact-us .col-left h1{
    padding-left:28px;
    background:url(../images/contact-title.png) repeat-y 0 0;
}
.contact-us .col-right h1{
    background:url(../images/contact-title-right.png) repeat-y 0 0;
    padding-left:10px
}
.contact-us form{
    background-color:#c1c1c1;
}
.contact-us label{
    display:block;
    color:#3f3f3f;
    font-size:16px;
    padding:9px 0 7px;
}
.contact-us input{
    padding:2px 0;
    width:392px;
}
.contact-us select{
    width:160px;
}
.contact-us textarea{
    padding:2px 0;
    width:392px;
    height:163px;
    float:left
}
.contact-us .button{
    width:100px;
    float:right;
    margin:22px 23px 0 0;
    background:url(../images/but-bk.png) repeat-x 0 0;
    border:none;
    padding:0;
    height:52px;
    color:#fff;
    font-weight:bold;
    font-size:16px;
    cursor:pointer;
}
.contact-us span{
    color:#d20000;
    padding-left:9px;
    position:relative;
    top:3px
}
.contact-us .required{
    margin-top:40px;
    display:block;
    width:200px;
    float:left;
    font-size:12px
}
.contact-us .email{
    clear:both
}
.contact-us .col-right p{
    padding:19px 24px 110px 15px;
    margin-top:0;
    background-color:#C1C1C1;
    color:#231f20
}

.contact-us .col-right .logos{
    text-align:center;
}

.contact-us .col-right .logos span{
    color:#848484;
    display:block;
    margin-top:34px;
    margin-bottom:20px;
}
/*press*/
.press h1{
    color:#1B5B7D;
    margin:0;
    padding-bottom:7px;
    float:left;
}
.press .article{
    padding:17px 0 14px;
    border-top:1px solid #3f3f3f;
    clear:both;
    overflow:hidden;
    position:relative;
    cursor:pointer;
}
.press .article img{
    float:left;
    margin-right:18px;
}
.press .article span{
    color:#1b5b7d;
    font-size:18px;
    line-height:14px;
    text-transform:uppercase
}
.press .article p{
    font-size:12px;
    color:#3f3f3f;
    margin-top:16px;
    width:675px;
}
.press .article a{
    color:#1b5b7d;
    font-size:12px;
    font-weight:bold;
    position:absolute;
    bottom:11px;
    left:218px;
}
.press .article.last{
    border:0;
    margin-bottom:32px
}
/*What is CinemaScore*/
.CS-ballot{
    float:right;
    margin-top:16px;
    width:200px;
    font-size:14px;
    color:#404040
}
.CS-ballot img{
    margin-bottom:7px;
    max-width:430px;
}
.CS-ballot span{
    font-weight:bold;
    display:block;
    text-align:center
}
.CS-ballot a.enlarge{
    color:#404040;
    display:block;
    text-align:center
}
/*real time report*/
.real-time-report .page-title {
    /*background: url("../images/watch2.png") no-repeat scroll 29px center #191919;*/
}
.movie-profile-report .page-title h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    font-weight:bold;
}
.movie-profile-report .special h1{
    text-transform:none;
    float:left;
    text-align:left;
    margin:16px 0 15px 100px;
    line-height:20px;
}
.movie-profile-report .special h3{
    /*float:left;
    margin:32px 0 0 21px*/
}
.real-time-report .content{
    margin:0 33px;
    width:510px;
}
.table-real-report{
    clear: both;
    border-spacing:0;
    width:769px;
    border-top:3px solid #848484;
}
.table-real-report td{
    background-color: #E7E7E8;
    height: 52px;
}
.table-real-report h2{
    float:left;
    margin:0 0 0 40px;
    color:#231f20;
    font-size: 17px;
    text-transform:none;
    text-indent:0
}
.table-real-report span{
    display:block;
    float:right;
    margin-right:30px;
    color:#484546
}
.table-real-report td.movie{
    border-right:4px solid #f3f3f4;
    padding-left:40px;
}
.real-time-report .pa{
    padding-left:62px;
    color:#3d3a3b;
    font-size:17px;
    margin-top:12px;
    margin-bottom:0;
    padding-bottom:25px
}
.real-time-report p strong{
    color:#d20000;
    font-weight:normal;
}
.real-time-report p.last{
    margin-bottom:25px;
}
/*snapshot report*/
.movie-dates .last td{
    border:0;
}
.movie-profile-report.snapshot .page-title {
    /* background: url(../images/snapshot-report.png) no-repeat scroll 29px center #191919;*/
}
.snapshot .table-scores td.first{
    width:110px
}
/*revenue projections*/
.revenue-projections .main-home-inner {
    width:616px;
    margin-top:43px!important;
    color:#231f20
}
.revenue-projections .page-title{
    background-color:#f3f3f4;
    padding:0 20px;
}
.revenue-projections .page-title h1{
    float:left;
    margin:14px 0 8px;
}
.revenue-projections .page-title a{
    width:130px;
    margin:14px 53px 0 0;
}
.revenue-projections .table-movie{
    width:621px;
    border-spacing: 4px 2px;
    margin-top:15px;
    table-layout:fixed;
}

.revenue-projections .table-movie tr{
    cursor:pointer;
}
.revenue-projections .table-movie td{
    height:52px;
}
.revenue-projections .table-movie td.movie{
    width:100%;
}
.revenue-projections .movie{
    border-right:10px solid #fff;
}
.revenue-projections .table-details{
    width:621px;
    border-spacing:0
}
.revenue-projections .table-details .cost{
    text-align:right;
    font-weight:bold
}
.revenue-projections .table-details td{
    text-indent:18px;
    height:29px;
    border-bottom:1px solid #bbbbbd;
    font-size:17px;
}
.revenue-projections .table-details .last td{
    border:0
}
.revenue-projections #main p{
    margin-top:58px;
}
/****************************/
/*** overall report page ****/
.table-wrap2 table{
    float:left;
    width:48%;
    margin-bottom:0;
}
.table-wrap2 table.reasons{
    float:right;
}
.table-wrap2 table.reasons .first-cell{
    border-left:0
}
.table-wrap2 .last-cell{
    border-right:0;
}
.table-wrap2{
    clear:both;
    overflow:hidden;
    background:url(../images/border-tab-scores.png) repeat-y center top;
}



/********************************/
/*** added on 18th July ****/
.samples{
    margin:0;
    padding:0;
}

.samples a{
    display:block;
    font-size:15px;
    color:#3F3F3F;
    font-weight:bold;
    padding:18px 0;
    text-indent:65px;
}

.samples li{
    list-style:none;
    display:block;
    margin-bottom:6px
}

.samples li a:hover{
    background-color:#636363;
    color:#fff
}

.samples a.overview{
    background:#c1c1c1 url('/images/breakdown-white.png') 15px center no-repeat;
}

.samples a.profile{
    background:#c1c1c1 url('/images/profile-white.png') 15px center no-repeat;
}

.samples a.snapshot{
    background:#c1c1c1 url('/images/snapshot-white.png') 15px center no-repeat;
}

.intro-form{
    background:#636363;
    color:#fff;
    padding:9px 28px;
    margin:0 0 6px;
    font-size:15px;
    font-weight:bold;
    line-height:18px;
}

.contact-us label{
    font-size:15px;
    font-weight:bold
}
.yellow-row td{
    background-color:#F7E5AB;
}
.yellow_bg{
    background: url("/images/yellow_bg.png") repeat-x scroll 0 bottom transparent;
}

#pop_up{
    display:none;height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9000;
    background:url('/images/bg_trans_60.png');
}

#mobile_pop_up{
    margin: 135px auto auto;
    width: 717px;
}


/* phase B */


.middlebox_separator{
    border-left: 2px solid #C1C1C1;
    height:245px;
    float:left;
    width:6px;
    margin-left:6px;
}

.hr{
    border-top: 2px solid #C1C1C1;
    clear: both;
    height: 10px;
    margin-top: 11px;
    width: 100%;
}

#search_create_movie_list{
    background: url('/images/search_create_movie_list.png') no-repeat scroll 0 0px transparent;
}

#search_by_movie_criteria{
    background:url('/images/search_by_movie_criteria.png') no-repeat scroll 0 0px transparent;
}

.clear{
    clear:both;
}

/**
FAKE MODAL
**/

#fake_modal_grey{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:8000;
    background: none repeat scroll 0 0 #30272A;
    opacity: 0.6;
}
#fake_modal_wrapper{
    background: none repeat scroll 0 0 rgba(48, 39, 42, 0.6);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:9000;
}
#fake_modal{
    margin:auto;
    margin-top:190px;
    display:block;
    width:455px;
    height:370px;
    z-index: 10000;
    font-size:17px;
    font-family: Arial,Helvetica,sans-serif;
}

#fake_modal_head{
    color:#fff;
    float:left;
    background: url("../images/dialog-titlebar-bg.png") repeat-y scroll 0 0 transparent;
    box-shadow: -8px 3px 8px 0 #494546;
    width:400px;
    height:50px;
    margin: 0 5px 5px 0;
    font-size: 24px;
    font-weight: normal;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'DINEngschrift',Arial,Helvetica,sans-serif;
}

#fake_modal_x{
    background: url("../images/modal_x.png") no-repeat;
    box-shadow: -8px 8px 8px 0 #494546;
    float:right;
    width:50px;
    height:50px;
    background-color:#000;
    color:white;
    text-indent: -10000px;
}

#fake_modal_x:hover{
    background: url("../images/modal_x_hover.png") no-repeat;
}


#modal_form{
    box-shadow: -8px 8px 8px 0 #494546;
    background-color: #C1C1C1;
    padding: 0 40px 0 36px;
    width:324px;
    height:310px;
    color: #3F3F3F;
    font-size: 17px;
}

#modal_form label{
    display: block;
    font-weight: bold;
    margin-bottom: 9px;
}

#modal_form .first {
    padding-top: 36px;
}

#modal_form .forgot{
    margin: 2px auto 45px;
    text-align: center;
}
#modal_form .forgot a{
    margin: 2px auto 45px;
    color: #707070;
    font-size: 14px;
    text-decoration: none;
}

#modal_form input.text{
    margin-bottom: 15px;
    width: 100%;
}

#modal_form .submit {
    width:100%;
    text-align: center;
}

#modal_form .submit a{
    font-size:14px;
    background: url("../images/but-bk.png") repeat-x scroll 0 0 transparent;
    color:#fff;
    height:52px;
    border:none;
    padding:16px 25px;
    cursor:pointer;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
}
#modal_form .submit input {
    background: url("../images/but-bk.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 52px;
    padding: 0 25px;
}

#modal_form p{
    display:block;
    margin:0px 0 50px 0;
    padding-top:50px;
}


/**
END FAKE MODAL 
**/

/**
MODAL LOGIN STUFF
**/
#modal_wrapper {
    background: rgba(48, 39, 42, 0.6);
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    z-index: 9999;
    top:0px;
    left:0px;
}

#modal_container{
    margin: auto;
    margin-top: 100px;
    display: table;
    z-index:10000;
}

#modal_container h2{
    color:#336699;
}

#modal_box {
    float: left;
    min-width: 400px;
}

#modal_x_close {
    background: url("../images/modal_x.png") no-repeat;
    box-shadow: -8px 8px 8px 0 #494546;
    float:left;
    width:50px;
    height:50px;
    background-color:#000;
    color:white;
    text-indent: -10000px;
    margin-left:10px;
}
#modal_x_close:hover {
    background: url("../images/modal_x_hover.png") no-repeat;
}

#modal_head{
    color:#fff;
    float:left;
    margin-bottom:8px;
    background: url("../images/dialog-titlebar-bg.png") repeat-y scroll 0 0 transparent;
    box-shadow: -8px 3px 8px 0 #494546;
    width:400px;
    height:50px;
    font-size: 24px;
    font-weight: normal;
    line-height: 52px;
    text-transform: uppercase;
    text-indent:30px;
    font-family: 'DINEngschrift',Arial,Helvetica,sans-serif;
}

#modal_content{
    background-color: #C1C1C1;
    box-shadow: -8px 3px 8px 0 #494546;
    clear: both;
    color: #3F3F3F;
    font-size: 13px;
    font-weight:bold;
    padding: 23px 26px 29px;
    width: 348px;
    clear:both;
}
#modal_content label{
    font-size:17px;
}
#modal_content .modal-btns{
    clear:both;
    overflow:hidden;
    padding-top:25px;
}
#criteria_search_name{
    margin-bottom: 15px;
    width:340px;
}

#criteria_search_description{
    margin-bottom: 15px;
    width:340px;
}

#modal_content label{
    display: block;
    font-weight: bold;
    margin-bottom: 9px;
}

#modal_content .first {
    padding-top: 24px;
}

#modal_content .forgot{
    margin: 2px auto 45px;
    text-align: center;
}
#modal_content .forgot a{
    margin: 2px auto 45px;
    color: #707070;
    font-size: 14px;
    text-decoration: none;
    font-weight:normal;
}

#modal_content input.text{
    margin-bottom: 15px;
    width:340px;
}

#modal_content .submit {
    width:340px;
    text-align: center;
}

#modal_content .submit a{
    font-size:14px;
    background: url("../images/but-bk.png") repeat-x scroll 0 0 transparent;
    color:#fff;
    height:52px;
    border:none;
    padding:16px 25px;
    cursor:pointer;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-decoration:none;
}
#modal_content .submit input {
    background: url("../images/but-bk.png") repeat-x scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 52px;
    padding: 0 25px;
}

#modal_content p{
    display:block;
    margin:0px 0 10px 0;
}
#modal_content .movie-list-title{
    font-weight:bold;
    font-size:14px;
}
#modal_head .modal-title{
    text-align:left;
    margin:0;
    padding-left:25px
}

/**
End MODAL
**/

.home_centered_manager{
    padding:20px;
    background-color:white;
    text-align:center;
}

.home_centered_manager h1{
    display:inline;
    vertical-align: middle;
    margin-right:45px;
}

.summary_display{
    float:right;
}

.display_check{
    float:right;
}
#movie_list_table_container{
    width:100%;
    overflow:auto;
}
/* Phase B Eliza*/
/*==================criteri search=====================*/
#main.criteria-search{
    padding:0 25px 0 24px;
}
h1.page-ti{
    color: #1B5B7D;
    margin:19px 0 13px;
    float:left;
}
.btn-grey{
    background: url("../images/btn-grey.png") repeat-x scroll 0 0 transparent;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    line-height:19px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border:0;
    padding:6px 13px 5px;
    margin-top: 23px;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
}
.btn-grey:hover{
    color:#828485;
}
.btn-or{
    border: 0;
    background: url("../images/btn-or.png") repeat-x 0 0;
    margin-top: 1px;
    color: white;
    font-weight: bold;
    padding: 0 22px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    line-height:19px;
    display: inline-block;
    padding:6px 13px 5px;
    font-family:Arial, Helvetica, sans-serif;
    cursor:pointer;
}
.btn-or:hover{
    color:#8e753b;
}
.blue-bar{
    background:#1b5b7e url("../images/blue-bar-bg.png") repeat-y 0 0;
    height:42px;
    line-height:42px;
    color:#fff;
    font-weight: bold;
    font-size:14px;
}
.criteria-search .blue-bar{
    padding-left:20px;
}
.criteria-search .blue-bar select{
    margin-left:17px;
}
.criteria-search .blue-bar span{
    margin-right:20px;
    padding-right:30px;
    background:url("../images/click-to-display.png") no-repeat right center;
    display:block
}
.criteria-search .blue-bar select{
    width:32.6%;
    height:20px;
}
.criteria-search .blue-bar select option, #managelistselector option, .dashboard select option{
    font-weight:bold;
    padding:7px 0 7px 5px;
    border-bottom:1px solid #c2c2c2;
}
#managelistselector, .dashboard select{
    height:20px;
}
.criteria-search .blue-bar select option:last-child{
    border:none;
}
#criteriasearch-form fieldset, #criteriasearch-form .cust-crit-midd .col1 label{
    color: #231F20;
    font-size: 14px;
    font-weight: bold;
    border:0;
    border-bottom:1px solid #cacaca;
    margin:0;
    line-height:32px;
    margin:0 20px;
    padding:0;
}
#criteriasearch-form fieldset{
    width:679px;
}
#criteriasearch-form.critsearch fieldset{
    height:32px;
}
#criteriasearch-form .cust-crit-midd .col1 label{
    display:inline-block;
    text-align:left;
}
#criteriasearch-form .cust-crit-midd .col2 label{
    float:right;
    padding:0 18px 7px 0;
    width:auto;
    position:relative;
    left:18px;
    margin-right:0;
    margin-bottom:0;
}
#criteriasearch-form fieldset.last{
    border-bottom:0;
    margin-bottom:14px;
}
.btns{
    clear:both;
    overflow:hidden;
    margin-bottom:20px;
    background:#fff;
}
.inner-btns{
    background:#1b5b7e url("../images/blue-bar-bg.png") repeat-y 0 0;
    -webkit-border-radius: 0px 0px 14px 14px;
    border-radius: 0px 0px 14px 14px;
    clear:both;
    overflow:hidden;
}
.btns .btn-grey{
    float:left;
    margin: 20px 15px;
}
.btns .btn-or{
    margin: 20px 15px;
}
.btns input{
    cursor:pointer;
}
#criteriasearch-form label{
    width:182px;
    text-align:right;
    display:inline-block;
    margin-right:5.5%;
}
#criteriasearch-form label.non-sel{
    width:auto;
    margin:0;
}
#criteriasearch-form label.label-sel{
    margin:0;
    display:inline;
}
#criteriasearch-form select{
    width:182px;
    margin-right:20px;
    height:24px;
    position:relative;
    color:#404040;
    vertical-align:middle;
}
#criteriasearch-form fieldset input, #criteriasearch-form .cust-crit-midd label input{
    margin:12px 3px 3px 1.4%;
}
#criteriasearch-form fieldset select.custom{
    margin-right:5.5%;
}
/*===============Criteria Search Movie List==================*/
#criteriasearch-form {
    background-color: #E1E1E1;
}
#main.criteria-search-list{
    padding:0;
}
#main.criteria-search-list .page-title{
    padding-left:25px;
    float:left;
}
#main.criteria-search-list .search{
    margin:0 26px 23px 25px;
}
.search-page .customize-criteria{
    float:right;
    margin-right:26px;
}
.search-page .save-list{
    float:right;
    margin:22px 4px 0 0;
}
.search-page .clear-list{
    float:right;
    margin:22px 4px 0 0;
}
.search-page .page-title{
    clear:none;
}
.btn-bl{
    background: url("../images/btn-bl.png") repeat-x scroll 0 0 transparent;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border:0;
    padding:6px 13px 5px;
    line-height:19px;
    margin-top: 22px;
    font-family: Arial,Helvetica,sans-serif;
}
.btn-bl:hover, .dashboard a:hover, .ext-comp-btn:hover{
    color:#006b9f;
}
.search-page .list-type{
    float:right;
    margin: 22px 4px 0 0;
    position:relative;
}
#extendend-comp{
    display:none;
    background-color:#50b4d2;
    padding:3px 0;
    position:absolute;
    top:17px;
    left:-118px;
    clear:both;
    overflow:hidden;
    font-family:Arial, Helvetica, sans-serif;
    line-height:32px;
    font-size:13px;
    font-weight:bold;
    width:371px;
    z-index:1000;
    color:#404040;
    -webkit-box-shadow: -3px 3px 3px 3px rgba(155, 155, 155, 0.3);
    box-shadow: -3px 3px 3px 3px rgba(155, 155, 155, 0.3);
}
#extendend-comp fieldset{
    width:173px;
    float:left;
    background-color:#e2f1f7;
    border:none;
    padding:0 0 0 8px;
    margin:0;
    min-height:209px;
    margin-right:3px;
}
#extendend-comp fieldset:first-child{
    margin-left:3px;
}
#extendend-comp label.non-sel{
    font-family:Arial, Helvetica, sans-serif;
    color:#0f3650;
    padding-left:5px;
    font-size:17px;
    font-weight:bold;
    text-transform:uppercase;
    margin-top:17px;
}
#extendend-comp div{
    clear:both;
    overflow:hidden;
    padding:12px 0 10px;
}
#extendend-comp .btn-or{
    float:right;
    margin:0 19px 0 0;
}
#extendend-comp .btn-grey{
    float:left;
    margin:0 0 0 16px;
}
.ext-comp-btn{
    border: 0;
    background: url("../images/ext-comp-btn.png") repeat-x 0 0;
    margin-top: 1px;
    color: white;
    font-weight: bold;
    padding: 0 22px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
    font-size: 14px;
    line-height:19px;
    display: inline-block;
    padding:6px 13px 5px;
    font-family:Arial, Helvetica, sans-serif;
    position:relative;
    z-index:1500;
}
.search-page .list-type label{
    display:block;
}
.search-page .list-title{
    clear:both;
    overflow:hidden;
}
.search-page .list-title{
    font-family:Arial, Helvetica, sans-serif;
    color:#50b4d2;
    font-size:14px;
    padding-left:25px;
    position:relative;
    top:-8px;
    margin-bottom:-8px;
}
.search-page .list-title h2{
    margin:0;
    display:inline-block;
    font-size:21px;
    line-height:21px;
}
.search-page .list-title p{
    margin:2px 0 11px;
    font-size:13px;
}
.search-page .list-title a{
    display:inline-block;
    margin-left:15px;
    background:url("../images/btn-grey19.png") repeat-x 0 0;
    line-height:19px;
    color:#fff;
    padding:0 11px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    text-transform:uppercase;
    font-size:12px;
    position:relative;
    top:-4px;
}
/*dashboard*/
.dashboard{
    background:#1b5b7e url("../images/dashboard-bar.png") repeat-x 0 0;
    font-family:Arial, Helvetica, sans-serif;
    color:#fff;
    height:32px;
    line-height:32px;
    font-size:15px;
    font-weight:bold;

}
.dashboard a{
    color:#fff;
    font-size:15px;
    font-weight:bold;
    line-height:32px;
    display:inline-block;
    text-decoration:none;
}
.dashboard .back{
    border-right:2px solid #043b57;
    background:url(../images/back-arr.png) no-repeat 23px center;
    font-weight:bold;
    text-indent:41px;
    width:27.34%;
}
.dashboard label{
    padding: 0 0.6% 0 0.4%;
}
.dashboard select{
    margin-right:0.6%;
    width:10%;
}
.dashboard .download{
    padding: 0 0.6% 0 0.8%;
    border-right:2px solid #043B57;
    border-left:2px solid #043B57;
    display:inline-block;
}
.dashboard .export{
    padding: 0 0 0 0.6%;
    display:inline-block;
}
.dashboard a img{
    vertical-align:middle;
    margin-left:1px;
}
.dashboard .download img{
    position:relative;
    top:-2px;
}
.dashboard .export img{
    position:relative;
    top:-1px;
}
.dashboard span{
    line-height:32px;
    display:inline-block;
}
/*=======criteria search table=========*/
#movie_list_table_container{
    overflow: hidden;
    position: relative;
}

.isAndroid #movie_list_table_container{
    overflow: auto;
}

.isAndroid #movie_list_table_container .table-content,.isAndroid #movie_list_table_container .fake-wrapper{
    overflow:inherit;
    overflow-y:inherit;
}
.isAndroid #movie_list_table_container .fixed-pos,.isAndroid #movie_list_table_container.with-average .fixed-pos{
    overflow:inherit;
}
#movie_list_table_container table{
    width:100%;
    border-top:0!important;
}
#movie_list_table_container #movies-table {
    -webkit-box-shadow: inset -4px 4px 8px 2px #d5d5d7;
    box-shadow: inset -4px 4px 8px 2px #d5d5d7;
}
#movie_list_table_container thead{
    background:#0B3650;
}
#movie_list_table_container .table-content, #movie_list_table_container .fake-wrapper{
    margin-left: 406px;
    overflow: scroll;
    overflow-y: visible;
    width: 362px;
}

#movie_list_table_container td, #movie_list_table_container th{
    padding:0 4px;
}
#movie_list_table_container .fix-col{
    left: 0;
    position: absolute;
    top: auto;
    width: 33px;
    border-top:0;
    vertical-align:middle!important;
    padding:0;
    background-color:#e7e7e9;
}
#movie_list_table_container td.fix-col{
    font-weight:bold;
}
#movie_list_table_container .fix-col:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
#movie_list_table_container .fix-col div, #movie_list_table_container .fix-col a, #movie_list_table_container th div {
    vertical-align:middle;
    display:inline-block;
}
#movie_list_table_container .fix-col2{
    left: 33px;
    position: absolute;
    width: 208px;
    border-left:0;
    text-align:left;
    cursor: default;
}
#movie_list_table_container .fix-col2 .title{
    margin-right:25px;
}
#movie_list_table_container .fix-col2 .restore{
    background: url("../images/restore-sorting.png") repeat-x 0 0;
    position:absolute;
    right:0;
    top:0;
    font-size:11px;
    line-height:13px;
    padding:6px 6px 6px 11px;
    -webkit-border-radius: 14px 0px 0px 14px;
    border-radius: 14px 0px 0px 14px;
}
#movie_list_table_container .fix-col3{
    left: 242px;
    position: absolute;
    width: 93px;
}
#movie_list_table_container .fix-col4{
    left: 336px;
    position: absolute;
    width: 70px;
}
#movie_list_table_container td.fix-col4{
    -webkit-box-shadow: 3px 4px 10px 0px #d5d5d7;
    box-shadow: 3px 4px 10px 0px #d5d5d7;
}
#movie_list_table_container .average{
    -webkit-box-shadow: 0px 4px 10px 0px #D5D5D7;
    box-shadow: 0px 4px 10px 0px #D5D5D7;
}
#movie_list_table_container tr.comp-movie td.fix-col4{
    -webkit-box-shadow: 0px 0px 0px 0px #E7E7E9;
    box-shadow: 0px 0px 0px 0px #E7E7E9;
}
#movie_list_table_container tr:nth-child(3) td.fix-col4, #movie_list_table_container tr:nth-child(2) td.fix-col4 {
    -webkit-box-shadow: 3px 5px 8px 1px #d5d5d7;
    box-shadow: 3px 5px 8px 1px #d5d5d7;
}
#movie_list_table_container tr.average td.fix-col4{
    -webkit-box-shadow: 0px 0px 0px 0px #d5d5d7;
    box-shadow: 0px 0px 0px 0px #d5d5d7;
}
#movies-table tr:last-child td.fix-col4{
    -webkit-box-shadow: 5px -3px 12px -2px #D5D5D7;
    box-shadow: 5px -3px 12px -2px #D5D5D7;
}
#movie_list_table_container th.fix-col{
    background:#0b3650;
}
#movie_list_table_container thead th{
    height:38px;
    border-right:1px solid #c2c2c2;
    z-index:100;
    white-space:nowrap;
}
#movie_list_table_container th .btn-grey25{
    margin-top:5px;
    cursor:pointer;
    font-size:11px;
}
#movie_list_table_container thead th a{
    color:#fff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    display:inline-block;
    vertical-align:middle;
}
#movie_list_table_container thead th.title a{
    float:right;
}
#movie_list_table_container td{
    border-right:1px solid #c2c2c2;
    border-bottom:1px solid #858585;
    height:42px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:14px;
}
#movie_list_table_container td:first-child,#movie_list_table_container th:first-child{
    border-right:0;
}
.btn-grey25{
    background: url("../images/btn-grey25.png") repeat-x 0 0;
    padding:3px 12px;
}
#movie_list_table_container .title_selector, #movie_list_table_container #selectall{
    display:inline-block;
    width:26px;
    vertical-align:middle;
}
#movie_list_table_container .title_selector,#movie_list_table_container #selectall {
    width:24px;
}
#movie_list_table_container td:last-child, #movie_list_table_container th:last-child {
    border-right:0;
    padding:0;
    width:100%;
}
#movie_list_table_container .average td{
    background-color:#858585;
    border-right:1px solid #b3b3b3;
    color:#fff;
    font-size:14px;
    -webkit-box-shadow: 0px 0px 0px 0px #e7e7e9;
    box-shadow: 0px 0px 0px 0px #e7e7e9;
    z-index:100
}
#movie_list_table_container .average td a{
    color:#fff;
    font-size:14px;
    font-weight:bold;
}
#movie_list_table_container .credits{
    min-width:450px;
}
#movie_list_table_container .arr{
    margin-left:5px;
    display:inline-block;
}
#movie_list_table_container .comp-movie td{
    background-color:#cae8f1;
}
#movie_list_table_container .comp-movie img{
    margin:13px 0 0 5px;
}
/*under list*/
.under-list{
    width:100%;
    background: url("../images/main-bot-bg.png") repeat-x 0 top #F3F3F4;
}
.under-list-container{
    display:table;
    margin-left: 0px;
    margin-right: 0px;
    padding:24px 15px;
    clear:both;
    overflow:hidden;
    width:auto;
}
.under-list_inner{
    display:table-row;
}
.under_list_col{
    display:table-cell;
    border-right:14px solid #F3F3F4;
    width:236px;
    background-color:#fff;
    color:#3c78a0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:21px;
}
.under_list_col h2{
    background:#1b5b7e url("../images/under-list-bg.png") repeat-y 0 0;
    color:#fff;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    line-height:38px;
    font-size:14px;
    padding-left:10px;
    margin:0;
}
.under_list_col ul{
    padding-left:27px;
    margin:6px 0;
}
.under_list_col.last{
    margin:0;
}
.under_list_col .btn-grey25{
    line-height:19px;
    position:absolute;
    margin:0;
    right:15px;
    top:6px;
}
.under_list_col.last ul{
    padding-left:10px;
}
.under_list_col li a{
    color:#3c78a0;
    padding:0 5px;
}
.under_list_col.last li a{
    padding-left:0;
}
/*========save movie list===========*/
#modal_content input.submit,#modal_content a.submit {
    float:right;
    background: url("../images/but-bk.png") repeat-x 0 0;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    line-height: 42px;
    height:42px;
    padding: 0 29px;
    width:auto;
    text-decoration:none;
}
#modal_content .modal-btn-grey{
    background:#404040!important;
}
#modal_box .center-pos{
    float:none!important;
    display:block;
    margin:0 auto;
    text-align:center;
    text-indent:0!important;
}
.left-side{
    float:left!important;
}
#save_movie_list_form .modal-grey{
    background: #404040;
    height:42px;
    border:none;
    color:#fff;
    padding:0 29px;
    text-transform:capitalize;
    font-weight:bold;
    margin-left:65px;
    cursor:pointer;
}
#save_movie_list_form .submit{
    margin-right:65px;
}
/*========cusomize display criteria===============*/
#modal_box .customize-display{
    padding-left:20px;
    background:none;
}
#modal_box .customize-display #modal_head{
    width:687px;
    background: url("../images/customize-display-criteria.png") repeat-y 0 0;
    text-align:left;
    text-indent:15px;
    text-transform:none;
}
#modal_box .customize-display #modal_head span{
    float:right;
    background: url("../images/click-to-display.png") no-repeat scroll right center transparent;
    display: block;
    margin-right: 20px;
    padding-right: 30px;
    font-weight:normal;
    font-size:20px;
}
#modal_box .customize-display #modal_content{
    width:687px;
    padding:0;
    background:none;
    -webkit-border-radius: 0px 0px 14px 14px;
    border-radius: 0px 0px 14px 14px;
}
#modal_box .customize-display #criteriasearch-form{
    background:none
}
.customize-display #modal_content .cust-crit-midd{
    padding:10px 13px;
    background-color: #e0e0e0;
    clear:both;
    overflow:hidden;
}
.customize-display #criteriasearch-form .col1 label div{
    width:186px;
    border-bottom:1px solid #cacaca;
    height:32px;
}
.customize-display #criteriasearch-form .col1 label{
    width:206px;
    margin:0 5px 0 0;
    border-bottom:none;
}
.customize-display #criteriasearch-form .col1 label input{
    margin:12px 0 0;
}
#criteriasearch-form fieldset label.fieldset-check{
    width:35px;
    margin:0;
    height:32px;
    float:right;
}
.customize-display #criteriasearch-form .col2 fieldset{
    width:220px;
    margin:0 25px 0 0;
}
.customize-display #criteriasearch-form .col2 select{
    top:5px;
    margin-right:0;
    color:#676767;
    float:left
}
.customize-display #criteriasearch-form .col2 input{
    margin:12px 0 0 0;
}
.customize-display #criteriasearch-form #summary_box{
    width:203px;
    border:1px solid #676767;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color:#676767;
    font-size:14px;
    line-height:24px;
}
.customize-display #criteriasearch-form #summary_box div{
    padding-left:12px;
}
.customize-display #criteriasearch-form #summary_box label{
    margin:0;
    border:none;
    background-color:#848484;
    width:100%;
    height:32px;
    font-size:14px;
    line-height:32px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    color:#fff;
    margin:0;
    text-indent:12px;
    text-align:left;
}
.customize-display #criteriasearch-form #summary_box label input{
    margin:10px 11px 0 0;
}
.customize-criteria-act{
    height:62px;
    background:#1B5B7E url("../images/customize-display-criteria-btm.png") repeat-y 0 0;
    -webkit-border-radius: 0px 0px 14px 14px;
    border-radius: 0px 0px 14px 14px;
}
.customize-criteria-act input{
    cursor:pointer;
}
.customize-criteria-act .btn-or{
    float:right;
    margin:16px 12px 0 0;
}
.customize-criteria-act .btn-grey{
    float:right;
    margin:16px 6px 0 0;
}
.customize-criteria-act .btn-grey.restore{
    float:left;
    margin:16px 0 0 15px;
}
.customize-display .col1{
    width:211px;
}
.customize-display .col2 {
    width:245px;
}
/*====== reports dashboard========*/
#reportsdropdown a{
    float:none;
}
#reportsdropdown span{
    padding:0;
}
#reportsdropdown .dd-select{
    border:0;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    margin:0;
}
#reportsdropdown .dd-select a{
    background:none;
}
#reportsdropdown .dd-option-image,#reportsdropdown .dd-selected-image{
    float:none;
}
#reportsdropdown ul .dd-option {
    background-color:#144462;
}
#reportsdropdown .dd-option:hover{
    background-color:#144462!important;
}
#reportsdropdown .dd-pointer-down{
    border-color:#fff transparent transparent;
}
#reportsdropdown .dd-pointer-up{
    border-color:transparent transparent #fff!important;
}
#reportsdropdown .dd-option:hover,#reportsdropdown .dd-option-hover,#reportsdropdown .dd-option-selected.dd-option-hover{
    background:#F3F3F3;
}
.dd-options:before,  .dd-options:after{
    display:none;
}
/*===============retreive movie list form===============*/
.retrieve-list-form #modal_head{
    text-indent:0;
    text-align:center;
}
.retrieve-list-form #modal_content{
    padding:16px 26px;
}
.retrieve-list-form .modal-inner{
    height:275px;
}
.retrieve-list-form .col1,.retrieve-list-form .col2 ,.retrieve-list-form .col3{
    width:33%;
    float:left;
    padding:42px 0 30px;
    color:#231f20;
    font-size:14px;
    text-align:center;
}
.retrieve-list-form input{
    display:block;
    margin:10px auto 0;
}
.retrieve-list-form .col1{
    background:url("../images/basic.png") no-repeat center 0;
}
.retrieve-list-form .col2{
    background:url("../images/criteria.png") no-repeat center 0;
}
.retrieve-list-form .col3{
    background:url("../images/comps-list.png") no-repeat center 5px;
}
.retrieve-list-form .ret-list{
    height:350px;
    overflow:auto;
    clear:both;
}
#retreive-list{
    margin:0 auto;
}
/*=============retreive movie list============*/
#retreive-criteria-list{
    min-width:200px;
}
#retreive-list .dd-selected, #retreive-criteria-list .dd-selected{
    padding:0;
    line-height:24px;
    font-size:12px;
    font-weight:normal;
    color:#404040;
    background-color:#fff;
    padding-left:15px;
}
#retreive-list ul.dd-options, #retreive-criteria-list ul.dd-options{
    overflow: auto;
    height:210px;
    -webkit-box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: -3px 3px 8px 0px rgba(0, 0, 0, 0.4);
    border-top:1px solid #c1c1c1;
}
#retreive-list ul .dd-option, #retreive-criteria-list ul .dd-option {
    background-color: #ffffff;
    padding:0;
    border-bottom:2px solid #c1c1c1;
}
#retreive-criteria-list ul .dd-option {
    padding-left:16px;
    color:#000;
}
#retreive-criteria-list ul .dd-option small{
    color:#000;
}
#retreive-list ul .dd-option img{
    margin:15px;
}
#retreive-list .dd-option label, #retreive-criteria-list .dd-option label{
    line-height:26px!important;
    margin:0;
    padding-top:6px;
}
#retreive-criteria-list .dd-option label{
    padding-top:12px;
}
#retreive-list .dd-option small, #retreive-criteria-list .dd-option small{
    font-size:12px;
    line-height:17px;
    display:block;
    padding-bottom:5px
}
#retreive-list .type_1, #retreive-list .type_1 small {
    color:#0f3650;
}
#retreive-list .type_2, #retreive-list .type_2 small{
    color:#8e753b;
}
#retreive-list .type_3, #retreive-list .type_3 small{
    color:#50b4d2;
}

.ascunse{
    display:none!important
}
/*table search fix*/

/*===clear movie list===*/
.submit-center{
    display:inline-block;
    margin-top:25px;
    margin:35px auto!important;
    float:none!important;
}
.submit-center-conatiner{
    text-align:center;
}
/*table scroll*/
#movie_list_table_container .fake-div{
    height:1px;
}

#movie_list_table_container .fixed-pos{
    z-index:700
}

#movie_list_table_container .is-sticky td.fix-col,#movie_list_table_container .is-sticky th.fix-col{
    z-index:999;
}
#movie_list_table_container .fixed-pos{
    height:38px;
    overflow:hidden;
}



#movie_list_table_container.with-average .fixed-pos{
    height:81px;
    overflow:hidden;
}

#movie_list_table_container.with-comps .fixed-pos{
    height:124px
}

.grey_button{
    background: url("../images/back-but.png") repeat-x scroll 0 0 transparent;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    text-align: center;
    text-decoration: none;
    width: 125px;
}


/* studio groups */

.error{
    color:darkred;
    font-weight: bold;
}

.studio-draggable{
    background: url("/images/arrows.png") no-repeat scroll 12px 4px #FFFFFF;
    border: 3px solid #D0D0D0;
    font-size: 13px;
    margin: 6px 0;
    padding: 7px 59px;
}

.studio-group{
    border: 3px solid #D0D0D0;
    border-bottom:0px;
    font-size: 13px;
    width: 318px;
    background:#ffffff;
}

.group_user{
    border-bottom: 3px solid #D0D0D0;
    padding:7px 17px;
    height:30px;
}

.remove-user-from-grp{
    background-color:#9f9f9f;
    color:black;
    float:right;
    border-radius:15px;
    padding:4px 10px;
    margin: -11px 0;
}

.remove-user-from-grp:hover{
    color:#c0c0c0;
}

.delete-group{
    background: url("/images/bin.png") no-repeat scroll -3px -4px transparent;
    float: right;
    padding: 0 4px 14px 20px;
    text-indent: -9998px;
    cursor:pointer;
}

.delete-group:hover{
    background: url("/images/bin.png") no-repeat scroll -34px -4px transparent;
}

.settings-tabs-left{
    width:325px;
    float:left;
    margin-left:20px;
    margin-top:10px;
}
.settings-tabs-right{
    width:325px;
    margin-right:20px;
    float:right;
    margin-top:10px;
}

.settings-tabs-title{
    color:white;
    background-color:#0A70A1;
    padding:10px 20px;
    width:284px;
}

.dark-group{
    color:white;
    background:#848484;
    padding:7px 20px;
    width: 284px;
    margin-bottom:8px;
}

.dark-group input[type="text"]{
    color:#ccc;
}

.ui-state-highlight{
    background:none;
    border:solid 3px #0BB804!important;
}



.ui-tabs{
    padding:0px;

}

.ui-widget-header{
    background:none;
    border:0px;
}

.ui-tabs .ui-tabs-nav {
    background: url("../images/dashboard-bar.png") repeat-x scroll 0 0 #003650;
    border:0px!important;
    border-radius:0px;
    margin: 0;
    padding: 0;
}

.ui-widget-content {
    background: none repeat scroll 0 0 transparent;
    border: 0;
}

.ui-tabs .ui-tabs-nav li {
    background: url("../images/dashboard-bar.png") repeat-x scroll 0 0 #003650;
    margin: 0;
    text-align: center;
    border-radius:0px;
    position: relative;
    border-right: 2px solid #1B5B7E;
    width: 179px;
    top:0px;
}
.ui-tabs .ui-tabs-nav li.last {
    border-right:0px;
}

.ui-tabs .ui-tabs-nav li a {
    width: 100px;
    color:white;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 0.86em;;
    font-weight: normal;
    padding:7px 20px 5px 20px;
}

.ui-tabs .ui-tabs-nav li a:hover {
    color:#006A9D;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding:0px!important;
    background: #E1E1E1;
    border-radius:0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{
    color:#103954;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background:none;
    border:0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background:none;
    border:0px;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
    border:0px!important;
    border-radius:0px;
    background: #E1E1E1;
}

#notification_options{
    display:none;
}

#notification_email_options{
    display:none;
}

#notification_sms_options{
    display:none;
}

#notification_email{
    margin-left:70px;
}

#notification_phone{
    margin-left:70px;
}

#notification_email_addr{
    float:right;
    margin-right:20px;
}

#notification_phone_no{
    float:right;
    margin-right:20px;
}

#notification_message{
    color: white;
    font-size: 0.9em;
    padding: 16px;
    text-align: center;
    display:none;
}

.settings_save_bnt{
    float: right;
    font-size: 0.8em!important;
    display:none;
}

.tab_cont{
    border: 4px solid #d0d0d0;
    padding:15px;
}

.inbox{
    padding:20px;
}

.inbox_tab{
    width:100%;
}

.inbox_tab td{
    margin:0px;
    padding:8px;
    border-left:1px solid #d0d0d0;
    border-right:1px solid #d0d0d0;
    font-size: 14px;
}

.inbox_tab tr{
    height:47px;
}

.grey_bkg_tr{
    background: #E7E7E9;
}
.inbox_tab tbody tr:hover{
    background:#C2C2C2!important;
}

.large_space_left{
    background-color:rgba(143, 142, 141, 0.2)!important;
}

.head_inbox_row{
    background: url("../images/dashboard-bar.png") repeat-x scroll 0 0 #003650!important;
}

.head_inbox_row td{
    border:1px solid #fff;

    border-bottom: 20px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}

.large_space_left_head{
    background-color:rgba(143, 142, 141, 0.2)!important;
}

.inbox_new{
    background: #CAE8F1!important;
}

.new_list_count{
    background: url("../images/dashboard-bar.png") repeat-x scroll 0 0 #003650;
    border: 1px solid #FFFFFF;
    border-radius: 45px 45px 45px 45px;
    color: #FFFFFF !important;
    padding: 4px 8px;
    margin-left:6px;
}

.btn-add{
    background: url("../images/btn-or.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 5px auto auto;
    padding: 2px 13px 5px;
    text-align: center;
}

.btn-add:hover{
    color:#d0d0d0;
}

#change-password fieldset{
    color: #231F20;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    border:0;
    padding:20px;
}

#change-password input{
    display: block;
}

.loader{
    padding-left: 20px;
    display:none;
}

.edit_my_notes{
    display:none;
}

.show_my_notes{
    cursor:pointer;
}

.show_my_notes:after {
    background: url("../images/pencil.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline;
    margin-left: 10px;
    padding: 5px 1px 0 21px;
}

.show_my_notes:hover:after {
    background: url("../images/pencil.png") no-repeat scroll -22px 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline;
    margin-left: 10px;
    padding: 5px 1px 0 21px;
}


/* comp control */

.comp_control_wrap{
    margin: 0px;
    border: 4px solid #C2C2C2;
    background:#e7e7e9;
}

.comp_control_box{
    width:64px;
    padding:1px;
    border-right:1px solid #CCCCCC;
    float:left;
    text-align:center;
    height: 93px;
    font-size: 13px;
}

.comp_modifier{
    -moz-box-shadow: 2px 3px 6px #d9dadc;
    -webkit-box-shadow: 2px 3px 6px #d9dadc;
    background-color: #E4F7FB;
    border: 1px solid #C2C2C2;
    border-radius: 7px;
    box-shadow: 2px 5px 2px #DBEDF1 inset, 2px 3px 6px #D9DADC;
    color: #123650;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin: 2px 6px 8px;
    padding: 1px 4px;
}


.comp_control_box .comp_modifier{
    display: block;
}

.comp_modifier_save{
    background-color: #E6BA2E;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#90763C), to(#E6BA2E));
    background: -webkit-linear-gradient(top, #E6BA2E, #90763C);
    background: -moz-linear-gradient(top, #E6BA2E, #90763C);
    background: -ms-linear-gradient(top, #E6BA2E, #90763C);
    background: -o-linear-gradient(top, #E6BA2E, #90763C);
    border: 0 none;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 64px;
    margin: 3px 0 0 4px;
    padding: 14px 8px 5px;
    text-align: center;
    vertical-align: text-top;
    width: 44px;
}

.comp_modifier_save:hover{
    color:#90763C;
}

.comp_modifier.box_mod_off {
    -moz-box-shadow:  2px 3px 6px #AFAFAF;
    -webkit-box-shadow: 2px 3px 6px #AFAFAF;
    background-color: #E8E8EA;
    box-shadow: 2px 5px 2px #FFFFFF inset, 2px 3px 6px #AFAFAF;
    color: #848486;
}

.comp_modifier:hover{
    box-shadow:none;
}

.toggle_comp_top{
    border-radius: 14px 14px 0px 0px;
    padding:8px;
    margin-bottom:-1px;
}

.toggle_comp_bottom{
    border-radius: 0px 0px 14px 14px;
    padding:12px 8px 12px 8px;
    margin-top:0px;
}

.interim_box{
    border-right: 1px solid #CCCCCC;
    float:left;
    width:340px;
    padding:0px;
}

.interim_subbox{
    padding:1px;
}

.subbox_border{
    border-top:1px solid #ccc;
    padding-top: 4px;
}

.interim_subbox span{
    color: #123650;
    float: left;
    width: 46px;
    margin: 2px 10px;
}

.tall_comp_span{
    height:40px;
}

.comp_arrow_up{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #133550;
    padding:0px;
    color:#133550;
    display:inline-block;
    margin-top:15px;
}

.comp_arrow_down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #133550;
    padding:0px;
    color:#133550;
    display:inline-block;
    margin-top:5px;
}

.comp_arrow_up.box_mod_off {
    border-bottom: 15px solid #ccc;
    color:#ccc;
}

.comp_arrow_down.box_mod_off {
    border-top: 15px solid #ccc;
    color:#ccc;
}

.comp_control_box .comp_arrow:hover{
    border:1px solid #CCCCCC;
}

.comp_control_box input{
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    color: #133550;
    display: inline;
    float: left;
    font-size: 11px;
    margin: 20px 0 0;
    padding: 4px 8px 4px 4px;
    width: 14px;
}

.large_box b {
    background-color: #848484;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    padding: 2px 13px;
    text-align: left;
}

.last_comp_box{
    border: 0 none !important;
    padding: 0 !important;
}

.comp_control_half_box{
    padding-top:8px;
    border-top:1px solid #CCCCCC;
}

.comp_control_half_box .btn-or{
    font-size:8px;
}

#datepicker .ui-widget-content{
    background: url("/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") repeat-x scroll 50% top #EEEEEE!important;
}

#datepicker .ui-widget-header {
    background: url("/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
}

.notification_panel{
    margin-bottom:-13px;
    margin-top: 26px;
}

.always_show{
    display:block!important;
}


.stats_table{
    font-size:11px;
}

.stats_table .head_line{
    color:white;
    background-color:#0B3650;
}

.stats_table .head_line a{
    color:white;
}

.stats_table .first_col{
    width:150px;
}

.stats_table .average_line{
    background-color:#CAE8F1;
}

.stats_table .group_line{
    background-color:#858585;
    color:white;

}

.hidden {
    display: none;
}

.cloned {
    background-color: rgba(13, 47, 161, 0.13);
}

td span.left {
    float: left;
    position: static;
    display: block;
    left: 0;
    background-color: rgba(27, 161, 64, 0.25);
}
td span.right {
    float: right;
    position: static;
    display: block;
    right: 0;
    background-color: rgba(114, 157, 161, 0.25);
}

.drop-hover{
	border:#ff9966 2px solid;
}

.stats_table td {
    /*width: 80px;*/
}

.social{float:right;margin:25px 25px 30px 0px;}
.social_auth{margin:15px 0 0 0;}
.social_auth a {width:60px;height:60px;display:inline-block;text-indent:-10000px;margin: 0 5px;}
.social a{width:60px;height:60px;display:inline-block;text-indent:-10000px;margin: 0 5px;}
.facebook{background-image:url('/images/CS_Facebook.png'); background-repeat:no-repeat; background-position: 0px 0px;}
.twitter{background-image:url('/images/CS_Twitter.png'); background-repeat:no-repeat; background-position: 0px 0px;}


.public_search_box {
    background-color: #333333;
    border-radius: 15px;
    padding: 12px 18px;
	margin-bottom: 20px;
}
.public_search_box h1{color:#ffffff;display: inline-block;margin:0; font-size: 28px;}
.public_search_box input{
    text-transform:uppercase;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    height: 18px;
    margin: 0 0 0 20px;
    padding: 4px 7px;
    vertical-align: super;
    width: 67%;
}
.public_search_box p{
    color: #626262;
    font-size: 14px;
    margin: 4px 0 4px 148px;
    text-align: center;
	font-family:Arial,Helvetica,sans-serif;
}

#public_search_results #narrow-table{
    margin: -32px 0 0 187px;
    width: 469px;
}

#public_search_results #narrow-table tr{ cursor:initial!important;}
.public_search_results_table {
    width: 100%!important;
}

.public_search_results_table tr{cursor:initial!important;;}

.recaptchatable a, .recaptchatable a:hover {
    font-size: 8px!important;
}





















.rap_links{
    border: 5px solid #fff;
    border-radius: 5px;
    box-shadow: 11px 12px 12px rgba(0, 0, 0, 0.39);
    vertical-align: baseline !important;
}

.rap_links a{
    background: #a0a0a0 url("../images/real-time-bk.png") repeat-x scroll 0 0;
    color: #fff;
    font-weight: bold;
    line-height: 52px;
    width: 120px;
}

.rap_links a span{
    background: rgba(0, 0, 0, 0) url("../images/breakdown-white.png") no-repeat scroll 10px 0;
    padding: 6px 0 6px 50px;
}

.rap_links a:hover{
    color:#F1CA4E;
}

.rap_links a.breakdown span{
    background:url(../images/breakdown-white.png) 16px center no-repeat;
}

.rap_links a.breakdown:hover span{
    background:url(../images/breakdown-hover.png) 16px center no-repeat;
}

.rap_links a.profile span{
    background:url(../images/profile-white.png) 14px center no-repeat;
}

.rap_links a.profile:hover span{
    background:url(../images/profile-hover.png) 14px center no-repeat;
}

.rap_links a.snapshot span{
    background:url(../images/snapshot-white.png) 14px center no-repeat;
}

.rap_links a.snapshot:hover span{
    background:url(../images/snapshot-hover.png) 14px center no-repeat;
}


.rap_links a.comps{
    text-indent:57px;
    background:url(../images/comps-bg.png) repeat-x 0 0;
}
.rap_links a.comps:hover span{
    background:url(../images/comps-hover.png) 21px center no-repeat;
}
.rap_links a.comps span{
    background:url(../images/comps-white.png) 21px center no-repeat;
}

.rap_links_container{
    left: 171px;
    position: absolute;
    top: -115px;
    width: 160px;
    z-index: 100;
}

.rap_links_arr{
    border-color: transparent #fff;
    border-style: solid;
    border-width: 4.5px 29px 4.5px 0;
    height: 0;
    width: 0;
}


.new_search_bar{
    background:#444;
    padding: 10px;
}

.new_search_bar #tit_se{
    color:#EBBD2C;
    font-family: "DINEngschrift",Arial,Helvetica,sans-serif;
    font-size: 24px;
    padding: 0 37px 0 15px;
    text-transform: uppercase;

}

.new_search_bar #search_field{
    height:25px;
    vertical-align: top;
    width:802px;
    text-transform: uppercase;
}



.comps.plus {
    text-indent: 30px!important;
}
.comps.plus span{
    background: none!important;
}

.title_extender:hover{
    color:#9C7F3A;
    cursor:pointer;
}

.table-search-container{
    background-color: #fff;
    height: 80vh;
    margin-left: 169px;
    overflow-y: scroll;
    position: relative;
    width: 804px;
    z-index: 900;
    -webkit-box-shadow: 0px 6px 8px 5px #9E9D9D;
    box-shadow: 0px 6px 8px 5px #9E9D9D;
}

#ajax_results{
    margin-top: -2px;
    position: absolute;
    z-index: 900;
}

#search_field_comp{
    text-transform: uppercase;
}

#ajax_results #narrow-table{
    width:788px;
}

#ajax_results_comp #narrow-table{
    width:744px;
}


.narrow_table_up #narrow-table{
    margin:-38px 0 0 224px!important;
}

#main a.cms_link{
    text-decoration:none;
}
#main a.cms_link:hover{
    text-decoration:underline;
}


.red{
    color:#ff0000;
}

.green{
    color:#008F02;
}