/*----------------------------------------*/
/************* GLOBAL STYLES **************/
/*These styles are not associated with a  */
/* specific file, division, table, or form*/
/*----------------------------------------*/


/*----------------------*/
/*---------BODY---------*/
/*----------------------*/

div#center{
	text-align: center;
	width: 100%;
	}


.half {
	width: 450px;
}

/*----------------------*/
/*-------ANCHORS*-------*/
/*----------------------*/
a:link {
	color: #007;
	text-decoration: none;
	border: 0px;
	}
a:visited {	
	color: #007;
	text-decoration: none;	
	border: 0px;
	}
a:hover {
	color: #007;
	text-decoration: underline;	
	border: 0px;
	}
a:active {
	color: #007;
	text-decoration: none;
	border: 0px;
	}

.title {
	/*	margin: 15px 15px 5px 18px; */
	padding: 0;
	border: 0;
	clear: left;
	color: #007;
	font-weight: bold;
	font-size: 24pt; /* equivalent to 180% */
	}

/*----------------------*/	
/*-------HEADERS--------*/
/*----------------------*/
h1, h2, h3, h4, h5, h6 {
	/*	margin: 15px 15px 5px 18px; */
	padding: 0;
	border: 0;
	clear: left;
	color: #007;
	font-weight: bold;
	}
h1 {
	font-size: 1.8em; /* equivalent to 180% */
	}
h2 {
	font-size: 1.4em; /* equivalent to 140% */
	}
h3 {	
	font-size: 1.3em; /* equivalent to 130% */
	}
h4, h5, h6 {
	margin-bottom: 0;
	padding-bottom: 0px;
	color: #333;
	font-size: 1.2em; /* equivalent to 120% */
	}

h6.small_bold{
	font-size: 9px;
	margin: 0px;
	padding:0px;
	color: #000;
	}
h6.small_italic{
	font-size: 9px;
	margin: 0px;
	padding:0px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	}
#content h2.video{
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	font-size: 14px;
	display: block;
	width: 100%;

	}
#content h3.video{
	color: black;
	margin: 0px;
	font-size: 14px;
	display: block;
	width: 100%;
	}



/*----------------------*/
/*-------PARAGRAPHS-----*/
/*----------------------*/
p{
	margin: 5px 15px 10px 18px;
	line-height: 1.5em;
}

/*----------------------*/
/*---------LISTS--------*/
/*----------------------*/
ul{
	margin: 5px 15px 10px 5px;
	list-style: none;
	list-style-image: url(../img/list_bullet_fw.gif);
	}
	ul ul {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		}
	ul ol {
		list-style-type: decimal;
		margin-left: 0;
		margin-right: 0;
		}
	ul>li {
		margin: 0 0 5px 15px; /* Also see ie.css. */
		}
ol {
	margin: 5px 15px 10px 5px;
	list-style-type: decimal;
	}
	ol ul {
		list-style-image: url(../img/list_bullet_fw.gif);
		margin-left: 0;
		margin-right: 0;
		}
	ol ol {
		list-style-type: lower-alpha;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		}
		ol ol ol {
			list-style-type: lower-roman;
			}
	ol>li {
		margin: 0 0 5px 18px; /* Also see ie.css. */
		}
li {
	line-height: 1.5em;
	margin-bottom: 5px;
	margin-left: 5px;
	}

ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p,
ol h1, ol h2, ol h3, ol h4, ol h5, ol h6, ol p {
	margin-left: 0;
	margin-right: 0;
	}

/*----------------------*/
/*-----BLOCK QUOTES-----*/
/*----------------------*/
blockquote {
	margin: 5px 15px 10px 40px;
	padding: 0;
	border: 0;
	}

/*----------------------*/
/*-------TABLES---------*/
/*----------------------*/
table {
	margin: 10px 0 15px 18px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	font-size: 90%;
	}
	#noline {
		border-bottom:0 none;
		}	
	tr{
		margin: 0;
		padding: 0;
		border: 0;	
		vertical-align: top;
		display: table-row;
		}
		tr#bottom {
			border-bottom: 1px solid #bbb;
			}
		tr.bottom {
			border-bottom: 1px solid #bbb;
			}
		tr#noline {
			border-bottom: 0px;
			}
		tr#shade{
			background-color: #eee;
			}
		tr#noshade{
			background-color: none;
			}
		tr#noline{
			border-bottom: 0px;
			}
		tr.noline{
			border-bottom: 0px;
			}
	th{
		margin: 0;
		padding: 0;
		border: 0;	
		vertical-align: top;
		//border-bottom: 1px solid #bbb;
		color: #333;
		text-align: center;
		font-weight: bold;
		}
		th#left{
			text-align: left;
			}
		th.left{
			text-align: left;
			}
		th#right {
			text-align: right;
			}
		th.right {
			text-align: right;
			}
		th#center {
			text-align: center;
			}
		th.center {
			text-align: center;
			}
		
	td{
		margin: 0;
		padding: 0;
		border: 0;	
		vertical-align: top;
		border-bottom: 1px solid #bbb;
		}
		td#left{
			text-align: left;
			}
		td.left{
			text-align: left;
			}
		td#right {
			text-align: right;
			}
		td.right {
			text-align: right;
			}
		td#center {
			text-align: center;
			}
		td.center {
			text-align: center;
			}
		td#bottom {
			border-bottom: 1px solid #bbb;
			}
		td.bottom {
			border-bottom: 1px solid #bbb;
			}
		td#noline {
			border-bottom: 0px;
			}
		td#asof {/*for acc standings*/
			text-align: center;
			font-style: italic;
			font-size: 95%;
			}
		tr.highlight {
			background-color: #ffb;
			}
		#noline td { border-bottom:0 none; }
		
	td h1, td h2, td h3, td h4, td h5, td h6,
	td p, td ul, td ol, td dl {
		margin-left: 0;
		}

	.roster tr.odd td {/*Auto striping for roster type tables*/
		background: #e1e1e1;
	}

.roster tr td {
	padding: 0px 2px 0px 2px;
	}
.roster th {
	padding: 0px 2px 0px 2px;
	}

/*----------------------*/
/*--------FORMS---------*/
/*----------------------*/
form {
	margin: 5px 0px 5px 0px;
	padding: 0;
	border: 0;	
	}

form fieldset {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px #c2c1ba solid;	
	float: right;
	width: 250px;
	}

form fieldset legend {
	margin: 0;
	padding: 0 5px;
	clear: both;
	color: #333;
	font-size: 1.2em;
	font-family: Times, 'Times New Roman', serif;
	}
form p{
	margin: 0 15px 5px 5px;
	clear: both;
	}
form ul{
	margin: 0 15px 5px 5px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	}
form ol{
	margin: 0 15px 5px 5px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	}
form li {
	margin: 0 0 3px 0;
	}

/*----------------------*/	
/*----HORIZONTAL RULE---*/
/*----------------------*/
hr {
	display: block;
	clear: left;
	color: #ddd;
	border: none;
	border-top: 1px dotted #999;
	width: 100%;
	height: 0px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/*----------------------*/	
/*----FIELDSET BOXES----*/
/*----------------------*/
fieldset {
	-moz-border-radius: 8px; border-radius: px;
	clear: right;
	margin: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 5px;
	border: 1px #c2c1ba solid;	
	float: right;
	width: 300px;
	
	}

.gamenotes fieldset {
	-moz-border-radius: 8px; border-radius: px;
	width: 450px;
	font-size: 75%;
	
	}

fieldset table {
	width: 300px;
	margin: 0px;
	padding: 0px;
	border-spacing: 0;
	font-size: 100%;
	}

fieldset tr td {
	margin: 0px;
	padding: 0px 2px 0px 2px;
	border-spacing: 0;
	font-size: .7em;
	font-family: verdana, sans-serif;
}

fieldset legend {
	margin: 0;
	padding: 0 5px;
	clear: both;
	color: #333;
	font-size: .8em;
	font-weight:bold;
	font-family: verdana, sans-serif;
	}

fieldset text {
	color: #000;
	font-size: 80%;
	line-height: 1.0em;
	}

/*SAAC*/
fieldset.saac img{
	width: 150px;
	margin-left: 3px;
	}
fieldset.saac h1{
	color: #892034;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px dashed #aaa;
	font-size: 14px;
	}
fieldset.saac {
	font-size: 10px;
	width: 375px;
	}

/*PROMOTIONS*/
body.promotions{
	background-color: #e86b10;
	background-image: url(/assets/img/bg_orange.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 3px 3px 3px 23px;
	}
fieldset.promotions{
	border: 3px solid #892034;
	text-align: left;
	width: 100%;
	color: #444;
	background-color: #fff;
	}
	fieldset.promotions img{
		float: right;
		margin: 0px;
		width: 25%;
		}
		fieldset.promotions img.wide{
			width: 40%;
			}
		fieldset.promotions img.narrow{
			width: 25%;
			}
	legend.promotions{
		font-size: 12px;
		}

/*----------------------*/	
/*--MINI CAL IN BLOGS---*/
/*----------------------*/
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(/assets/img/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-year {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	display:block;
	line-height: 10px;
	padding-top: 0px;
	margin-left: -3px;
}

.fanguidehead {
	display: block;
	border-bottom: 1px solid #e96b10;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #892034;
	}

.bio {
	height: 236px;
	background-color: #000;
	z-index: 1;
}
.bioimg {
	position: absolute;
	width: 338px;
	height: 236px;
	margin-left: 497px;
	z-index: 2;
}
.player {
	position: absolute;
	color: #fff;
	margin-left: 30px;
	margin-top: 15px;
}
.demographic ul {
	position: absolute;
	list-style-type: none;
	margin-left: -8px;
	margin-top: 110px;
	color: #007;
	font-weight: bold;
	list-style-image: none;
}
.demographic li {
	line-height: 1.0em;
	margin-bottom: 5px;
	margin-left: 0px;
}
.demostats ul {
	position: absolute;
	list-style-type: none;
	margin-top: 110px;
	margin-left: 120px;
	color: #fff;
	list-style-image: none;
}
.demostats li {
	line-height: 1.0em;
	margin-bottom: 5px;
	margin-left: 0px;
}
#number {
	float: left;
	color: #fff;
	font-size: 60pt;
	font: Arial;
	font-weight: bold;
	text-align: right;
}
#firstname {
	position: absolute;
	color: #fff;
	width: 600px;
	margin-top: 12px;
	font-size: 21pt;
	font: Arial, Verdana, Helvetica;
	text-transform: uppercase;
	text-align: left;
}
#lastname {
	position: absolute;
	width: 500px;
	color: #007;
	font-size: 32pt;
	margin-top: 34px;
	font: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
#title {
	position: absolute;
	width: 500px;
	color: #fff;
	font-size: 14pt;
	margin-top: 75px;
	font: Arial, Verdana, Helvetica;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#extras {
	position: absolute;
	width: 500px;
	color: #fff;
	font-size: 10pt;
	margin-top: 100px;
	font: Arial, Verdana, Helvetica;
	text-align: left;
}

.clear {
	clear: both;
}