/* ---- Body Styles ---- */

body,table,div,img,form {
	margin:0px;
	padding:0px;
	border:0px;
}

html,body {height: 100%;}
object {outline:none;}

body
{
	background-color:#a8afb5;	
	font-family:Arial,arial,sans-serif;
	font-size:11px;
	color:#fff;
	background-image:url('/images/layout/bg-body.jpg');
	background-position:50% top;
	background-repeat:repeat-x;
}

.main {
	min-height: 100%;
	width:985px;
	margin:0px auto 0px auto;
}

.header {
	background-image:url('/images/layout/bg-header.jpg');
	height:166px;
}

.headerad {
	clear:right;
	text-align:right;
	color:#fff;
	margin-right:5px;
	padding:10px 5px 10px 5px;
	height:70px;
	
	width:480px;
	float:right;
}

.topnav {
	height:25px;
	
	margin:0 auto;
	width:975px;
}

.menu {
	float: left;
}

.current_login {
	padding: 5px 2px;
	float: right;
}

.subnav {
	margin:2px auto 0px auto;
	width:975px;
	float:left;
}

.container {
	width:985px;
	margin:0px auto;
}

.center_column { 
	float: left;
	width: 665px;
	margin:0px 0px 40px 5px;
}

.full_column_content {
	font-size:12px;
	background-image:url('/images/layout/bg-main-column.gif');
	background-repeat:repeat-x;
	background-color:#5d6d7e;
	min-height:100px;
	padding:5px 10px;
	width:645px;
	text-align:left;
}

.right_column {
	float: right;
	width: 290px;
	margin: 0 4px 40px;

	text-align:left;
}

.footer {
	width: 985px;
	height: 125px;
	margin: 25px 0 0 0;
	background: 
		url('/images/layout/bg-footer.gif')
		top center
		no-repeat;
}

.footer_content {
	width: 985px;
	float: left;
	margin: 45px 0 15px;
	
	text-align: center;
	font: 10px Arial;
}

#moviegoods_logo {
	float:left;
	width:485px;
	height:107px;
}

.quick_stats {
	font: 11px Arial;
	margin: 0 0 20px;
	padding: 4px 4px 10px;
	border: 1px solid #7f8c9a;
	background: #52606f;
}

.quick_stats_item {
	font: 11px Arial;
	padding: 0 0 5px 2px;	
}

.faq_container {
	margin: 25px 0;
	text-align: left;
}

.content_block {
	width: 310px;
	float: left;
}

.report_header {
	width: 643px;
	margin: 25px auto 0px;
	
	border: 1px solid #7f8c9a;
	border-bottom: none;
}

.new_posters_option {
	border:0px;
	width:116px;
	height:175px;
	padding:5px 3px;
	margin:2px;
	text-align:center;
	float:left;
	font:11px Arial;
}

.new_posters_option img {
	max-width:95px;
	max-height:120px;
	border:2px solid;
	text-decoration:none;
	font-size:0px;
	margin:0 0 5px 0;
}

.affiliate_legend_box {
	width:310px;
	float: left;
	margin:0 5px 0 5px;
	
	text-align:left;
}


/* ---- Form and Input Styles ---- */

.affiliate_login_table input {
	width: 225px;
	border:
        1px solid
        #fff;
    background:
        url(/images/layout/input-bg-repeat.gif)
        top
        repeat-x;
        
    font: 11px Arial;
    color: #305084;
}

.affiliate_signup_table td input {
	width: 205px;
    border:
        1px solid
        #fff;
    background:
        url(/images/layout/input-bg-repeat.gif)
        top
        repeat-x;
        
    font: 11px Arial;
    color: #305084;
}

.account_info_table td input {
	width: 170px;
    border:
        1px solid
        #7f8c9a;
    background:
		#fff
        /*url('/images/layout/input-bg-repeat.gif')
        top
        repeat-x*/;
        
    font: 11px Arial;
    color: #305084;
}

.account_info_table td select {
	width: 172px !important;
    border:
        1px solid
        #7f8c9a;
        
    font: 11px Arial;
    color: #305084;
}

.stats_table td #date_input {
    border:
		1px solid
        #7f8c9a;
        
    font: 12px Arial;
    color: #305084;
}

.stats_table td select, .link_table td select {
    border:
		1px solid
        #7f8c9a;
        
    font: 12px Arial;
    color: #305084;
}

.links_container textarea {
	width: 310px; 
	
	font: 11px arial;
	color: #666;
	
    border:
		1px solid
        #7f8c9a;
}

.register_notice {
    width: 100%;
    margin:25px 0 25px 0;
    
    text-align: center;
	font: 11px Arial;
    color:#eaba09;
}


/* ---- Table Styles ---- */

.affiliate_login_table {
	width: 360px;
}

.affiliate_signup_table {
	width: 100%;
	margin-top:5px;
}

.affiliate_signup_table tr td{
	width: 120px;
	padding: 2px 0px;
	background-color: transparent;
	text-align: left;
}

.table_container {
	padding: 5px;
	
	border: 1px solid #7f8c9a;
	background-color: #404b57;
}

.report_container {
	padding: 5px;
	
	border: 1px solid #7f8c9a;
	border-top: none;
	
	background: 
		#52606f;
}

.link_stats_container {
	padding: 10px;
	border: 1px solid #7f8c9a;
	
	background: #404b57;
}

.links_container {
	margin: 25px 0;
	padding: 5px;
	border: 2px solid #435161;
}

.links_container:hover {
	padding: 5px;
	border: 2px solid #ffc900;
	background: #4c5c6e;
}

.quick_stats_feeds {
	width: 100%;
}

.quick_stats_feeds th {
	padding: 0 0 2px; 
	color: #fff;
	font-weight: bold;
	
	text-align: left;
}

.quick_stats_feeds td {
	width: 110px;
	padding: 0 0 2px;
	
	text-align: right;
}

.account_info_table {
	width: 100%;
	border: 0px;
}

.account_info_table th {
	width: 135px;
	padding: 0 0 5px;
	color: #ffc900;
}

.account_info_table td {
	width: 170px;
	padding: 0 0 5px;
}

.stats_table, .link_table {
	width: 100%;
}

.stats_table th {
	padding: 0 0 10px;
	color: #ffc900;
	font: 12px Arial;
	font-weight: bold;
	text-align: left;
}

.stats_table td {
	padding: 0 0 10px;
	color: #fff;
	text-align: left;
}

.link_table th {
	width: 140px; 
	color: #ffc900;
	font-weight: bold;
	text-align: left;
	
	vertical-align: middle;
}


/* ---- Text Styles ---- */

.center {text-align:center;}
.right {text-align: right;}
.left {text-align: left;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.clear {clear:both;}

h1{
	background-image:url('/images/layout/page-header-bar.gif');
	background-repeat:no-repeat;
	background-position: 50% top;
	width:655px;
	padding:3px 5px 0px 5px;
	height:32px;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin:0px;
	text-align:center;
}

h2 {
	padding: 3px;
	margin-top: 0px;
	font: 14px Arial;
	font-weight: bold;
	text-align: center;
	background: 
		#404b57
		url('../images/layout/h2-bg.gif')
		repeat-x;
}

h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #a7d4f7;
	text-align: center;
}

.report_header h2 {
	padding: 3px;
	margin: 0px;
	font: 14px Arial;
	font-weight: bold;
	text-align: center;
	background: 
		#404b57
		url('../images/layout/h2-bg.gif')
		repeat-x;
}

.reqAsterisk {
	font: 10px Verdana;
	font-weight: bold;
	color: #ee9553;
}

.header_text {
	text-align:right;
	color:#fff;
	height:18px;
	padding:2px 10px 0px 0px;
	float:right;
	width:480px;
	font-size:12px;
	
	margin-right:5px;
}

.toll_free_number {
	font-size:12px;
	color:#ffcc00;
	font-weight:bold;
	margin-right:20px;
}

.active_text {
	color: #ffc900;
}

.highlight_text {
	color: #a7d4f7;
}

.quick_stats h3 {
	font: 12px Arial;
	font-weight: bold;
	padding: 3px; 
	margin: 0 0 10px;
	background: #404b57;
}

.content_block h2 {
	padding: 3px;
	margin-top: 0px;
	font: 14px Arial;
	font-weight: bold;
	text-align: center;
	background: 
		#404b57
		url('../images/layout/h2-bg.gif')
		repeat-x;
}

.faq_question {
	font:12px Arial;
	font-weight:bold;
	color: #b5d7f1;
}

.faq_answer {
	font:12px Arial;
	margin:5px 5px 25px 20px;
}

.faq_examples {
	font: 11px Arial;
	color: #ccc;
}

.back_to_top {
	color: #ffc900;
	font: 11px Arial;
}

.back_to_top_blue {
	color: #a7d4f7;
	font: 11px Arial;
	font-weight: bold;
}

.criteria_display {
	width: 100%;
	border-top: 1px solid #77828e;
	padding-top: 10px;
	
	color: #fff;
	font: 11px Arial;
	font-weight: bold;
	font-style: italic;
}

.error_message {
	width: 645px;
	margin: 25px auto 0px;
}

.ad_header {
	font-weight: bold;
	color: #a7d4f7;
}

.link_instructions {
	padding: 15px 0;
	font: 11px Arial;
	font-weight: bold;
}


/* ---- Link Styles ---- */

a {
	text-decoration: none;
	color: #a7d4f7;
	-moz-outline-style: none;
}

a:hover {
	color: #ffc900;
}

a.logout {
	text-decoration: none;
	margin-right: 1px;
	padding: 4px 8px;
	background-image:url('../images/layout/topnav-bg-off.gif');
	color: #fff;
	height:30px;
}

a.logout:hover {
	background-image:url('../images/layout/topnav-bg-on.gif');
}

a.footerLink:link, a.footerLink:active, a.footerLink:active, a.footerLink:visited {
	color: #5d6d7e;
	font:11px Arial;
	font-weight:bold;
}

a.footerLinkSM:link, a.footerLinkSM:active, a.footerLinkSM:active, a.footerLinkSM:visited {
	color: #5d6d7e;
	font:10px Arial;
	font-weight:bold;
}

a.footerLink:hover, a.footerLinkSM:hover {
	color: #3f4e5d;
}

.new_posters_option a img {
	border: 2px solid #a7d4f7;
	text-decoration: none;
}

.new_posters_option a:hover img {
	border-color: #ffc900;
}
