body {
  background-color:#264468;  
  background-position:center center;
  background-image:url(../images/content/mainShadow.png);    
  background-repeat:repeat-y;	
}
#header_banner{
	position:relative;	
	height:114px;
}

#logo{
	position:absolute;
}

.lineLayout{
	
	background-color:#ccd7e3;
	padding:10px 10px 10px 10px;
}

.linkDivFirst{
	text-align:center;
	margin-top:18px;
	color:#142b49;
}

.linkDivFirst a{
	margin:0px 15px;
}

.linkDivSecond{
	text-align:center;
	margin-top:14px;
}

.linkDivSecond a{
	margin:0px 15px;
}
#footer {
	height:180px;
}

.copyright{
	text-align:center;
	margin-top:14px;
	color:#5c7281;
	
}
#footer .legal {
	margin:0px 62px;
	text-align:center;
	font-size:9px;
	color:#5c7281;
	padding-top:10px;
}

#mainBackground {
	margin-left:auto;
	margin-right:auto;
	width:1003px;	
}

#sportsBannerDiv {
	position:absolute;
	left:256px;
	
	
}

#hwsbBannerDiv {
	margin-bottom:11px;
}
#mainTable {
	height:100%;
}

#mainTD {
	padding: 0px 6px;
	background:#eff5fd;	
	/*background:#ccd7e3 url(../images/content/contentBackground.png) repeat-x;*/
}
#contentMain {
	align:left;
}

#contentRight {
	width:160px;
	padding-left:12px
}

#topNav {
	font-size:9px;
	background:url(../images/nav/topNavBG.gif) repeat-x left bottom;
	margin-bottom:21px;
}

#topNav div {
	height:35px;
	background:url(../images/nav/topNavRight.gif) no-repeat right bottom;
	padding-right:27px;
}

#topNav .help {
	float:left;
	height:35px;
	display:block;
	background:url(../images/nav/topNavLeft.gif) no-repeat left bottom;
	padding-left:6px;
}

#topNav .help span {
	background:url(../images/nav/topNavLeftBG.gif) repeat-x left bottom;
	display:block;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	height:25px;
}

#topNav .helpCap {
	float:left;
	background:url(../images/nav/topNavLeftCap.gif) no-repeat left bottom;
	display:block;
	height:35px;
	width:7px;
}

#bottomToolBar
{
	background:none;
}

#topNav .menu {
	float:right;
	display:block;
	padding-top:10px;
}

#header {
	height:248px;
}

ul.mainNav {
	padding:0;
	margin:0;
	background:transparent url(../images/content/nav/mainNavSliver.gif) repeat-x scroll 0 0px;
	list-style:none;
	position:relative;
	z-index:2;
	height:38px;
	width:992px;
}

ul.mainNav li.endRight{
	float:right;
}

ul.mainNav li {
	display:block;
	float:left;
	margin:0px;
}

ul.mainNav li a {
	height:38px;
	width:91px;
	overflow:hidden;
	display:block;
	position:relative;
}

ul.mainNav li a:hover img, ul.mainNav li a.active img {
	position:relative;
	top:-38px !important;
}

.gameSection table.data th.trends{
	background-color:#e7a952;
}

.gameSection table.data tr td.currentline{
	font-weight: bold;
}

.gameSection table.data tr.team.odd td.trends {
	/*background-color:#e7a952;*/
	background-color:#fcd198;
}

.gameSection table.data tr.team.even td.trends {
	background-color:#fcd198;
}

.gameSection table.data tr.final.odd td.trends {
	background-color:#fcd198;
}

.gameSection table tr.blankSpace td {
	background-color:#fdfcf7;
}

.gameSection table.data th.trends {
	background-color:#e7a952;	
}

.gameSection table.data tr.final.even td.trends {
	/*background-color:#f9c064;*/
	background-color:#fcd198;	
}
.gameSection table.data tr.team td.highlight{
	background-color:#a1c1d2 !important;	
}

.gameSection table.data tr.team td.finalscore{
	font-weight: bold;
}

ul.subNav {
	background:url(../images/content/subNav/subSliver.jpg) repeat-x 0px -2px;
	padding:0px;
	margin:0px;
	height:42px;
	list-style:none;
	z-index:1;
	width:992px;
}

ul.subNav li {
	display:block;
	float:left;
	margin-top:-2px;
	height:42px
}

ul.subNav li a {
	height:42px;
	overflow:hidden;
	display:block;
	position:relative;
	width:91px;
}

ul.subNav li a:hover img, ul.subNav li a.active img {
	position:relative;
	top:-42px !important;
}

ul.subNav li.endRight{
	float:right;
	width:20px;
	padding:0px;
	background-image:url(../images/content/subNav/rightAndSliver.jpg);
}

dl.definition {
	padding:4px;
}

dl.definition dt {
	padding-left:10px;
	background:url(../images/content/rightArrow.png) left 3px no-repeat;
	float:left;
	font-weight:bold;
	margin-right:5px;
}
dl.definition dd {
	margin-bottom:3px;
}

#content {
	position:relative;
	background:url(../images/content/mainContentShadow.png) left top repeat-y;
	padding:0px 5px;
	width:992px;
	margin:0px -5px 10px -5px;
}

#content .shadow {
	background:#c7d3dc url(../images/content/mainBackground.png) left bottom repeat-x;
	padding: 7px 14px;
}

#content .img {
	background-image:url(../images/content/mainCorners.png);
	background-repeat:no-repeat;
	position:absolute;
	visibility: visible;
}

#content .img.tl {
	left:0px;
	top:-10px;
	width:10px;
	height:10px;
}

#content .img.tr {
	background-position:-12px 0px;
	right:0px;
	top:-10px;
	width:10px;
	height:10px;
}

#content .img.bl {
	background-position:0px -11px;
	left:-0px;
	bottom:-10px;
	width:10px;
	height:10px;
	z-index:1;
}

#content .img.br {
	background-position:-12px -11px;
	bottom:-10px;
	right:-0px;
	width:10px;
	height:10px;
	z-index:1;
}

#content .mainBottomShadow {
	background:url(../images/content/mainContentX.png) repeat-x;
	height:10px;
	position:absolute;
	width:982px;
	left:10px;
	bottom:-10px;
}

.tipSection {
	background:url(../images/content/tips.png) no-repeat;
	padding-left:48px;
	height:18px;
}

.tipSection span {
	background:url(../images/content/tipsBackground.gif) repeat-x;
	display:block;
	float:left;
	height: 15px;
	padding-top:3px;
	font-size: 9px;
	color: #284d68;
	
}

.tipSection span.right{
	background: url(../images/content/tips.png) -49px 0px no-repeat;
	width: 5px;
	height:18px;
}		

.contentHeader {
	position:relative;
	clear:both;
	height:22px;
	padding-top:4px;
}

#atsBannerDiv, .atsBannerDiv {
	
	margin-top:11px;
	
}


.contentHeader .refresh {
	background:url(../images/content/refresh.gif) no-repeat left center;
	position:absolute;
	display:block;
	padding-left:20px;
	font-weight:bold;
	text-transform:uppercase;
}

.contentHeader .printable {
	background:url(../images/content/print.gif) no-repeat left center;
	position:absolute;
	right:0px;
	display:block;
	padding-left:20px;
	font-weight:bold;
	text-transform:uppercase;
}

.contentHeader .notprintable {
	background:url(../images/content/print.gif) no-repeat left center;
	position:absolute;
	right:0px;
	display:block;
	padding-left:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#879BB1;
}

.contentHeader .pageLastModified {
	text-align:center;
	font-weight: bold;
	text-transform:uppercase;
}

.contentHeader .pageLastModifiedSort {
	padding-left:85px;
	font-weight: bold;
	text-transform:uppercase;
}

.gameSection {
	position:relative;
	margin:0px -7px 10px -7px;
}

#content .gameSection .img {
	background-image:url(../images/content/gameSectionCorners.png);
	background-repeat:no-repeat;
	position:absolute;
}

#content .gameSection .img.tl {
	top:0px;
	left:0px;
	width:12px;
	height:43px;
}

#content .gameSection .img.tr {
	background-position:-17px 0px;
	top:0px;
	right:0px;
	width:12px;
	height:43px;
}

#content .gameSection .img.bl {
	background-position:0px -50px;
	left:0px;
	bottom:-1px;
	width:13px;
	height:13px;
	z-index:1;
}

#content .gameSection .img.br {
	background-position:-17px -50px;
	bottom:-1px;
	right:0px;
	width:13px;
	height:13px;
	z-index:1;
}

.gameSection .bottomBackground {
	margin: 0px 7px;
	position: relative;
	height:6px;
	z-index: 2;
}

#content .gameSection .bottomShadow {
	background:url(../images/content/gameSectionX.png) 0px -43px repeat-x;
	margin: 0 13px;
	height:6px;
}


.gameSection .header {
	background:url(../images/content/gameSectionX.png) repeat-x;
	height:43px;
	margin:0px 12px;
	position:relative;
}

.gameSection .header .sport, .gameSection .header .title {
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	margin:8px 8px 0px 8px;
	float:left;
	display:block;
}

.gameSection .header .sport {
	background:url(../images/content/new_arrow.gif) no-repeat right center;
	padding-right:23px;
}

.gameSection .header .date {
	font-size:12px;
	font-weight:bold;
	color:#e2edfc;
	float:left;
	margin-top:13px;
}

.gameSection .header .menuHeader {
	background: url(../images/content/gameArrow.png) no-repeat left center;
	padding-left: 11px;
	margin-right:14px;
	display:block;
	color:#FFF;
	position:absolute;
	right:0px;
	top:14px;
}

.gameSection .header .menuHeader a {
	color:#e0ebf8;
	font-weight:bold;
}

.gameSection .header .menuHeader a:hover {
	color:#172b43;
}

.gameSection div.leftShadow {
	background:url(../images/content/gameSectionY.png) repeat-y left top;
	padding-left:7px;
}

.gameSection div.rightShadow {
	background:url(../images/content/gameSectionY.png) repeat-y right top;
	padding-right:7px;
}

.gameSection table.data .nameheader{
	font-weight:bold;
	text-align:left;
}

.gameSection table.data .valueheader{
	font-weight:bold;
	text-align:center;
}

.gameSection table.data td, .gameSection .bottomBackground, .gameSection .background {
	background-color:#f3f4f2;
}

.gameSection .background {
	position:relative;
}
.yellowSection .topWagers td {
	padding:3px;
}


	
.yellowSection .topWagers .rank {
	font-weight:bold;
	border-right:1px solid #8395ad;
	text-align:center;
	font-size:		9px;
	width:30px;
}

.yellowSection .topWagers .team div {
	overflow:hidden;
	width:116px;
	height:11px;
	line-height:11px;
}

.yellowSection .topWagers .footer {
	
	border-top:1px solid #87A4B8;
	text-align:center;
}

.yellowSection .topWagers .team {
	border-left:1px solid #F4F4F4;
	font-size:9px;
	padding-left:9px;
}

.yellowSection .topWagers tr.columnHeader td {
	background:url(../images/content/yellowSectionX.png) repeat-x 0px -38px;
	height:14px;
	font-weight: bold;
	padding:0px 7px;
}


.gameSection table.data td, .gameSection table.data th {
	padding-left:4px;
	padding-right:4px;
}

.gameSection table.data th {
	padding-top:6px;
	padding-bottom:7px;
	color:#3f5772;
	font-weight:bold;
	background:#c3d7f2 url(../images/content/gameCategoryDivider.jpg) left center no-repeat;
}

.gameSection table.data th.first {
	text-align:left;
	background-image:none;
}


.gameSection table.data .time td {
	padding-top:3px;
	padding-bottom:2px;
	font-size:9px;
	background-color:#f7e3b1;
}

.gameSection table.data .time td.timechanged {
	color:#ff0000;
	font-weight: bold;
}

.gameSection table.data .time td.bold {
	padding-top:3px;
	padding-bottom:2px;
	font-size:9px;
	background-color:#f7e3b1;
}

.gameSection table.data tr td {
	padding-top:2px;
	padding-bottom:2px;
}

.gameSection table.data tr.team td {
	text-align:center;
}

.gameSection table.data tr.team .name, .gameSection table.data tr.team .line, .gameSection table.data tr.team .score {
	white-space:nowrap;
}

.gameSection table.data tr.team .score {
	text-align:left;
}

.gameSection table.data tr.team .pitcher  {
 	text-transform:capitalize;
 	font-weight:bold;
}

.gameSection table.data tr.team .name {
	color: #111c2b;
	font-weight:bold;
	text-align:left;
 	text-transform:uppercase;	
}

.gameSection table.data tr.team.even td {
	/*background-color:#f2f0e6;*/
	background-color:#fafaf0; 
}

.gameSection table.data tr.team.odd td {
	background-color:#fafaf0; 
}

.gameSection table.data tr.final td {
	text-align:center;
}

.gameSection table.data tr.final td.data {
	text-align:left;
}

.gameSection table.data tr.final.odd td {
	background-color:#fdfcf7;
	/*background-color:#f2f2e9;*/	
}
.gameSection table.data tr.final.even td {
	/*background-color:#f2f2e9;*/
	background-color:#fdfcf7;
}

.gameSection table.data tr.final td.name { 
	color: #111c2b;
	font-weight:bold;
	text-align:left;
	padding-top:5px;
	padding-bottom:7px;
}
.gameSection div.browserHeader {
background:transparent url(../images/content/browserBg.png) repeat-x;
font-weight:bold;
height:35px;
padding-left:13px;
padding-top:6px;
text-align:left;
}
.gameSection div.tableHeader { 
	font-weight:bold;
	text-align:left;
	height:20px;
	background:url(../images/content/gameSectionX.png) repeat-x 0px -49px;
	padding-top:6px;
	padding-left:13px;
}

.gameSection table.data tr.note td {
	text-align:left;
}

.gameSection table.data ul.quickLinks {
	list-style:none;
}

.gameSection table.data ul.quickLinks li {
	float:left;
	margin:2px 16px 2px 0px;
}

.gameSection table.data ul.quickLinks li a {
	text-transform:uppercase;
	text-decoration:underline;
	font-size: 9px;
}

.gameSection table.data ul.quickLinks li a:hover {
	text-decoration:none;
}

.gameSection table.data ul.quickLinks li a.off {
	color:#C2C2C2;
	text-decoration:none;
}


.yellowSection {
	position:relative;
	text-align:left;
	margin:0px -5px 15px -5px;
}

#content .yellowSection .img {
	background-image:url(../images/content/yellowSectionCorners.png);
	background-repeat:no-repeat;
	position:absolute;
}

#content .yellowSection .img.tl {
	top:0px;
	left:0px;
	width:9px;
	height:31px;
}

#content .yellowSection .img.tr {
	background-position:-16px 0px;
	top:0px;
	right:0px;
	width:9px;
	height:31px;
}

#content .yellowSection .img.bl {
	background-position:0px -88px;
	left:0px;
	bottom:-1px;
	width:9px;
	height:8px;
	z-index:1;
}

#content .yellowSection .img.br {
	background-position:-16px -88px;
	bottom:-1px;
	right:0px;
	width:9px;
	height:8px;
	z-index:1;
}

.yellowSection .bottomBackground {
	background-color:#D5E1EC;
	margin: 0px 5px;
	position: relative;
	height:4px;
	z-index: 2;
}

#content .yellowSection .bottomShadow {
	background:url(../images/content/yellowSectionX.png) 0px -92px repeat-x;
	margin: 0 9px;
	height:3px;
}

.yellowSection .header {
	background:url(../images/content/yellowSectionX.png) repeat-x;
	height:31px;
	margin:0px 9px;
	position:relative;
}

.yellowSection div.leftShadow {
	background:url(../images/content/yellowSectionY.png) repeat-y;
	padding-left:5px;
}

.yellowSection div.rightShadow {
	background:url(../images/content/yellowSectionY.png) top right repeat-y;
	padding-right:5px;
}

.yellowSection .odd {
	background-color:#e6eae9;
}

.yellowSection .even {
	background-color:#d1dbde;
}

.yellowSection .header .title {
	position:absolute;
	top:5px;
	margin-left:14px;
	font-size:11px;
	font-weight:bold;
	color:#0E3056;
	margin-top:0;
}

.yellowSection .header .link {
	position:absolute;
	right:10px;
	top:5px;
}

.yellowSection .lightHead, .gameSection .lightHead {
	font-weight:bold;
	height:17px;
	background-color:#c1d2ec;
	padding-left:13px;
	padding-top:3px;
}

.gameSection .lightHead {
	height:auto;
	font-size:11px;
	padding:6px 13px;
}

.yellowSection .showTopShadow {
	margin-top:-5px;
}

.yellowSection table.topSportsbook td {
	padding:6px 14px;
}

.yellowSection table.topSportsbook td.rank {
	color:#616E79;
	font-weight:bold;
}

.yellowSection table.topSportsbook td.name {
	font-weight:bold;
	text-transform:uppercase;
}

.yellowSection table.gradient {
	background:#E6EAE9 url(../images/content/yellowSectionGradientX.gif) left bottom repeat-x;
}

.yellowSection .footerLinks {
	text-align:center;
	font-size:8px;
}

.yellowSection .footerLinks a {
	margin:0px 15px;
}

.yellowSection .sectionContent {
	background-color:#eaeaea;
	position:relative;
}

.yellowSection ul {
	padding:3px;
	margin:0px;
}

.yellowSection ul li {
	padding-left:0px;
	margin-left:17px;
	margin-top:3px;
}

.arrow, .arrowLinks a {
	padding-left:10px;
	background:url(../images/content/rightArrow.png) left 3px no-repeat;
	display:block;
}

.arrowLinks a {
	margin:6px 0px;
}

.sectionContainer {
	margin-top:10px;
}

.propsSection {
	float:left;
	padding-right:15px;
	width:252px;
}

.propsSection.last {
	padding-right:0px;
}
.yellowSection .topWagers thead .quickLinks a {
	font-size: 9px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration:underline;
}

.shadowPadRight {
	padding-right:20px;
}

 .gameSection div.formContainer {
	 background-color:#f2f0e6;
	 padding:20px 0px 10px 0px;
 }
 
 .gameSection div.formContainer label {
	 color:#1f4b6a;
	 font-weight:bold;
	 font-size:11px;
	 text-transform:uppercase;
 }
 
 .gameSection div.formContainer input.text {
	 width:246px;
 }
 
 .gameSection div.formContainer textArea.textArea {
	 width:374px;
	 height:121px;
 }
 
 .gameSection div.formContainer table td {
	 padding:2px 27px;
 }
 
 .gameSection div.formContainer table td.first {
	 width:89px;
	 border-right:1px solid #c1c1c0;
 }
 
 .gameSection div.formContainer table td.last {
	 border-left:1px solid #FFF;
 }

ul.sortControl {
	/*
	background:url(http://mimir.ai.net:8090/sao-dataset/images/content/subNav/subSliver.jpg) repeat-x 0px -2px;
	width:992px;	
	*/
	padding:0px;
	margin:0px;
	height:18px; !important;
	list-style:none;
	z-index:1;
	display:inline;
}

ul.sortControl li {
	display:block;
	float:left;
	height:18px;
	margin-top:0px
}

ul.sortControl li a {
	height:18px;
	overflow:hidden;
	display:block;
	position:relative;
	/*width:91px;*/
}

ul.sortControl li a:hover img, ul.sortControl li a.active img {
	position:relative;
	top:-18px !important;
}


ul.subNav li.socialMediaDiv {
	width:34px;
	float:right;
	height:34px;
}
ul.subNav li.socialMediaDiv.likeDiv {
	width:80px;
	float:right;
	padding-top:8px;
}
.socialMediaDiv a.socialMediaLink{
	width:30px;
	padding-top:4px;
	height:34px;
}

li.socialMediaDiv a.socialMediaLink:hover img {
	position:relative;
	top:0px !important;
}
.name .fb_button_simple .fb_button_text{
	margin:0px;
	padding-left:10px;
	padding-right:5px;
}