@charset "utf-8";
body {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../media/images/bg.jpg);
    background-color: #D2B79A;
    background-repeat: repeat-x;
}
a:link {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #754815;
    text-decoration: underline;
}

a:visited {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #754815;
    text-decoration: underline;
}

p, li {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 18px;
    color: #333333;
}
.bottom {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.bottom a:link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: "none";
}
.bottom a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: "none";
}
.smallprint {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #336666;
}
h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #008061;
}
h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #7B420D;
}

h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #008061;
}

h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.style1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #008061;
    font-size: 18px;
}

.main_nav img
{
    margin-right: 5px;
    margin-left: 5px;
}

.section_shaded
{
    padding: 0.5em;
    background-color: #ffffff;
    border: 1px solid black;
}

.section_row
{
    font: normal 12px/14px Georgia, "Times New Roman", Times, serif; 
    margin: 0.5em 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
    clear: none;
}

.section_row label
{
    font: normal 12px/14px Georgia, "Times New Roman", Times, serif; 
    float: left;
    clear: none;
    text-align: right;
}

.section_row label.required
{
    font-weight: bold;
}

.section_title
{
    font: bold 12px/14px Georgia, "Times New Roman", Times, serif; 
}

.section_options
{
    padding-left: 1em;
}

.section table
{
}

.section th
{
    font: normal 12px/14px Verdana, Arial, Helvetica, sans-serif;
    text-align: right;
    white-space: nowrap;
}

.section th.required
{
    font-weight: bold;
}

table.search-results
{
}

table.search-results tr:hover td
{
    background-color: #008061;
}

table.search-results tr.no_hover:hover td
{
    background-color: transparent;
}

table.search-results th
{
    font-weight: bold;
    border-bottom: 3px solid black;
    vertical-align: bottom;
    background-color: #e8e8e8;
}

table.search-results td
{
    border-bottom: 1px solid black;
    vertical-align: top;
}

table.search-results td.no_border
{
    border-bottom: 0;
    vertical-align: top;
}

table.search-results tr.alert
{
    border: 0;
}

table.search-results tr.alert td
{
    color: #cc0000;
}

table.search-results th,
table.search-results td
{
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    padding: 0.25em;
    text-align: left;
}
table.search-results th
{
    padding-left: 0.5em;
    padding-right: 0.5em;
}
table.search-results a:visited 
{
    color: red;
}

ul.cruise_list
{
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    padding-right: 10px;
}

.event_list
{
    width: 300px;
    clear: none;
    float: left;
}

#event_details
{
    clear: none;
    padding-left: 300px;
}

.authorize_net
{
	float: right;
	clear: none;
	z-index: 10;
}

#banner_container
{
	width: 300px;
	background-color: #EEEEEE;
	overflow: hidden;
	position: relative;
}

#banner_container div
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#banner_container img
{
	border: 0;
}

/* ----- Progress ----- */

div.Progress .Current
{
    font-size: 12px;
    font-weight: bold;
}
div.Progress .NonCurrent
{
    font-size: 12px;
    color: gray;
    font-weight: normal;
}

