﻿body
{
    margin: 0 0 0 0;
    font-family: Georgia;
    color: white;
    background-color: sienna;
}

.red10
{
    color: #ff0000;
    font-family: Georgia;
    font-weight: bold;
    font-size: 10pt;
}
.red12
{
    color: #ff0000;
    font-family: Georgia;
    font-weight: bold;
    font-size: 12pt;
}
.red14
{
    color: #ff0000;
    font-family: Georgia;
    font-weight: bold;
    font-size: 14pt;
}
.red18
{
    color: #ff0000;
    font-family: Georgia;
    font-weight: bold;
    font-size: 18pt;
}
.expert
{
    color: #75C7BB;
    font-family: Georgia;
    font-weight: bold;
    font-size: 12pt;
}

.hotelname
{
    color: #75C7BB;
    font-family: Georgia;
    font-weight: bold;
    font-size: larger;
    text-decoration: underline;
}

.links
{
    color: #75C7BB;
    font-family: Georgia;
    font-size: 10pt;
}
.links_smaller
{
    color: #75C7BB;
    font-family: Georgia;
    font-size: 8pt;
}
.bttn
{
    border-right: #968967 thin solid;
    border-top: #efe8d5 thin solid;
    margin-top: 0px;
    font-weight: bold;
    font-size: 11px;
    margin-left: 0px;
    border-left: #efe8d5 thin solid;
    color: black;
    line-height: 0.85;
    padding-top: 2px;
    border-bottom: #968967 thin solid;
    font-family: Tahoma, sans-serif;
    background-color: #dac99e;
}

/* Abstract Pop up */
.hide
{
   Display : none;
}
.show
{
    Display : block ;
}
#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 0px;
    background-color: #ffffe0;
    visibility: hidden;
    z-index: 100;
    color: #ffffe0;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
/* End Abstract Pop up */

/* Start CSS Rounded corner for news */
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh
{
   font-size:1px; 
   overflow:hidden; 
   display:block;
}
.b1h 
{
   height:1px; 
   background:#aaa; 
   margin:0 5px;
}
.b2h, .b2bh 
{
    height:1px; 
    background:#aaa;
    border-right:2px solid #aaa; 
    border-left:2px solid #aaa; 
    margin:0 3px;
}
.b3h, .b3bh 
{
    height:1px;
    background:#aaa; 
    border-right:1px solid #aaa; 
    border-left:1px solid #aaa; 
    margin:0 2px;
}
.b4h, .b4bh 
{
    height:2px; 
    background:#aaa;
    border-right:1px solid #aaa; 
    border-left:1px solid #aaa; 
    margin:0 1px;
}
.b2bh, .b3bh, .b4bh 
{
    background: BurlyWood;
}
.headh 
{
    background: #aaa; 
    border-right:1px solid #aaa; 
    border-left:1px solid #aaa;
}
.headh h3 
{
    margin: 0px 10px 0px 10px; 
    padding-bottom: 3px;
}
.contenth 
{
    background: BurlyWood; 
    border-right:1px solid #aaa; 
    border-left:1px solid #aaa;
}
.contenth div 
{
    margin-left: 3px; 
    padding-top: 3px;
}
/* End CSS Rounded corner for news */