/* tds: originally conceived summer 2005 based on a design by dwg */
/* overall styles */
body {
	background: #013823;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial, sans-serif;
	font-size: small;
	text-align: center;
	margin-bottom: 20px;
}
address { font-style: normal; }
/* link stlyes */
#subbanner a:link, #subbanner a:visited, #mainmenu a:link, #rightcolumn a:link, #footer a:link {
	color: #fff;
	text-decoration: none;
}
#subbanner a:hover, #mainmenu a:hover, #rightcolumn a:hover, #footer a:hover {
	color: #e5b843;
	text-decoration: none;
}
#mainmenu a:visited, #rightcolumn a:visited, #footer a:visited {
	color: #ccc;
	text-decoration: none;
}
#contentarea a:link, #storefront a:link {
	color: #000;
}
#contentarea a:visited, #storefront a:visited {
	color: #666;
}
#contentarea a:hover {
	color: #c25e0d;
}
/* main content wrapper */
#wrapper {
	margin: auto;
	border-right: 1px solid #ffb00b;
	border-left: 1px solid #ffb00b;
	border-bottom: 1px solid #ffb00b;
	padding-right: 26px;
	padding-top: 10px;
	background: url(/www/images/athletics/catcountry.gif) repeat-y top right;
	width: 792px;
}
/* IE/Win Hack\*/
* html #wrapper {
	width: 795px;
}
* html #banner {
	height: 1%;
}
* html #rightcolumn table {
	margin-top: 3px;
}
* html #mainmenu ul li li li {
	list-style: inside disc;
}
/* top banner */
#banner {
	border-top: 1px solid #ffb00b;
	white-space: nowrap;
	background: #013823;
}
#banner h1 {
	margin: 0;
	padding: 0;
	text-align: right;
}
#vcat {
	background: #efb42a;
	width: 200px;
	float: left;
	text-align: center;
	padding-bottom: 3px;
}
#vcat img {
	position: relative;
	margin-top: -10px;
}
#banner img {
	border: 0;
}
/* narrow secondary strip banner */
#subbanner {
	border-top: 1px solid #ffb00b;
	background: #196547;
	font-size: 11px;
}
/* IE/Win Hack\*/
* html #subbanner {
	margin-top: -7px;
}
* html #contentarea ul {
	margin-right: -3px;
}
/**/
#growl {
	float: left;
	background: #013823;
	width: 200px;
	border-right: 1px solid #ffb00b;
	height: 17px;
	padding-top: 3px;
}
#growl img {
	border: none;
}
#scoreboard {
	text-align: left;
	margin-left: 210px;
	height: 17px;
	padding-top: 3px;
}
#scoreboard a:before {
	content: url('/www/images/athletics/featurearrow.gif');
}
#storelink {
	float: right;
	width: 180px;
	border-left: 1px solid #ffb00b;
	font-weight: bold;
	height: 17px;
	padding-top: 3px;
}
/* lower main navigation and content areas */
#main {
	border-top: 1px solid #ffb00b;
	background: url(/www/images/athletics/menubar.gif) repeat-y;
}
#mainmenu {
	width: 200px;
	float: left;
	background: #196547;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
#mainmenu ul {
	margin: 0;
	padding: 0;
}
#mainmenu ul ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#mainmenu li {
	list-style: none;
	border-bottom: 1px solid #277657;
	text-indent: 4px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#mainmenu li li {
	text-indent: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainmenu li li li {
	text-indent: 12px;
	border: none;
	padding-top: 6px;
	padding-bottom: 0;
}
#mainmenu li li:before {
	content: "\2022 \0020";
}
#mainmenu li.mainnavtitle {
	font-weight: bold;
}
#mainmenu strong {
	color: #ffb210;
}
#mainmenu em {
	font-style: normal;
	font-weight: bold;
}
#rightcolumn {
	float: right;
	width: 180px;
	background: #013823;
	text-align: left;
	color: #fff;
}
#rightcolumn h4, #rightcolumn h3 {
	background: #024e30;
	color: #e5b843;
	padding: 2px 10px;
	margin: 0;
}
#rightcolumn h4, #rightcolumn h3 {
	font-size: 13px;
}
#rightcolumn p {
	padding: 0;
	margin: 3px 5px 5px 10px;
	font-size: .95em;
}
#rightcolumn p a:link {
	text-decoration: underline;
}
#rightcolumn ul {
	margin: 5px;
}
#contentarea {
	background: #fff;
	color: #000;
	margin-left: 200px;
	text-align: left;
	line-height: 1.2;
	padding-bottom: 10px;
	border-left: 1px solid #ffb00b;
	border-right: 1px solid #ffb00b;
	min-height: 750px;
	height: auto;
	width: 390px;
	max-width: 390px;
	padding: 10px;
}
/* for Internet Explorer */
/*\*/
* html #contentarea {
	height: 800px;
	position: relative;
	left: -3px;
	width: 393px;
}
* html #rightcolumn {
	margin-left: -6px;
}
/**/
#contentarea #newsimage, #contentarea img.feature {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}
#contentarea h3 {
	margin-top: 0;
	font-size: 1.3em;
	color: #013823;
}
#contentarea img+h3 {
	margin-top: 10px;
}
#contentarea h4 {
	font-size: 1.15em;
	color: #196547;
}
#contentarea h5 {
	font-size: 1.0em;
	color: #013823;
}
#contentarea h6 {
	font-size: 0.9em;
	color: #000;
}
#contentarea table {
	background: #f3f3f3;
	margin: auto;
	border-collapse: collapse;
	border-right: 2px solid #e2e2e2;
	border-left: 2px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}
#contentarea th, #contentarea table caption {
	background: #e2e2e2;
	font-weight: bold;
}
#contentarea table caption {
	border-top: .5em #fff solid;
	padding: .25em;
	margin-left: -1px;
	margin-right: -1px;
}
#contentarea thead td {
	font-style: italic;
	background: #fff;
	text-align: center;
}
#contentarea td, #contentarea th {
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	padding: 1px 2px;
}
#contentarea tr {
	border-bottom: 2px solid #e2e2e2;
}
#contentarea ul.newslist {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#contentarea ul.newslist li {
	padding-left: 85px;
	padding-right: 10px;
	text-indent: -75px;
	padding-top: .25em;
	padding-bottom: .25em;
}
#contentarea h3.goldbar, #contentarea h3.fullbar {
	background: #013823;
	color: #e5b843;
	padding: 5px 10px;
	margin-left: -10px;
	margin-right: -10px;
}
#storefront {
	background: #fff;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#storefront p {
	margin: 0;
	padding: 0;
}
#storefront h4.pride {
	color: #ffb00b;
	background: #fff;
	font-size: 16px;
	font-weight: 800;
	margin: 6px 0 0 0;
	padding: 0;
}
#rightcolumn p.schedlink {
	background: #196547;
	margin: 0 0 10px 0;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 11px;
}
#rightcolumn div.general {
	margin-top: 3px;
}
#rightcolumn div.general a img {
	border: none;
}
#rightcolumn ul {
	margin-left: 10px;
	padding-left: 15px;
}
#rightcolumn h5 {
	margin: 10px 10px 0 10px;
	font-size: 1em;
}
/* footer section */
#footer {
	clear: both;
	border-top: 1px #ffb00b solid;
	border-left: 1px #ffb00b solid;
	margin-left: 200px;
}
#footer address {
	font-size: 11px;
	font-style: normal;
	padding: .25em;
}
/* system generated calls */
p.modify {
	text-align: right;
	color: #ccc;
	font-size: x-small;
	margin-top: 3em;
}
/* special calls */
table.general {
	margin-top: 1em;
	width: 100%;
}
table.eventscal {
	background: #196547;
	width: 100%;
	margin-bottom: 0;
}
table.eventscal caption {
	background: #196547;
	margin-top: 3px;
	border-bottom: 1px #407e65 solid;
	font-weight: bold;
	padding: 4px;
}
table.eventscal caption a img {
	border: none;
}
table.eventscal tr {
	border-bottom: 1px #407e65 solid;
	text-align: center;
	font-size: 11px;
}
table.eventscal td {
	padding: 0;
}
table.eventscal td div.listing {
	background: #7ca695;
	font-weight: bold;
}
#contentarea #photomontage {
	background: #fff;
	margin-left: 1em;
	border: none;
}
#photomontage tr {
	border: none;
}
ul.nobullet {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
ul.nobullet li {
	padding-top: .3em;
	padding-bottom: .3em;
}
div.photobar {
	width: 70px;
	float: left;
	font-size: x-small;
	padding-right: 10px;
	padding-top: 10px;
}
div.textblock {
	margin-left: 80px;
	border-left: 1px #ccc dotted;
	padding-left: 10px;
}
p.rule {
	padding-bottom: .5em;
	margin-left: -10px;
	padding-left: 10px;
	border-bottom: 1px #ccc dotted;
}
tr.champions { background: #e5b843; }
#icons { margin: auto; text-align: center; color: #fff; }
#icons img { padding: 10px 15px; border: none; }
ul.anchors { display: inline; list-style-type: none; padding-left: 0; margin-left: 0; line-height: 1.35; }
ul.anchors li { display: inline; padding-left: .5em; margin-left: .25em; border-left: 1px solid #000; }
ul.anchors li:first-child { border-left: none; padding-left: 0; margin-left: 0; }
#contentarea h5.althead { color: #000; }
#contentarea div.rosterphoto { padding-bottom: .5em; padding-top: .25em; }
.underline { text-decoration: underline; }
.gallery img { float: left; padding-right: 10px;  }
.caption { font-style: italic; font-size: smaller; margin-top: .25em; }
img.photo { float: left; padding-right: 5px; }
#partners {	text-align: center; }
td.home, td.home_league { font-weight: bold; text-transform: uppercase; }
p.rss { text-align: right; border-bottom: solid #013823 1px; margin-top: -14px; font-size: 90%; padding-bottom: 2px; }
p.rss img { margin-bottom: -2px; }
p.rss a { text-decoration: none; }
/*movie*/
/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}
/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}
/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}
#movie {
	text-align: center;
	margin: .75em 0;
}
