﻿html, body, form
{ 
	height: 100%;
	margin: 0; 
	padding: 0; 
	border: none; 
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	/*color:#4e4e4e;*/
	width: 100%;
	background-color: #F4F3EE;
} 

/* banner*/
.banner {
	color: #654f2a;
	background-color: #f5eab3;
	padding: 10px;
	text-align: left;
	margin-bottom: 10px;
}

/************************************************************/
/* this for header, top menu, and main content.*/
table#containerTable 
{
	/* main structure for whole page.*/	
	height: 100%;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 1024px;
	margin: 0 auto;
}

.wrapper 
{
	vertical-align: top;
}

.utilityHeader
{
    background-image:url(../../Resources/images/BlueWave.jpg);
	background-repeat: repeat;	
	width:100%;
	height:26px;
	text-align: right;
}

.utilityNav{
	
	width:auto;
	font-size: 9pt;
	color:#aac9e4;
	padding-right: 10px;

}

.utilityNav a{
	
	color:#aac9e4;
	text-decoration:none;
	
}

.utilityNav a:hover{
	
	text-decoration: none;
	color: #ff8000;
}

.logoArea{
	
	background-color:#ffffff;
	width:100%;
	padding: 10px 0px 10px 10px;
    text-align: left;
}

.logoArea img {
	border: 0;
}


/* top menu */
.topMenu 
{
	/*background-color: #00458E;*/
	color: #EEEEEE;
	height: 26px;
	width: 100%;
	font-size: 11pt;
	text-align: right;
}

.topMenu a 
{
	text-decoration:none;
	color: #EEEEEE;
}

.topMenu a:hover 
{
	text-decoration: none;
	color: #ff8000;
}

.topMenuHomeItem
{
	width: 100px;
	border-left: solid 1px #EEEEEE;
}

.topMenuHomeItem
{
	width: 10%;
	border-left: solid 1px #EEEEEE;
	text-align: center;
}

.topMenuHomePortItem
{
	width: 20%;
	/*border-left: solid 1px #EEEEEE;*/
	padding-right: 10px;
	text-align: right;
}

.topMenuTitleItem
{
	width: 70%;
	font-size: 14pt;
	padding-left: 10px;
	text-align: left;
}

/* navigation on the left */
.navigation
{
	width: 23%;
	padding: 15px 5px 15px 10px;
	vertical-align: top;
	text-align: left;
}

.subNavManage
{
	border: solid 1px #D7D7D5;
	padding: 5px 10px 10px 10px;
	background-color: #F5F5F5;
    line-height: 1.4;
}

.subNavigation
{
	border: solid 1px #D7D7D5;
	padding: 10px 10px 10px 10px;
	background-color: #F5F5F5;
}


/* main content holder */
.mainContent
{
	padding: 15px 15px 15px 5px;
	width: 77%;
	vertical-align: top;
	text-align: left;
}

.mainContentWraper
{
	width: 100%;
	border: solid 1px #D7D7D5;
	background-color: #F5F5F5;
}

.mainContentCaption
{
	background-color: #E9E9E9;
	border-bottom: solid 1px #D7D7D5;
	font-weight: bold;
	/*text-align: left;*/
	padding: 5px 10px 5px 10px
}

.mainContentHolder
{
	/*text-align: left;*/
	background-color: #F5F5F5;
	padding: 10px 10px 10px 10px;
	font-size: 11pt;
}

.adminContent
{
	padding: 15px 15px 15px 10px;
	width: 100%;
	vertical-align: top;
	text-align: left;
	font-size: 11pt;
}

.adminContent h1{
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	margin:0 0 .55em 0;
	padding: 10px 0 8px 0;
	font-size:2.2em;
	font-weight:normal;
	clear:both;
}

.adminContent h2{
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	padding: .875em 0 .625em 0;
	font-size:1.6em;
	min-height:1.2em;
	font-weight:normal;
	margin:38px 0 .55em 0;
	clear:both;
}

.adminContent h3{
	padding-top: 14px;
	font-size:1.3em;
	text-transform: uppercase;
	font-weight:normal;
	margin:0;
	clear:both;
}

.adminContent h4{
	padding-top: 14px;
	font-size:1.3em;
	font-weight:bold;
	margin:0;
	clear:both;
}


/************************************************************/

/* footer structure */
.footer 
{
	text-align: center; 
	vertical-align: middle;
	background-image:url(../../Resources/images/BlueWave.jpg);
	/*background-color: #00458E;*/
	color: #EEEEEE;
	height: 26px;
	font-size: 9pt;
}

.footerContainer
{
	/*text-align: right; */
	vertical-align: bottom;
	/*background-color: #F4F3EE;*/
	width: 100%;
}

.footerFiller
{
	vertical-align: top;
	/*background-color: #F4F3EE;*/
	background-color: #FFFFFF;
}

.copyright{
	width: 75%;
    text-align: left;
	padding-left: 10px;
}

.footerNav{
	
	width: 25%;
	padding-right: 10px;
	text-align:right;

}

.footerNav a{
	
	color:#aac9e4;
	text-decoration:none;
	
}

.footerNav a:hover{
	
	text-decoration: none;
	color: #ff8000;
	
}

/************************************************************/

/* Links */

.manageLink 
{
	font-size: 10pt;
	text-decoration: none;
	padding-top: 3px;
}

.manageLink a
{
	text-decoration:none;
	color: #00458E;
}

.manageLink a:hover
{
	text-decoration: none;
	color: #ff8000;
}

.manageLink a:visited
{
	color: #00458E;
}

/************************************************************/


/* Login, and ChangePassword Groups */
.loginContainer
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
.loginPortLocationLabel
{
	text-align: left;
	width: 40%;
}

.loginPortLocationText
{
	text-align: left;
}

.changePassword, login
{
	background-color: #F7F6F3;
	border: solid 1px #E6E2D8;
	font-size: 9pt;
	padding: 4px;
	text-align: left;
}

.changePasswordTitle, loginTitle
{
	background-color: #5D7B9D;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	height: 20px;
	text-align: center;
}

.changePasswordButton, loginButton
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	font-size: 9pt;
	color: #284775;
	text-align: center;
}

.changePasswordLabel, loginLabel
{
	text-align: right;
	padding: 3px;
}

.changePasswordTextBox, loginTextBox
{
	text-align: left;
	padding: 3px;	
}

.changePasswordFailure, loginFailure
{
	color: Red;
}

.changePasswordSucess
{
	color: #5D7B9D;
}
/************************************************************/

/* Home port */
.homePort
{
    width: 100%;
    text-align: left;
}

.homePort h1
{
    width: 100%;
	font-weight: bold;
	font-size: 14pt;
}

.homePort h2
{
    border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	margin:0 0 .55em 0;
	padding: 10px 0 8px 0;
	font-size: 1.5em;
	font-weight:normal;
	clear:both;
}

.homePort h2 a {
	text-decoration:none;
}

#dailyMessageLink
{
    width: 10%;
    text-align: right;
}

.dailyMessage
{
	width: 100%;
	padding-top: 10px;
}

/************************************************************/

/* Report Viewer */

.reportViewerWrapper
{
	width: 100%;
	height: 95%;
	text-align: left;
}

.reportViewer
{
	height: 100%;
	vertical-align: top;
}

/************************************************************/

/* General */

.errorMessage
{
	font-size: 9pt;
	color: Red;
	width: 100%;
	padding-top: 10px;
}

.loading
{
    padding: 100px;
    vertical-align: middle;
    text-align: center;
}
/************************************************************/

/* Notification */
.notificationEditForm
{
	padding: 5px;
}

.notificationEditFormButton
{
	text-align: right;
}
/************************************************************/

/* Import */

.ToolTipCargoMarks
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusPurple
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: purple;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusBlue
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: blue;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusGreen
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: green;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusYellow
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: olive;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusOrange
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: olive;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusRed
{
	color: #fdf5f6;
	border: solid 3px #ccc;
	font-size: 12px;
	font-weight: bold;
	background-color: Maroon;
	text-align: center;
	padding: 4px;
}

.ToolTipStatusHold
{
	padding: 5px;
	border: #cccc99 4px solid;
	background-color: #fffff0; 
	font-size: 12px;
	font-weight: bold;
}

.ToolTipStatusHoldHeader
{
	color: red;
	border-bottom: #ccc 1px dashed; 
}
/************************************************************/

/************************************************************/
/* Voyage Ship Logs */
.voyageShiplogsSearchTable 
{
	/*height: 30px;*/
	width: 100%;
	font-size: 11pt;
	text-align: left;
	border: solid 1px lightgray;
}

.voyageShiplogsSearchDateTD
{
    width: 150px;
}

.voyageShiplogsSearchDateLabelTD
{
	width: 75px;
}

.voyageShiplogsSearchButton
{
    /*width: 20%;*/
}

/* Edit Form Controls */
.ShiplogEditFormLabel
{
	font-family:Tahoma;
	font-size: 8pt;
}

/* Shiplog Log Accept/Decline Dialog */
.ShiplogPopupDialog
{
	font-family:Tahoma;
	font-size: 10pt;
	color: Navy;
	font-weight:bolder;
}

.ShiplogEditFormTextbox
{

}

/************************************************************/


/************************************************************/
/* Help Section */

.help 
{
	padding: 10px;
}

/************************************************************/
/* Quote */
.quoteLinkPanel
{
	border: solid 1px #D7D7D5;
	padding: 5px 5px 5px 10px;
	background-color: #F5F5F5;
	font-size: 10pt;
}

.quoteLinkPanel a
{
	text-decoration:none;
	color: #00458E;
    line-height: 1.4;
}

.quoteLinkPanel a:hover
{
	text-decoration: none;
	color: #ff8000;
}

.quoteLinkPanel a:visited
{
	color: #00458E;
}

.quote
{
    font-size: 10pt;
    width: 100%;
}

.quoteLabel
{
    text-align: right;
    width: 18%;
}

.quoteTextBox
{
    text-align: left;
    width: 32%;
}


/************************************************************/
/* Payment Processor */
.payment {
    width: 100%;
    text-align: left;
    font-size: 10pt;
    border-collapse: collapse;
    padding: 10px;
}

.payment2ColsFirst {
    width: 20%;
    padding-right: 10px;
    padding-bottom: 5px;
}

.payment2ColsSecond {
    width: 80%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.payment3ColsFirst {
    width: 20%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.payment3ColsSecond {
    width: 30%;
    padding-bottom: 5px;
}

.payment3ColsThird {
    width: 50%;
    padding-bottom: 5px;
}

.paymentLeft {
    text-align: left;
}

.paymentRight {
    text-align: right;
}

.paymentMessage {
    font-size: 9pt;
}

.paymentErrorMessage {
    color: red;
}

.paymentDetail {
    padding-left: 15px;
    text-align: left;
}

.paymentBold {
    font-weight: bolder;
}

.paymentButton {
    display: inline;
    padding-right: 15px;
}


/************************************************************/
/* General Table layout */
.genTable {
    width: 100%;
    text-align: left;
    font-size: 10pt;
    border-collapse: collapse;
    /*padding: 10px;*/
}

.genLabel {
    width: 18%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.genTextbox {
    width: 32%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.genLeft {
    text-align: left;
}

.genCenter {
    text-align: center;
}

.genRight {
    text-align: right;
}

.genButton {
    display: inline;
    padding-right: 15px;
}

.genErrorMessage {
    color: red;
}

.genTableBorder {
    border: 1px solid  #9f9f9f;
    /*border: 1px solid #e3e3e3;*/
}

.genTable th{
    height: 23px;
    background-color: #dcdcdc;
}

/*.genTable td {
    height: 23px;
}

.genTable td input {
    width: 185px;
}*/

.genWhiteBackground {
    background-color: #FFFFFF;
}

.genTable2ColsFirst {
    width: 30%;
    padding-right: 10px;
    padding-bottom: 5px;
}

.genTable2ColsSecond {
    width: 70%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.genTable3ColsFirst {
    width: 25%;
    padding-right: 5px;
    padding-bottom: 5px;
}

.genTable3ColsSecond {
    width: 35%;
    padding-bottom: 5px;
}

.genTable3ColsThird {
    width: 40%;
    padding-bottom: 5px;
}

.genTableDetail {    
    background-color: #FFFFFF;
    text-align: center;
    border: 1px solid  #9f9f9f;
}

.genTableDetail td {
    height: 23px;
}