/* 
    Document   : main
    Created on : Jun 18, 2009, 10:40:13 AM
    Author     : amsys
    Description:
        Purpose of the stylesheet follows.
*/

table.hotel-summary td.img-space {
    padding-left: 10px;
}

table.hotel-summary td.title {
    background-color: #eff1f2;
    padding: 13px 10px 0 10px;
}

table.hotel-summary .space {
    height: 10px;
}

div.hotel-links {
    padding: 10px;
    border: 1px solid gray;
    background-color:#fbfbfb;
}

div.hoteldesc_main {
    text-align: justify;
}
div.hoteldesc_main h3 {
    font-size: 8pt;
    color: blue;
}

div.hoteldesc_right {
    float: right;
    width: 150px;
    margin-left: 1.5em;
    margin-bottom: 0.6em;
}

div.hoteldesc_right span {
    font-weight: bold;
    color: #a00;
}

div.right {
    text-align: right;
}

table.blue th {
    font-size: 7pt;
    background-color: #B6DDE8;
}

table.blue td {
    font-size: 6.5pt;
}

table.blue {
    border: 2px solid black;
}

div.center {
    text-align: center;
}

a.bluebtn {
    display: block;
    padding: 1em;
    margin: 1.5em auto;
    background-color: #B6DDE8;
    color: black;
    border: 1px outset black;
    text-decoration: none;
    width: auto;
    font-size: 10.5pt;
    width: 60%;
}

a.bluebtn:hover {
    color:maroon;
}
