td.topleft {
	text-align: left;
	font-family: Verdana; color: #ffffff; font-size: 10px; line-height: 14px; font-weight: normal;
	padding-left: 4px;
}

td.login {
	text-align: right;
	font-family: Verdana; color: #ffffff; font-size: 10px; line-height: 14px; font-weight: normal;
	padding: 0px 4px 0px 4px;
}

td.search {
	width: 145px;
	text-align: right;
	font-family: Verdana; color: #ffffff; font-size: 10px; line-height: 14px; font-weight: normal;
	padding-right: 4px;
}

.search { 
	background: url('search.png') no-repeat 8px 3px; 
}
.rounded { 
	border-radius:4px; 
	-moz-border-radius:4px; 
	-webkit-border-radius:4px; 
}

.dark input[type=text]{
	border:1px solid #2a2e31;
	background-color:#2d3035;
	color:#ffffff;
	font-family: Verdana; font-size: 10px;
}

div.topcorner, table.topcorner, th.topcorner {
	background: #4b545f;
	margin-left: auto;
	border-top-right-radius: 6px;  
	border-top-left-radius: 6px;  
	height: 20px;
	color: #ffffff;
}

div.top, table.top, th.top {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	margin-left: auto;
	margin-right: auto;
	border-top-left-radius: 6px;  
	width: 800px;
	height: 25px;
}

div.bot, table.bot, th.bot {
	background: #2d3035 url(midbg2.png);
	margin-left: auto;
	margin-right: auto;
	border-bottom-right-radius: 6px;  
	border-bottom-left-radius: 6px;  
	width: 800px;
	height: 165px;
	padding: 10px;
}

td.topperformers {
	font-family: Verdana; color: #444444; font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 215px;
	padding: 10px;
	vertical-align: top;
}

table.teamlogos, td.midbar {
	margin-right: auto;
	padding: 0px;
	border-spacing: 1px;
	border-collapse: separate;
	font-family: Verdana;
	font-size: 6px;
	color: #444444;
}

.midbar img{
	 opacity: 0.25;
}
.midbar img:hover{
	 opacity: 1;
}

.logo img{
	 opacity: 0.65;
}
.logo img:hover{
	 opacity: 1;
}

div.leagueinfo, table.leagueinfo, td.leagueinfo {
	background: #2d3035;
	margin-left: auto;
	border-radius: 6px;  
	color: #c0c0c0;
	font-family: Verdana; font-size: 10px; font-weight: normal;
	width: 225px;
	height: 50px;
	padding: 6px;
}

div.nav, table.nav, th.nav {
	width: 800px;
}

div.mid, table.mid, th.mid {
	background: #b5bdc8; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b5bdc8), color-stop(36%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* IE10+ */
	background: linear-gradient(135deg,  #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	margin-left: auto;
	margin-right:auto;
	width: 800px;
	height: 75px;
}

table.middle, td.middle {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 310px;
	vertical-align: top;
}

table.middle2, td.middle2 {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	vertical-align: top;
	padding:5px;
	border-radius: 6px;  
	margin-top: 5px;
	box-shadow: 5px 5px 5px #888888;
}

table.middle3, td.middle3 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	vertical-align: top;
	border-radius: 6px;  
	margin-top: 5px;
}

div.main, table.main, th.main {
	background: #000000;
	width: 499px;
	height: 320px;
	box-shadow: 5px 5px 5px #888888;
	border-radius: 6px;  
}

div.mainclub, table.mainclub, th.mainclub {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
	width: 800px;
	box-shadow: 5px 5px 5px #888888;
	border-radius: 6px;  
}

div.clubside, table.clubside, td.clubside {
	background: #ffffff;
	width: 300px;
	padding-left: 4px;
}

div.playermain, table.playermain, th.playermain {
	font-family: Verdana; font-size: 11px; color: #444444;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	width: 499px;
	height: 320px;
	box-shadow: 5px 5px 5px #888888;
	border-radius: 6px;  
}

div.side, table.side, td.side {
	font-family: Verdana; font-size: 11px; color: #444444;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	width: 297px;
	height: 110px;
	padding-left: 10px;
	box-shadow: 5px 5px 5px #888888;
}

div.sidebot, table.sidebot, th.sidebot {
	background: #ffffff;
	width: 297px;
	height: 210px;
	box-shadow: 5px 5px 5px #888888;
	vertical-align: top;
}

table.leaders {
	background: #ffffff url(midbg.png);
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 100px;
	vertical-align: top;
}

div.maintop, table.maintop, td.maintop {
	font-family: Verdana; font-size: 11px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	padding: 15px 15px 15px 35px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-radius: 6px;  
}

div.maintop2, table.maintop2, td.maintop2 {
	font-family: Verdana; font-size: 11px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	padding: 15px 15px 15px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	border-radius: 6px;  
}

div.champspot, table.champspot, th.champspot {
	font-family: Verdana; font-size: 11px; color: #444444;
	width: 396px;
	height: 150px;
	box-shadow: 5px 5px 5px #888888;
	vertical-align: top;
	text-align: center;
}

div.botlead, table.botlead, th.botlead {
	font-family: Verdana; font-size: 11px; color: #444444;
	width: 198px;
	height: 150px;
	box-shadow: 5px 5px 5px #888888;
	vertical-align: top;
	text-align: center;
}

div.awardpic, table.awardpic, td.awardpic {
	font-family: Verdana; font-size: 11px; color: #444444;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 6px;  
}

nav {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px; font-weight: bold;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0;
	border-bottom-right-radius: 6px;  
	border-bottom-left-radius: 6px;  
	list-style: none;
	position: relative;
	display: inline-table;
	width: 800px;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 5px 18px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
		width: 150px;
	}
		nav ul ul li {
			float: none; 
			border-top: 1px solid #6b727c;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 5px 15px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

table.awards {
	width: 300px
}
tr.tabla {
	 display: none;
}
tr.tabs {
	 display: block;
}
td.tabla {
	 font: icon; 
	 font-size: 11px;
	 color: #B4BFC0;
	 text-align: center
}
td.taboff {
	 font: icon; 
	 color: #7C4833; 
	 height: 12px; 
	 text-align: center
}
td.tabon {
	 font: icon; 
	 color: #FFFFFF; 
	 height: 12px; 
	 text-align: center; 
	 cursor: default;
}
h1 {
	 font-size: 11px; 
	 font-weight: normal; 
	 text-align: center; 
	 margin: 0px; 
	 font-family: Verdana; 
	 color: #B4BFC0;
}
h3 {
	 font-family: Helvetica, Arial;
	 font-size: 24px;
	 font-weight: bold;
	 color: #444444;
	 border-bottom: 1px solid #CCC;
	 padding-bottom: 10px;
}
h4 {
	 font-family: Helvetica, Arial;
	 font-size: 12px;
	 color: #B8B8B8;
	 font-weight: normal;
}
.article_update {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #B8B8B8;
	 font-weight: normal;
}

.awardstats {
	 padding-top: 6px;
	 font-size: 11px; 
	 font-weight: normal; 
	 text-align: center; 
	 margin: 0px; 
	 font-family: Verdana; 
	 color: #B4BFC0;
}


.teamlinks {
	font-style: Verdana; font-size: 10px; font-weight: bold; text-decoration: none;
	color:#ffffff;
}

.teamlinks:hover {
	font-style: Verdana; font-size: 10px; font-weight: bold; text-decoration: none;
	color:#D1CDAC;
}
.user_pro {
	font-style: Verdana; font-size: 10px; font-weight: normal; text-decoration: none;
	color:#ffffff;
}
.user_pro:hover {
	font-style: Verdana; font-size: 10px; font-weight: normal; text-decoration: none;
	color:#D1CDAC;
}
.error {
	font-style: Verdana; font-size: 10px; font-weight: normal; text-decoration: none;
	color:#ff0000;
}
.success {
	font-style: Verdana; font-size: 10px; font-weight: normal; text-decoration: none;
	color:#008000;
}

.header {
	 font-family: Verdana;
	 font-size: 10px;
	 color: #444444;
	 font-weight: bold;
	 background-image: url(bg_gradient.gif);
	 height: 23px;
}
.header_link {
	 font-family: Verdana;
	 font-size: 10px;
	 color: #444444;
	 font-weight: bold;
	 text-decoration: underline;
}
.header_link:hover {
	 font-family: Verdana;
	 font-size: 10px;
	 color: #909090;
	 font-weight: bold;
	 text-decoration: none;
}
.article_link_author {
	 font-family: Helvetica, Arial;
	 font-size: 12px;
	 color: #0066CC;
	 font-weight: bold;
	 text-decoration: none;
}
.article_link_author:hover {
	 font-family: Helvetica, Arial;
	 font-size: 12px;
	 color: #0066FF;
	 font-weight: bold;
	 text-decoration: underline;
}
.article_link {
	 font-family: Verdana;
	 font-size: 12px;
	 color: #0066CC;
	 font-weight: normal;
	 text-decoration: none;
}
.article_link:hover {
	 font-family: Verdana;
	 font-size: 12px;
	 color: #0066FF;
	 font-weight: normal;
	 text-decoration: underline;
}
.sort_bold {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #000000;
	 background-color: #C0C0C0;
	 height: 24px;
	 font-weight: bold;
}
.link {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: underline;
}
.link:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.sched_link {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #909eab;  
	 text-decoration: none;
}
.sched_link:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #444444;
	 text-decoration: none;
}
.playoffs_link {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
}
.playoffs_link:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.confirmation {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: underline;
}
.confirmation:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.confirmation2 {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: underline;
}
.confirmation2:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.confirmation3 {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: underline;
}
.confirmation3:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.linkgrades {
	 font-family:  Verdana; 
	 font-size: 12px; 
	 color: #3333CC;  
	 text-decoration: underline;
}
.linkgrades:hover{
	 font-family:  Verdana; 
	 font-size: 12px;
	 color: #3333CC;
	 text-decoration: none;
}
.link_perf {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
}
.link_perf:hover{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.archive {
	font-family: Verdana;
	color: #909090;
	font-size: 9px;
	text-decoration: none;
}
.archive:hover {
	color: #444444;
	text-decoration: underline;
}
.draftlink{
	 font-family:  Verdana; 
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: underline;
}
.draftlink:hover {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #225DB7;  
	 text-decoration: underline;
}
.autolink{
	 font-family:  Verdana; 
	 font-size: 11px;
	 font-weight: bold;
	 color: #C00000;
	 text-decoration: underline;
}
.autolink:hover {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 font-weight: bold;
	 color: #225DB7;  
	 text-decoration: underline;
}
.stat_header {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	height: 24px;
	font-weight: bold;
}
.rank {
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 1px;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
	color: #ffffff;
	background: #5f6975;
}
.special_game {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #444444;
	 background-color: #CCFFCC;
	 height: 24px;
}
.odd {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #444444;
	 background-color: #FFFFFF;
	 height: 24px;
}
.odd:hover {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #444444;
	 background-color: #C9E1F2;
	 height: 24px;
}
.stat_bold {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #000000;
	 background-color: #AFC7C7;
	 height: 24px;
	 font-weight: bold;
}
.even {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #404040;
	 background-color: #F1F1F1;
	 height: 24px;
}
.even:hover {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #444444;
	 background-color: #C9E1F2;
	 height: 24px;
}
.outside {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #404040;
	 background-color: #ffbd73;
	 height: 24px;
}
.odd_bold {
	 font-family: Verdana;
	 font-size: 11px;
	 font-weight: bold;
	 color: #000000;
	 background-color: #FFFFFF;
	 height: 24px;
}
.even_bold {
	 font-family: Verdana;
	 font-size: 11px;
	 font-weight: bold;
	 color: #404040;
	 background-color: #F1F1F1;
	 height: 24px;
}
.playersubhead {
	 font-family: Arial;
	 font-size: 16px;
	 color: #444444;
	 font-weight: bold;
}
.head1 {
	 font-family: Arial;
	 font-size: 14px;
	 font-weight: bold;
	 color: #909eab;
	 text-align: center;
}
.head2 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #4b545f;
	text-align: center;
}
.head3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.headline {
	font-family: Verdana;
	font-size: 10px;
	color: #B4BFC0;
	text-decoration: none;
}
.headline:hover{
	font-family: Verdana;
	font-size: 10px;
	color: #B69D84;
	text-decoration: none;
}
.headbullet {
	font-family: Verdana;
	font-size: 8px;
	color: #B4BFC0;
	text-decoration: none;
}
.subheadline {
	font-family: Arial;
	font-size: 16px;
	color: #404040;
	text-align: center;
	font-weight: bold;
}
.standings {
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
}
.divisions {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #4b545f;
}
.record {
	font-family: Verdana;
	font-size: 11px;
	color: #B69D84;
}
.awardstog {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #FFFFFF;
	 text-decoration: none;
}
.awardstog:hover {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #909eab;
	 text-decoration: none;
}
.mid2link {
	 font-family: Verdana;
	 font-size: 11px;
	 color: #B4BFC0;
	 text-decoration: none;
}
.mid2link:hover{
	 font-family: Verdana;
	 font-size: 11px;
	 color: #B69D84;
	 text-decoration: none;
}
.champ {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
}
.story_header {
	 font-family: Arial Unicode MS, Arial;
	 font-size: 28px;
	 color: #ffffff;
}
.story {
	 font-family: Arial;
	 font-size: 12px;
	 color: #ffffff;
}
.storylink {
	 font-family: Arial; font-weight: bold;
	 font-size: 12px;
	 color: #669DD6;
	 text-decoration: none;
}
.storylink:hover {
	 font-family: Arial; font-weight: bold;
	 font-size: 12px;
	 color: #669DD6;
	 text-decoration: underline;
}
.footer {
	font-family: Verdana;
	font-size: 11px;
	color: #4b545f;
}
.storyhead {
	 font-family: Georgia;
	 font-size: 27px;
	 color: #000000;
}
.storydate {
	 font-family: Arial;
	 font-size: 12px;
	 color: #6C6C6C;
}
.storytext {
	 font-family: Georgia;
	 font-size: 14px;
	 color: #444444;
}
.storylink2 {
	 font-family: Georgia;
	 font-size: 14px;
	 color: #669DD6;
	 text-decoration: none;
}
.storylink2:hover {
	 font-family: Georgia;
	 font-size: 14px;
	 color: #669DD6;
	 text-decoration: underline;
}
.storytext {
	 font-family: Georgia;
	 font-size: 14px;
	 color: #444444;
}
.score_day {
	 font-family:  Verdana; 
	 font-size: 9px; 
	 color: #444444;  
	 text-decoration: none;
	 font-weight: bold;
}
.score_date {
	 font-family:  Verdana; 
	 font-size: 13px; 
	 color: #225DB7;  
	 text-decoration: none;
	 font-weight: bold;
}
.score_num {
	 font-family:  Verdana; 
	 font-size: 9px; 
	 color: #444444;  
	 text-decoration: none;
}
.score_final_top {
	 display:block;
	 width:240px;
	 height:20px;
	 font-family:  Verdana; 
	 font-size: 10px; 
	 padding-left:4px;
	 padding-right:4px;
	 border-style:solid;
	 border-width: 1px;
	 border-color: #444444;
	 color: #FFFFFF;  
	 text-decoration: none;
	 background-image: url(scores_bg.png);
}
.score_table {
	 width: 320px;
	 border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	 background-image: url(scores_bg.png);
}
.score_table2 {
	 width: 300px;
	 border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	 background-image: url(scores_bg2.png);
}
.score_table td#final {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #FFFFFF;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding-left: 6px;
	 padding-right: 6px;
	 height: 20px;
}
.score_table2 td#final {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding-left: 6px;
	 padding-right: 6px;
	 height: 20px;
}
.score_table td#logos {
	 width: 25px;
	 border-style: solid; 
	 border-width: 0px 0px 1px 1px; 
	 border-color: #C0C0C0; 
	 padding: 6px 2px 6px 6px;
}
.score_table td#teams {
	 width: 205px;
	 font-family:  Verdana; 
	 font-size: 9px; 
	 color: #505050;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px 6px 6px 2px;
}
.score_table td#scores {
	 width: 15px;
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
	 text-align: right;
}
.score_table td#errors {
	 width: 15px;
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 1px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
	 text-align: right;
}
.score_table td#pitchers {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 1px 1px 1px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
}
.score_table2 td#logos {
	 width: 25px;
	 border-style: solid; 
	 border-width: 0px 0px 1px 1px; 
	 border-color: #C0C0C0; 
	 padding: 6px 2px 6px 6px;
}
.score_table2 td#teams {
	 width: 205px;
	 font-family:  Verdana; 
	 font-size: 9px; 
	 color: #505050;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px 6px 6px 2px;
}
.score_table2 td#scores {
	 width: 15px;
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 0px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
	 text-align: right;
}
.score_table2 td#errors {
	 width: 15px;
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 1px 1px 0px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
	 text-align: right;
}
.score_table2 td#pitchers {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 1px 1px 1px; 
	 border-color: #C0C0C0; 
	 padding: 6px;
}
.score_td {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #505050;  
	 text-decoration: none;
	 border-style: solid; 
	 border-width: 0px 1px 1px 1px; 
	 border-color: #C0C0C0; 
	 padding:8px;
}
.score_final {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #FFFFFF;  
	 text-decoration: none;
}
.score_teams {
	 font-family:  Arial; 
	 font-size: 13px; 
	 color: #444444;  
	 text-decoration: none;
	 font-weight: bold;
}
.score_teams:hover {
	 font-family:  Arial; 
	 font-size: 13px; 
	 color: #444444;  
	 text-decoration: underline;
	 font-weight: bold;
}
.score_teams2 {
	 font-family:  Arial; 
	 font-size: 20px; 
	 color: #000000;  
	 text-decoration: none;
}
.score_teams2:hover {
	 font-family:  Arial; 
	 font-size: 20px; 
	 color: #000000;  
	 text-decoration: underline;
}
.score_rec {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #505050;  
	 text-decoration: none;
}
.score_scores {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
}
.score_link {
	 font-family:  Verdana; 
	 font-size: 9px; 
	 color: #444444;  
	 text-decoration: none;
}
a#score_link {
display:block;
width:46px;
height:46px;
text-decoration:none;
}
a#score_link #span2 {
display:block;
}
a#score_link:hover {
background-color:#B2CEF7;
}
.style5 {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
}
.style9 {
	 font-family: Verdana;
	 font-size: 10px;
	 color: #444444;
}
.playerhead {
	 font-family: Arial;
	 font-size: 24px;
	 color: #444444;
	 font-weight: bold;
}
.playersubhead {
	 font-family: Arial;
	 font-size: 16px;
	 color: #444444;
	 font-weight: bold;
}
.style55 {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #808080;  
	 text-decoration: none;
}
.teamhead {
	 font-family: Arial;
	 font-size: 16px;
	 color: #000000;
	 font-weight: bold;
}
.teamsubhead {
	 font-family: Arial;
	 font-size: 14px;
	 color: #909090;
	 font-weight: bold;
}
.white {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #FFFFFF;  
	 text-decoration: none;
	 font-weight: bold;
}
.white:hover {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #FFFFFF;  
	 text-decoration: underline;
	 font-weight: bold;
}
.gray {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
	 font-weight: bold;
}
.gray:hover {
	 font-family:  Verdana; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: underline;
	 font-weight: bold;
}
.clublink_on {
	background: #444444;
	width:70px;
	text-align: center;
	border-radius: 6px;  
	padding:4px;
}
.clublink_off {
	background: #ffffff;
	width:70px;
	text-align: center;
	border-radius: 6px;  
	padding:4px;
}
.topplayers {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #444444;  
	 text-decoration: underline;
}
.topplayers:hover{
	 font-family:  Verdana; 
	 font-size: 10px;
	 color: #909eab;
	 text-decoration: underline;
}
.topplayers2 {
	 font-family:  Arial; 
	 font-size: 11px; 
	 color: #444444;  
	 text-decoration: none;
}
.topplayers2:hover{
	 font-family:  Arial; 
	 font-size: 11px;
	 color: #444444;
	 text-decoration: underline;
}
.select-style {
    border: 1px solid #ccc;
    width: 120px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    font-family: Verdana;
    font-size: 11px;
    color: #404040;
    text-align: center;
    box-shadow: none;
    background: #f1f1f1;
    background-image: none;
    -webkit-appearance: none;
}
.select-style select:focus {
    outline: none;
}
.select-style2 {
    border: 1px solid #ccc;
    width: 175px;
    border-radius: 3px;
    overflow: hidden;
    background: #fafafa url("img/icon-select.png") no-repeat 90% 50%;
}

.select-style2 select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    font-family: Verdana;
    font-size: 11px;
    color: #404040;
    text-align: center;
    box-shadow: none;
    background: #f1f1f1;
    background-image: none;
    -webkit-appearance: none;
}
.select-style2 select:focus {
    outline: none;
}
.scoreboard {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #000000;  
	 text-decoration: none;
	 display: block;
}
.scoreboard:hover{
	 font-family:  Verdana; 
	 font-size: 10px;
	 color: #909eab;
	 text-decoration: none;
	 display: block;
}
.preview{
	cursor: pointer;
	width: 70px;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.preview:hover{
	cursor: pointer;
	width: 70px;
	border-style: solid;
	border-color: #336666;
	border-width: 1px;
    border-spacing: 0;
    border-collapse: collapse;
}
.preview a{
	display: block;
	text-decoration: none;
	font-family:Verdana;
	font-size:10px;
	color: #444444;
}
.preview_mid {
	font-family:Verdana;
	font-size:10px;
	padding: 2px 6px 2px 4px;
	background:#f1f1f1;
}
.preview_top {
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	background:#c0c0c0;
	padding: 2px 2px 2px 2px;
}
.projected {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #808080;  
	 text-decoration: none;
}
.projected:hover {
	 font-family:  Verdana; 
	 font-size: 10px; 
	 color: #808080;  
	 text-decoration: underline;
}

input[type="text"].article {
  display: block;
  margin: 0;
  width: 100%;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
}
input[type="text"]:focus {
  outline: none;
}

/* lists */
ul.input-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
ul.input-list li {
  display: block;
  padding: 0 10px;
  width: 50%;
  float: left;
}

.style-4 input[type="text"] {
  padding: 10px;
  border: none;
  border-bottom: solid 2px #c9c9c9;
  -webkit-transition: border 0.3s;
  -moz-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}
.style-4 input[type="text"]:focus, .style-4 input[type="text"].focus {
  border-bottom: solid 2px #969696;
}
h2 {
  font-weight: 700;
  font-family: Verdana, serif;
  font-size:13px;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#commentBox {
	 font-family: Verdana;
	 font-size: 12px;
     display: block;
     width: 700px;
     height: 400px;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
}
#commentBox1 {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 700px;
     height: 200px;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
}
#commentBox3 {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 200px;
     height: 75px;
     padding: 5px;
     border: 1px solid #cccccc;
     line-height: 130%;
}
#commentBox4 {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 350px;
     height: 200px;
     padding: 5px;
     border: 1px solid #cccccc;
     line-height: 130%;
}
#commentBox5 {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 200px;
     padding: 3px;
     border: 1px solid #cccccc;
     text-align: right;
}
#commentBox6 {
	 font-family: Verdana;
	 font-size: 12px;
     display: block;
     width: 500px;
     height: 100px;
     padding: 8px;
     border: 1px solid #cccccc;
     line-height: 130%;
     font-size: 13px;
}
#commentBox7 {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 300px;
     height: 100px;
     padding: 5px;
     border: 1px solid #cccccc;
     line-height: 130%;
}
#camp_total {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 40px;
     padding: 3px;
     border: 1px solid #cccccc;
     text-align: center;
}
#camp {
	 font-family: Verdana;
	 font-size: 11px;
     display: block;
     width: 40px;
     padding: 3px;
     border: 1px solid #cccccc;
     text-align: right;
}
.mockplayerlink {
	font-family:Helvetica, sans-serif;
	font-size: 21px;color: #ffffff;
	font-weight: bold;
	float:left;
	margin-right:10px;
	text-decoration: none;
}
.mockplayerlink:hover{
	font-family:Helvetica, sans-serif;
	font-size: 21px;color: #ffffff;
	font-weight: bold;
	float:left;
	margin-right:10px;
	text-decoration: underline;
}
table.tri {
  width: 800px;
  padding: 0;
  margin: 0 auto;
}
table.spotlight {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  background-color: #eeeeee;
  -moz-border-bottom-right=radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-bottom-left=radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-top-right=radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-top-left=radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  border: 1px dashed #999;
}
td.spotlight {
  font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
td.spot1 {
  width: 50%;
  vertical-align: top;
}
img.award {
	margin: 5px 5px 5px 15px;
	float: right;
}
img.award_team {
	margin: 5px 15px 5px 5px;
	float: left;
}
td.spot {
  padding: 10px;
  height: 125px;
  vertical-align: top;
}
td.spot h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #8eb049; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
.power_team {
     font-family: 'Yanone Kaffeesatz', sans-serif; color: #8eb049; font-size: 24px; line-height: 100%; font-weight: normal;
	 color: #0066CC;
	 text-decoration: none;
}
.power_team:hover{
     font-family: 'Yanone Kaffeesatz', sans-serif; color: #8eb049; font-size: 24px; line-height: 100%; font-weight: normal;
	 color: #0066CC;
	 text-decoration: underline;
}
td.spot h3 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #444444; font-size: 24px; line-height: 100%; font-weight: normal;
}
td.spot a {
  font-family: Verdana, sans-serif; color: #3366ff; font-size: 11px; line-height: 250%; font-weight: normal;text-decoration: underline;
}
td.spot a:hover {
  font-family: Verdana, sans-serif; color: #003366; font-size: 11px; line-height: 250%; font-weight: normal;text-decoration: underline;
}
td.spot h4 {
  font-family: Verdana; color: #909090; font-size: 10px; line-height: 200%;
}
td.spot2 {
  font-family: Verdana, sans-serif; color: #444444; font-size: 11px; font-weight: normal;
}
td.spot2 h2 {
  font-family: 'Yanone Kaffeesatz', sans-serif; color: #8eb049; font-size: 24px; line-height: 100%; font-weight: normal;
  border-bottom: 1px dashed #999;
  display: inline;
}
.award_stats {
  font-family: Verdana; color: #909090; font-size: 10px; line-height: 200%;
}