body
{
    margin: 0;
    padding: 0;
    color: #555;
    font: normal 10pt Arial,Helvetica,sans-serif;
    background: white;  
}

#page
{
    /*margin-top: 5px;*/
    margin-bottom: 5px;
    /*background: #EAF4F6;*/
    background: #FFF3BA;
    /*border: 1px solid #C9E0ED;*/
}

#header-upper
{
    margin: 0;
    padding: 0;
    /*border-top: 3px solid #C9E0ED;*/
    background: #D6EED4;
    text-align: right;
    vertical-align: top;
}
#header
{
    margin: 0;
    padding: 0;
    /*border-bottom: 3px solid #FFD157;*/
    border-bottom: 3px solid #6EBCA4;
    background: white;
}

#content
{
    /*padding: 20px;*/
    padding-bottom: 20px;
}

#sidebar
{
    padding: 20px 20px 20px 0;
}

#footer
{
    padding: 5px;
    /*margin: 10px 20px;*/
    font-size: 0.8em;
    text-align: center;
    border-top: 1px solid #3D2D13;
    /*background: #2B69A2;*/
    background: #0E1130;
}

.footer-div{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-family: Arial;
    color: white;
    text-align: left;
    margin-right: 2px;
    padding-top: 10px;
    /*border: 1px solid black;*/
}
.footer-div a{
    text-decoration: none;
    font-family: Arial;
    color: white;
}
.footer-header{
    font-weight: bold;
}

#logo
{
    padding: 10px 20px;
    font-size: 200%;
    /*display: inline-block;*/
    vertical-align: bottom;
    float: left;
}

#mainmenu
{
    /*background:url("../images/icons/tab_strip.png") repeat-x scroll center top #83ff02;*/
    /*background-color: #4F84BA;*/
    background-color: #152D37;
    /*display: inline-block;*/
    vertical-align: bottom;
    margin-bottom: 5px; 
    margin-top: 90px; 
    margin-right: 5px; 
    border-radius: 5px;
    padding-right: 3px; 
    float: right;

}

#mainmenu ul
{
    padding:0px 5px 5px 8px;
    margin:0px;

}

#mainmenu ul li
{
    display: inline;
}

#mainmenu ul li a
{
    color: white;
    background-color:transparent;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    padding:8px 8px;
    float: right;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
    color: white;
    background-color:#4F84BA;
    text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
    padding:.8em;
    margin-bottom:1em;
    border:2px solid #ddd;
}

div.flash-error
{
    background:#FBE3E4;
    color:#8a1f11;
    border-color:#FBC2C4;
}

div.flash-notice
{
    background:#FFF6BF;
    color:#514721;
    border-color:#FFD324;
}

div.flash-success
{
    background:#E6EFC2;
    color:#264409;
    border-color:#C6D880;
}

div.flash-error a
{
    color:#8a1f11;
}

div.flash-notice a
{
    color:#514721;
}

div.flash-success a
{
    color:#264409;
}

div.form .rememberMe label
{
    display: inline;
}

div.view
{
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
    font-size: 0.9em;
    padding: 5px 20px;
}

div.breadcrumbs span
{
    font-weight: bold;
}

div.search-form
{
    padding: 10px;
    margin: 10px 0;
    background: #eee;
}

.portlet
{

}

.portlet-decoration
{
    padding: 3px 8px;
    background: #B7D6E7;
    border-left: 5px solid #6FACCF;
}

.portlet-title
{
    font-size: 12px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: #298dcd;
}

.portlet-content
{
    font-size:0.9em;
    margin: 0 0 15px 0;
    padding: 5px 8px;
    background:#EFFDFF;
}

.portlet-content ul
{
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
    padding: 0;
}

.portlet-content li
{
    padding: 2px 0 4px 0px;
}

.operations
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.operations li
{
    padding-bottom: 2px;
}

.operations li a
{
    font: bold 12px Arial;
    color: #0066A4;
    display: block;
    padding: 2px 0 2px 8px;
    line-height: 15px;
    text-decoration: none;
}

.operations li a:visited
{
    color: #0066A4;
}

.operations li a:hover
{
    background: #80CFFF;
}

/*Ohmel CSS mods*/

h3{
    background: url("../images/bg/maintitle.png") repeat-x scroll center top #2C5687;
    border-color: #316897;
    border-style: solid;
    border-width: 1px 0px 1px;
    box-shadow: 0 1px 0 #528CBC inset;
    padding: 7px;
    border-left: 1px solid #316897; 
    border-radius: 4px 4px 0 0;
    color: #FFFEFF;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0px;
}
h4{
    background: url("../images/bg/maintitle.png") repeat-x scroll center top #2C5687;
    border-color: #316897;
    border-style: solid;
    border-width: 1px 0px 1px;
    box-shadow: 0 1px 0 #528CBC inset;
    padding: 3px;
    border-left: 1px solid #316897; 
    border-radius: 4px 4px 0 0;
    color: #FFFEFF;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0px;
}

#statuses-div{
    text-align: center;
    background: #EFF4FA;
    padding: 10px;
}
.statuses-obj{
    text-align: center;
    margin-right: 5px;
    display: inline-block
}

#contents-div{
    text-align: center;
    background: #EFF4FA;
    padding: 10px;
}
.contents-obj{
    text-align: center;
    margin-right: 5px;
    display: inline-block
}
#statistics-div{
    /*    text-align: center;*/
    background: #EFF4FA;
    padding: 10px;
}
.statistics-obj{
    /*    text-align: center;*/
    margin-right: 5px;
    display: inline-block
}
#object-counters{
    background: #C9E0ED;
}

.navigation-lnk a{
    color: #4b1842;
    font-family: "Trebuchet MS";
    font-weight: 300;
    letter-spacing:2px;
    font-size: 17px;
    text-decoration: none;
    /*vertical-align: top;*/
}
.navigation-lnk:hover{
    text-decoration: underline;
}

#div-room-category{
    /*border: 1px solid black;*/
    background: #FFD04E;
    padding: 10px;
    border-radius: 3px; 
}
.room-preview{
    background: white;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.room-reserve-form{
    background: white;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    width: 40%;
}
.div-amen{
    /*border: 1px solid black;*/
}
.amen{
    /*background: url('../images/banner/splash_1.jpg')#2C5687;*/ 
    width: 550px; 
    height: 400px;
    display: inline-block;
    vertical-align: top;
}
.amen-desc{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    text-align: left;
    padding: 5px;
}
.arrow:hover{
    background: #D6EED4;
}