/* ----------------------------------------------------------------
                     _ _
                  __| (_)_ __   __ _  ___  _ __ __ _
                 / _` | | '_ \ / _` |/ _ \| '__/ _` |
                | (_| | | | | | (_| | (_) | | | (_| |
                 \__,_|_|_| |_|\__, |\___/|_|  \__,_|
                               |___/
/ ----------------------------------------------------------------*/


body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #252525 url(/img/global/glow.jpg) center top no-repeat;
    font-size: 13px;
    line-height: 20px;
}
a{
    color: #d01887;
}
p{
	line-height: 20px;
}
p, h1, h2, h3, h4, h5, h6{
    margin-top: 20px
}
h1{
    font-size: 52px;
    color: #252525;
    font-weight: 100 !important;
    padding: 0;
    margin: 0 0 20px 0;
    letter-spacing: -0.05em;
}
h2, legend{
	font-size: 20px;
	text-transform: uppercase;
	color: #d01887;
	border-bottom: #d01887 1px solid;
	font-weight: bold;
	clear: left;
}
h3{
	font-size: 15px;
	text-transform: uppercase;
	color: #9e9e9e;
	font-weight: bold;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
ol{
    margin-left: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
    list-style:decimal outside;
}
ul.bulletList{
    margin-left: 1em;
    margin-top: 20px;
    margin-bottom: 20px;
	list-style-type: disc;
}
img.signupDistribute{
	margin: 10px 0 20px 0;
}

/* Forms */

label{
	font-size: 13px;
}
label.lastItem{
    margin-bottom: 5px;
}
input[type='text'], input[type='password'], input[type='file'], textarea{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #252525;
	border: #252525 1px solid;
	padding: 2px 2px 3px 2px;
	background: #fff url(/img/global/form-bg.png) repeat-x;
}
 textarea{
	height: 180px;
	width: 100%;
	white-space: pre;
}
#subscription_expiry_month, #subscription_expiry_year{
    width: auto !important;
    float: left;
    margin-top: 4px;
}
.expirationDate{
    float: left;
    margin-left: 20px;
    overflow: hidden;
}
.betweenDates{
    width: 15px;
    float: left;
    text-align: center;
}
legend{
        /* "inherits" from h2 */
        width: 100%;
        padding-bottom: 2px;
}

/* ----------------------------------------------------------------*/
/* ---------------------------- LAYOUT ----------------------------*/
/* ----------------------------------------------------------------*/

.container{
	float: left;
	padding: 0;
	margin: 0;
}
#contentWrapper{
    background: url(/img/global/content-bg.png) no-repeat top center;
    overflow: hidden;
}
#content{
	position: relative;
	width: 980px;
	min-height: 600px;
	background-color: #fff;
    margin: 14px auto 0 auto;
}
#content .container{
	position: relative;
	width: 940px;
	padding: 20px 20px 40px 20px;
	background-color: #fff;
}
.layout-grid{
    background: url(940.png) 20px 0px;
}
.dropDownHeader{
	width: 420px;
	height: 20px;
	background: url(/img/global/drop-down-header-bg.png) no-repeat left;
}
.dropDownContent{
	float: left;
	display: block;
	width: 420px;
	background: url(/img/global/drop-down-content-bg.png) repeat-y left;
}
.dropDownFooter{
	float: left;
	display: block;
	width: 420px;
	height: 20px;
	background: url(/img/global/drop-down-footer-bg.png) no-repeat left;
}

/* ------------------------------------------------------------------------*/
/* ---------------------------- CONTENT LAYOUT ----------------------------*/
/* ------------------------------------------------------------------------*/

#columnOne{
	float: left;
	width: 580px;
	z-index: 2000;
}
#columnOne .container{
	width: 580px;
	padding: 0;
	z-index: 2000;
}
#columnTwo{
	float: left;
	width: 340px;
	margin-left: 20px;
	padding: 0;
}
#columnTwo h3{
	margin-top: 0;
	text-transform: uppercase;
}
#columnTwo p{
	font-size: 13px;
	margin-top: 0;
}
#columnTwo .message{
	margin-top: 20px;
}
#columnTwo .comingSoon .message {
	float: left;
	margin-top: 10px;
}
#columnTwo .container{
	width: 320px;
	margin-top: 20px;
	padding: 10px 10px 0 10px;
	background-color: #ebebeb;
}
#columnTwo ul.movieInfo{
	margin: 0;
}
#columnTwo input{
	padding: 0;
	margin: 0;
}
#columnTwo form{
	padding: 0;
	margin: 0;
}
#columnTwo label{
	top: 0;
	margin: -5px 0 10px 0;
	line-height: 20px;
}
#columnThree{
	float: left;
	width: 580px;
	margin-top: 20px;
}
#columnThree .container{
	width: 540px;
	padding: 20px;
	background-color: #ebebeb;
}
#columnFour{
	float: left;
	width: 580px;
}
#columnFour .container{
	width: 580px;
	padding: 0;
	margin-top: 20px;
}
#columnFive{
	float: left;
	width: 940px;
}
#columnFive .container{
	width: 900px;
	margin-top: 20px;
	padding: 10px 20px 20px 20px;
	background-color: #ebebeb;
}
#columnFive .container ul{
	float: left;
	margin:0;
}
#columnFive .container h2{
	border: none;
	margin-top: 0;
}
#columnFive .container .message{
	margin-top: 10px;
}
#columnSix{
	float: left;
	width: 940px;
}
#columnSix .container{
	width: 940px;
	padding: 0;
}
#columnSix .container img{
	float: left;
	margin: 20px 20px 0 0;
}
#columnSix .container table{
	margin-top: 20px;
}
#columnSix .container table, tr{
	width: 100%;
}
#columnSix .container th, #columnSix .container td{
	width: 20%;
}
#columnSix .container th{
	padding-left: 20px;
	text-transform: uppercase;
	border-bottom: #252525 1px solid;
}
#columnSix .container td{
	padding: 10px 0 10px 20px;
	text-transform: uppercase;
	background-color: #ebebeb;
	border-top: #fff 20px solid;
}
#columnSeven{
	float: left;
	width: 940px;
}
#columnSeven .container{
	width: 940px;
	padding: 0;
}
#columnSeven .containerApply{
	width: 900px;
	margin-top: 20px;
	margin-bottom: 40px;
	padding: 10px 20px 20px 20px;
	background-color: #ebebeb;
}
#columnSeven .containerApply .message{
	margin-top: 10px;
}
#columnSeven .container p{
	float: left;
	font-size: 15px;
	line-height: 25px;
	margin: 40px 20px 0 0;
}
#columnSeven .container ul{
	float: left;
	font-size: 15px;
	line-height: 25px;
	padding-left: 40px;
	margin: 20px 20px 0 0;
	list-style-type: disc;
}
#columnSeven .container p.broadcast{
	width: 450px;
}
#columnSeven .container img{
	float: left;
	margin-top:  40px;
}
#columnEight{
	float: left;
	width: 940px;
}
#columnEight .container{
	width: 940px;
	padding: 0;
}
#columnEight .container img{
	float: left;
	margin: 20px 20px 0 0;
}
#columnEight .container h3{
	float: left;
	margin-bottom: 20px;
}
.dateRanking{
	float: left;
	width: 940px;
	margin-left: -20px;
	padding: 20px;
	background-color: #ebebeb;
}
.dateRanking h3{
	float: left;
	font-size: 20px;
	font-weight: normal;
	color:#252525;
	margin: 0;
}
.previousRankingButton{
	float: left;
	width: 28px;
	height: 22px;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}
.previousRankingButton a{
	float: left;
	display: block;
	width: 28px;
	height: 22px;
	background: url(/img/button/previous-button.png) no-repeat left;
}
.previousRankingButton a:hover{
	background-position: right;
}
.previousRankingButton span{
	float: left;
	display: block;
	width: 28px;
	height: 22px;
	background: url(/img/button/previous-button.png) no-repeat right;
}
.nextRankingButton{
	float: left;
	width: 28px;
	height: 22px;
	margin: 0 0 0 10px;
	text-indent: -9999px;
}
.nextRankingButton a{
	float: left;
	display: block;
	width: 28px;
	height: 22px;
	background: url(/img/button/next-button.png) no-repeat left;
}
.nextRankingButton a:hover{
	background-position: right;
}
.nextRankingButton span{
	float: left;
	display: block;
	width: 28px;
	height: 22px;
	background: url(/img/button/next-button.png) no-repeat right;
}
#columnEight .container table{
	margin-top: 20px;
}
#columnEight .container table, tr{
	width: 100%;
}
#columnEight .container th, #columnEight .container td{
	text-align: left;
}
#columnEight .container th{
	padding-left: 20px;
	text-transform: uppercase;
	border-bottom: #252525 1px solid;
}
#columnEight .container td{
	padding: 10px 0 10px 20px;
	text-transform: uppercase;
	background-color: #ebebeb;
	border-top: #fff 20px solid;
}
#columnEight .container th.ranking{
	padding-left: 0;
}
#columnEight .container td.ranking{
	padding-left: 0;
	height: 100%;
	text-align: center;
	background-color:#d01887;
}
#columnEight .container td.ranking span{
	font-size: 20px;
	color: #fff;
}
span.positive{
	padding-left: 20px;
	background:url(/img/icon/positive-rank.png) no-repeat 0 0;
}
span.negative{
	padding-left: 20px;
	background:url(/img/icon/negative-rank.png) no-repeat 0 0;
}


/* ---------------------------------------------------------------------*/
/* ---------------------------- FORM ERRORS ----------------------------*/
/* ---------------------------------------------------------------------*/

.errorExplanation ul, .ajaxErrors ul{
    padding: 14px 20px;
    border-style: solid;
    border-width: 1px;
    color: #222;
    margin-bottom: 20px;
    background: #ffd9d9;
    color: #ff0000;
    border-color: #ff0000;
    list-style-type: disc;
}
.errorExplanation ul li, .ajaxErrors ul li{
    margin-left: 12px;
}
.errors p{
	margin: 0;
	padding: 0;
	text-align: center;
}
span.errors input{
	border: #ff0000 1px solid;
	background: #ffd9d9;
}
div.errors{
	float: left;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	color: #ff0000;
	border: #ff0000 1px solid;
	background-color: #ffd9d9;
}

/* ----------------------------------------------------------------*/
/* ------------------------- MISC GLOBAL --------------------------*/
/* ----------------------------------------------------------------*/

.clear{
    clear: both;
    float: none;
}
.large{
	font-size: 20px;
	color: #d01887;
}
.none{
	text-indent: -9999px;
	border: none;
	margin: 0;
}
.noBorder{
    border: none;
}
.pink{
    color: #d01887;
}
.gray{
    color: #9e9e9e;
}
.uppercase{
	text-transform: uppercase;
}
#ui-datepicker-div{
    display: none;
}
.saveOrCancel{
    color: #999;
}
.saveOrCancel input{
    vertical-align: middle;
    margin: 0 8px 0 0;
}
.saveOrCancel a{
    margin-left: 6px;
}
.ui-tabs .ui-tabs-hide{
  display: none;
}
.breadCrumbs{
	float: left;
	width: 940px;
}
.breadCrumbs p{
	text-transform: uppercase;
}
.gravatar{
	float: left;
	margin-right: 10px;
	border: #252525 1px solid;
}
.links{
	color: #d01887;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 20px;
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.shareLinks{
	color: #d01887;
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-bottom: 40px;
	background-repeat: no-repeat;
}
.chart{
	float: right;
	margin: 0 0 0 0;
	background-image: url(/img/icon/chart.png);
}
.moreInfo{
	background-image: url(/img/icon/more-info.png);
}
.makeAComment{
	background-image: url(/img/icon/make-a-comment.png);
}
.likes{
	float: left;
	margin: 0 0 10px 0;
	background-image: url(/img/icon/likes.png);
}
.share{
	float: left;
	margin: 0 0 10px 15px;
	padding-left: 15px;
	background-image: url(/img/icon/share.png);
}
.twitterShare{
	background-image: url(/img/icon/twitter-share-icon.png);
}
.facebookShare{
	background-image: url(/img/icon/facebook-share-icon.png);
}
.googleBuzzShare{
	background-image: url(/img/icon/google-buzz-share-icon.png);
}
.orkutShare{
	background-image: url(/img/icon/orkut-share-icon.png);
}
.stumbleUponShare{
	background-image: url(/img/icon/stumble-upon-share-icon.png);
}
.remove{
	float: left;
	clear: left;
	margin: 20px 0 0 0;
	background-image: url(/img/icon/remove.png);
}
.addWishlist{
	float: right;
	margin: 20px 20px 10px 0;
	background-image: url(/img/icon/add.png);
}
.addFormElement{
	margin: 20px 20px 10px 0;
	background-image: url(/img/icon/add.png);
}
.cancel{
	float: left;
	margin: 0 20px 10px 0;
	background-image: url(/img/icon/cancel.png);
}
.toggleEmbedCode{
	float:left;
	margin: 20px 20px 10px 0;
	padding-left: 25px;
	background-image: url(/img/icon/embed.png);
}
.reply{
	float: right;
	margin: 10px 0 0 0;
	padding-left: 15px;
	background-image: url(/img/icon/reply.png);
}
.adminDelete{
	float: right;
	margin: 10px 0 0 20px;
	padding-left: 17px;
	background-image: url(/img/icon/remove.png);
}
.help {
	padding-right: 10px;
	background: transparent url(/img/icon/question.png) no-repeat right center;
	cursor: help;
	position: relative;
	height: 14px;
	width: 14px;
	padding-left: 2px;
	z-index: 901;
}
.help > span{
	display: none;
}
.toolTipWrapper {
	width: 260px;
	position: absolute;
	top: 10px;
	display: none;
	border: 1px solid #999;
	font-size: 13px;
	color: #a57800;
    border: solid 1px #d1ac00;
    background-color: #f9edb6;
    z-index: 902;
    padding: 10px;
}
.topRight .toolTipWrapper{
	top: 16px;
	right: 0;
}
.toolTipWrapper p.header{
    margin: 0 0 4px 0;
    font-weight: bold;
}
.toolTipWrapper a{
    color: #eb690d;
}
.silverlightError{
	display: none;
}
.silverlightError .message{
	margin-top: 0;
}
.creditCardsAccepted{
    margin: 0;
    font-size: 12px;
    color: #999;
}
.creditCardsAccepted img{
    vertical-align: middle;
    margin-right: 12px;
}
.modalScroll{
	max-height: 400px;
	overflow-y: auto;
}

/* ----------------------------------------------------------------*/
/* ---------------------------- HEADER ----------------------------*/
/* ----------------------------------------------------------------*/

#header{
	position: relative;
	width: 980px;
    margin: 0 auto;
	z-index: 4000;
}
#header .container{
	width: 980px;
    padding: 20px 0 6px 0;
}
#signupLogin{
    position: absolute;
    top: 24px;
    right: 20px;
}
#signupLogin a{
	float: left;
	color: #fff;
	margin-top: 6px;
	font-size: 13px;
    text-decoration: none;
}
#signupLogin a:hover{
    text-decoration: underline;
}
#signupLogin .hr{
	float: left;
	width: 5px;
	height: 15px;
	margin: 8px 10px 0 10px;
	background: url(/img/global/hr.png) repeat-y;
}
.loginButton{
	float: left;
	width: 100px;
	height: 31px;
	margin-top: -6px;
	text-indent: -9999px;
}
.loginButton a{
	float: left;
	width: 100px;
	height: 31px;
	background: url(/img/button/login.png) no-repeat left;
}
.loginButtonRO a{
	background-position: right;
}
#loginArea{
	display: none;
	position: absolute;
	width: 420px;
	z-index: 3000;
	top: 31px;
	left: -254px;
}
#loginArea form{
	padding: 0px 30px;
}
#loginArea a{
	float: left;
	font-size: 15px;
    color: #d01887;
	margin-top: 10px;
}
.myTicketsButton{
    position: absolute;
    right: 252px;
    top: 77px;
	width: 170px;
	height: 38px;
	z-index: 3000;
	text-indent: -9999px;
}
.myTicketsButton a{
	float: left;
	width: 170px;
	height: 38px;
	background: url(/img/button/my-tickets.png) no-repeat left;
}
.myTicketsButton a:hover{
	background-position: right;
}
#myTicketsArea{
	display: none;
	position: absolute;
	width: 420px;
	z-index: 1000;
	top: 120px;
	left: 307px;
}
#myTicketsArea .container{
	width: 360px;
	margin: 0;
	padding: 10px 30px;
}
#myTicketsArea .container h2{
	margin: 0;
	padding: 0;
}
#myTicketsArea .container ul{
	border-bottom: #252525 1px solid;
	margin-top: 20px;
}
#myTicketsArea .container li{
	line-height: 25px;
}
#myTicketsArea .container a{
	float: none;
	display: block;
}
#myTicketsArea .message{
	margin: 20px 0 0 0;
}
#myTicketsArea a{
	float: left;
	font-size: 15px;
    color: #d01887;
	margin-top: 10px;
}
.browseMoviesButton{
    position: absolute;
    right: 20px;
    top: 77px;
	width: 223px;
	height: 38px;
	text-indent: -9999px;
}
.browseMoviesButton a{
	float: left;
	width: 223px;
	height: 38px;
	background: url(/img/button/browse-movies.png) no-repeat left;
}
.browseMoviesButton a:hover{
	background-position: right;
}

/* -----------------------------------------------------------------*/
/* ----------------------- GLOBAL TAB STYLES -----------------------*/
/* -----------------------------------------------------------------*/

.navTabs{
    height: 31px;
    border-bottom: #252525 1px solid;
}
.navTabs li{
    float: left;
	height: 31px;
    margin-left: 10px;
    text-indent: -9999px;
}
.navTabs li a{
    height: 31px;
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
}
.navTabs li a:hover{ /* RollOver */
    background-position: top right;
}
.navTabs li.selected a{
    background-position: bottom left;
    height: 32px;
}

/* ----------------------------------------------------------------*/
/* ---------------------------- FOOTER ----------------------------*/
/* ----------------------------------------------------------------*/

#footer{
	position: relative;
	width: 980px;
    margin: 0 auto;
	padding-top: 20px;
	color: #fff;
}
#footer h2{
	border-bottom: none;
}
#footer .container{
	width: 980px;
    padding: 10px 0;
}
.aboutDingoraButton{
	float: left;
	width: 145px;
	height: 45px;
	text-indent: -9999px;
	background: url(/img/button/about-dingora.png) no-repeat left;
}
.startYourOwnTheaterButton{
	float: left;
	width: 193px;
	height: 45px;
	margin-left: 20px;
	text-indent: -9999px;
	background: url(/img/button/start-your-own-theater.png) no-repeat left;
}
.broadcastYourMovieButton{
	float: left;
	width: 174px;
	height: 45px;
	margin-left: 20px;
	text-indent: -9999px;
	background: url(/img/button/broadcast-your-movie.png) no-repeat left;
}
#footer .hr{
	float: left;
	width: 5px;
	height: 120px;
	margin: 0 20px;
	background: url(/img/global/hr.png) repeat-y;
}
#footer ul{
	float: left;
	padding-bottom: 40px;
}
#footer li{
	font-size: 12px;
	text-transform: uppercase;
	line-height: 30px;
}
#footer a{
    color: #fff;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}
#footer p{
	font-size: 13px;
	text-align: right;
	margin: 0;
}

/* ------------------------------------------------------------------------*/
/* ---------------------------- FLASH MESSAGES ----------------------------*/
/* ------------------------------------------------------------------------*/

.message{
    padding: 14px 20px;
	border-style: solid;
	border-width: 1px;
    background-color: #eee;
    color: #222;
    margin-bottom: 20px;
    position: relative;
}
.notice{
    background: #f9edb6;
    color: #a57800;
    border-color: #d1ac00;
}
.notice a{
    color: #eb690d;
}
.success{
    background: #edf4c1;
    color: #97a626;
    border-color: #97a626;
}
.success a{
    color: #97a626;
}
.error{
    background: #ffd9d9;
    color: #ff0000;
    border-color: #ff0000;
}
.error a{
    color: #ff0000;
}

/* ------------------------------------------------------------------------*/
/* ------------------------------ ERROR PAGES -----------------------------*/
/* ------------------------------------------------------------------------*/

body.errorPage{
    background: #252525 url(/img/error/body-bg.png) no-repeat top center;
}
body.errorPage #header .container{
    width: 508px;
    margin-left: -74px;
}
body.errorPage #header{
    width: 508px;
}
body.errorPage #content{
    width: 508px;
    background: url(/img/error/page-bg.png) no-repeat;
    padding: 9px 9px 0 9px;
    min-height: 400px;
}
body.errorPage #content .container{
    width: 450px;
}
/*
body.errorPage #content .container .message{
    margin: 0;
}
*/
body.errorPage #content .container .form{
    width: 410px;
	padding: 10px 20px;
	margin:20px 0 0 0;
	background-color: #ebebeb;
}














