/* Designed by François PLANQUE - http://fplanque.net/ */

@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */



table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}

p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #888;
	padding: 1ex;
	margin: 0;
}
p.baseline a,
p.baseline a {
	color: #888;
	text-decoration: none;
}
p.baseline a:hover {
	text-decoration: underline;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}


/* CSS Document */

/* Default styles for the document */
	html {min-height: 100%; margin-bottom: 1px;}
	body {
		margin:0;
		padding:5px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		color:#333;
		text-align:center;

		background-color:#031449;
		}
	th {
	font-weight:normal;
	}
	.nomargin {
		margin:0;
		padding:0;
		}
	table {
		font-size:12px;
		}
	table table tr td p {
		font-size:12px;
	}
	form {
		margin:0;
		padding:0;
		}
	.copyright p a {
		color::#FFF;
	}
/* Default font styles */
	ul {
		font-size:1.2em;
		}
	p {
		margin:0;
		padding:0 0 10px 0;
		font-size:12px;
		line-height:140%;
		}
	p.firstpara {
		color:#333;
		font-weight:bold;
		}
	p.nomargin {
		margin:0;
		padding:0;
		}
	h1, h2, h3, h4 {
		margin:0 0 10px 0;
		padding:0;
		text-align:left;
		font-weight:normal;
		
		}
	h1 {font-size:1.8em;}
	h2 {font-size:1.6em;}
	h3 {font-size:1.4em;}
	h4 {font-size:1.3em;}
	h1 em, h2 em, h3 em, h4 em {
		font-size:0.7em;
		font-style:italic;
		}
/* Link styles */
	a {
		color:#0033CC;
		text-decoration:none;
		border-bottom:0px dashed;
		}
	a:hover {
		color:#CDC281;
		text-decoration:underline;
		}
	a img {
		border:none;
		}
	h1 a, h2 a, h3 a, h4 a {
		color:#333;
		text-decoration:none;
		border:none;
		}
	.copyright {
		clear:both;
		}
	.copyright p {
		font-size:9px;
		margin:0;
		color:#999;
		padding:0 0 3px 0;
		}
	.copyright p a {
		font-size:9px;
		color:#999;
		}
/* Page wrapper with some fancy css to make sure min and max with works in IE */
	#wrapper {
		text-align:left;
		border:1px solid #000;
		position:relative;
		margin:0 auto;
		width:994px;
		overflow:hidden;
		padding-bottom:10px;
		background:url(/images/leftbg.gif) repeat-y left #FFF;
		}
/* Banner */
	#banner {
		position:relative;
		background: #FFF;
		height:124px;
		border-bottom:1px solid #000;
		}
	.bannerimg {
		border:none;
		position:absolute;
		top:0;
		left:200px;
		}
	.rss_icon {
		position:absolute;
		top:87px; right:10px;
		width:115px;
		}
	.rss_icon p {
		padding:1px 0 0 0;
		margin:0;
		text-align:right;
		font-size:14px;
		line-height:105%;
		margin:0;
		}
	.rss_icon a {
		color:#333;
		border:none;
		}
	.aaa {
		position:absolute;
		top:86px; right:4px;
		padding:2px 0 2px 0;
		text-align:center;
		}
	.aaa p {
		line-height:70%;
		}
	.aaa a {
		border:1px solid #999;
		color:#666;
		padding:0 3px 0 3px;
		}
	.aaa a:hover {
		border-color:#000;
		text-decoration:none;
		color:#000
		}
	.a_highlight {
		color:#000;
		border-color:#000;
		}
	.title {
		position:absolute;
		top:10px;
		right:10px;
		z-index:99;
		padding:5px 3px 0 0;
		width:300px;
		background:none;
		}
	.title img {
		float:right;
		margin-left:3px;
		}
	.title h1, .title h2{
		margin:0;
		padding:0;
		line-height:120%;
		font-weight:normal;
		text-align:right;
		}
	.title h1 {
		font-size:2.7em;
		}
	.title h2 {
		font-size:1.5em;
		}
	.title h1 a:hover, .title h2 a:hover {
		color:#333;
		outline:none;
		text-decoration:none;
		}
/* Left column - standings, next game and last result */
	#leftcol {
		float:left;
		background-color:#D8D6A0;
		background:#D4C47F url(/images/goldbg.gif) top repeat;
		width:205px;
		padding-bottom:20px;
		}
	#leftcol div {
		float:left;
		width:183px;
		margin:10px 10px 0 10px;
		background-color:#FFF;
		display:inline;
		border:1px solid #000;
		padding-bottom:2px;
		}
	#leftcol div h1 {
		margin:0;
		padding:1px 0 3px 0;
		line-height:100%;
		background:url(/images/bg/headerbgblue1.gif) top repeat-x;
		background-color:#004584;
		color:#FFF;
		font-size:1.3em;
		text-align:center;
		border-bottom:1px solid #000;
		}
	#leftcol div h1 a {
		color:#FFF;
		}
	#leftcol div h1 a:hover {
		text-decoration:none;
		color:#DEDCA9;
		}
	#leftcol div p {
		margin:0;
		padding:0;
		text-align:center;
		}
	#leftcol div a {
		border:none;
		display:block;
		}
	#leftcol table {
		font-size:1.2em;
		width:100%;
		text-align:left;
		}
/* Sideboxes */
	.side_standings {
		margin-top:none;
		}
	.side_standings th {
		padding:2px 0 2px 3px;
		color:#000;
		border-bottom:1px solid #000;
		background:url(/images/bg/headerbg.gif) top repeat-x;
		background-color:#CDC281;
		}
	.pct {border-left:1px solid #000;}
/* Center column - where all the main stuff goes */
	#contentright {
		float:right;
		width:250px;
		padding:7px 0 0 0;
		border-top:1px solid #000;
		}
	#contentright div {
		width:235px;
		border:1px solid #D4C47F;
		float:left;
		margin:0 0 5px 0;
		padding:5px 0 0 5px;
		}
	#contentright h1, #contentright p {
		padding-right:10px;
		}
	
	#contentcenter {
		margin:0 250px 0 205px;
		border-left:1px solid #000;
		border-top:1px solid #000;
		border-bottom:none;
		padding:6px 10px 10px 10px;
		}
	.minheight {
		float:left;
		width:1px;
		height:200px;
		}
/* Navbar */
	#navbar {
		height:16px;
		background:#D4C47F url(/images/goldbg.gif) top repeat;
		padding:3px 0 0 210px;	
		}
	#navbar ul, #navbar li {
		padding:0;
		margin:0;
		list-style-type:none;
		}
	#navbar li {
		float:left;
		font-size:11px;
		}
	#navbar li a {
		padding:0 5px 0 7px;
		border-bottom:none;
		color:#333;
		outline:none;
		}
	#navbar li a:hover {
		text-decoration:underline;
		color:#FFF;
		}
	#tabs {
		position:absolute;
		top:100px; left:210px;
		overflow:hidden;
		border:0px solid red;
		}
	ul#navlist {
		list-style-type: none;
		padding-bottom: 24px;
		margin: 0;
		padding:0;
		}
	ul#navlist li {
		float: left;
		height: 21px;
		background-color: #FFF;
		margin: 2px 1px 0 1px;
		border: 1px solid #000;
		}
	ul#navlist li#active {
		border-bottom: 1px solid #D4C47F;
		background:#D4C47F url(/images/goldbg.gif) top repeat;
		}
	ul#navlist li#active {
		color:#000;
		}

	#navlist a {
		font-size:11px;
		float: left;
		display: block;
		border:none;
		color: #000;
		outline:none;
		text-decoration: none;
		padding: 4px 8px 4px 8px;
		}
	#navlist a:hover { color:#000; background:#D4C47F url(/images/goldbg.gif) top repeat;}
/* Image styles */

	.news_img_right {
		float:right;
		margin:0 0 10px 10px;
		border:1px solid #D4C47F;
		}
	.news_img_left {
		float:left;
		margin:0 10px 10px 0;
		border:1px solid #D4C47F;
		}
/* Left column styles */
	#team_badge {
		position:absolute;
		top:6px;
		left:30px;
	}
	.team_select {
		position:absolute;
		top:0;
		left:0;
		padding:2px 0 3px 5px;
		border-top:none;
		text-align:center;
		font-size:11px;
		}
	.team_select span {
		text-decoration:underline;
		}
/* News Page */
	.readmore_right {
		text-align:right;
		padding-right:10px;
		}
	.top_story {
		height:228px;
		}
	.second_story td {
		vertical-align:top;
		border:1px solid #D4C47F;
		width:48%;
		}
	.second_story div.read {
		position:absolute;
		bottom:0; right:0;
		}
	.second_story div.min {
		float:right;
		width:0px;
		height:16em;
		}
	.second_story p {
		margin-bottom:2em;
		font-size:1.1em;
		}
	.second_story div p {
		margin-bottom:0;
		font-size:1.1em;
		}
	.second_story div h3 {
		font-size:1.2em;
		}
	p.sub_news {
		border:1px solid #D4C47F;
		margin:0 5px 5px 0;
		padding:5px;
		}
	p.sub_news a {
		color:#333;
		display:block;
		width:100%;
		}
	p.sub_news a:hover {
		color:#DEDCA9;
		}
	.clearboth {
		clear:both;
		height:1px;
		}
/* news archive */
	.archive_table {
		width:95%;
		border:1px solid #D4C47F;
		font-size:1.2em;
		}
	.archive_table a {
		display:block;
		width:100%;
		}
	.archive_table th{
		text-align:left;
		border-bottom:1px solid #D4C47F;
		font-weight:bold;
		}
/* Contact Form */
.textboxes, .textareas {
		border:1px solid #CCC;
		padding:2px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}
	.textboxes {
		width:180px;
		}
	.textareas {
		width:100%;
		}
/* Links page */
	.teamlinks {
		float:left;
		border:1px solid #D4C47F;
		width:47%;
		height:136px;
		margin:0 10px 10px 0;
		}
	.teamlinks h2 {
		text-align:center;
		border-bottom:1px solid #D4C47F;
		font-size:1.2em;
		}
	.teamlinks p {
		text-align:center;
		margin:0;
		padding:0;
		}
/* Standings */
	.standings_table {
		width:95%;
		border:1px solid #D4C47F;
		margin-bottom:10px;
		}
	.standings_table th, .standings_table td {
		text-align:center;
		}
	.standings_table th {
		border-bottom:1px solid #D4C47F;
		}
/* Result tables */

	.result_table {
		width:95%;
		margin:0 0 10px 0;
		border:1px solid #D4C47F;
		}

#tickertape{
position:relative;
background-color:#FFF;
width:400px;
height:119px;
float:left;
}

#subtickertape{
background-color:#FFF;
border: 1px solid black;
height:119px;
}
#subtickertape img {
	float:right;
	margin-left:10px;
	}
.historytable {
	width:95%;
	border:1px solid #D4C47F;
	}
.historytable th {
	border-bottom:1px solid #D4C47F;
	}

	.figures_table {
		float:left;
		margin:0 10px 10px 0;
		display:inline;
		width:96%;
	}
	.figures_table table {
		border:1px solid #D4C47F;
		width:100%;
	}
	.figures_table table th {
		border-bottom:1px solid #D4C47F;
		text-transform:uppercase;
	}
.stats_table {
	width:96%;
	border:1px solid #D4C47F;
	margin-bottom:10px;
}
.stats_table th {
	border-bottom:1px solid #D4C47F;
	text-transform:uppercase;
	text-align:center;
}
.stats_table td {
	text-align:center;
}
.year_select_div {
	width:97%;
	height:20px;
	clear:none;
}
/* Calendar Layout */
.calendar {
	width:100%;
	border:1px solid #D4C47F;
	text-align:center;
}
.calendar th {
	border-bottom:1px solid #D4C47F;
}
div.pageHeader {
	padding: 1ex;
	margin: 0 1px 1ex 1px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	background: #78a;
}

h1#pageTitle {
	font-size: 270%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

ul#bloglist {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0 1px;
	padding: 0;
	list-style-type:none;
	padding: .5ex 0;
}
ul#bloglist li {
	border-right: 1px solid #000;
	display: inline;
	padding: .5ex 1em;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #9ae;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #78a;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #9ae;
}


.pageSubTitle {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;

}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for main area (left) */

/* Styles for posts */
.bPosts {
	float: left;
	width: 280px;
	overflow: hidden;
	/* background: #090;*/
}
div.action_messages {
	margin: 0 2ex;
}
.bPost, .bPostpublished
{
	padding: 7px 0 0 0;
	border-bottom: 1px solid #ddd;
	/* border: 1px solid #78a; */
}
.bPost strong, .bPostpublished strong {
	color:#666;
}
.bPost h2, .bPostpublished h2 {
	display:none;
}
.bSmallHead {
	font-size: 10px;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	color: #999;
	font-size: 10px;
	margin: 1ex 0 2ex 0;
}

input.bComment,
textarea.bComment
{
	background-color: #FFF;
	border: 1px solid #ccc;
	width: 96%;
	padding: 2px;
	margin: 0ex;
}
select.bComment  /* Used by the profile form */
{
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex;
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.preview,
input.reset {
	background-color: #ddd;
	color: #78a;
	border: 1px solid #000;
	font-weight: bold;
	padding: 1px;
}

input.submit:hover,
input.preview:hover {
	color: #000;
}

/* Styles for sidebar (right) */

.bSideItem {
	border-bottom: 1px solid #ddd;
}
.bSideItem form div {
	border:none;
	width:80%;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style-type:square;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #D4C47F;
	background-color: #FFF;
	border-bottom: 0;
}
table.bCalendarTable {
	width:98%;
	font-size:12px;
	border: solid 1px #D4C47F;
	border-collapse: separate;
}
table.bCalendarTable tfoot td {
	background-color: #FFF;
	border-top: 1px solid #D4C47F;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #FFF;
	color: #000;
}
th.bCalendarHeaderCell {
	color: #D4C47F;
}
#bCalendarToday {
	background-color: #bce;
}
.image_block {
	float:left;
	margin-right:10px;
	display:inline;
	padding:7px 5px 5px 5px;
	border:1px solid #999;
	width:240px;
}
.image_block img {
	margin:0 0 5px 0;
	padding:0;
	border:1px solid #999;
}
