/* Global */
body {
	background-image: url(../images/common/image001chart.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	font-size: small;
}

.title, h1 {
	font-family: serif;
	font-size: xx-large;
	font-style: italic;
	font-weight: bold;
}

.highlight {
	font-size: larger;
	font-style: italic;
}

.legal {
	font-size: smaller;
	font-style: italic;
}

.error {
	color: #FF0000;
	font-size: large;
	font-weight: bold;
}

.note {
    color: #FF0000;
}

img.bio {
	margin-right: 3px;
	margin-bottom: 3px;
}


/* Navigation */
.nav {
    text-align:left;
}

.navlinks {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 8px;
}

.navtext {
	color: #FFFFFF;
	font-size: medium;
	font-weight: bold;
}


/* Home Page */
p.home, p.bighome {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	word-spacing: .15em;
}

p.bighome {
	font-size: medium;
}

table.home td {
    font-weight:bold;
	font-size: small;
}


/* Promos */
.head1 {
	font-size: 1em;
	text-align:center;
}

.message1 {
	font-size: .8em;
	text-align: center;
}

.head3 {
	font-size: 1.2em;
	text-align:center;
}

.message3 {
	font-size: 1em;
	text-align: center;
}

.head5 {
	font-size: 1.4em;
	font-weight: bold;
	text-align:center;
}

.message5 {
	text-align: center;
	font-size: 1.2em;
}


/* Schedule */
.calendar_head {
	background-color: #256388;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

#today {
	border: thin solid #000000;
}

.open {
	background-color: #00FF00;
}

.available {
	background-color: #FFFF00;
}

.filled {
	background-color: #FF0000;
}

.nonexclusive {
	background-color: #00FFFF;
}

.sold {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

table.right th {
    text-align:right;
}

table.border {
    border: thin solid Navy;
}


/* Links */
.description {
	font-size: smaller;
	padding-bottom: 3px;
	padding-left: 20px;
}

img.link {
	cursor: pointer;
}

/* Press */
.highlights {
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: underline;
}


/* FAQ */
dd {
	padding-bottom: 10px;
}

dt {
	font-weight: bold;
}

/* Fleet */
ul.nospace {
    margin-top:0px;
    margin-bottom:0px;
}

ul.wheel {
	list-style-image:url(../images/common/boat_steering_wheel.jpg);
	vertical-align: middle;
	list-style-type: circle;
	}
	
/* AdBar */
span.adbar {
    position: absolute;
    top: 216px;
    left: 790px;
}

span.adbar table {
    text-align: center;
}

span.adbar img {
    border:0px;
}


/* Needed for Image Thumbnail Viewer */
#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: move;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
cursor: pointer;
font-weight: bold;
margin-right: 1px;
}

#description{
	background-color: #FFFF99;
	text-align: center;
}
/* End ITV */