/* CSS Document */

/* styles for text fields in the mathcup table*/
.statusfield {
				background-color: inherit;
				color: #000000;
				border: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif; 
                font-size: 11px ; 
				padding: 0;
				margin: 0;
				width: 60px;
				text-align: right;}
				
				.scorefield {
				background-color: inherit;
				color: #000000;
				border: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif; 
                font-size: 11px ; 
				padding: 0;
				margin: 0;
				width: 20px;
				text-align:center}

tr.datahead, td.datahead {  /* the header row of the table - colors for each section are in the invididual style sheets */
background-color: #bec7cf;
font-weight: bold;
color: #000;}

td.dataheadr {  /* the header row of the table - colors for each section are in the invididual style sheets */
background-color: #bec7cf;
font-weight: bold;
text-align: center;
color: #900;}

td.dataheadc {  /* the header row of the table - colors for each section are in the invididual style sheets */
background-color: #bec7cf;
font-weight: bold;
text-align: center;
color: #000;}

td.datahead2 { /* shaded cell - no bold - centered*/
text-align: center;
color: #000;
background-color: #e4e6e9;
font-weight: normal;}

td.active /* the highlighted back of completed or in progress games - also used in stats tab*/
{ background-color: #2b465b;
color: #fff;
font-weight: bold;
}

td.dataheadsmall {  /* the header row of the table in tabbed or smaller font - colors for each section are in the invididual style sheets */
background-color: #bec7cf;
font-weight: normal;
text-align: left;
line-height: 13px;
padding: 0px 3px 0px 3px;
color: #000;}

td.dataheadsmallc
{ 
background-color: #bec7cf;
font-weight: normal;
text-align: center;
color: black;
line-height: 13px;}

td.spacers /* spacer on live odds page between tables */{padding-left: 10px; width:22%;}

td.datacell, tr.datarow, td.datacellb, td.datacellc, td.datacellr { /* individual cells - default - white back - used by all tables */
background-color: #ffffff;
color:inherit;
border: 0;}

td.datacellb  /* individual cells - default - white back - used by all tables */{font-weight: bold;}

td.datacellc{ /* individual cells - default - white back - used by all tables -CENTERED*/
vertical-align: middle;
text-align: center;}

td.datacelll  /* individual cells - default - white back - used by all tables */{border-right: 1px solid #000;}

td.datacellr {/* individual cells - default - white back - used in MLS -RIGHT ALIGNED */
vertical-align: middle;
text-align: right;}

td.datahl, tr.datahl, td.datahlc, td.datahlb { /* light gray highlight*/
background-color: #E4E4E4;
color:inherit;
text-align: left;}

td.datahlb {font-weight:bold;}

td.datahlc{ /* light gray highlight - CENTERED*/
text-align: center;}

td.datahl2, tr.datahl2,  td.datahl2b, tr.datahl2b, td.datahl2c, td.datahl2br{  /* light beige shade*/
background-color: #ECECE4;
color: #000;
font-weight: normal;
border: 0;}

td.datahl2b, tr.datahl2b { /* light beige shade bold*/
font-weight: bold;}

td.datahl2c { /* light beige shade - CENTERED*/
vertical-align: middle;
text-align: center;
font-weight: bold;}

td.datahl2br {  /* light beige shade bold - right aligned*/
text-align: right;
font-weight: bold;}

td.datahl3 {/* a highlighted row of the table - with lines on alerts page*/
background-color: #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px ; 
font-weight: bold;
text-align: center;
color: #cc0000;
border-bottom: 1px #000000 solid;
border-top: 1px #000000 solid;}

td.dataout { /* when a player is out - mlb bullpens */
background-color: #ffffcc;
color:inherit;
border: 0;}

td.shade{  /* a highlighted row of the table - with lines in scores and odds brick*/
background-color: #f0f3f3;
color:inherit;}

td.datahl4 /* the cell in the center column on the matchup detail pages - slightly darker shade*/
{ 
background-color: #AAB6C0;}

td.datahl4b
{ 
background-color: #AAB6C0;
font-weight: bold;}

td.datahl4c
{ 
background-color: #AAB6C0;
font-weight: bold;
text-align: center;}


