﻿body
{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:url('../images/mvp_bg_v4.jpg') 57% 0% no-repeat #900508;
	padding:0px;
}
#wrapper
{
	margin:0pt auto;
	padding:0px;
	width:1076px;	
}
#container
{
	float:left;
	width:1076px;	
	padding:0px 0px 20px 0px;
}

#header_container
{
	float:left;
	width:100%;
	margin:10px 0px 10px 0px;
	height:30px;
	overflow:hidden;
}
#menu_search
{
	float:left;
	width:100%;
	padding:5px 0px 5px 0px;
}
#menu_search #menu
{
	float:left;
	width:450px;
	margin:0px 0px 0px 10px;	
}
#menu_search #search
{
	float:left;	
	text-align:right;
	width:220px;
}
#header_container #masthead
{	
	width:100%;
	float:left;
	height:130px;
}
#header_container #leaderboard
{
	float:left;
	padding:0px 0px 0px 20px;
}
#content
{
	float:left;
	width:1076px;
}
#content #content_left
{
	float:left;
	width:676px;
	margin:0px 10px 0px 0px;
}
#content #content_left #top_curve
{
	float:left;
	width:665px;
	background:url('../images/content_top_bg.gif') no-repeat top left;
	height:20px;
	margin:0px 0px 0px 11px;	
}
#content #content_left #bottom_curve
{
	float:left;
	width:665px;
	background:url('../images/content_bottom_bg_v2.gif') no-repeat top center;
	height:20px;
	margin:0px 0px 0px 11px;
}
#content #content_left #middle
{
	float:left;
	background:url('../images/content_middle_bg.gif') repeat-y top center;	
	width:665px;
	margin:0px 0px 0px 11px;
}
#content #content_left #middle_left
{
	float:left;
	width:253px;	
}
#content #content_left #middle_right
{
	float:left;
	width:400px;
}

#content #content_right
{
	float:left;
	width:302px;
	margin:145px 0px 0px;
}
#footer
{
	float:left;
	background:#ffffff;
	width:100%;
}

/*General styles*/
.paddingt10
{
	padding:10px 0px 0px 0px;
	clear:both;
}
.clearboth
{
	clear:both;
}
/*MVP Core Styles*/
table.MVP_Table
{
	clear:both;
	width:100%;
}
table.MVP_Table th
{
	border:1px solid #ffffff;
	padding:4px;
	text-align:left;
	font-weight:normal;
}

table.MVP_Table .link
{
	text-decoration:underline;
}

table.MVP_Table th a
{
	color:#000000;
}
table.MVP_Table td a
{
	color:#680200;
	text-decoration:underline;
}
table.MVP_Table td
{
	border:1px solid #ffffff;
	padding:4px;
	text-align:left;
	color:#680200;
}
table.MVP_Table a
{
	text-decoration:none;
	font-weight:normal;	
}
table.MVP_Table tr
{
	background-color:#F0F0F0;
}
table.MVP_Table tr.tableheader
{
	background-color:#DBDBDB;
	vertical-align:top;
}
/*Facebox Specific CSS*/
#facebox .b {
  background:url(../images/facebox/b.png);
}

#facebox .tl {
  background:url(../images/facebox/tl.png);
}

#facebox .tr {
  background:url(../images/facebox/tr.png);
}

#facebox .bl {
  background:url(../images/facebox/bl.png);
}

#facebox .br {
  background:url(../images/facebox/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
/*Stats Popup*/
.fullstats table tr.alt{
	background-color:#EEE;
}
.fullstats table td{
	padding:5px !important;
	font-size:10px;	
}	
.fullstats table tr.header{
	font-weight:bold;
	text-align:left;
	background-color:#E0E0E0;	
}
.fullstats table th{
	text-align:left;
	padding:5px;
	font-size:11px;	
}
.fullstats .fullstatsheader
{
	text-align:center;
	background-color:#600001;
	color:#FFF;
	padding:2px;
	font-weight:bold;
}
.fullstats .complogo{
	float:left;
}
.fullstats .mvpLogo
{
	float:right;
}
.unsubscribe-text {
	color:#000;
    padding-left:20px;
}
