/* Sitewide styles */

* {margin: 0; padding: 0;}

body {
/*	background: #fff;*/
	background: #555; /* url(Images/background.jpg); */
    color: #000;
    font-family: 'Helvetica Neue', 'Arial', sans-serif;
	font-style: normal;
	font-size: small;
	width: 800px;
	margin: 0 auto;
}
.clearfix:after {	/* Alsett clearing method.  Add to floated elements that should be cleared AFTER they plot */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* backslash hack hides from IE Mac \*/
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}		/* this and the next line are the Holly hack for IE6 for Windows */
.clearfix {display: block;}
/* end backslash hack */

#wrap {
	background: url(Images/wrap-bg800.gif) repeat-y 0 0;
}
#pagetabs {
	width: 100%;
	background-color: #fff;
}
#nav {
	float: left;
	margin: 0;
	padding: 10px 0 10px 15px;
	list-style: none;
	width: 100%;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	display: block;
	margin: 0 25px 0 0;
	color: #999;
	font-size: 105%;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #021b44;
}
#wrap #content {
	float: left;
	width: 60%;
}
#wrap #sidebar {
	float: right;
	width: 40%;
}
#wrap #content .gutter {
	padding: 0 15px 15px 15px;
}
#wrap #content .gutter #lead {
    color: #666;
    font-size: 120%;
    font-weight: bold;
	margin: 10px 0 0 0;
}
#wrap #content .gutter img {
	border: 0;
}
#wrap #content .gutter p {
	color: #000;
	font-size: 100%;
	margin: 0 0 1em 0;
}
#wrap #content .gutter h3 {
	color: #039;
	font-size: 120%;
	margin: 1.5em 0 0 0;
	font-weight: bold;
	text-align: center;
}
#wrap #content .gutter h2 {
    color: #003399;
	font-size: 165%;
	font-weight: bold;
    margin: 15px 10px 0 0;
    padding: 0;
}
.standings {
	margin: 1em 20px 0 20px;
	width: 100%;
	font-size: 100%;
	border-collapse: collapse;
}
.standings th , .standings td {
	color: #000;
	font-size: 100%;
	margin: 0;
	padding: 0 10px 6px 0;
	text-align: left;
}
.standings th {
	color: #039;
	font-size: 110%;
	font-weight: bold;
}
.standings .wlt {
	width: 2em;
}
#wrap #sidebar .gutter {
	padding: 0 15px;
}
.box {
	margin: 15px 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.25em;
	color: #333;
	background: #fff url(Images/box-b.gif) no-repeat bottom right; 
}
.box h3 {
	margin: 0;
	padding: 12px;
	font-size: 120%;
	font-weight: bold;
	color: #039;
	background: url(Images/box-t.gif) no-repeat top left;
}
.box p {
	margin: 0;
	padding: 0 12px 12px 12px;
}
.box ul {
	margin: 0;
	padding: 0 12px;
}
.box ul li {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
}
#TeamInfo {
	margin: 20px 0 0 0;
	width: 100%;
	font-size: 100%;
}
#TeamInfo tr {
	text-align: left;
	vertical-align: top;
	padding: 0 0 .2em 0;
}
#TeamInfo th {
    color: #003399;
    font-size: 100%;
    font-weight: bold;
	width: 8em;
}
#TeamInfo td {
	color: #000;
	font-size: 100%;
	font-weight: normal;
}
#wrapother {
	background: #fff;
}
#wrapother #content {
	margin: 0 15px 10px 15px;
}
#wrapother h2 {
    color: #003399;
	font-size: 165%;
	font-weight: bold;
	text-align: left;
    margin: .5em 0;
    padding: 0;
}
#wrapother h3 {
    color: #003399;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
    margin: .5em 0;
    padding: 0;
}
#wrapother h4 {
    color: #000;
	font-size: 165%;
	font-weight: bold;
	text-align: center;
    margin: .5em 0;
    padding: 0;
}
#wrapother h6 {
    color: #003399;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
    margin: 1em 0 .5em 0;
    padding: 0;
}
#coaches {
	color: #000;
	margin: 0 30px;
	font-weight: bold;
}
#coaches p {
	float: left;
	padding: 0 2em 0 0;
}
.personnel {
	margin: .5em 0 2em 0;
}
.roster {
	margin: 0 0 0 30px;
	line-height: .85em;
	font-size: .85em;
	border: 1px solid #b5b5b5;
	border-collapse: collapse;
	text-align: left;
	color: #000;
	width: 75%;
	background: #b5b5b5;
}
.roster th {
	font-weight: bold;
}
.roster th, .roster td {
	margin: 0;
	padding: 4px 10px;
	border-bottom: 1px solid #b5b5b5;
}
.roster tr {
	background: #e6e6e6;
}
.roster tr.alt {
	background: #fff;
}
.rostnum {width:10%;}
.rostname {width:32%;}
.rostpos {width:20%;}
.rostht {width:11%;}
.rostwt {width:11%;}
.rostten {width:16%;}
#cowboysponsors {
	width: 100%;
	padding: 10px 0;
}
#cowboysponsors dl {
	margin: 20px 20px 0 20px;
	padding: 0;
}
#cowboysponsors .sponsorInfo dt {
	width: 301px;
	float: left;
	text-align: right;
}
#cowboysponsors .sponsorInfo dt img {
	margin: 0 20px 0 0 ;
	padding: 0;
	border: 0;
}
#cowboysponsors .sponsorInfo dd {
	float: left;
	width: 403px;
	margin: 0;
	padding: 0;
}
#cowboysponsors .sponsorInfo h3 {
	color: #000;
	font-size: 125%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
div#scheduletext {
	margin: 15px 0 15px 15px;
	float: left;
	width: 300px;
}
div#scheduletext dl {
    margin: 0 0 .5em 0;
}
div#scheduletext dt {
	width: 100px;
	float: left;
	margin: 0;
	padding: 0;
}
div#scheduletext dd {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}
div#scheduletext p {
	margin: 0 0 1em 0;
}
#content #contenttext {
	width: 500px;
	float: left;
	margin: 0 10px 0 0;
}
#content #contenttext p {
	margin: 0 0 1em 0;
}
#content #contenttext h3 {
    color: #003399;
	font-size: 125%;
	font-weight: bold;
	text-align: left;
    margin: 1em 0 .5em 0;
    padding: 0;
}
#content #contentimg {
	width: 270;
	float: right;
	margin: 0 0 0 10px;
}
.imgborder {
	border: 1px solid #e0e0e0;
	border-right: 2px solid #777;
	border-bottom: 2px solid #777;
}
.photorow {
	width: 770px;
	margin: 10px 0 5px 0;
	float: left;
}
.photoleft {
	float: left;
	width: 380px;
	border: 0;
}
.photoright {
	float: right;
	width: 380px;
	border: 0;
}

#footer {
    margin: 0;
    padding: 15px 15px 5px 15px;
    background-color: #fff;
	font-size: 85%;
	color: #777;
}
#Footer-Left {
	float: left;
	width: 50%;
	text-align: left;
	margin-top: 5px;
}
/*#footer img {
	float: left;
	border: 0;
}*/
#Footer-Right {
	float: left;
	width: 50%;
	text-align: right;
	margin-top: 5px;
}

/*  IE fixes */

#footer {
	height: 1%;
}