﻿body
{
    background-color: #000000;
    font-family: Calibri;
    text-align: justify;
}
div
{
    display: block;
}
a
{
    text-decoration: none;
    color: #000000;
}
h1, h2, h3, p, hr
{
    margin-bottom: 10px;
}
h1
{
    font-size: 1.4em;
    font-weight: bold;    
}
h2
{
    font-size: 1.4em;
    font-weight: normal;    
}
h3
{
    font-size: 1.2em;
    font-weight: normal;    
}
ol, ul
{
    padding-left: 40px !important;
}
table
{
    border: thin solid #000000;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    border-spacing: 5px;
    margin-bottom: 4px;   
    text-align: left !important; 
}
th, td
{
    border-bottom: solid 1px #000000;
    padding: 7px;
}
.body
{
    width: 750px;
    margin-left: auto;
    margin-right: auto; 
}
.header
{
    background-image: url('../images/header_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px;    
}
.menu
{
    width: 745px;
    list-style-type: none;
    margin-left: 7px;
    margin-right: 0px;
    padding: 0px;
    display: block;
    height: 30px;
    padding-left: 0px !important;
}
.menuItem
{
    background-position: right bottom;
    float: left;
    background-color: #ffffff;
    color: #000000;
    width: 99px;
    margin-right: 7px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    background-image: url('../images/menu_bg.jpg');
    vertical-align: middle;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;      
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;      
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;      
}
.menuItemSelected
{
    background-image: url('../images/menu_bg_selected.jpg') !important;
}
.content
{
    background-position: right bottom;
    background-image: url('../images/content_bg.jpg') !important;
    background-repeat: no-repeat;
}
.content, .footer
{
    display: block;
    background-color: #ffffff;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 10px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;      
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;    
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;      
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;       
}
.footer
{
    margin-bottom: 10px;
}
img
{
    border: solid 2px #000000;     
}
.imgHotelFront
{
    width: 592px; 
    margin-left: auto; 
    margin-right: auto;       
}
.imgHomeAnimated
{
    float: right;
    clear: right;
    margin-left: 10px;
    margin-bottom: 10px;    
    width: 300px;
}
.imgStructuresOmega
{
    float: right;
    clear: right;
    margin-left: 10px;
    margin-bottom: 10px;    
    width: 210px;
}
.divStructuresHeading
{
    float: left;
    border-right: 1px solid #000000;
    padding-right: 10px;
    margin-right: 10px;
    height: 125px;
    margin-bottom: 10px;
}
.divStructuresHeadingNoBorder
{
    float: left;
    height: 125px;
    margin-bottom: 10px;
}
.imgHomeOmega
{
    float: right;
    clear: right;
    margin-left: 10px;   
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100px  
}
.divStructuresOmega
{
    clear: both;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.winnersWatch
{
    margin-top: 10px;
    padding-top: 10px;
}
.thumbnails, #PokerRoomsList
{
    width: 605px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pokerListItem {
    float: left;
    height: 90px;
    padding: 10px;
    text-align: center;
    width: 100px;
    font-weight: bold;
}
.galleryLink
{
    width: 150px;
    border-right: solid 1px #000000;
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}