/* CSS Document */

.post a:link, .post a:visited { 
	border: none;
	font-weight: bold;
	text-decoration: none; 
}
	
.post a:hover, .post a:active { 
	border: none;
	font-weight: bold;
	text-decoration: underline; 
}

h1 {
	margin: 0px;
	padding: 0px;
}

.center { text-align: center;}

.clear { clear: both;}

.float_left { float: left;}

.margin_left { margin-left: 10px;}

.margin5Right { margin-right: 5px;}
.margin10Left { margin-left: 10px;}

.small { font-size: 10px;}

/* ----- PAGE CONTAINER ----- */

#pageContainer {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #B0BEC7;
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 1018px;
}

/* ----- PAGE CONTENT ----- */

#pageContent {
}

#pageMargin {
	padding: 1px 5px 5px 5px;
}

#pageMainFull p {
	line-height: 145%;
}

.yearText {
	font-size: 12px;
}

/* ----- LEFT COLUMN ----- */

#left_column {
	border-right: 1px solid #D8EAF3;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	text-align: left;
	width: 152px;
}

.main_image {
	border: 1px solid #B0BEC7;
}

.small_image {
	border: 1px solid #B0BEC7;
	height: 100px;
	margin-right: 5px;
	width: 100px;
}

.smaller_image {
	border: 1px solid #B0BEC7;
	height: 75px;
	margin-right: 5px;
	width: 75px;
}

.micro_image {
	border: 1px solid #B0BEC7;
	height: 50px;
	margin-right: 5px;
	width: 50px;
}

.divider {
	/* background-color: #75002B; */
	border: 1px solid #B0BEC7;
	/* color: #EBDBB9; */
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.information {
	padding: 2px 5px 2px 5px;
}

.information_center {
	margin: auto;
	padding: 0px;
	text-align: center;
	width: 150px;
}

/* ----- RIGHT COLUMN ----- */

#right_column {
	clear: none;
	float: left;
	text-align: left;
	width: 825px;
}

.sectionTitle {
	/* background-color: #75002B; */
	border: 1px solid #B0BEC7;
	border-bottom: 0px;
	/* color: #EBDBB9; */
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}

.section {
	background-color: #FFFFFF;
	color: #333333;
	margin-bottom: 5px;
	padding: 0px;
}

.bordered {
	background-color: #ecf3d3;
	border: 1px solid #B0BEC7;
	padding: 5px;
}

.table_data {
	background-color: #B0BEC7;
	border: 1px solid #b0bec7;
	color: #000000;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

/*
.table_small tr td {
	font-size: 10px;
	padding: 2px 3px 2px 3px;
} */

tr.table_break {
	background-color: #E2363D;
	font-size: 1px;
	height: 1px;
}

td.table_attribute {
	width: 130px;
}

td.no_data {
	background-color: #bbbbbb;
	margin: 0px;
	padding: 0px;
}

td.overall, tr.overall {
	background-color: #000000;
	color: #ffffff;
}

.header_row {
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
}

.odd { padding: 5px;}

.even {
	background-color: #DCDCDC;
	padding: 5px;
}

/* ----- LEFT HALF ----- */

#leftHalf {
	width: 490px;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

/* ----- RIGHT HALF ----- */

#rightHalf {
	width: 490px;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

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

/* #footer {
	border-top: 2px solid #75002B;
	clear: both;
	padding-top: 5px;
} */

/* ----- ----- ----- ----- ----- ----- */

/* ----- SERIES PAGE ----- */
#seed_favorite, #seed_underdog {
	border: 1px solid #B0BEC7;
	position: relative;
	top: -25px;
	left: 5px;
	text-align: center;
	width: 30px;
}

/* ----- TEAM PAGE ----- */
.redBackground { 
	background-color: #75002B;
}

.attributePoint {
	margin-right: 1px;
}

/* ----- PLAYER PAGE ----- */
.overallBox {
	background-color: #75002b; 
	border: 1px solid #B0BEC7; 
	color: #ebdbb9; 
	float: left; 
	height: 93px; 
	margin-right: 5px; 
	padding: 5px 2px 2px 2px; 
	text-align: center; 
	vertical-align: middle; 
	width: 98px;
}

.overallText {
	color: #FFFFFF;
	font-size: 50px; 
	font-weight: bold;
}

/* ----- TYPOGRAPHY ----- */
.goldFade {
	background-image: url("/images/misc/goldFade.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
.silverFade {
	background-image: url("/images/misc/silverFade.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
.bronzeFade {
	background-image: url("/images/misc/bronzeFade.jpg");
	background-position: top;
	background-repeat: repeat-x;
}
.copperFade {
	background-image: url("/images/misc/copperFade.jpg");
	background-position: top;
	background-repeat: repeat-x;
}

.largeText { font-size: 22px; }
.twelve { font-size: 12px; }

.faqFade {
background-image: url(/images/fades/faqFade.jpg);
background-position: left;
background-repeat: repeat-y;
}

.bold { font-weight: bold; }