/* Pure CSS layout for basic SPC web pages */

body {
	text-align: center;
	min-width: 700px;
	padding: 0;
	margin: 0;
	background-color: #ddd;
	color: #7d7d7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#wrapper {
	text-align: left;
	width: 63em;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid #ccc;
	border-top-width: 0;
	background-color: #fff;
	padding-top: 5px;
}

.extLnk {
   padding-right: 20px;
   background: transparent url("/league/images/external.png") no-repeat center right;
}

.pdfLnk {
   padding-right: 20px;
   background: transparent url("/league/images/pdf16.gif") no-repeat center right;
}

.wrdLnk {
   padding-right: 20px;
   background: transparent url("/league/images/word.png") no-repeat center right;
}
.xclLnk {
   padding-right: 20px;
   background: transparent url("/league/images/excel.png") no-repeat center right;
}

/* */
/* HEADER related definitions */
/* */

#header {
    position: relative;
	margin: 0 1.7em 0.75em 1.7em;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size-adjust: .5;
}

/* Rules for the top corners and border */
.bt {
	background: url(/ladder/images/boxTop.gif) no-repeat 100% 0;
	margin: 0 0 0 6px;
	height: 6px;
}
.bt div {
	height: 6px;
	width: 6px;
	position: relative;
	left: -6px;
	background: url(/ladder/images/boxTop.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background: url(/ladder/images/boxTop.gif) no-repeat 100% 100%;
	margin: 0 0 0 6px;
	padding: 0;
	height: 6px;
}
.bb div {
	height: 6px;
	width: 6px;
	position: relative;
	left: -6px;
	background:url(/ladder/images/boxTop.gif) no-repeat 0 100%;
}

/* Insert the left border */
* html .i1 {
	height: 1%;
}
.i1 {
	margin: 0 0 -4px 0;
	padding: 0 0 0 4px;
	background: url(/ladder/images/borders1.gif) repeat-y 0 0;
}

/* Insert the right border */
* html .i2 {
	height: 1%;
}
.i2 {
	margin: 0;
	padding: 0 4px 4px 0;
	background: url(/ladder/images/borders1.gif) repeat-y 100% 0;
}

* html #header {
 height: 1%;
}

#branding {
	margin: 0;
	padding: .6em 0 0 .5em;
	padding: 0.25em 0 0.25em .5em;
	float: left;
	font-size: 2em;
}

#branding p {
	margin: 0;
   	margin-bottom: 10px;
	padding: 0;
	line-height: 1.25;
}

* html #hdr1 {
	height: 1%;
}

#hdr1 {
	float: left;
	margin: 0;
	padding: .75em 0 0 1em;
	font-size: 2.5em;
}

#header #hdr1 {
 position: absolute;
 right: 1em;
 bottom: 5px;
 text-align: right;
}

#hdr1 p {
 margin: 0;
 padding: 0;
 font-family: serif;
 line-height: 1.0;
}

#branding ul {
	float: left;
	padding: 0 10px 0 0;
	margin: 0;
	list-style: none;
	font-size: .65em;
}

#branding ul li {
	float: left;
	text-align: left;
	padding: 0 5px 0 0;
}

#branding ul li a {
	margin: 0;
	padding: 0 5px;
	text-decoration: none;
	color: #7d7d7d;
	display: block;
	background-color: #fff;
}

#branding ul li a:hover {
	text-decoration: none;
	color: #bf2809;
}

.clrboth {
	background-color: #f00;
	clear: both;
	line-height: 0px;
}

/* */
/* BREADCRUMB related definitions */
/* */

#breadcrumb {
	height: 1.5em;
/*	background-image: url(/ladder/images/pankuzu_back.gif); */
	background-color: #eee;
	color: #666666;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: .9em;
	margin: 0 2em 1.5em 2em;
	padding: .4em 1.5em 0 1.5em;
	text-align: left;
}

#bclft {
	float: left;
	width: 75%;
	text-align: left;
}

#bcrgt {
	float: right;
	width: 25%;
	text-align: right;
}

#breadcrumb a {
	color:#666666;
	text-decoration:none;
}

#breadcrumb a:hover {
	color:#990000;
}


/* */
/* SIDE BAR related definitions */
/* */

#side {
	float: left;
	width: 14em;
	margin: 0 0 1em .8em;
}

#wrapper > #side {
	width: 25%;
	max-width: 14em;
	margin: 0 0 0 1.75em;
}

#side .inner {
	padding-top: 1px;
	margin: 0 10px 10px 10px;
}

#lmenu {
	margin: 0;
	padding: 0;
/*	border: 4px solid #ccc; */
}
* html #lmenu {
	height: 1%;
}

.mtop {
	background: url("/ladder/images/submn_top_sls.gif") no-repeat 100% 0;
	margin: 0 0 0 12px;
	height: 12px;
}
.mtop div {
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
	background: url("/ladder/images/submn_top_sls.gif") no-repeat 0 0;
}

.mbtm {
	background: url("/ladder/images/submn_bt_sls.gif") no-repeat 100% 100%;
	margin: 0 0 0 12px;
	padding: 0;
	height: 12px;
}
.mbtm div {
	height: 12px;
	width: 12px;
	position: relative;
	left: -12px;
	background: url("/ladder/images/submn_bt_sls.gif") no-repeat 0 100%;
}

#mbody {
	background-color: #ccc;
	margin: 0;
	padding: 0 .5em 0 0;
	font-weight: bold;
	border: none;
	position: relative;
}
* html #mbody {
	margin: -.6em 0 -.6em 0;
	height: 1%;
}

#mbody ul {
	margin: 0px;
	padding:  0px 0px 5px 17px;
	list-style: disc;
}

#mbody li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	line-height: 1.5em;
	color: #fff;
}

#mbody .secHd {
 color: #b2bbc0;
}

#mbody a {
	color: #7d7d7d;
	font-weight: bold;
	text-decoration: none;
}

#mbody a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

#mbody a:visited a:active {
	color: #7d7d7d;
	font-weight: bold;
}

.leftbox {margin-top:1em; margin-left:1em; line-height:normal;}
.leftbox p{margin:0 0 .5em 0;}
.leftbox a {
	color:#7d7d7d;
	font-weight:bold;
	text-decoration:none;
}
.leftbox a:hover {
	color:#bf2809;
	text-decoration:underline;
}
.leftimage {margin:1em 0 0 1em;}

#mbody li .noLink {
 color: #3d4a4c;
 font-weight: bold;
}

#side .hiLite {
	font-weight: bold;
	font-size: 115%;
}

#side hr {
	text-align: center;
	margin-top: 1em;
}

a.grey {
	color: #7d7d7d;
}

a:hover.grey {
	color: #bf2809;
}


/* */
/* CONTENT related definitions */
/* */

dt {
 margin-top: 5px;
 font-weight: bold;
}

#content {
	float: right;
	width: 73%;
	margin: 0;
	padding: 0;
	line-height: 150%;
}

#content .inner {
	padding-top: .1em;
	margin: 0 1em 1em 1em;
}

.lft {
	float: left;
	margin: 2px 20px 0 -70px;
}

.rgt {
	float: right;
	margin: 2px 20px 0 20px;
}

#content > .inner > .lft {
	margin: 2px 20px 20px 0;
}

#content > .inner > .rgt {
	margin: 2px 20px 20px 20px;
}

#content .inner h2 {
 margin: 1.5em 0 0 0;
/* text-decoration: underline; */
}

#content .inner h3 {
 margin: 1.75em 0 0 0;
/* text-decoration: underline; */
}

.secthd {
	color: #7d7d7d;
	font-weight: 600;
	font-size: 175%;
}

.halfFrameBL {
/* border-bottom: 3px ridge #ccc;
 border-left: 3px groove #ccc;
 border-left: 3px groove #ccc; */
 border-bottom: 3px double #ccc;
 border-left: 3px double #ccc;
 padding-left: .5em;
}

.indent1 {
padding-left: 1.25em;
}

.indent2 {
padding-left: 1.75em;
}

.indent3 {
 padding: 3em;
}

.hiLite {
	font-weight: bold;
	font-size: 100%;
}

.hiLiteR {
 color: #bf2809;
}
.hiLiteBriteR {
 color: #f00;
}

.hiLiteG {
 color: #28bf09;
}
.hiLiteBriteG {
 color: #0f0;
}

.hiLiteBriteB {
 color: #00f;
}

.hiLiteBriteY {
 color: #ff0;
}

.hiLiteBriteO {
 color: #f80;
}

.schdFiller {
 color: #3cf;
}

.sthru, .sthruN, .sthruR {
text-decoration: line-through;
/* font-weight: bold; */
}

.sthruN {
font-weight: normal;
}

.sthruR {
	color:#f00;
}

#content a {
	color:#7d7d7d;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
	color:#bf2809;
	text-decoration:underline;
}

/* side bar/box */
.sbRight, .sbLeft {
 padding: 0 0.5em 0 0.5em;
 width: 20em;
 background: url("/league/images/bgGradLtDkLt_greygreen.gif") repeat-y 0 0;
 font-family: Georgia, "Times New Roman", "Bookman Old Style", serif;
 font-size: 88%;
 z-index: 99;
 color: #6d6d6d;}

/* side bar/box, float right */
.sbRight {
 float: right;
 margin: 0.5em 0 0.5em 1em;
}

/* side bar/box, float left */
.sbLeft {
 float: left;
 margin: 0.5em 1em;
}

* html .sbRight, * html .sbLeft {
 position: relative;
 height: 1%;
}

.sbRight h3, .sbLeft h3 {
 padding:0;
 margin-top: 0;}

.sbRight p, .sbLeft p {
 margin-right: 3em;}

.notebene {
 display: none;
 display: block;
 background: url(/league/images/bgGradLtDkLt_greygreen.gif) repeat;
 padding: 0.5em;
 width: 85%;
 margin: 0 0 1em 7.5%;
 font-family: Georgia, "Times New Roman", "Bookman Old Style", serif;
 font-size: 95%;
 color: #6d6d6d;}

.noteb {
border-width: medium;
border-style: solid;
padding: 0px 2px;
border-color: #aaa;
}

.quote {
 margin-bottom: 1em;
 padding: 0.25em 0.25em 0.5em 0.25em;
 border: solid 1px #b2bbc0;
}

blockquote p.quote2 {
	margin:1.5em 0 0 0;
	}

blockquote p.quote2:before, blockquote p.qfirst:before {
	font-size:300%;
	margin-right:4px;
	line-height:0;
	vertical-align:bottom;
	content:"\201C";
	color:#fc6;
	}

blockquote p.quote2:after, blockquote p.qlast:after {
	font-size:300%;
	margin-left:4px;
	line-height:0;
	vertical-align:bottom;
	content:"\201D";
	color:#fc6;
	}

.aGroup {
 border: solid 1px #b2bbc0;
}

.captain {
 font-weight: bold;
}

.toc li {
 font-weight: bold;
}

.sectnbr {
 font-style: italic;
 font-weight: bold;
}

/* show/hide content */
.rek-show h3 {
 cursor:pointer;
 cursor:help;
 cursor:row-resize;
}

/* display draft overlay */
.draftnb {
 position: fixed;
 top: 450px;
 left: 350px;
 font-size: 10em;
 color: RGBA(230,230,230,0.5);
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
}


/* Basic Tables */
table {
  border: 1px solid #ddd;
  border-collapse: collapse;
table-layout:fixed;
  width: 99%;
  margin-top:1em;
}

tr {
 vertical-align: top;
}

td, th {
  border: 1px solid #ddd;
  margin: 0;
  padding: 1px;
}

.totpt {
 text-align: right;
 padding-right: 6px;
 font-weight: bold;
}

table.noborder {
 border: none;
}

table.noborder td, table.noborder th {
 border: none;
}

.hmtm {
background-color: #a22809;
}

/* Draw table elements */
 #bdraw, #bdraw tr, #bdraw td {border:none; padding:0; margin:0; line-height:.75; vertical-align:middle;}
 #bdraw {border-collapse:collapse; table-layout:fixed;}
 #bdraw tr, #bdraw td {height:26px;}
 .topBg {width:58px;font-size:87%;background-image: url(/league/images/top.gif);background-repeat:no-repeat;background-position:left center;}
 .midBg {width:58px;font-size:87%;background-image: url(/league/images/mid.gif);background-repeat:no-repeat;background-position:left center;}
 .lowBg {width:58px;font-size:87%;background-image: url(/league/images/low.gif);background-repeat:no-repeat;background-position:left center;}
 .nonBg {width:58px;font-size:87%;background-image: url(/league/images/non.gif);background-repeat:no-repeat;background-position:left center;}
 .nbrBg {font-size:87%;width:1em;}
 .rndBg {width:58px;text-align:center;}
 .tdotBg {width:58px;font-size:87%;background-image: url(/league/images/top_dot.gif);background-repeat:no-repeat;background-position:left center;}
 .mdotBg {width:58px;font-size:87%;background-image: url(/league/images/mid_dot.gif);background-repeat:no-repeat;background-position:left center;}
 .ldotBg {width:58px;font-size:87%;background-image: url(/league/images/low_dot.gif);background-repeat:no-repeat;background-position:left center;}
 .ndotBg {width:58px;font-size:87%;background-image: url(/league/images/non_dot.gif);background-repeat:no-repeat;background-position:left center;}

/* CSS for the eve draw tables */

#bdraw td, .box td table {
 border-collapse: collapse;
table-layout:fixed;
border: none;
margin: 0;
}
#bdraw td, .box td tr {
 border: none;
}
#bdraw td, .box td {
 border: none;
 padding: 0;
 margin: 0;
 text-align:center;
 vertical-align:bottom;
 border:none;
 white-space:nowrap;
}

/* border bottom */
.cbb {
 border-bottom:1px solid;
}
/* border bottom + right */
.cbbr {
 border-right:1px solid;
 border-bottom:1px solid;
}
/* border bottom + left */
.cbbl {
 border-left:1px solid;
 border-bottom:1px solid;
}
/* border bottom + left + right */
.cbblr {
 border-left:1px solid;
 border-right:1px solid;
 border-bottom:1px solid;
}
/* border left */
.cbl {
 border-left:1px solid;
}
/* border left + right */
.cblr {
 border-left:1px solid;
 border-right:1px solid;
}
.mdtl {
 color: #227d00;
}

/* CSS for box draws */

table.box {
border-collapse: collapse;
table-layout: auto;
border: 1px solid;
margin: 0 0 1em 0;
}
.box tr {
 border: 1px solid;
}
.box th {
 border: 1px solid;
 text-align:center;
}
.box td {
 position: static;
 border: 1px solid;
 padding: 0;
 margin: 0;
 text-align:center;
 vertical-align:bottom;
 color: black;
}

.box td.names {
 padding: 0 .25em;
 font-weight:bold;
}

.nocell { background-color: black; }

.toback { z-index: 99;
 position: relative;
}

.box .gscore {
 vertical-align:middle;
 background-color: transparent;
 color: green;
 font-size: 2em;
}

.box .schdtl {
 vertical-align:middle;
 font-weight: bold;
}

.box .schdtl span {
 color: #ccc;
}

.box .tscore {
 vertical-align:middle;
 background-color: transparent;
 font-size: 2em;
 font-weight: bold;
}

/* ??? */

#tvteam tr:nth-child(odd) td {
color: #aaa;
}

table.courtuse th, table.courtuse td {
 padding: 2px;
 padding-top: 0;
 padding-bottom: 1px;
 font-size: 83%;
 line-height: 1.4;
}

.courtuse .altColClr {
background-color: #555;
}

.courtuse .hiLiteG {
 font-weight: bold;
}

.ladder {
	border: 1px solid #7f7f7f;
	margin: 0;
	padding: 0;
	border-spacing: 0;
}

.ladder caption {
	font-weight: bold;
	margin-bottom: .5em;
}

.ladder th {
	border: 1px solid #7f7f7f;
	margin: 0;
	padding: 1px;
	text-align: center;
	background-color: #ddd;
}

.ladder tr {
	text-align: right;
}

.selrow {
	background-color: #eee;
}

.ladder td {
	border: 1px solid #7f7f7f;
	margin: 0;
	padding: 3px;
}

.ladder .ttext {
	text-align: left;
}

.review {
  white-space: normal;
  font-style: italic;
  margin: 0;
  padding: 0;
  border-top: 2px dashed #7f7f7f;
}
.posted {
  text-align: right;
}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#ddd;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

.colour2 {
	background-color: #eee;
}

.warn {
	color: #bf2809;
}

.ques p {
	font-weight: bold;
	font-style: italic;
}

.vdslrsltNot {
 table-layout:auto;
}

.vdslrslt {
 table-layout:auto;
}
.vdslrslt thead { background-color:#eee; }
.rClr1 { background-color:#fff; }
.rClr2 { background-color:#eee; }
/*
.vdslrslt tbody tr:nth-child(10n+1) { background-color:#fff; }
.vdslrslt tbody tr:nth-child(10n+2) { background-color:#fff; }
.vdslrslt tbody tr:nth-child(10n+3) { background-color:#eee; }
.vdslrslt tbody tr:nth-child(10n+4) { background-color:#eee; }
.vdslrslt tbody tr:nth-child(10n+5) { background-color:#fff; }
.vdslrslt tbody tr:nth-child(10n+6) { background-color:#eee; }
.vdslrslt tbody tr:nth-child(10n+7) { background-color:#eee; }
.vdslrslt tbody tr:nth-child(10n+8) { background-color:#fff; }
.vdslrslt tbody tr:nth-child(10n+9) { background-color:#fff; }
.vdslrslt tbody tr:nth-child(10n+10) { background-color:#eee; }
*/

/* */
/* FORM related definitions */
/* */

fieldset {
 border-color: #7d7d7d;
 margin-bottom: 1.5em;
}

legend {
 color: #7d7d7d;
 font-weight: bold;
}

#ihdreg fieldset {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 padding: 0;
 padding-left: 0.5em;
 padding-right: 0.5em;
 color: #fff;
}

#ihdreg legend {
	color: #fff;
}

#ihdreg fieldset .outer {
 margin-left: 0.25em;
}


/* */
/* Page navigation related definitions */
/* */

#content .lnkNews, #content .lnkOp, #content .lnkQry, #content .lnkSafe, #content .lnkPC {
background-color: #fff;
color: #000;
font-size: 80%;
font-weight: bold;
border-width: thin;
border-style: solid;
padding: 0px 2px;
}

#content .lnkNews a, #content .lnkOp a, #content .lnkQry a, #content .lnkSafe a, #content .lnkPC a
{ color: #000; text-decoration: none; }
#content .lnkNews a:visited, #content .lnkOp a:visited, #content .lnkQry a:visited, #content .lnkSafe a:visited, #content .lnkPC a:visited
{ color: #000; }
#content .lnkNews a:hover, #content .lnkOp a:hover, #content .lnkQry a:hover, #content .lnkSafe a:hover, #content .lnkPC a:hover
{ color: #aaa; text-decoration: none; }
#content .lnkNews a:active, #content .lnkOp a:active, #content .lnkQry a:active, #content .lnkSafe a:active, #content .lnkPC a:active
{ color: #aaa; }

#content .lnkNews {
border-color: #f00;
}
#content .lnkOp {
border-color: #0b2577;
border-color: #00f;
}
#content .lnkQry {
border-color: #f0f;
}
#content .lnkSafe {
border-color: #0f0;
}
#content .lnkPC {
border-color: #0ff;
}

.calnav {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 border-collapse: separate;
 width: 75%;
}

.calnav, .calnav tr, .calnav td {
 border: none;
 font-size: 93%;
 color: #55f;
}

.calnav tr, .calnav td {
 margin:0;
 padding:0;
}

#content .calnav a {
 color: #55f;
}

#content .calnav a:hover {
 color: #ddd;
}

#content .calnav a.iscurr {
 color: #ddd;
}

.s6 {
background-color: #333f3e;
}

.s8 {
background-color: #3d4a4c;
}

.hmteam {
 color: #328d54;
}

.chgmv .hmteam {
 color: #bf2809;
}

/* http://www.css3.info/preview/rgba/
.fade {
 zoom:1;
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
 filter: alpha(opacity=35);
 -moz-opacity:0.35;
 -khtml-opac ity: 0.35;
 opacity: 0.35;
}
*/

.s6 .fade {
 color: #555b5b;
 display: none;
}

.s8 .fade {
 color: #5a6162;
 display: none;
}

.s6 .fade .hiLiteG {
 color: #326147;
}

.s8 .fade .hiLiteG {
 color: #37674e;
}

.hide {
 display:none;
}

/* separator cell border left */
.calnav .sbl {
 border-left: 1px solid #fff;
 margin-left: 4px;
 width:0;
}

/* */
/* FOOTER related definitions */
/* */

#footer {
	clear: both;
	margin-top: 1em;
}

#footer br {
	clear: both;
	line-height: 1;
}

#footer hr {
	text-align: center;
	width: 85%
}

#footer .inner {
	margin: 0;
	padding: 0 0 0 5px;
}

#bottommenu {
	margin: 2em 0 2em 0;
	text-align: center;
	font-size:12px;
	color:#7d7d7d;
	font-weight:bold;
}

#footer a, #bottommenu a {
	color:#7d7d7d;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover, #bottommenu a:hover {
	color:#990000;
	font-weight:normal;
	text-decoration:none;
}

/* */
/* Stat info pop-up CSS definitions */
/* */

#helpLS, #helpLS0, #helpLS1, #helpLS2 {
 color: #0f0;
}

.popup, .popup2  {
	position: absolute;
	left: -450px;
	top: -450px;
	margin: 0;
	padding: 5px;
	border: 2px solid #7d7d7d;
	background: #3d4a4c;
	opacity: .95;
	width: 425px;
	visibility: hidden;
}

.popup2 {
	width: 325px;
}

.popup p {
 margin: 0;
 margin-bottom: 0.5em;
 padding: 0;
 line-height: 1.25;
}

.fillerUp {
 color: #3cf;
}

/* team list popup for VDSL */
.teampop > span {
display: none;
}

table.teams {position: relative;}

td.teampop:hover {cursor:pointer;}

td.teampop:hover > span {display: block;
 position: absolute; top: -2em; left: 7.5em; width: 10em;
 background-color: #ddd; color:#444;
 padding: 0.25em; margin: 1em; z-index: 100;
 font: 1em Verdana, sans-serif; text-align: center;
 opacity: .95;
 border-radius: 5px 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
 -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

/* */
/* OTHER CSS definitions */
/* */

.aSdRndShdw {
 margin: 1em 1em 1em 0.5em;
 font-size:1em;
 padding:0.5em;
 background-color:#fff;
 border-radius: 5px 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
 box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.center {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

#copy {
	margin: 2em 0 0 0;
	color:#787878;
}

#copy a {
	color:#7d7d7d;
	font-weight:bold;
	text-decoration:none;
}

#copy a:hover {
	color:#bf2809;
}

.schdSpr {
 font-size: 110%;
 color: #28bf09;
}

.schdAvl {
 font-size: 110%;
 color: #f80;
}


/*CSS for the tabs */

@media print {
.panel {
display:block!important;
}
}

#content #tabsdiv {
position: relative;
margin: 0;
padding: 0;
border: none;
font-family: Helvetica, Arial, "Lucida Grande", Tahoma, "Trebuchet MS", Verdana, sans-serif;
font-size: 88%;
background-color: #3d4a4c;
/*
border: blue 1px solid;
*/
}

* html #content #tabsdiv {
 margin-left: -4%;
}

#tablist {
position: relative;
margin-top: 0;
margin-right: 2em;
display:block;
padding: 0 0 3px 0;
overflow:hidden;
height:23px;
height: 1.65em;
border-bottom: 1px solid #fff;
/*
background-color: #3d4a4c;
padding: 0px 0 0 10px;
margin:10px 0 0 0px;
clear:both;
background:url(/league/images/bkg_tb_dflt.gif) left top repeat-x;
*/
}

* html #tablist {
/*
left: -3em;
border: red 1px solid;
*/
}

#tablist li {
float:left;
list-style-type:none;
padding:0px 0 0px 3px;
background: #3d4a4c url(/league/images/tb_on_lft.gif) left top no-repeat;
background-color: #3d4a4c;
margin:0 5px 0 0;
}

#tablist .spacer {
background-image: none;
}

#tablist li a {
float:left;
display:block;
background: #3d4a4c url(/league/images/tb_on_rt.gif) right top no-repeat;
background-color: #3d4a4c;
font-weight:bold;
padding:3px 8px 4px 5px;
margin:0;
color:#7d7d7d;
color: #fff;
font-weight: bold;
}

#tablist select {
/*
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
color:#333;
*/
font-weight:normal;
background:#fff;
width:220px;
margin:-4px auto auto;
padding:0;
border:1px solid #999;
}

#tablist li a:hover {
text-decoration:underline;
color:#aaa;
/*
color:#bf2809;
*/
}

#tablist li.active {
background:url(/league/images/tb_on_lft.gif) left top no-repeat;
}

#tablist li.active a {
background:url(/league/images/tb_on_rt.gif) right top no-repeat;
color:#7d7d7d;
color:#bf2809;
font-weight: bold;
text-decoration: none;
cursor: default;
}

