html 
{
margin: 0px;
overflow-y: scroll;
}

body
{
margin: 0 auto;
padding: 0;
background-color: #C7D260;
font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
font-size: 14px;
}

img
{
border-width: 0px;
}

.Main
{
position: absolute;
width: 100%;
left: 0;
top: 0;
}

.PageBackgroundGlare
{
position: absolute;
width: 100%;
left: 0;
top: 0;
}

.PageBackgroundGlareImage
{
background-image: url('/images/Page-BgGlare.png');
background-repeat: no-repeat;
height: 373px;
width: 523px;
margin: 0;
}

html:first-child .PageBackgroundGlare
{
border: 1px solid transparent; /* Opera fix */
}

.PageBackgroundSimpleGradient
{
background-image: url('/images/Page-BgSimpleGradient.jpg');
background-repeat: repeat-x;
height: 1px;
}

.cleared
{
float: none;
clear: both;
margin: 0;
padding: 0;
border: none;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
overflow: hidden;
min-width:23px;
min-height:23px;
margin: 0 auto 30px auto;
position: relative;
z-index: 0;
width: 1000px;
}


.Sheet-body
{
position: relative;
z-index: 0;
margin: 6px;
}

.Sheet-tl
{
position: absolute;
overflow: hidden;
z-index: -1;
top: 0;
left: 0;
width: 21px;
height: 21px;
background-image: url('/images/Sheet-s.png');
}

.Sheet-tr
{
position: absolute;
overflow: hidden;
z-index: -1;
top: 0;
right: 0;
width: 21px;
height: 21px;
}

.Sheet-tr div
{
position: absolute;
z-index: -1;
top: 0px;
left: -21px;
width: 42px;
height: 42px;
background-image: url('/images/Sheet-s.png');
}

.Sheet-bl
{
position: absolute;
overflow: hidden;
z-index: -1;
bottom: 0;
left: 0;
width: 21px;
height: 21px;
}

.Sheet-bl div
{
position: absolute;
z-index: -1;
top: -21px;
left: 0;
width: 42px;
height: 42px;
background-image: url('/images/Sheet-s.png');
}

.Sheet-br
{
position: absolute;
overflow: hidden;
z-index: -1;
bottom: 0;
right: 0;
width: 21px;
height: 21px;
}

.Sheet-br div
{
position: absolute;
z-index: -1;
top: -21px;
left: -21px;
width: 42px;
height: 42px;
background-image: url('/images/Sheet-s.png');
}

.Sheet-tc
{
position: absolute;
overflow:hidden;
z-index: -1;
top: 0;
left: 21px;
right: 21px;
height: 21px;
}

.Sheet-tc div
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 42px;
background-image: url('/images/Sheet-h.png');
}

.Sheet-bc
{
position: absolute;
overflow:hidden;
z-index: -1;
bottom: 0;
left: 21px;
right: 21px;
height: 21px;
}

.Sheet-bc div
{
position: absolute;
z-index: -1;
top: -21px;
left: 0;
width: 100%;
height: 42px;
background-image: url('/images/Sheet-h.png');
}

.Sheet-cl
{
position: absolute;
overflow:hidden;
z-index: -1;
top: 21px;
left: 0;
width: 21px;
bottom: 21px;
}

.Sheet-cl div
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 42px;
height: 100%;
background-image: url('/images/Sheet-v.png');
}

.Sheet-cr
{
position: absolute;
overflow:hidden;
z-index: -1;
top: 21px;
right: 0;
width: 21px;
bottom: 21px;
}

.Sheet-cr div
{
position: absolute;
z-index: -1;
top: 0;
left: -21px;
width: 42px;
height: 100%;
background-image: url('/images/Sheet-v.png');
}

.Sheet-cc
{
position: absolute;
overflow:hidden;
z-index: -2;
top: 21px;
left: 21px;
right: 21px;
bottom: 21px;
background-image: url('/images/Sheet-c.png');
}


.Sheet
{
margin-top: 20px;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
margin: 0 auto;
position: relative;
z-index:0;
width: 988px;
height: 200px;
}

div.Header-jpeg
{
position: absolute;
z-index:-1;
top: 0;
left: 0;
width: 988px;
height: 200px;
background-image: url('/images/Header.jpg');
background-repeat: no-repeat;
background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
display : block;
position: absolute;
left: 7px;
top: 0px;
width: 978px;
cursor: default; 
}

.logo-name
{
display: block;
text-align: left;
}

.logo-name, .logo-name a, .logo-name a:link, .logo-name a:visited, .logo-name a:hover
{
padding:0;
margin:0;
color: #F9F8D2;
font-family: 'Neucha', serif;
font-size: 48px;
font-style: normal;
font-weight: 400;
text-shadow: 2px 2px 2px #aaa;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 0.250em;
word-spacing: 0.075em;
line-height: 1.3;
}

.logo-text
{
display: block;
text-align: left;
position: absolute;
left: 60px;
top: 55px;
}

.logo-text, .logo-text a, .logo-text a:link, .logo-text a:visited
{
padding:0;
margin:0;
color: #F9F8D2;
font-family: 'Neucha', serif;
font-size: 28px;
font-style: normal;
font-weight: 400;
text-shadow: 2px 2px 2px #aaa;
text-decoration: none;
text-transform: none;
letter-spacing: 0.040em;
word-spacing: 0.075em;
line-height: 1.5;
}

.logo-text a:hover {
text-decoration: underline;
}

#topad {
position: absolute;
top: 103px;
left: 0px;
}
/* end Logo */



/* begin Menu */
div.nav {
position: relative;
width: 968px;
padding: 18px 10px;
}

div.nav-background {
position:absolute;
z-index:-1;
background-repeat:no-repeat;
background-image: url('/images/Footer.png');
width: 988px;
height: 100px;
bottom:0;
left:0;
}

div.nav a {
color: darkgreen;
font-weight: bold;
text-decoration: none;
margin: 0px 1px;
padding: 8px 8px;
font-size: 115%;
border-radius: 3px;
}

div.nav a:visited {
color: darkgreen;
}

div.nav a:hover {
color: white;
background-color: #AAAF72;
}

/* end Menu */


/* --- bottom navigation --- */
div.gamesnavigation {
margin: 0px;
width: 100%;
font-size: 16px;
font-weight: bold;
}

div.gamesnavigation div.navprev {
float: left;
}

div.gamesnavigation div.navnext {
float: right;
}
/* --- end bottom navigation --- */


/* --- game stuff --- */
div.game {
margin: 0px 0px 30px 0px;
padding: 0px;
}

div.game h1.gametitle {
margin: 0px 0px 20px 0px;
text-align: center;
font-size: 18px;
}

div.game p.gametime {
text-align: center;
font-weight: bold;
margin: 10px;
text-indent: 0px;
}

div.game p.bottomtip {
margin-top: 30px;
}

div.game table.gameimg {
margin: 10px 0px;
width: 100%;
border-collapse: collapse;
}

div.game table.gameimg td {
width: 50%;
padding: 15px 45px;
}

div.game table.gameimg img {
border: 0px;
width: 130px;
height: 130px;
}

#tipprop {
margin: 20px 0px 30px 0px;
}

#tipprop img {
vertical-align: -3px;
margin-left: -3px;
}

span.gametip {
display: inline-block;
text-align: right;
font-weight: bold;
width: 125px;
padding: 2px 5px;
}

span.gamepub {
display: inline-block;
padding: 2px 0px 2px 18px;
}

div.game table {
margin: 0px auto;
white-space: nowrap;
border-collapse: collapse;
}

div.game table td {
padding-top: 2px;
padding-bottom: 2px;
}

td.pts {
text-align: right;
font-weight: bold;
width: 25px;
}

td.score {
text-align: center;
padding-left: 5px;
padding-right: 5px;
}

td.names {
padding-right: 25px;
}

tr.total td {
border-top: 1px solid darkgray;
}

div.published {
margin: -32px 0px 32px 0px;
}

td.emptyspace {
height: 7px;
}

img.floatImg {
float: left;
margin-right: 20px;
margin-bottom: 15px;
border: 0px;
}

h2 {
margin: 30px 0px 15px 0px;
text-align: center;
font-size: 16px;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.bold {
font-weight: bold;
}

.clear {
clear: both;
}
/* --- end game stuff --- */

/* --- static content --- */
div.staticText h1 {
margin: 0px 0px 20px 0px;
text-align: center;
font-size: 20px;
font-weight: normal;
color: darkgreen;
padding: 0px;
}

div.staticText p {
margin: 10px 0px;
text-align: justify;
text-indent: 20px;
line-height: 135%;
}
/* --- end static content --- */

/* --- game list stuff --- */
.gamesListTitle {
text-align: left;
color: darkgreen;
padding: 0px;
margin: 0px;
}

table.gamesList {
width: 100%;
border-collapse: collapse;
margin: 15px auto 40px auto;
font-size: 12px;
border: 1px solid #C9D182;
}

table.gamesList TH {
text-align: center;
font-weight: bold;
background: #C9D182;
color: white;
border: 1px solid white;
padding: 5px 0px;
}

table.gamesList TH:first-child {
border-left: 1px solid #C9D182;
}

table.gamesList TH:last-child {
border-right: 1px solid #C9D182;
}

table.gamesList TD {
padding: 5px 4px;
border: 1px solid #C9D182;
vertical-align: top;
}

table.gamesList TD.names {
padding-right: 0px;
}

table.gamesList TD.hour {
width: 37px;
white-space: nowrap;
text-align: right;
}

table.gamesList TD.date {
width: 59px;
white-space: nowrap;
text-align: right;
}

table.gamesList TD.num {
width: 24px;
white-space: nowrap;
text-align: right;
}

table.gamesList TD.odd {
width: 34px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
}

table.gamesList TD.points {
width: 24px;
white-space: nowrap;
text-align: right;
padding-left: 0px;
}

table.gamesList TD.tip {
width: 24px;
white-space: nowrap;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}

table.gamesList TD.bookie {
width: 81px;
white-space: nowrap;
text-align: center;
vertical-align: middle;
padding: 0px;
}

table.gamesList TD.res {
width: 48px;
white-space: nowrap;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}

table.gamesList TD.win {
width: 20px;
white-space: nowrap;
text-align: center;
vertical-align: middle;
padding: 0px;
}

table.gamesList TD.lv {
font-weight: normal;
color: #E67E22;
}

div.nodata, div.errorMessage {
width: 100%;
text-align: center;
font-size: 16px;
font-weight: bold;
color: red;
margin: 40px auto;
}

/* --- end game list stuff --- */


/* --- system messages --- */
DIV.infoMessage, DIV.errorMessage {
margin: 0px auto 30px auto;
padding: 35px 25px;
text-align: center;
font-weight: bold;
font-size: 125%;
position: relative;
border-width: 2px;
border-style: solid;
}

DIV.infoMessage {
color: green;
border-color: green;
}

DIV.errorMessage {
color: red;
border-color: red;
}

DIV.systemMessageCloseButton {
position: absolute;
top: 5px;
right: 4px;
}

DIV.systemMessageCloseButton IMG {
border-width: 0px;
}
/* --- end system messages --- */


/* --- statistic table --- */
.statTitle {
text-align: center;
font-size: 20px;
font-weight: normal;
color: darkgreen;
padding: 0px;
margin: 0px 0px 20px 0px;
}


table.stat {
width: 100%;
margin: 20px auto 20px auto;
border-collapse: collapse;
border: 1px solid #C9D182;
}

table.stat td {
padding: 5px 4px;
white-space: nowrap;
border: 1px solid #C9D182;
}

table.stat thead th {
text-align: center;
font-weight: bold;
background: #C9D182;
color: white;
border: 1px solid white;
padding: 5px 0px;
}

table.stat TH:first-child {
border-left: 1px solid #C9D182;
}

table.stat TH:last-child {
border-right: 1px solid #C9D182;
}

table.stat td.sgName {
padding-left: 30px;
color: firebrick;
font-weight: bold;
}

table.stat td.sName {
color: green;
font-weight: bold;
}

table.stat td.sna {
text-align: right;
}

table.stat td.smalNumber {
text-align: right;
width: 45px;
}

table.stat td.bigNumber {
text-align: right;
width: 55px;
}
/* --- statistic table --- */


/* --- standing --- */
.standingTitle {
text-align: center;
font-size: 20px;
font-weight: normal;
color: darkgreen;
padding: 0px;
margin: 0px 0px 20px 0px;
}

table.standing {
width: 100%;
margin: 20px auto 20px auto;
border-collapse: collapse;
border: 1px solid #C9D182;
}

table.standing TH:first-child {
border-left: 1px solid #C9D182;
}

table.standing TH:last-child {
border-right: 1px solid #C9D182;
}

table.standing TD {
padding: 5px 4px;
white-space: nowrap;
border: 1px solid #C9D182;
}

table.standing TH {
text-align: center;
font-weight: bold;
background: #C9D182;
color: white;
border: 1px solid white;
padding: 5px 0px;
}

table.standing td.tws {
width: 18px;
}

table.standing td.ths {
width: 30px;
padding-left: 0px;
}
/* --- end standing --- */


/* begin ContentLayout */
.contentLayout
{
margin-bottom: 0px;
margin-top: 20px;
width: 988px;
position: relative;
}

table#ctable {
border-collapse: collapse;
width: 100%;
}

#leftcol {
width: 200px;
padding: 0px 20px 30px 5px;
vertical-align: top;
text-align: center;
}

#maincol {
padding: 0px 5px 30px 5px;
vertical-align: top;
text-align: left;
}

#rightcol {
width: 160px;
padding: 0px 10px 30px 25px;
vertical-align: top;
text-align: center;
}

#rightcol2 {
width: 120px;
padding: 0px 10px 30px 15px;
vertical-align: top;
text-align: center;
}

#rightcol3 {
width: 10px;
}

/* end ContentLayout */


/* begin Module Table */
table.moduletable {
margin: 0px 0px 20px 0px;
width: 100%;
border-collapse: collapse;
}

table.moduletable th {
font-size: 16px;
font-weight: bold;
text-align: left;
height: 34px;
color: white;
padding: 1px 0px 0px 10px;
background: #C9D182;
border-radius: 3px;
}

table.moduletable td {
font-size: 16px;
font-weight: bold;
text-align: left;
padding: 10px 0px 0px 20px;
line-height: 150%;
}

table.moduletable td a.mmlink {
padding: 2px 5px;
color: darkgreen;
text-decoration: none;
display: inline-block;
width: 150px;
border-radius: 3px;
}

table.moduletable td a.mmlink:visited {
color: darkgreen;
}

table.moduletable td a.mmlink:hover {
color: white;
background: #AAAF72;
}

table.moduletable td span.mmselected {
padding: 2px 5px;
color: white;
background: #C9D182;
display: inline-block;
width: 150px;
}

table.moduletable td span.mmspan {
color: firebrick;
margin: 10px 0px 0px -10px;
display: block;
padding: 0px;
}

table.moduletable td span.mmspan:first-child {
margin-top: -5px;
}

#frlinks {
padding: 10px 0px 0px 10px;
}

#frlinks a {
font-size: 12px;
font-weight: normal;
}


/* end Module Table */


/* begin calculator */
table#calculatorTable {
margin: 20px auto 20px auto;
width: 10%;
border-collapse: collapse;
}

table#calculatorTable td {
padding: 3px 5px;
white-space: nowrap;
}

table#calculatorTable td.label {
text-align: right;
}

table#calculatorTable td#points {
font-weight: bold;
}

table#calculatorTable td#tip {
font-weight: bold;
}

span.fixedSpace {
font-family: monospace;
}


/* end calculator */


/* begin Footer */
.Footer
{
position:relative;
z-index:0;
overflow:hidden;
width: 988px;
margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
height:1%;
position: relative;
z-index: 0;
padding: 15px;
text-align: center;
color: darkgreen;
line-height: 200%;
}

.Footer .Footer-background
{
position:absolute;
z-index:-1;
background-repeat:no-repeat;
background-image: url('/images/Footer.png');
width: 988px;
height: 100px;
bottom:0;
left:0;
}

.Footer .Footer-text p
{
margin: 0;
}

.Footer .Footer-text
{
display:inline-block;
color:#21240A;

}

.Footer .Footer-text a:link
{
text-decoration: none;
color: #6F7722;
text-decoration: none;
}

.Footer .Footer-text a:visited
{
text-decoration: none;
color: #25280B;
text-decoration: none;
}

.Footer .Footer-text a:hover
{
text-decoration: none;
color: #878312;

text-decoration: none;
}
/* end Footer */


.clever-core-ads:not(:empty) {
margin-bottom: 20px;
height: 250px;
}

.top-ad {
margin: 40px auto 30px auto;
width: 100%;
max-width: 720px;
text-align: center;
}

.top-ad a {
font-size: 1.32em;
color: #0000FF;
text-decoration: none;
}

.top-ad a:hover {
text-decoration: underline;
}

.top-ad a:visited {
color: #0000FF;
}

.red {
color: #FF0000;
font-size: 1.2em;
}
