body { font-family: Arial, Helvetica, sans-serif; color: #000000; margin: 10px 20px; }
A:link { color:#0c1c7c; }
A:visited { color:#0c1c7c; }
A:hover { color:#f5c154; }
A:active { color:#0c1c7c; }

/* Style for the login screen */
#boxContent {position:relative; left:-7px; top:-7px; border:1px solid #979684; background:#ebead8;}
#boxContainer { position:relative; left:7px; top:7px; background:#667076; } 

.box {float:left; width:400px; height:360px;}
.logintext { position:relative;margin-top:6px;width:200px;height:18px;border:0px;background:#95b2c3;font-weight:bold; }

/*  For the dhtml menu */
.MenuTable {
	border-style:solid; 
	border-left-color:#ffffff;
	border-right-color:#000000;
	border-top-color:#ffffff;
	border-bottom-color:#000000; 
	border-width:1px;
}

.infoTabBackground {
	position:relative;
  width:210px;
	top:1px;
	background-color: #f6f6cf;
	border-left:1px solid #dbdcb4;
	border-top:1px solid #dbdcb4;
	border-right:1px solid #dbdcb4;
	border-bottom:1px solid #f6f6cf;
	overflow:hidden;
	z-index:101;
}

.partialEclipse {
	position:absolute;
	background: url('../images/tabslope.png') no-repeat top right #f6f6cf;
  border:0px solid red;
	width:34px;
	height:34px;
	margin-top:-33px;
	left:200px;
	z-index:102;
	
}

.formBackground {
	position:relative;
  width:auto;
	background-color: #f6f6cf;
	border-left:1px solid #dbdcb4;
  border-top:1px solid #dbdcb4;
	border-right:1px solid #dbdcb4;
	border-bottom:1px solid #dbdcb4;
}

td {
  font-family: Arial, Helvetica, sans-serif;
}

.normaltext {
  font-family: Arial, Helvetica, sans-serif;
  font-size:10pt;
}

.baseln {
  border-bottom:1px solid black;
}

.padmedium {
  padding:6px;
}

.btn {
  border: 1px solid #baaa72;
	background-color: #dbdcb4;
	color: #000000;
	width: 95px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}

.btnlogin	{
  border: 1px outset;
	background-color: #9ca5e3;
	color: #000000;
	width: 95px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}

.btnlogin_over {
  border: 1px outset;
  background-color: #dbdcb4;
	color: #000000;
	width: 95px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}

.btnMedium	{
  border: 1px solid #baaa72;
	background-color: #dbdcb4;
	color: #000000;
	width: 160px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}

.btnMedium_over {
  border: 1px outset;
  background-color: #dbdcb4;
	color: #000000;
	width: 160px;
	height: 21px;
	font-size: 12px;
	font-weight: bold;
}


.btnTransfer {
  border: 1px solid #baaa72;
	background-color: #dbdcb4;
	color: #000000;
	width: auto;
	height: auto;
	font-size: 12px;
	font-weight: bold;
}

.tabHeading {
	color: black;
	border-width:0px;
	border-style:solid;
	font-size:13px;
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
}

.tabCaption {
	color: #ff0000;
	border-width:0px;
	border-style:solid;
	font-size:13px;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.tbl {
	color:black;
	border-width:0px;
	border-style:solid;
	font-size:12px;
}

.tblheader {
  background-color: #8aa2e1;
}

.txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #dbdcb4;
	color: #000000;
	border: 1px solid black;
	width:75px;
	height:17px;
	font-size:11px;
	text-indent:3px;
}

.txtEdit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #ff4e4b;
	color: #000000;
	border: 1px solid black;
	width:75px;
	height:17px;
	font-size:11px;
	text-indent:3px;
}

.txtMedium {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #dbdcb4;
	color: #000000;
	border: 1px solid black;
	width:125px;
	height: 17px;
	font-size:11px;
	text-indent:3px;
}

.txtMediumEdit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #ff4e4b;
	color: #000000;
	border: 1px solid black;
	width:125px;
	height: 17px;
	font-size:11px;
	text-indent:3px;
}

.txtMediumLong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #dbdcb4;
	color: #000000;
	border: 1px solid black;
	width:110px;
	height: 17px;
	font-size:11px;
	text-indent:3px;
}

.txtLong {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #dbdcb4;
	color: #000000;
	border: 1px solid black;
	width:220px;
	height: 17px;
	font-size:11px;
	text-indent:3px;
}

.txtLongEdit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #ff4e4b;
	color: #000000;
	border: 1px solid black;
	width:220px;
	height: 17px;
	font-size:11px;
	text-indent:3px;
}


.txtarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #dbdcb4;
	color: #000000;
	border: 1px solid black;
	font-size:12px;
	padding:3px;
}

.txtareaEdit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	background-color: #ff4e4b;
	color: #000000;
	border: 1px solid black;
	font-size:12px;
	padding:3px;
}

.attn {
  color:#ffffff;
	background-color:#ff0000;
	padding-left:5px;
	padding-right:5px;
}

.reviewCell {
  font-size:10pt;
  color:#ff0000;
	vertical-align:top;
	text-align:left;
	padding-right:8px;
}

.reviewCellNames {
  font-size:10pt;
  width:10%;
  white-space:nowrap;
	vertical-align:top;
	text-align:right;
	padding-left:4px;
	padding-bottom:4px;
}

.formCellNames {
	font-size:10pt;
  width:10%;
  white-space:nowrap;
	text-align:right;
	padding-left:4px;
}

.pSdate {
  width:69px;
	overflow:hidden;
	padding-left:3px;
	border:0px dotted red;
	background-color:transparent;
	display:inline;
}

.pSvessel {
	width:70px;
	overflow:hidden;
	border:0px dotted red;
  white-space:nowrap;
  display:inline;
}

.pSsubmitted {
  width:104px;
	overflow:hidden;
	border:0px dotted red;
	white-space:nowrap;
  display:inline;
}

.pStitle {
  width:172px;
	overflow:hidden;
	border:0px dotted red;	
	white-space:nowrap;
  display:inline;
}

.commonErrorBox {
  position:relative;
  width:440px;
	height:200px;
  border:4px solid #ff0000;
}

.commonErrorBoxHeader {
  position:relative;
	height:16px;
	background:url('../images/attentionbar.gif') repeat-x;
}

.commonErrorBoxContent {
  position:relative;
	padding-left:8px;
	padding-top:4px;
	padding-right:4px;
	padding-bottom:4px;
	background:#fbf3c6;
	border-top:4px solid #ff0000;
	border-bottom:4px solid #ff0000;
	vertical-align:top;
}

.adminTextbox {
   font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
   width:100%;
	 height:19px;
	 margin:1px;
	 border:1px solid #000000;
	 background-color:#f6f6cf;
}

.imglink {
  cursor:pointer;
}

.headerGeneric {
  font-size:12px;
	overflow:hidden;
	padding-left:5px;
	padding-right:10px;
}

.headerName {
  font-size:12px;
  width:140px;
	display:block;
	overflow:hidden;
	padding-left:5px;
}

.headerTitle {
  font-size:12px;
  width:120px;
	display:block;
	overflow:hidden;
	padding-left:5px;
}

.headerUsername {
  font-size:12px;
  width:80px;
	display:block;
	overflow:hidden;
	padding-left:5px;
}

.headerPassword {
  font-size:12px;
  width:70px;
	display:block;
	overflow:hidden;
	padding-left:5px;
}

.headerEmail {
  font-size:12px;
  width:120px;
	display:block;
	overflow:hidden;
	padding-left:5px;
}

.headerPrivColumn {
  font-size:10px;
	width:1%;
	overflow:hidden;
	padding-left:4px;
	padding-right:4px;
}

.headerUpdate {
	padding-left:4px;
	padding-right:4px;
}

.cellPwd {
  font-size:12px;
  width:50px;
	overflow:hidden;
	padding-left:5px;
}

.row-0 {
  background-color: transparent;
	cursor:default;
}

.row-1 {
  background-color: #dbdcb4;
  cursor:default;
}

.row-x {
  background-color: #ffff66;
	cursor:default;	
}

.listboxPersonnel {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
	background-color:#dbdcb4;
	color:#000000;
	border:1px solid black;
	width:180px;
	font-size:11px;
	margin-left:20px;
}
