/**
 * CSS for all php pages 
 **/ 

/* GLOBAL TAGS */
body {
    background: #FFF url('../images/bg-tile1.jpg') repeat-x top;
    color: #7E7E7E;
    font: 62.5% verdana, sans-serif;
    text-align: center;
}
/* reset */
body, form, p, ul, ol, h1, h2, h3, h4, dt, dd, dl {
    margin: 0;
    padding: 0;
}
img {
    border: none;
}
ul {
    list-style: none;
}
input, select {
    font: 100% arial, sans-serif;
}

/* GLOBAL CLASSES */
div.clear {
    clear: both;
}
p.error {
    color: red;
}
p.returnToTop {
    clear: both;
}
.right {
    text-align: right;
}

/* CONTAINER */
#container {
    margin: 0 auto;
    text-align: left;
    width: 1000px;
}

/* HEADER */
#header {
    background: url('../images/header-bg.jpg') repeat-x;
    height: 171px;
    position: relative;
}
#logo {
    position: absolute;
    top: 35px;
    width: 166px;
    height: 104px;
}
#logobuynow {
    position: absolute;
 	margin-left: 725px; 
    top: 20px;
    width: 188px;
    height: 75px;
}
#logoflag {
    position: absolute;
    margin-left: 800px;
    top: 10px;
    width: 280px;
    height: 15px;
}


/*
#logo {
    position: absolute;
    top: 50px;
    width: 280px;
    height: 105px;
}
#logoflag {
    position: absolute;
    margin-left: 40px;
    top: 10px;
    width: 280px;
    height: 105px;
}*/
#logo img {
    display: block;
}
#login {
    font: 1.1em verdana, sans-serif;
    position: absolute;
    top: 5px;
    right: 0;
    text-align: right;
}
#login label {
    margin-left: 10px;
}
#login label, #login #submit {
    color: #E9E9E9;
    font-weight: bold;
    margin-right: 5px;
}
#login #username, #login #password {
    border: 0;
    font-size: 1.2em;
    width: 120px;
}
#submit { /* also applies to home page login */
    background: transparent;
    border: 0;
    cursor: pointer;
    font-family: verdana, sans-serif;
    text-transform: uppercase;
}
#login #submit {
    width: 70px;
}
#login #submit:hover, #login a:hover {
    color: #EB2D2E;
}
#login a {
    color: #00A6CC;
    font-weight: bold;
}
#poker-account #login {
    display: none; /* hide login on Poker My Acount page */
}

/* MENU */
#menu {
    background: url('../images/menu-bg.jpg') no-repeat;
    width: 598px;  
    height: 30px;
    position: absolute;
    top: 95px;
    right: 0;
}
#menu ul {
    margin-top: 7px;
}
#menu li {
    border-right: 1px solid #5A5A5A;
    float: left;
    padding: 0 15px;
}
#menu li.last {
    border: none;
}
#menu a {
    color: #5A5A5A;
    font-size: 1.3em;
    text-decoration: none;
}
#menu a:hover,
#mhl-poker a#menu-poker,
#mhl-casino a#menu-casino,
#mhl-sportsbook a#menu-sportsbook,
#mhl-club-cash a#menu-club-cash,
#mhl-affiliate a#menu-affiliate,
#mhl-bonuses a#menu-bonuses,
#mhl-promotions a#menu-promotions,
#mhl-help a#menu-help,
#mhl-signup a#menu-signup {
    color: #EB2D2E;
}

/* MIDDLE */
#middle {
    margin: 0 auto;
    width: 1000px;
}
/* left side */
#left-side {
    float: left;
    margin-top: 15px;
    width: 150px;
}
#sub-menu {
    width: 129px;
}
#sub-menu li {
    background: url('../images/side-menu-item-bg.jpg') no-repeat 0 0;
}
#sub-menu a {
    background: url('../images/side-menu-item-bg-over.jpg') no-repeat -129px;
    color: #777;
    display: block;
    font-size: 1.1em;
    height: 24px;
    line-height: 20px;
    padding-left: 25px;
    text-decoration: none;
}
#sub-menu a:hover {
    background-position: 0 0;
}
#left-side div.prod-box {
    position: relative;
    padding-bottom: 15px;
    width: 129px;
}
#left-side div.prod-box a.btn {
    display: block;
    position: absolute;
    top: 0;
    width: 129px;
    height: 70px;
}
#left-side div.prod-box a.btn span {
    display: none;
}
#left-side div.prod-box a.btn:hover {
    background-position: 0 0;
}
#left-side div.prod-box p {
    line-height: 1.3em;
}
#left-side div.divider {
    background: url('../images/left-side-divider.jpg') no-repeat;
    height: 1px;
}
#casino-box {
    background: url('../images/side-casino-btn.jpg') no-repeat 0 0;
    padding-top: 70px;
}
#casino-box a {
    background: url('../images/side-casino-btn-over.jpg') no-repeat -129px;
}
#poker-box {
    background: url('../images/side-poker-btn.jpg') no-repeat 0 0;
    padding-top: 70px;
}
#poker-box a {
    background: url('../images/side-poker-btn-over.jpg') no-repeat -129px;
}
#join-box {
    background: url('../images/side-join-btn.jpg') no-repeat 0 0;
    padding-top: 73px;
    font-size: 1.1em;

}
#join-box a {
    background: url('../images/side-join-btn-over.jpg') no-repeat -129px;
}
/* content */
#content {
    background: url('../images/content-divider.png') repeat-y left;
    float: right;
    margin-top: 5px;
    width: 830px;
}
#content a {
    color: #00A6CC;
}
#content a:hover {
    color: #EB2D2E;
}
#content h1, #content h2 {
    color: #EB2D2E;
    font: bold 2.5em arial, sans-serif;
    margin: 15px 20px;
}
#content h1 {
    margin-top: 0;
    text-transform: uppercase;
}
#content h2 {
    font-size: 2em;
}
#content h3 {
    font-size: 1.8em;
}
/*#content h3 {
    color: #000;
    font: bold 1.4em arial, sans-serif;
    margin: 15px 20px;
}*/
#content h4 {
    color: #000;
    font: bold 1.5em arial, sans-serif;
    margin: 15px 20px;
}
#content p, #content ul, #content ol, #content table {
/*    font: 1.2em verdana, sans-serif; */
    font: 1.5em arial, sans-serif;
    line-height: 1.5em;
    margin: 15px 20px;
}
#content ul {
    list-style: square;
}
#content ul li, #content ol li { /* also applies to help content */
    margin-left: 40px;
}
#content label {
    display: block;
    float: left;
    width: 12em;
}
#content iframe {
    margin: 0 0 15px 20px;
}

/* FOOTER */
#footer {
    clear: both;
    color: #777;
    font: 1.1em arial, sans-serif;
    padding-top: 20px;
    text-align: center;
}
#footer p {
    padding-bottom: 15px;
}
#footer-menu {
    font-weight: bold;
}
#footer-menu a {
    color: #888;
    line-height: 1.4em;
    margin: 0 15px;
    text-decoration: none;
}
#footer-menu a:hover {
    color: #EB2D2E;
}
