/* basic html attributes ------------------------------------------------------------------------------ */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	color: #ffffff;
	}
p, ul {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	color: #ffffff;
	}
a:link, a:visited {  
	text-decoration: underline;
	color: #333333;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9e0000;
	}
div, form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.bold {
	font-weight: bold;
	}

/* container ------------------------------------------------------------------------------------------ */
#container {
	width: 910px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

/* header --------------------------------------------------------------------------------------------- */
#header {
	height: 101px;
	}
#header p {
	margin: 0px 0px 0px 0px;
	}
#header a:link, #header a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
#header a:hover, #header a:active { 
	text-decoration: underline; 
	}
#header select {
	font-size: 10.5px;
	}
#dropdown {
	float: left;
	margin: 72px 0px 0px 700px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	font-size: 11px;
	}

/* main content --------------------------------------------------------------------------------------- */
#content {
	margin: 0px 432px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#main {
	height: 285px;
	width: 475px;
	/* width should be 478px, but IE is retarded */
	text-align: center;
	}

/* game recaps ---------------------------------------------------------------------------------------- */
#recap {
	height: 510px;
	width: 475px;
	/* width should be 478px, but IE is retarded */
	}
.recap_toggle_cell {
	
	}
#recap_games {
	margin: 0px 15px 0px 15px;
	width: 448px;
	}
#recap_games td {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border-bottom: 1px solid #BBBBBB;
	padding: 3px 0px 2px 0px;
	}
#recap_games p {
	margin: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
#recap_games .recap_colored {
	background: #EFF2F4;
	}
#recap_games .recap_header {
	font-weight: bold;
	}
#recap_games .recap_number {
	font-weight: bold;
	padding: 0px 5px 0px 5px;
	}

/* sidebar column 1 ----------------------------------------------------------------------------------- */
#column1 {
	float: right;
	width: 216px;
	}

/* player info ---------------------------------------------------------------------------------------- */
#info {
	height: 209px;
	width: 216px;
	}
#info #info_table {
	padding: 40px 0px 0px 15px;
	}
#info td {
	padding: 0px 5px 6px 0px;
	font-size: 11px;
	vertical-align: top;
	}

/* team info ------------------------------------------------------------------------------------------ */
#team {
	height: 209px;
	width: 216px;
	}
#team ul {
	margin: 0px 0px 0px 0px;
	padding: 40px 0px 0px 15px;
	font-size: 11px;
	list-style: none;
	}
#team li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	font-size: 11px;
	list-style: none;
	}
#team a:link, #team a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
#team a:hover, #team a:active { 
	text-decoration: underline; 
	}

/* photos --------------------------------------------------------------------------------------------- */
#photos {
	height: 442px;
	width: 216px;
	}
#photos ul {
	margin: 0px 0px 0px 15px;
	padding: 43px 0px 0px 0px;
	}
#photos li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	list-style: none;
	}
a:link .img, a:visited .img {  
	text-decoration: none;
	border: 1px solid #ffffff;
	margin: 0px 3px 3px 0px;
	}
a:hover .img, a:active .img { 
	text-decoration: none; 
	margin: 0px 3px 3px 0px;
	}

/* sidebar column 2 ----------------------------------------------------------------------------------- */
#column2 {
	float: right;
	width: 216px;
	}

/* news ----------------------------------------------------------------------------------------------- */
#news_container {
	height: 860px;
	width: 216px;
	}
#news {
	padding: 40px 0px 0px 0px;
	}
#news p {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 15px 15px;
	font-size: 11px;
	}
#news a:link, #news a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
#news a:hover, #news a:active { 
	text-decoration: underline; 
	}

/* ad ------------------------------------------------------------------------------------------------- */
#ad {
	margin: 0px 0px 5px 0px;
	text-align: center;
	}
#ad a:link, #ad a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
#ad a:hover, #ad a:active { 
	text-decoration: underline; 
	}

/* footer ad ------------------------------------------------------------------------------------------------ */
#footer_ad {
	padding: 5px 0px 5px 5px;
	}

/* footer --------------------------------------------------------------------------------------------- */
#footer {
	clear: both;
	height: 50px;
	}
#footer p {
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	}
#footer a:link, #footer a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
#footer a:hover, #footer a:active { 
	text-decoration: underline; 
	}
.credits {
	margin: 10px 0px 30px 0px;
	font-size: 11px;
	text-align: center;
	}
.credits a:link, .credits a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
.credits a:hover, .credits a:active { 
	text-decoration: underline; 
	}

/* archive ------------------------------------------------------------------------------ */
body#popup {
	margin: 0px 0px 0px 0px;
	padding: 20px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px; 
	color: #ffffff;
	text-align: left; 
	}
body#popup h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal; 
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
body#popup h2 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal; 
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	}
body#popup p {
	padding: 0px 0px 5px 0px;
	}
body#popup a:link, body#popup a:visited {  
	text-decoration: underline;
	color: #ffffff;
	}
body#popup a:hover, body#popup a:active { 
	text-decoration: underline; 
	}