﻿/* Site typography */
h1 {
	font-size: 1.7em;
	color: #742633;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	font-style: italic;
}
h2 {
	font-size: 1em;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1.1em;
	color: #742633;
	font-family: "Century Schoolbook", "Times New Roman", serif;
	margin-bottom: 5px;
}
h4 {
	font-size: 1em;
	font-style: italic;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
#cruises-right h2, #cruises-left h2 {
	padding: 5px 5px 0 5px;
	margin: 0;
	color: #333333;
	font-size: x-small;
	font-weight: bold;
	text-transform: capitalize;
}
#cruises-right h3, #cruises-left h3 {
	padding: 5px;
	margin: 0;
	color: #742633;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
}
#cruises-right p, #cruises-left p {
	padding: 0 5px 0 5px;
	margin: 0;
	color: #333333;
	font-size: small;
	font-weight: normal;
}
#cruises-right img, #cruises-left img {
	padding: 0;
	margin: 0;
    border: 0;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
img.leftAlone {
	float: left;
	margin-right: 100%;
}
img.center {
	float:none;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.right {
	float:right;
	margin: 0 0 13px 13px;
	display: inline;
}
img.left {
	float:left;
	margin: 0 13px 13px 0;
	display: inline;
}
img.center-nb {
	float:none;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	
/* Links */
a {
	color: #742633;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #CC9900;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* start - table */


table
{
	font-size: 12px;
	background: #fff;
	margin: 0px;
	border-collapse: collapse;
	text-align: left;
}
table.3 {
	width:300px;
}
table.2 {
	width:200px;
}
table.4 {
	width:400px;
}
table.5 {
	width:400px;
}

table.photo {
	font-size: 10px;
	background: #fff;
	margin: 10px 0 10px 15px;
	border-collapse: collapse;
	text-align: center;
	float: right;
	width: 202px;
}

th
{
	font-weight: bold;
	color: #742633;
	padding: 4px;
	border-bottom: 1px #742633 solid;
}
td
{
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: left;
}
td.photo
{
	border-bottom: 0;
	padding: 0;
}

tbody tr:hover td
{
	color: #742633;
}
tbody.photo tr:hover td
{
	color: #333333;
}
tr.odd {
	background: #F1E7C0;
	text-align: right;
}
tr.even {
	
}


/* end - table */
.arrow-r {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
}
.arrow-l {
	font-size: 1.5em;
	font-weight: bold;
	color: #800000;
}

#cruises-left {
	margin: 0 22px 10px 0;
	float: left;
}
#cruises-right {
	margin: 0 0 10px 0;
	float: right;
}
#cruises-right, #cruises-left {
	background: #E5D084 url('../images/cruise-bg.gif') no-repeat top;
	width: 250px;
	padding: 0;
	border: 1px #C6AF62 solid;
	color: #333333;
	height: 240px;
}
