/*
	*  Core styles here
*/

@import url(http://fonts.googleapis.com/css?family=Cabin:400,700); 

html, body{
    width:100%;
    height: 100%;
}
body {
    background-color: #fff;
    margin: 0;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
} 
body, table, td, input, select{
    font-size: 14px;    
}
h1 {
    color: #00334e;
    margin: 0 0 10px 0;
}
h2, h3, h4 {
    color: #00334e;
    margin: 0;
}
h3{
	margin-top: 10px;
}
.hTopPad {
    margin: 15px 0 0 0;
}
.nopad{
    padding: 0;
    margin: 0;
}
p {
    margin: 0 0 0.75em 0;
    line-height: 20px;
    color: #333333;
}
a:link,a:visited,a:active {
    text-decoration: underline;
    outline: 0;
}
a:hover {
    text-decoration: none; 
    outline: 0; 
}
a.common:link,a.common:visited,a.common:active {
    color: #00334E;
    text-decoration: none;
    outline: 0;
}
a.common:hover {
    color: #00334E;
    text-decoration: underline;
    outline: 0;
}


img {
    border: 0px;
}
#footer {
    width: 100%;
    min-height: 203px;
    background-color: #fff;
    position: absolute;
    top: 898px;
}
#subContent {
    position: relative;
    top: 433;  
}
#subContent div {
    float: left;
    width: 333px;
    height: 264px;    
}
.Kpx {
    width: 1000px;
}
.KpxWide {
    width: 1000px;
}
#mainNav {
    list-style: none; 
    margin: 0;
    padding: 0;
}
#mainNav li{
    float: left; 
    position: relative;
    z-index: 1000;   
}
#mainNav li.divider {
    display: block; 
    float: left; 
    width: 2px;
    height: 46px;
    background: url('/public/images/navDivider.png') no-repeat;
    margin: 0;
    padding: 0;
}
a.top:link,a.top:visited,a.top:active {
    display: block; 
    float: left; 
    height: 46px;
    color: #fff;
    font-size: 1.143em;
    padding: 14px 13px 21px;
    text-decoration: none;
    #display: inline-block; 
}
a.top:hover {
    color: #f8f8f8;    
    background-position: left top;
    z-index: 10;
}
.mainNavLiOn{
    height: 46px;
    background: url('/public/images/navHoverBg.png') repeat-x left bottom; 
}
.mainNavLiMeetOn {
    height: 100%;
    width: 166px;
    background: url('/public/images/meetLgBg166.png') no-repeat left top;
}
#mainNav li.navBottom {
    height: 10px;
    width: 166px;
    background: url('/public/images/meetLgBg166.png') no-repeat left bottom;
}
#mainNav li.navBottom:hover {
    height: 10px;
    width: 166px;
    background: url('/public/images/meetLgBg166.png') no-repeat left bottom;
}
#mainNav li ul{
    display: none;
    -position: absolute;
    -top: 46px;
    -left: -1px;    
    margin: 0;
    padding: 0;
    -width: 166px;
} 
#-mainNav li ul li:hover{
    background: url('/public/images/subnavBgOn166.png') no-repeat;
}
#mainNav li ul li{
    display: block;
    height: 35px;
    -width: 166px;
    float: left;
    -clear: left;
    margin: 0;
    padding: 0;  
}
#mainNav li ul li.subnavDivider{
    display: block;
    height: 1px;
    /*-width: 166px;*/
    -width: 113px;
    width: 113px;
    /*float: left;*/
    margin: 0 auto;
    clear: left;  
    background: url('/public/images/subnavDividerC.png') no-repeat;
    /*background: url('/public/images/subnavDivider166b.png') no-repeat; */
}

/* LI MAIN MENU NAVIGATION END // BEGIN SUBNAV */
#mainNav li ul li a{
    display: block;
    padding: 8px 8px 8px 12px;    
    margin: 0;
    text-align: middle;
    font-size: 1.143em;
    color: #272727;
    text-decoration: none;
} 
#mainNav li ul li a:hover{
    color: #ffffff;
}
#mainNav li ul li ul li{
    display: block;
    position: relative;
    top: -81px;
    left: 168px;
    height: 35px;
    width: 166px;
    float: left;
    clear: left;
    margin: 0;
    padding: 0;  
    background: url('/public/images/subnavBgOff166.png') no-repeat;
}
.mainNav_menu_hover{
    text-align: middle;
    font-size: 1.143em;
    color: #ffffff;
    text-decoration: none;
}
p.clear {
    clear: both; 
    height: 0; 
    margin: 0;
    padding: 0;
} 

/* FOOTER STYLES */
.footerlinks {
    min-height: 40px;
    color: #00334e;
}
div.footerlinks a {
    color: #00334e;
    padding: 0 17px;
    text-decoration: none;    
}
div.footerlinks a:hover {
    color: #000;
    text-decoration: underline;
}
.footercopy {
    font-size: 0.714em;
    color: #00334e;
}
div.footercopy a {
    padding: 0 6px;
    color: #00334e;
    text-decoration: none;    
}
div.footercopy a:hover {
    color: #000;
    text-decoration: underline;
}
.copyright {
    display: inline-block;
    padding: 0 16px 0 0;
}
.grayHr {
    margin: 25px auto;
    height: 1px;
    width: 746px;
    border-bottom: 1px solid #dfe0e0;
}
.subNavContainer{
	position: absolute;
	top: 46px;
	left: -3px;
	display: none;     
}
.subNavLeft{
    width: 3px;  
    background: url('/public/images/navLeftGlow.png');
    background-repeat: repeat-y;
}
.subNavContent{ 
    background: url('/public/images/navBg2.png') repeat-x 0 -5px;
}
.subNavRight{
    width: 3px;  
    background: url('/public/images/navRightGlow.png') repeat-y;
}
.subNavContent div{
    height: 27px;
    text-align: center;
    padding: 8px 18px 0;
    white-space:nowrap;
}
.subNavContent div.subnavDivider{
    height: 1px;
    width: 113px;
    padding: 0;
    background: url('/public/images/subnavDividerC.png') no-repeat;
    margin: 0 auto;
    /*background: url('/public/images/subnavDivider166b.png') no-repeat;*/
}
.subNavContent div.subnavDivider2{
    height: 1px;
    padding: 0;
    margin: 0;
}
.subNavTop{
    background: url('/public/images/navBg2.png') repeat-x 0 0;
    height: 5px; 
}

a.subLink:link,a.subLink:active,a.subLink:visited {
    color: #272727;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a.subLink:hover {
    color: #fff;
}
.subNavContent div:hover {
    background: url('/public/images/subnavBgOn166.png') no-repeat;
}
.subNavContent div:hover a.subLink {
    color: #fff;
}
.dynamicNavOn{
    background: url('/public/images/navHoverBgShort.png') repeat-x;
}
.singleNavOn{
    background: url('/public/images/navHoverBg.png') repeat-x;
}
.subNavBLC{
    background: url('/public/images/subNavBotLeftCor.png') no-repeat;
    width: 13px;
    height: 11px;
    float: left;
}
.subNavBM{
    background: url('/public/images/subNavBottom.png') repeat-x;
    height: 11px;
    margin: 0 13px;
}
.subNavBRC{
    background: url('/public/images/subNavBotRightCor.png') no-repeat;
    width: 13px;
    height: 11px;
    float: right;    
}
.subNavBRCRes{
    background: url('/public/images/subNavBotRightCorRes.png') no-repeat;
    width: 13px;
    height: 11px;
    float: right;    
}
.roundedCornerEdge{
    background: url('/public/images/subNavTopRoundR.png') no-repeat;
    width: 5px;
    height: 5px;
    float: right;
}
.roundedCornerEdgeL{
    background: url('/public/images/subNavTopRoundL.png') no-repeat;
    width: 5px;
    height: 5px;
    float: left;
}
.rdCr{
    display: none;
}
.roundedCornerTransition{
    background: url('/public/images/subNavTopCurveR.png') no-repeat;
    width: 5px;
    height: 5px;
    position: relative;
    top: -5px;
    float: left;
}
.roundedCornerTransitionL{
    background: url('/public/images/subNavTopCurveL.png') no-repeat;
    width: 5px;
    height: 5px;
    position: relative;
    top: -5px;
    float: right;
}
.subNavContentRes{ 
    background: url(/public/images/navBg2.png) repeat-x 0 -5px;
    font-size: 1em;  
}
.subNavContainerRes{
	position: absolute;
	top: 46px;
	right: 0;
	display: none;     
}
#widgetContainer p {
    padding: 0 0 10px 0;
    margin: 0;
}
label {
    display: inline-block;
    float: left;
}
.formRow {
    width: 100%;
    height: 30px;    
}
.formL {
    display: inline-block;
    float: left;
	clear: left;
}
.formR {
    display: inline-block;
    float: right;
    width: 200px;
}
.formRMO {
    display: inline-block;
    float: right;
    margin: 5px 0 0 0;
    padding: 0 14px 0 0;
    height: 25px;
}
.formBoth {
    width: 100%;
    float: right;
    margin: 0;
    padding: 18px 0 0 0; 
    #position: relative; 
    #clear: both;
    #text-align: right; 
}
.form {
    margin: 0;
    padding: 0;
}
.formTitle {
    color: #858585; 
}
#moreOptions {
    display: inline-block;
    #height: 127px;    
    margin: 0;
    padding: 0;
    #margin: 0;
    #padding: 0;
}
.formRowButton {
    width: 100%;
    height: 48px;
    margin: 0;
    padding: 0;
    #margin: 0;
    #padding: 0;
}
.formRowButton.dialogWide{
	width: 425px;
}
.moTail {
    display: inline-block;
    height: 16px;
    float: left;
    margin: 0 3px 0 0;
}
a.moLink:link, a.moLink:visited {
    display: inline-block;
    /*font-size: 0.857em;*/
    color: #00334e;
    text-decoration: underline; 
    float: left;
}
a.moLink:active, a.moLink:hover {
    text-decoration: none;
} 

/* BEGIN FORM FIELDS */
.bookNow {
    width: 146px;
    height: 33px;
	background-image: url(/public/images/bookNowButton.png);
	/*display: table-cell;
	text-align: center;*/
    display: block;
	vertical-align: middle;
    #position: relative;
    #clear: both;
    /*#text-align: inherit;*/ 
}
.bookNow img{
	margin-right: 65px;
	margin-top: 11px;
}
input{
    border: 0px;
    border-color: #fff;
    background-color: transparent;
    border-style: none;
    color: #858585;
    height: 18px;
    padding: 0;
    margin: 0;
}
select{
    border: 0px;
    border-color: #fff;
    background-color: transparent;
    border-style: none;
    color: #858585;
    padding: 0;
    margin: 0;
}
textarea{
    border: 0px;
    border-color: #fff;
    background-color: transparent;
    border-style: none;
    color: #858585;
    height: 87px;
    padding: 0;
    margin: 0;
    overflow: auto;
}
.sprite {
    background: url('/public/images/formFieldSprite.png') no-repeat;
}
.sprite.dialogWide{
	background: url('/public/images/formFieldSpriteWide.png') no-repeat;
}
.textbox {
    background-position: top left;
    width: 106px;
    padding: 4px 0 0 7px;
}
.textboxFocus {
    background: url('/public/images/formFieldSprite.png') no-repeat;
    background-position: top right;
}
.textboxFocus.dialogWide{
	background: url('/public/images/formFieldSpriteWide.png') no-repeat;
}
div.textboxContainer {
    width: 112px;
    height: 26px;    
}
div.textboxContainer.dialogWide{
	width: 200px;
}
div.textboxContainer .textbox {
    border: medium none;
    padding: 0;
    width: 112px;
}
div.textboxContainer .textbox.dialogWide{
	width: 200px;
}
div.textboxContainer .textbox:active, div.textboxContainer .textbox:focus {
    border: medium none;
    border-color: transparent;
    outline: medium none;
} 
.dateSprite {
    background: url('/public/images/dateFieldSprite.png') no-repeat; 
}
.dateSprite.dialogWide{
	background: url('/public/images/dateFieldSpriteWide.png') no-repeat; 
}
.textboxDate {
    background-position: top left;
    padding: 4px 0 0 7px;
}
.textboxDateFocus {
    background: url('/public/images/dateFieldSprite.png') no-repeat;
    background-position: top right;
}
.textboxDateFocus.dialogWide{
	background: url('/public/images/dateFieldSpriteWide.png') no-repeat;
}
div.textboxDateContainer {
    width: 200px;
    height: 26px;    
}
div.textboxDateContainer .textboxDate {
    border: medium none;
    padding: 0;
    width: 200px;
}
div.textboxDateContainer .textboxDate:active, div.textboxDateContainer .textboxDate:focus {
    border: medium none;
    border-color: transparent;
    outline: medium none;
}

.areaSprite {
    background: url('/public/images/textareaSprite.png') no-repeat;
}
.areaSprite.dialogWide{
	background: url('/public/images/textareaSpriteWide.png') no-repeat;
}
.textarea {
    background-position: top left;
    padding: 4px 0 0 7px;
    font-size: 1em;
    font-family: 'Cabin', sans-serif;
}
.textareaFocus {
    background: url('/public/images/textareaSprite.png') no-repeat;
    background-position: top right;
}
.textareaFocus.dialogWide{
	background: url('/public/images/textareaSpriteWide.png') no-repeat;
}
div.textareaContainer {
    width: 236px;
    height: 87px; 
}
div.textareaContainer.dialogWide{
	width: 420px;
}
div.textareaContainer .textarea {
    border: medium none;
    padding: 0;
    width: 230px;
    height: 67px;
	resize: none;
}
div.textareaContainer .textarea.dialogWide{
	width: 414px;
}
div.textareaContainer .textarea:active, div.textareaContainer .textarea:focus {
    border: medium none;
    border-color: transparent;
    outline: medium none;
}
.selectboxSprite {
    background: url('/public/images/selectboxSprite.png') no-repeat;
}
.selectbox {
    background-position: top left;
    width: 112px;
    padding: 4px 0 0 7px;
    position: relative;
}
.selectboxFocus {
    background: url('/public/images/selectboxSprite.png') no-repeat;
    background-position: top right;
}

.rms_trip_type_options{
    background-color: #849da9;
    position: absolute;
    top: 23px;
    padding: 5px 0;
    width: 94px;
    display: none;
}
.rms_trip_type_options div{
    color: #fff;
    padding: 2px 7px;
}
.rms_trip_type_optionsOn{
    background-color: #fff;
    color: #09344A !important;
    cursor: pointer;
}
div.selectboxContainer {
    width: 112px;
    height: 26px;    
}
div.selectboxContainer .selectbox {
    border: medium none;
    padding: 0;
    width: 112px;
}
div.selectboxContainer .selectbox:active, div.selectboxContainer .selectbox:focus {
    border: medium none;
    border-color: transparent;
    outline: medium none;
}
.resCont {
    color: #ff0000;
    padding: 0 0 10px 0;
    font-weight: bold;
    font-size: 1em;
}
.resCopy {
    display: ;
    margin: 0 0 10px 0;
    font-size: 1em;    
}
.resCopy.dialogWide{
	width: 425px;
}
.res2Copy {
    display: none;
    margin: 0 0 65px 0;
    font-size: 1em;
}
.bookNowLaunch {
    cursor: pointer;
}
.bookResSubmit {
    cursor: pointer;
}
.contactSubmit {
    cursor: pointer;
}
.clickImg {
    /*cursor: pointer;*/
    max-width:350px;
    min-width:290px;
    min-height:190px;
}
.floatLeft{
    float:left;    
}
.rightMar15{
    margin-right:15px;   
}
#dialogResForm {
    font-size: 1em;
}
#Success, #dialogSuccess{
    display: none;
	height: 115px;
    font-weight: bold;   
}
#dialog {
    border: 0px solid #000000;
}
#successDialog p {
    padding: 10px;
}
#moreOptionsDialog {
    display: inline-block;
    #height: 127px;    
    margin: 1px 0 0 0;
    padding: 0;
    #margin: 0;
    #padding: 0;
}
#widgetDialog p {
    padding: 10px;
}
#widgetDialog {
    font-size: 1em;
}
#widgetContainer {
    width: 425px;
    padding: 20px 25px;
    margin: 0;
    min-height: 166px;
    /*font-size: 1em;*/ 
}
#widgetContainerDialog {
    width: 425px;
    padding: 20px 25px;
    margin: 0;
    min-height: 166px;
    /*font-size: 1em;*/
}
.fin {
    float: left;
    #padding: 0 0 0 10px;
    #margin: 0;
}
.mo {
    display: inline-block;
    margin-bottom: 3px;
    #margin: 0;
    #padding: 0;
    font-size: 1em;
    color: #00334e;
    text-decoration: underline; 
    float: left;
    #float: left;
    cursor: pointer;
}
.mo:hover {
    text-decoration: none;
}
.lg {
    font-size: 1.25em;
}
#tooltip{
	z-index: 10000;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#loadingImgChart{
	position: absolute;
	top: 145px;
	left: 140px;
	z-index: 100002;
}
#loadingImgContainer{
	background: #fff;
	opacity: 0.8;
	filter: alpha(80);
	z-index: 100001;
	position: absolute;
}
.tideInfoLink:hover{
	cursor: pointer;
}
#tideDatePickerContainer:hover{
	cursor: pointer;
}

#ResForm form{
	margin-top: 10px;
}
#dialogResForm form{
	margin-top: 10px;
}

#ResForm table{
	margin-top: 10px;
	font-size: 1em;
}

#dialogResForm table{
	margin-top: 10px;
	font-size: 1em;
}