﻿a.ltitle:link, a.title.visited
{
    color: Blue;
    text-decoration: none;
}
a.ltitle:hover
{
    color: Red;
    text-decoration: underline;
}
a.ltitle:active
{
    text-decoration: none;
}
div.image img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.image a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
div.browser
{
    
    padding-left: 0px; 
    padding-top: 2px; 
    border: solid 1px white; 
}
div.browserTitle
{
    color: White; 
    margin-bottom: 7px;
    margin-top: 7px; 
    margin-left: 10px;
}
div.browserContent
{
    margin: 1px; 
    padding-left: 15px; 
    padding-right: 5px; 
    margin-bottom: 10px; 
    padding-top: 10px; 
    background-color: ghostwhite; 
}
div h4
{
    margin: 0px;
}
div.box
{
    margin-top: 5px;
    margin-bottom: 0px;
}
table.tourclass
{
    margin: 0px;
    border: dashed 1px red;
    width: 100%;
}
table.tourclass img
{
    border: 0px;
}
a.booklink:link, a.booklink:visited
{
    color: Blue;
    font-weight: lighter;
    font-size: 8pt;
    text-decoration: none;
}
a.booklink:hover
{
    color: Highlight;
    text-decoration: underline;
}
a.booklink:active
{
    color: Blue;
}
.stitle
{
    font-size: 8pt;
    font-weight: bold;
    color: darkorange;
}
span.itinerary
{
    color: darkorange;
    font-weight: bold;
}
div.itinerary
{
    text-align: justify;
    font-size: 8pt;
    display: block;
    padding: 3px;
    vertical-align: top;
    line-height: 150%;
    margin-left: 0px;
}
div.description
{
    font-size: 8pt;
}
div.box fieldset
{
    margin: 0px;
    padding: 0px;
    border: none;
}   
div.box legend
{
    font-weight: bolder;
    color: Highlight;
    padding-left: 10px;
    font-size: 1.2em;
    padding-bottom: 17px;
}
div.star
{
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    width: 200px;
    height: 20px;
    text-align: right;
    font-weight: bold;
    color: Silver;
}
div.star a:link
{
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
div.star a:visited
{
    font-weight: bold;
    color: Silver;
    text-decoration: none;
}
div.star a:hover
{
    font-weight: bold;
    color: White;
    text-decoration: underline;
}
div.star a:active
{
    font-weight: bold;
    color: White;
    text-decoration: underline;
}
div.dashedline
{
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
    border-top: dashed 1px red;
}