* {
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	/* font-size: 9pt; */
	text-align: left;
}

body {
	margin: 0;
	color: #666;
	font-family: trebuchet, "trebuchet ms", Arial, Verdana;
	font-size: 9pt;
}

#header {
	/*background: transparent url(/images/gui/bg-header.jpg) repeat-x;*/
}

#header .logo {
	float: left;
	display: inline;
	width: 200px;
	height: 117px;
	text-align: center;
}

#header .title {
	float: left;
	margin: 35px 0 0 20px;
	display: inline;
	width: 450px;
}

#header .title h1 {
	margin: 0;
	padding: 0;
	font-size: 19px;
	color: black;
	text-transform: uppercase;
}

#header .title h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #547a00;
	text-transform: uppercase;
}

#header #nav-seconday {
	/*background-color: #F1F1F1;*/
}

#header #nav-seconday .links {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	background-color: #547a01;
}

#header #nav-seconday .links p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

#header #nav-seconday .links p a {
	margin: 0;
	padding: 0;
	color: #d7dfbc;
	font-weight: normal;
	text-decoration: none;
}

#header #nav-seconday .links p a:hover {
	color: white;
	text-decoration: underline;
}

#header #nav-primary {
	margin: 0;
	padding: 6px 20px;
	color: white;
	background-color: black;
	border-top: solid 6px #547a01;
}

#header #nav-primary a {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#header #nav-primary a:hover {
	margin: 0;
	padding: 0;
	color: white;
	text-decoration: none;
}

#breadcrumbs {
	margin: 0 0 15px 0;
	padding: 4px 20px;
	color: #999;
	background-color: #F1F1F1;
	border-top: solid 1px white;
}

.fb-like {
	position: absolute;
	top: 0;
	right: -20;
}

/* ---------------------------------------------------- dropmenu Area -- */

.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px black;
    border-style: solid solid solid solid;
	text-decoration: none;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.ddm1 .item1 {
    background: black;
    color: #ffffff;
}

.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #547a01;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #999999;
    color: #ffffff;
}
.ddm1 .item2:hover {
	background: #cccccc;
    color: #ffffff;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */

/* ---------------------------------------------------- Content Area ---- */

#content {
	margin: 0 auto;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
/*
	max-width: 1000px;
	width: expression(document.content.clientWidth > 1000? "1000px": "auto" );
*/
}

#content .copy-column1 {
	padding: 12px 30px 12px 12px;
	border: solid 1px #547a01;
	border-top: solid 4px #547a01;
}

#content .copy-column2 {
	padding: 20px 10px 10px 10px;
	background-color: #ecf0df;
	border: solid 1px #547a01;
	border-left: solid 0 #547a01;
	border-top: solid 4px #547a01;
}

#content .copy-column3 {
	padding: 20px 10px 10px 10px;
	background-color: #F0F0F0;
	border: solid 1px #547a01;
	border-left: solid 0 #547a01;
	border-top: solid 4px #547a01;
}

#sidebar h1 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	display: block;
	background-color: #ecf0df; 
}

.results-title {
	width: 40%;
	border-bottom: solid 1px #547a01;
	background: #547a01 url(images/gui/nav-close.jpg) top right no-repeat;
}

.results-title span {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: white;
}

.results-title-long {
	width: 60%;
	border-bottom: solid 1px #547a01;
	background: #547a01 url(images/gui/nav-close.jpg) top right no-repeat;
}

.results-title-long span {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: white;
}

table.results {
	display: block;
	margin: 0 auto;
	border-left: solid 1px #999;
	border-top: solid 1px #547a01;
}

table.results td {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	font-size: 12px;
}

table.results td.numbers {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	width: 16%;
}

table.results td.numbers-stats {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	width: 8%;
}

table.results td.numbers-short {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	width: 13%;
}

table.results td.highlight {
	background-color: yellow;
}

table.results td.std_numbers {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: center;
	width: 10%;
}

table.results tr.titles td {
	margin: 0 auto;
	padding: 6px 3px;
	width: 760px;
	display: table-cell;
	font-size: 12px;
	text-transform: uppercase;
	color: #547a01;
	background-color: #FFFFF2;
}

table.results td.win {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #66FF66;
	text-align: center;
}

table.results td.win_numbers {
	padding: 3px;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	background-color: #66FF66;
	text-align: center;
}


ul.legend {
	margin: 0 auto;
	width: 600px;
}


/* ---------------------------------------------------- Blog Area ----- */

#main-content {
	display: block;
	float: left;
	margin: 0 auto;
	padding: 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}

#main-content-left {
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
	width: 80%;
	display: inline;
	border-right: solid 1px #999;
}

#main-content-right {
	float: left;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 20%;
	display: inline;
	/* background-color: red; */
}

#blog {
	font-size: 12px;
}

#blog .blog-header h1 {
	color: black;
	font-size: 18px;
}

#blog .blog-header a {
	text-decoration: none;
}

#blog .blog-header h2 {
	color: grey;
	font-size: 10px;
}

#blog .blog-header p {
	color: black;
	font-size: 12px;
}

#blog .blog-body {
	line-height: 175%;
	color: #1F1F1F;
}

#blog .blog-body b {
	color: black;
}

#blog .poststats {
	margin: 10px 0 20px 5px;
	padding: 10px 0 10px 0;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#blog .poststats img {
	border: 0;
}

/* --------------------- Comments ----------------------------- */

#comments {
	width: 95%;
	padding-top: 15px;
	padding-bottom: 1em;
	margin: 0;
}

.comment {
	margin: 0 0 8px 0;
	padding: 0 10px;
	border: solid 1px #F1F1F1;
}

.comment h1 {
	float: left;
	margin: 0;
	padding: 6px 0;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

.comment h1 b {
	font-size: 14px;
	color: #333;
}

.comment h1 a {
	font-size: 14px;
	text-decoration: none;
}

.comment a.option {
	float: right;
	margin: 4px 0;
	padding: 0;
	width: 30px;
	display: block;
	line-height: 29px;
	text-align: center;
	background-color: #F1F1F1;
}

.comment div.postCopy {
	width: 75%;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
}

.comment div.postCopy q {
	quotes: '"' '"';
	color: #999999;
}

#addComment {
	margin: 10px 0;
	padding: 10px;
	background-color: #dbf1fe;
}

#addComment h1 {
	font-size: 13px;
	color: #2981b3;
}

#addComment .textField {
	margin: 0 0 10px 0;
	padding: 6px;
	font-size: 12px;
	color: #666;
	background-color: white;
	border: solid 1px #999;
}

#addComment input.characters {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: black;
	background-color: transparent;
	border: solid 0 white;
	text-align: center;
}

#addComment input.submit {
	margin: 10px 0;
	padding: 3px 5px;
	font-size: 13px;
	color: white;
	background-color: #2981b3;
	border: solid 1px white;
}


/* ---------------------------------------------------- League Ads ----- */

.leagueads {
	margin: 10px auto;
	width: 160px;
	border: double 3px #CCC;
	background-color: #FFFFFF;
	text-align: center;
}

.leagueads img {
	margin: 5px auto;
	border: 0px;
}


/* ---------------------------------------------------- Banner Area ----- */


#banners {
	margin: 0 auto;
	/* padding: 20px 0 0 0; */
}

.banner-googleads {
	display: block;
	margin: 10px 0 0 0;
	padding-top: 10px;
	/* width: 600px; */
	/* width: 100%; */
	height: 80px;
	/* background-color: #F1F1F1; */
	/* border: 1px solid #3399FF; */
	font-size: 22px;
	text-align: center;
}

.banner-weather {
/*
	width: 125px;
	border: double 3px #CCC;
	background-color: #2E7CAD;
*/
	margin: 10px auto;
	text-align: center;
}

/*
.banner-weather iframe {
	margin: 10px 0;
}
*/

.banner-sm {
	margin: 10px auto;
	padding: 0;
	width: 125px;
	/* border: double 3px #CCC; */
	background-color: #F0F0F0;
	text-align: center;
}

.banner-google-vert {
	margin: 10px auto;
	padding: 0;
	width: 160px;
	background-color: #F0F0F0;
	text-align: center;
}


#oncourse {
	margin: 10px 0 0 15px;
	/* padding: 20px 0 0 0; */
}

#oncourse h4 {
	font-size: 16px;
	color: #000;
	padding: 0;
	margin: 15px 0 0 3px;
}

#oncourse .team {
	font-size: 14px;
	color: #666;
	margin: 13px 0 0 3px;
}

#oncourse .player {
	font-size: 12px;
	color: #000;
	margin:  5px 0 0 8px;
}


/* ---------------------------------------------------- Footer Area ----- */


#footer {
	margin: 15px 0 0 0;
	padding: 4px 20px;
	font-size: 10px;
	color: #999;
	background-color: #ecf0df;
	text-align: center;
}

#footer a {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #547a01;
}

#footer a:hover {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: black;
}


.colors .colorbox {
	display: inline;
	float: left;
	margin-left: 15px;
}

.colors .colorbox span {
	margin-left: 5px;
	color: #186a9c;
	font-size: 12px;
}

.colors .color {
	width: 12px;
	margin: 0;
	padding: 0;
	display: block;
	height: 12px;
	border: double 3px #ccc;
	float: left;
}


