@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #3b3b3b;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	height: 165px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #999;
	background-image: url(images/header-bg.jpg);
	color: #FFF;
	font-size: 24px;
	text-align: center;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
a {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #3b3b3b;
}
p {
    font-size: 80%;
}
.twoColFixLtHdr #sidebar1 {
    float: left;
    width: 235px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    background-color: #eae9e9;
    font-size: 12px;
    box-shadow: 0px 0px 23px -4px #000;
    margin-left: 5px;
}
.twoColFixLtHdr #sidebar1 ul {
    margin: 0px 0px 0px -25px;
}
.twoColFixLtHdr #sidebar1 ul li {
    list-style: none;
    line-height: 17px;
    padding-bottom: 10px;
}
.twoColFixLtHdr #sidebar1 ul li a {
	color: #aa0202;
	text-decoration: none;
    font-weight: normal;
}
.twoColFixLtHdr #sidebar1 ul li a:hover {
	color: #000;
}
.twoColFixLtHdr #mainContent {
	width: 620px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	float: right;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
    margin: 5px 20px;

}
.fltlft { 
    float: left;
	margin: 0px 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.large-writing {
    font-size: 16px;
    font-weight: bold;
    color: #900;
    letter-spacing: -0.9pt;
}
.sb-site-review .large-writing {
    font-size: 18px;
    font-weight: bold;
    color: #900;
    letter-spacing: -0.9pt;
}
.big-red {
    font-size: 14px;
    font-weight: bold;
    color: #aa0202;
}
.l-nav {
    height: 27px;
    line-height: 20px;
    font-size: 14px;
    color: #3b3b3b;
    padding-top: 8px;
    text-align: center;
    background-repeat: no-repeat;
    font-weight: bold;
    margin-bottom: 16px;
background: -moz-linear-gradient(270deg, #A3A3A3 0%, #E6E6E6 55%, #E6E6E6 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A3A3A3), color-stop(55%, #E6E6E6), color-stop(100%, #E6E6E6)); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, #A3A3A3 0%, #E6E6E6 55%, #E6E6E6 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, #A3A3A3 0%, #E6E6E6 55%, #E6E6E6 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, #A3A3A3 0%, #E6E6E6 55%, #E6E6E6 100%); /* ie10+ */
background: linear-gradient(180deg, #A3A3A3 0%, #E6E6E6 55%, #E6E6E6 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A3A3A3', endColorstr='#E6E6E6',GradientType=0 ); /* ie6-9 */
    background-color: #d6d6d6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom: 4px solid #aa0202;
    box-shadow: 0px 2px 6px -2px #000;
}
.l-nav a {
	color: #3b3b3b;
    font-size: 14px;
    text-decoration: none;
}
.nav-box {
    width: 214px;
    height: auto;
    font-size: 12px;
    margin: 0px auto;
}
.twoColFixLtHdr #container #mainContent ul li a {
	list-style-image: url(images/casino-icon.gif);
	background-repeat: no-repeat;
	line-height: 25px;
	list-style-position: inside;
	list-style-type: none;
}
.sportsbook-list {
    height: 62px;
    width: 610px;
    padding-top: 11px;
    background-repeat: no-repeat;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: -0.8px;
}
.bold {
	font-weight: bold;
}
.mid-ban {
	margin-bottom:20px;
}
.lists li {
	list-style: none;
	margin: 0;
	line-height: 20px;
	font-size: 12px;
	font-style: italic;
}
h1 {
    font-size: 21px;
    color: #900;
    letter-spacing: -1.3pt;
}
.navlinkclass {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
	padding-left: 12px;
	font-weight: normal;
    letter-spacing: -0.5pt;
}
.navlinkclass a {
    text-decoration: none;
    color: #aa0202;
    font-weight: normal;
}
.navlinkclass a:hover {
    color: #3b3b3b;
}
.mediumtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
    letter-spacing: -1.1px;
}
.mediumred {
    font-size: 12px;
    color: #D20000;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 1px;
}
ul .mediumred {
    list-style-type: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 0.3px;
    font-weight: bold;
    font-style: italic;
}
.plusone {
	float: right;
	height: auto;
	width: auto;
	margin: 12px;
}
.smalltext {
	font-size: 13px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.smalltext a {
    color: #aa0202;
    text-decoration: none;
    font-weight: normal;
}
.sb-site-review {
    background-color: #eae9e9;
    border: 1px solid rgba(179, 179, 179, 0.99);
    padding-right: 12px;
    padding-left: 12px;
    margin-bottom: 16px;
    width: 92%;
    margin-top: 32px;
    margin-right: auto;
    margin-left: 8px;
    box-shadow: 1px 2px 7px -3px #000;
    border-radius: 4px;
}
.sb-site-review p {
    font-size: 13px;
}
.sb-site-review p .fltlft {
    border: 2px solid #C00;
    margin: -62px 17px 8px -23px;
    box-shadow: 2px 3px 6px -2px #000;
}
.sb-site-review .mediumtext {
    font-family: Verdana, Geneva, sans-serif;
    color: #aa0202;
    font-size: 21px;
    text-indent: 44px;
    font-weight: bold;
    letter-spacing: -0.9pt;
    padding-left: 121px;
}
.sb-site-review p .mediumred {
    font-weight: normal;
    font-style: normal;
    color: #000;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
}
.sb-site-review p .mediumtext a {
	font-size: 16px;
	color: #C00;
	font-weight: bold;
}
.sb-site-review p a {
	color: #C00;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
}
table tr .big-red {
	color: #FFF;
	background-color: #C00;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style: italic;
}
#table1 .bg {
    background-color: #e1e1e1;
}
#mainContent table tr td {
	font-size: 12px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 3px;
    text-align: center;
}
table tr .heading-row {
	background-color: #F7F4FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#mainContent #table1 th {
    border-top: 2px solid #DB0202;
    border-bottom: 2px solid #DB0202;
    color: #3b3b3b;
    text-align: center;
}
#mainContent #table1 table tr td a {
    text-align: center;
}
#table1 table tr td {
    font-size: 12px;
    text-align: center;
}
.btn {
    text-align: center;
    margin: 21px 0px;
}
.btn a {
    color: #fff;
	background: -moz-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DB0202), color-stop(6%, #DB0202), color-stop(19%, #aa0202), color-stop(88%, #7D0101), color-stop(100%, #7D0101)); /* safari4+,chrome */
	background: -webkit-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(270deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* ie10+ */
	background: linear-gradient(180deg, #DB0202 0%, #DB0202 6%, #aa0202 19%, #7D0101 88%, #7D0101 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0202', endColorstr='#7D0101',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
    border-radius: 3px;
    padding: 9px 21px;
    text-decoration: none;
    border: 1px solid #000;
    box-shadow: 1px 3px 7px -3px #000;
    text-transform: capitalize;
}
.btn a:hover {
    color: #ccc;
    background: -moz-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7D0101), color-stop(79%, #aa0202), color-stop(100%, #DB0202)); /* safari4+,chrome */
background: -webkit-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* opera 11.10+ */
background: -ms-linear-gradient(270deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* ie10+ */
background: linear-gradient(180deg, #7D0101 0%, #aa0202 79%, #DB0202 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D0101', endColorstr='#DB0202',GradientType=0 ); /* ie6-9 */
    background-color: #aa0202;
}
.sb-site-review .odds-heading {
    font-size: 18px;
    color: #900;
    font-weight: bold;
    letter-spacing: -0.7pt;
}
.play-tw {
    width: 200px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 1px 3px 4px -1px #000;
    background-color: #900;
    float: right;
    margin: 0px -4px 10px 10px;
}
.tw-head {
    font-size: 16px;
    color: #fff;
    padding: 6px 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px #000;
    text-align: center;
    background-color: #900;
}
.sm {
    font-size: 16px;
    color: #fff;
    padding: 6px 0px;
    background-color: #630000;
}
.x-sm {
    font-size: 14px;
    padding: 4px 0px;
    color: #fff;
    background-color: #484848;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.xx-sm {
    font-size: 10px;
  color: #ccc;
  font-weight: normal
}
#sportsbooks {
	margin: 10px 0px 28px 0px;
}
.byline {
    font-size: 11px;
    color: #9b9a9a;
    line-height: 14px;
    padding-left: 20px;
    margin: -11px 0px 16px -19px;
}
.fltrt2 {
    float: right;
     margin: 10px;
    box-shadow: 0px 2px 7px -1px #000;
}
.lists2 li {
    list-style: none;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
}
.bold2 {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    color: #900;
}
.lists li {
    list-style: none;
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    font-style: italic;
}
.lists2 li a {
    font-weight: normal;
}
.rev-bg {
      border: 1.5px solid #b8b7b7;
    border-radius: 3px;
    box-shadow: 0px 0px 11px -3px #1a1a1a;
    padding: 14px;
}