/* CSS Document */
/*Navigation Menu*/

#navigation {
text-align: center;
float: right; /*Set to "left" or "right" to position menu accordingly*/
/*border-bottom: 1px solid #999e87; uncomment this line to add bottom border*/
}
#navigation ul {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style:none;	
}
#navigation li {
	display: inline;
	background: url(images/silverbg.gif) repeat-x center top;
	text-align: center;
	padding: 0;
	margin-right: 4px;	
	float: left;
}
#navigation a:link {
	color: #243752;
	background: url(images/silverleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}
#navigation a:hover {
	color: #076397;
	background: url(images/silverleft.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:7px;
	text-decoration: none;
}

#navigation a span {
	background: url(images/silverright.gif) no-repeat right top;
	display: block;
	padding:7px 13px 4px 5px;
}
#navigation a span {
	float: none;
}

/*Navigation Menu--end*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2d5180;
}
.content {	
	padding-left:4px;
	padding-right:4px;
}
.teaserHeader {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 11.5px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #336699;
	text-align: center;
	color: #fff;
}
.teaserHeader A:link {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 11.5px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #336699;
	text-align: center;
	color: #fff;
	text-decoration:none;
}
.teaserHeader A:hover {
	color: #e7a648;
	text-decoration:none;
}
.teaserHeader A:active {
	color: #fff;
	text-decoration:none;
}
.teaserHeader A:visited {
	color: #fff;
	text-decoration:none;	
}
.teaserTitle {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 11.5px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #336699;
	text-align: center;
	color: #fff;
}
.teaserTitle A:link {
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	font-size: 11.5px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #336699;
	text-align: center;
	color: #fff;
	text-decoration:none;
}
.teaserTitle A:hover {
	color: #e7a648;
	text-decoration:none;
}
.teaserTitle A:active {
	color: #fff;
	text-decoration:none;
}
.teaserTitle A:visited {
	color: #fff;
	text-decoration:none;	
}
.teaserText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #000;
}
.teaserText A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
	color: #225792;
}
.teaserText A:hover {
	color: #6ca3e0;
}
.teaserText A:active {
	color: #225792;

}
.teaserText A:visited {
	color: #225792;

}


.bannerBorder {
	margin-top:25px;
	border:solid 1px #000;
	padding:2px;
}

.headertableborder {
	border-top:2px solid #000;
	border-left:2px solid #000;
	border-right:2px solid #000;
	border-bottom:none;
	
}
.bodytableborder {
	border:none;
	background-color: #fff;
	
}
.footertableborder {
	height:64px;
	background-color:#031534;
	
}
.footertable1 {
	height:20px;
	background-color:#031534;
	
}

.navigationTopBar{
	background-color:#465365;
}
.navlowerTop{
	height:2px;
	background-color:#ffffff;
	
}
.navlowerBttm{
	height:5px;
	background-color:#ffffff;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:3px solid #031534;
	
}

.boatscheduleTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: #c0cfe0;
	text-align: center;
}
.textmenu {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #c0cfe0;
	margin-left:15px;
	text-decoration:none;
	text-transform: uppercase;
}
.textmenu A:link {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #c0cfe0;
	margin-left:15px;
	text-decoration:none;
	text-transform: uppercase;
}
.textmenu A:hover {
	color: #66CCFF;
	text-decoration:none;
}
.textmenu A:active{
	color: #c0cfe0;
	text-decoration:none;
}
.textmenu A:visited {
	color: #c0cfe0;
	text-decoration:none;
	}
.leftPanel{
	border-top:none;
	border-left:none;
	border-right:1px solid #d4d7d9;
	border-bottom:none;
}
.rightPanel{
	border-top:none;
	border-left:1px solid #d4d7d9;
	border-right:none;
	border-bottom:none;
}

.topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
	color: #c0cfe0;
	text-align: center;
}
.topText A:link {
	color: #c0cfe0;
	text-decoration:none;
}
.topText A:hover {
	color: #66CCFF;
	text-decoration:none;
}
.topText A:active{
	color: #c0cfe0;
	text-decoration:none;
}
.topText A:visited {
	color: #c0cfe0;
	text-decoration:none;
}
	
.topWhiteText{
	font:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CCCCCC;
	font-variant:small-caps;
	text-align: center;
}	
	
.bodyText {
		padding-left:6px;
	padding-right:6px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 10.5pt;
	font-weight: normal;
	color: #000;
}
.bodyText A:link {
	color: #225792;
}
.bodyText A:hover {
	color: #6ca3e0;
}
.bodyText A:active{
	color: #225792;
}
.bodyText A:visited {
	color: #225792;
	}
	

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #8e9298;
	text-align: center;
}
.footerText A:link {
	color: #8e9298;
}
.footerText A:hover {
	color: #CCCCCC;
}
.footerText A:active{
	color: #8e9298;
}
.footerText A:visited {
	color: #8e9298;
	}

.breadcrumb {
	FONT-SIZE: 9px;
	COLOR: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb A:link {
	COLOR: #666666
}
.breadcrumb A:active {
	COLOR: #666666
}
.breadcrumb A:visited {
	COLOR: #666666
}

.bluedetailheader2 {
	FONT-WEIGHT: bold; FONT-SIZE: 21px; COLOR: #031534; FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}

.whitedefault {
	FONT-SIZE: 15px; COLOR: #fff; FONT-FAMILY: Arial, Geneva, Helvetica, Verdana, sans-serif;
}
.whitedefault A:link {
	COLOR: #fff
}
.whitedefault A:visited {
	COLOR: #fff
}
.whitedefault A:active {
	COLOR: #fff
}
.defaultheader {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000
}
.defaultsubheader {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #002c91
}
.defaultsubheader A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #002c91
}
.defaultsubheader A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #002c91
}
.defaultsubheader A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #002c91
}
.imagecellbg {
	BACKGROUND-COLOR: #ffffff
}
.message, .messageerror, .messagealert, .messagediscount, .messagebackorder, .messagesent {
	FONT-WEIGHT: bold; COLOR: #cc0000
}
.copyright {
	MARGIN-TOP: 6px; FONT-SIZE: 11px; COLOR: #767676; TEXT-ALIGN: center;
}

.footerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #767676;
	text-align: center;
}

/* ---------->>> Tooltip <<<---------------------------------------------------------------*/
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}

/*----------------------------*/