﻿/*------ Content Management classes ---------*/
.post
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
    padding-bottom: 10px;
}

/*------ Quote Table on cityquote.ascx ---------*/
.quotetable
{
    width: 100%;
}
.quotetable h4
{
    margin-top: 0px;
    margin-bottom: 5px;
}
.quotetable img
{
    border: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.quoteprices
{
    width: 50%;
    padding-left: 10px;
}
.quoteprices td
{
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
}
.quoteprices .quotepricecolumn
{
    font-weight: bold;
    width: 75px;
    padding-top: 0px;
    padding-left: 0px;
}
.quoteprices tr:hover
{
    background-color: whitesmoke;
    border-radius: 5px;
}
.hoteldetails
{
    margin-top: 10px;
}
/*------ End Quote Table on cityquote.ascx ---------*/
.divider
{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #ddd;
    border-bottom-color: #666666;
}
.newsletter
{
    padding-right: 10px;
    width: auto;
}
.newsletter input[type=text],input[type=email] 
{
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;   
}

img[align=left]
{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}