﻿body
{
    margin: 0px;
    background-image: url("images/bg.png");
    background-repeat: repeat;
    font-family: Verdana;
    font-size: 12px;
    color: #E6E6E6;
}
H1
{
    color: #FF9C00;
    font-weight: normal;
    font-size: 28px;
}
H2
{
    color: #D20500;
    font-weight: normal;
}
strong
{
    color: #ffffff;
}
a
{
    color: #FF9C00;
}

.panel_top
{
    height: 100px;
    vertical-align: top;
}

.topimg_home
{
    background-image: url("images/top_home.png");
}
.topimg_news
{
    background-image: url("images/top_home.png");
}
.topimg_bonuses
{
    background-image: url("images/top_bonuses.png");
}
.topimg_payments
{
    background-image: url("images/top_payments.png");
}
.topimg_casinos
{
    background-image: url("images/top_casinos.png");
}
.topimg_gamesfree
{
    background-image: url("images/top_blackjack2.png");
}
.topimg_roulette
{
    background-image: url("images/top_roulette.png");
}
.topimg_poker
{
    background-image: url("images/top_poker.png");
}
.topimg_blackjack
{
    background-image: url("images/top_blackjack1.png");
}
.topimg_slots
{
    background-image: url("images/top_slots.png");
}
.topimg_sportsbook
{
    background-image: url("images/top_betting.png");
}

.panel_content
{
    width: 728px;
    max-width: 750px;
    text-align: left;
    vertical-align: top;
    padding-top: 240px;
    padding-right: 11px;
    padding-left: 11px;
    padding-bottom: 10px;
    background-position: top right;
    background-repeat: no-repeat;
}
.panel_content p
{
    text-align: justify;
    line-height: 140%;
}
.panel_content li
{
    text-align: justify;
    line-height: 140%;
}

.panel_right
{
    width: 250px;
    max-width: 250px;
    text-align: left;
    vertical-align: top;
}
.panel_footer
{
    background-image: url("images/footer.png");
    background-position: top center;
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    height: 80px;
    vertical-align: top;
    font-size: 12px;
}
.footer_logo
{
    background-image: url("images/logo-small.png");
    background-position: center left;
    background-repeat: no-repeat;
    width: 250px;
    max-width: 250px;
}
.keywords
{
    font-size: 11px;
    color: #808080;
}
.menu_top1
{
    background-image: url("images/menu-top1.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.menu_top2
{
    background-image: url("images/menu-top2.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.menu_item
{
    background-image: url("images/menu-content.png");
    background-position: top left;
    background-repeat: repeat-y;
    height: 24px;
    padding-left: 20px;
    padding-bottom: 4px;
}
.menu_item a
{
    color: White;
    text-decoration: none;
}
.menu_item a:hover
{
    text-decoration: underline;
}

.menu_separator
{
    background-image: url("images/menu-separator.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 2px;
}
.menu_footer
{
    background-image: url("images/menu-footer.png");
    background-position: top left;
    background-repeat: no-repeat;
    height: 32px;
}

.row_even
{
    background-color: #333333;
}

.row_uneven
{
    background-color: #222222;
}