.pageHead  { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 18px; font-weight: bold; color: #ffffff; text-decoration: none; }
.pageHeadLinks, .pageHeadLinks:link, .pageHeadLinks:visited { font-size: 11px; color: #ffffff; font-weight: bold; text-decoration: none; }
.pageHeadLinks:hover { text-decoration: underline; }
.clickHome { float:left; width:136px; height:65px; }

.smGray  { font-size: 9px; color: #666666; }
.smBlack  { font-size: 10px; color: #000000; }
.smRed { font-size: 10px; color: #cc0000; }
.smWhite { font-size: 10px; color: #ffffff; }

.headerLinks:link, .headerLinks:visited, .headerLinks:active  { font-size: 10px; color: #cc0000; text-decoration: none; }
.headerLinks:hover  { text-decoration: underline; }

.redTextHeaderBig { font-size: 14px; font-weight: bold; color: #cc0000 }
.redTextHeader { font-size: 11px; font-weight: bold; color: #cc0000 }

.tanFade  { font-size: 11px; color: #000000; background-image: url("http://www.rtsports.com/img/table_tan_right_fade.gif") }
.tanFade ul  { margin-top: 4px; margin-bottom: 4px; }
.tanFade li  { font-size: 10px; color: #666600  }

.rowWhite  { font-size: 11px; color: #000000; background-color: #ffffff; }
.rowWhite ul  { margin-top: 4px; margin-bottom: 4px; }
.rowWhite li  { font-size: 10px; color: #666600 }

.rowTan  { font-size: 11px; color: #000000; background-color: #faf9f3; }
.rowTan ul  { margin-top: 4px; margin-bottom: 4px; }
.rowTan li  { font-size: 10px; color: #666600 }

.tanTableBack, .tanTableBack:active  { font-size: 11px; color: #000000; background: #faf9f3 }
.tanTableBack:link, .tanTableBack:visited { font-size: 11px; color: #336699; text-decoration: underline }
.tanTableBack:hover { background: #e0f0ff; }

.whiteTableBack, .whiteTableBack:active  { font-size: 11px; color: #000000; background: #ffffff; }
.whiteTableBack:link, .whiteTableBack:visited  { font-size: 11px; color: #336699; text-decoration: underline }
.whiteTableBack:hover { background: #e0f0ff; }

.ltBlueTableBack  { font-weight: bold; font-size: 11px; color: #000000; background: #F2F5F8; }
.blueBackWhite { font-weight: bold; font-size: 11px; color: #ffffff; background: #336699 }
.blueBackWhiteSmaller { font-weight: bold; font-size: 9px; color: #ffffff; background: #336699 }
.whiteBackBlue { font-weight: bold; font-size: 11px; color: #336699; background: #ffffff; }


.ltBlueMain { font-size: 10px; color: #003366; background: #d2dee9 }
.ltRedMain { font-size: 10px; color: #990000; background: #ebdfdf }
.ltTanMain { font-size: 10px; color: #663300; background: #f0eacf }

.teamSelectHeader  { background: #f0f0f0 }

.blueFadeUp  { 
	font-weight: bold; 
	font-size: 11px; 
	color: #cc0000; 
	background-image: url("http://www.rtsports.com/img/background_blue_blur.gif");
	background-position: top left;
	background-repeat: repeat-x;
}

.blockDown { 
	text-align: left;
	border-top: solid 1px #666600;
	border-left: solid 1px #666600;
	background-image: url("http://www.rtsports.com/img/table_tan_topdown_fade.gif");
	background-position: top left;
	background-repeat: repeat-x;
}
.redListHeader { 
    margin-bottom: 6px;
	font-size: 11px; 
	font-weight: bold; 
	color: #cc0000;
	border-bottom: solid 1px #000000;
}

.sitemap { display: none; }

.inputBox {font-family: Arial, Verdana, Helvetica, Sans-Serif; font-size: 10px; line-height: 10px; color: #336699}
.numBox {text-align: right; font-size: 10px; line-height: 10px; color: #336699}
.cbspan input{ margin: -4px -4px -2px -4px; border: 0px; padding: 0px; }

.genericContent  { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; color: #000000 }
.gc              { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 11px; color: #000000 }
.genericSmaller  { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10px; color: #000000 }
.genericLarger   { font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 12px; color: #000000 }

.sort-arrow { width: 10px; height: 12px; background-position: center center; background-repeat: no-repeat; margin: 1px; }
.sort-arrow.descending { background-image: url("http://www.rtsports.com/img/descending.gif");}
.sort-arrow.ascending {	background-image: url("http://www.rtsports.com/img/ascending.gif"); }
.blueHead { color: #FFFFFF; background: #003366 }

.ClearAll {	clear: both; }
.NoText { font-size: 0px; line-height: 0px; }
.CenterTable { margin: 0 auto; }
.Button { cursor:pointer; border: none; }

.GrayButton {
	color: #404040;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #f4f0f8, #d4d0c8);
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f0f8), to(#d4d0c8));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f0f8', EndColorStr='#d4d0c8', GradientType=0);     /* MSIE */

	border:solid 1px #b4b0a8; 
	padding:2px 8px; 
	margin:5px;
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	font-size:12px; 
	font-weight: bold;
	text-shadow: 1px 1px #ffffff;
	text-align: center;
	cursor:pointer;

	display:inline-block;
	width:46px; 
	margin:5px;
}
.GrayButton:hover {
	color: #202020;
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #eaf6fd, #a7d9f5);
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf6fd), to(#a7d9f5));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#eaf6fd', EndColorStr='#a7d9f5', GradientType=0);     /* MSIE */
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255, 255, 255, 0.8) inset;
}
a.GrayButton { color: #404040; }
a.GrayButton:hover { color: #202020; text-decoration:none; }


.BrightButton {
	color: #e8e8e8;
	background: -moz-linear-gradient(top, #ff1c28, #940000);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff1c28), to(#940000));
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ff1c28', EndColorStr='#940000', GradientType=0);     /* MSIE */

	border:solid 1px #202020; 
	padding:2px 8px; 
	-moz-border-radius: 2px; 
	border-radius: 2px; 
	font-size:12px; 
	font-weight: bold;
	text-shadow: 1px 1px #000000;
	text-align: center;
	cursor:pointer;

	display:inline-block;
	width:60px; 
	margin:5px;
}

.BrightButton:hover { color: #ffffff; box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
a.BrightButton { color: #e8e8e8; }
a.BrightButton:hover { color: #ffffff; text-decoration:none; }


.InjT { font-weight: bold; color: green; }
.InjP { font-weight: bold; color: green; }
.InjQ { font-weight: bold; color: blue; }
.InjD { font-weight: bold; color: orange; }
.InjZ { font-weight: bold; color: purple; }
.InjN { font-weight: bold; color: purple; }
.InjU { font-weight: bold; color: purple; }
.InjM { font-weight: bold; color: purple; }
.InjO { font-weight: bold; color: purple; }
.InjS { font-weight: bold; color: red; }
.InjX { font-weight: bold; color: red; }

.PopupMenu {
	position: absolute;
	top: 74px;
	right: 25px;
	width: 270px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	font-weight: bold;
	background-color: #c8c8c8;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #e0e0e0;
	border-top: 2px solid #e0e0e0;
	z-index: 12000;
}

.PopupItem {
	height: 21px;
	line-height: 18px;
	padding-left: 45px;
}
.PopupItem#game100  { background: url("http://www.rtsports.com/img/game-logos/menu-fs.gif") no-repeat center left; }
.PopupItem#game200  { background: url("http://www.rtsports.com/img/game-logos/menu-po.gif") no-repeat center left; }
.PopupItem#game300  { background: url("http://www.rtsports.com/img/game-logos/menu-aa.gif") no-repeat center left; }
.PopupItem#game310  { background: url("http://www.rtsports.com/img/game-logos/menu-as.gif") no-repeat center left; }
.PopupItem#game400  { background: url("http://www.rtsports.com/img/game-logos/menu-ap.gif") no-repeat center left; }
.PopupItem#game500  { background: url("http://www.rtsports.com/img/game-logos/menu-hs.gif") no-repeat center left; }
.PopupItem#game600  { background: url("http://www.rtsports.com/img/game-logos/menu-dm.gif") no-repeat center left; }
.PopupItem#game610  { background: url("http://www.rtsports.com/img/game-logos/menu-fo.gif") no-repeat center left; }
.PopupItem#game700  { background: url("http://www.rtsports.com/img/game-logos/menu-poc.gif") no-repeat center left; }
.PopupItem#game900  { background: url("http://www.rtsports.com/img/game-logos/menu-rtffc.gif") no-repeat center left; }
.PopupItem#game1001 { background: url("http://www.rtsports.com/img/game-logos/menu-kotm.gif") no-repeat center left; }
.PopupItem#game1002 { background: url("http://www.rtsports.com/img/game-logos/menu-kotm-2.gif") no-repeat center left; }
.PopupItem#game2100 { background: url("http://www.rtsports.com/img/game-logos/menu-rr.gif") no-repeat center left; }
.PopupItem#game2101 { background: url("http://www.rtsports.com/img/game-logos/menu-rr.gif") no-repeat center left; }
.PopupItem#game2102 { background: url("http://www.rtsports.com/img/game-logos/menu-ppc.gif") no-repeat center left; }
.PopupItem#game2103 { background: url("http://www.rtsports.com/img/game-logos/menu-ppc.gif") no-repeat center left; }
.PopupItem#game3100 { background: url("http://www.rtsports.com/img/game-logos/menu-cfbp.gif") no-repeat center left; }
.PopupItem#game3101 { background: url("http://www.rtsports.com/img/game-logos/menu-cfsp.gif") no-repeat center left; }
.PopupItem#game3110 { background: url("http://www.rtsports.com/img/game-logos/menu-nfp.gif") no-repeat center left; }
.PopupItem#game4300 { background: url("http://www.rtsports.com/img/game-logos/menu-bl.gif") no-repeat center left; }
.PopupItem#game4400 { background: url("http://www.rtsports.com/img/game-logos/menu-gs.gif") no-repeat center left; }
.PopupItem#game4900 { background: url("http://www.rtsports.com/img/game-logos/menu-rtfbc.gif") no-repeat center left; }
.PopupItem#game5000 { background: url("http://www.rtsports.com/img/game-logos/menu-cbb.gif") no-repeat center left; }

