@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:22px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	background:#333;
	text-align:center
}

/* default some tags to zero margin and padding
------------------------------------------------*/
h1, h2, h3, h4, div, ul, ol, li, form, input, select {margin:0; padding:0}


/* header styling
------------------*/
h1, h2, h3 { font-family:Georgia, "Times New Roman", Times, serif }
h1, h2 {
	font-size:22px;
	color:#000;
	background:#eee;
	font-weight:normal;
	padding:4px 5px;
	border-bottom:1px solid #ff0000
}

h2 { font-size:18px; margin:20px 0 5px; font-weight:normal }

h2 span { float:right; color:#666; font-size:11px }

/* <p>, <span>, <em>, <strong> etc
------------------------------------*/
p {
	margin:10px 0 5px;
}

p#mylink { color:#999 }
p#mylink a { color:#999 }
p#mylink a:hover { text-decoration:none }

span.eventdate { color:#FF6600 }

.red { color:red }

blockquote {border-left:5px solid #ddd; padding-left:10px; color:#666}

/* ul, ol, li, dl, dt, dd styling
------------------------------------*/


/* Link styling
----------------*/

a:link, a:visited {
	color:#3366cc;
	text-decoration:underline
}
a:hover {
	color:red;
	text-decoration:underline;
}

/* main menu in col 1 */
ul#mainmenu {
	list-style-type:none;
	margin:10px 0
}
ul#mainmenu li a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	font-size:14px;
	color:#fff;
	border-bottom:1px solid #cc0000
}
ul#mainmenu li a:hover, ul#mainmenu li a#current {
	background:#cc0000
}



/* main container <div>'s generally in order of appearance
-----------------------------------------------------------*/
div#sitewrap {
	width:956px;
	margin:0 auto;
	text-align:left
}

div#head {
	background:url(../i/bg_head.gif) no-repeat top right;
	height:36px;
	margin:0 25px
}

div#shad_top {
	background:url(../i/bg_shad_top.gif) no-repeat bottom left;
	height:35px;
	font-size:0;
}

div#mainwrap {
	background:#fff url(../i/bg_mainwrap.gif) repeat-y top left;
	padding:5px 36px
}

div#col1 {
	float:left;
	width:126px;
	margin-right:20px;
}

div#col2 {
	float:left;
	width:573px;
	margin-right:21px;
	line-height:20px;
}

div#col3 {
	float:left;
	width:140px;
	padding:5px 0 0;
}

div#shad_bot {
	background:url(../i/bg_shad_bot.gif) no-repeat top left;
	height:35px;
	font-size:0;
}

div#foot {
	font-size:10px;
	color:#ccc;
	text-align:right;
	padding:0 25px
}

/* misc <div>'s
-----------------*/
div#nextmatch {
	background:url(../i/bg_nextmatch.png) no-repeat bottom center;
	font-size:16px;
	color:red;
	float:left;
	width:280px;
	height:180px;
	margin:5px 12px 0 0
}

div#nextevent {
	background:url(../i/bg_nextevent.gif) no-repeat bottom center;
	height:180px;
	font-size:16px;
	float:left;
	width:280px;
	color:red;
	margin:5px 0 0
}

div#nextmatch p, div#nextevent p {
	margin:0;
	padding:10px 10px
}

div#nextmatch h2, div#nextevent h2 {
	margin:0 0 5px;
	padding:4px 5px;
}

div.clear, div.clearright, div.clearleft {
	clear:both;
	height:0;
	font-size:0;
	overflow:hidden
}

div.clearright { clear:right }
div.clearleft { clear:left }

div#map {
	height:450px;
	margin:10px 0 0;
	border:1px solid #666
}

div#pager {
	text-align:center;
	margin-top:20px;
	border-top:1px dotted #ccc;
	padding-top:5px
}

div#featurednews h3 {
	font-size:12px
}
div#featurednews p {
	margin:0 0 10px;
	font-size:11px;
	border-bottom:1px solid #ccc;
	padding:5px 0 10px
} 

/* table styling
-------------------*/

td.leftcell {
	font-weight:bold
}	

table#keyfacts {
	width:100%;
}
table#keyfacts tr td {
	padding:2px 5px
}

table.list_tbl {
	width:100%;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
}
table.list_tbl tr td, table.list_tbl tr th {
	padding:3px 5px;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	font-size:11px
}

.oddrow { background:#FFF2F2 }
.evenrow { background:#fff }


/* form styling
----------------------------*/
form#teamtypeform {
	margin:10px 0 0;
	font-size:16px;
	background:#f5f5f5;
	border:1px solid #ccc;
	padding:5px 10px
}
form#teamtypeform select, form#teamtypeform input {
	font-size:16px
}

/* image styling
---------------------*/
img { border:none }

img.floatright {
	float:right;
	margin:10px;
	border:1px solid #ccc;
	padding:5px;
}
