/* reset */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
 img {
	border:0;
}
cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
th {
	text-align:left;
}
h1, h2, h3, h4 {
	font-size:100%;
	margin-top:8px;
}
q:before, q:after {
	content:'';
}
body {
	font:16px Helvetica,Arial, sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:1.22em;
	text-align:left;
	margin: 0;
	padding: 0;
}
table {
	font-size:inherit;
	font:100%;
}
select, input, textarea {
	font:99% verdana, sans-serif;
}
pre, code {
	font:115% monospace;
	*font-size:100%;
}
/* end reset */
/* generic */
.fLeft, .imgLeft {
	float:left;
}
.fRight, .imgRight {
	float:right;
}
.noBorder {
	border:none;
}
.imgLeft {
	margin:1em 1em 1em 0;
}
.imgRight {
	margin:1em 0 1em 1em;
}
.clear {
	clear:both
}
.mTop
{
	margin-top:20px;
}
.mRight
{
	margin-right:20px;
}
.mBottom
{
	margin-bottom:20px;
}
.mLeft
{
	margin-left:20px;
}
.mTopSmall
{
	margin-top:10px;
}
.mRightSmall
{
	margin-right:10px;
}
.mBottomSmall
{
	margin-bottom:10px;
}
.mLeftSmall
{
	margin-left:10px;
}
.pTop
{
	padding-top:20px;
}
.pRight
{
	padding-right:20px;
}
.pBottom
{
	padding-bottom:20px;
}
.pLeft
{
	padding-left:20px;
}
.pTopSmall
{
	padding-top:10px;
}
.pRightSmall
{
	padding-right:10px;
}
.pBottomSmall
{
	padding-bottom:10px;
}
.pLeftSmall
{
	padding-left:10px;
}
.clearFix:after, form p:after, html[xmlns] form div:after, .paperHeader:after
{ 
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearFix, form p, form div, .paperHeader {
	display: inline-block;
}
 
html[xmlns] .clearFix, html[xmlns] form p, html[xmlns] form div, html[xmlns] .paperHeader {
	display: block;
}
 
* html .clearFix, * html form p, html[xmlns] form div, * html .paperHeader {
	height: 1%;
}
strong
{
	font-weight:bold
}
/* end generic */

body
{
	background: url(../img/wood-pattern.jpg) repeat
}
#main, .centered, #mainContent, .centeredSmallForm, .centeredMediumForm, #dashboardLinks, .paperPreview,.centeredLargeForm, .calPlaceholder
{
	margin: 0 auto;
}
#main, .rad10
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.centeredSmallForm, .rad5, .centeredMediumForm, fieldset, .cell, .paperPreview, .centeredLargeForm, .div30
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.txt, input[type=text], input[type=password], .rad3
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn, input[type=button], input[type=submit], .rad30, .log .editLog, .log .delLog, .log .receiveLog, .log .receiveHGLog
{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#banner, .rad10Top
{
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
}
.mainNav, .inset
{
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: inset 0px 10px 5px 10px #cc1111;
	-moz-box-shadow: inset 0px 10px 5px 10px #cc1111;
	box-shadow: inset 0px 1px 1px 1px #fff;	
}
#addr, .alignRight
{
	text-align: right
}
a
{
	text-decoration: none;
}
a, input[type=button], input[type=submit]
{
	cursor: pointer;
}
div.centeredSmallForm, .shadow, div.centeredMediumForm, .paperPreview
{
	-webkit-box-shadow: 0 0 10px 0px #555;
	-moz-box-shadow: 0 0 10px 0px #555;
	box-shadow: 0 0 10px 0px #555;
}
.cell, .lightShadow
{
	-webkit-box-shadow: 0 0 5px 0px #ccc;
	-moz-box-shadow: 0 0 5px 0px #ccc;
	box-shadow: 0 0 5px 0px #ccc;
}
#main
{
	width: 90%;
	min-width: 960px;
	min-height: 200px;
	background: #888;
	margin-top: 20px;
	margin-bottom: 20px;

	padding-bottom: 30px;
}
#banner
{
	height: 121px;
	width: 100%;
	background: url(../img/banner-grad.png) 0 0 repeat-x;
	display: block;
	color: #fff;

}
#logo
{
	font-size: 30px;
	height: 111px;
	padding-left: 420px;
	width: 0;
	overflow: hidden;
	background: url(../img/logo.png) 20px 15px no-repeat;
	float: left
}
#banner span
{
	display: block;
	line-height: 1.5em;
	
}
#addr
{
	float: right;
	width: 300px;
	font-size: 11px;
	margin: 30px 20px 0 0;
	color: #a5d7ee
}
#mainContent
{
	width: 100%;
	height: 100%;
}
.mainNav
{
	width: 100%;
	min-height: 32px;
	background: #eee;
	font-size: 0.8em;
	border-left: 0;
	border-right: 0;
}
.mainNav li
{
	float: left;
	text-align: center;
	border-right: 1px solid #fff;
	border-left: 1px solid #ddd;
	height: 32px;
	position: relative;
}
.mainNav li:last-child
{
	border-right: none;
}
.mainNav li a
{
	padding: 7px 10px 7px 10px;
	display: block;
	color: #003261;
	
	text-shadow: 0px 1px 0px #ffffff;

}
.mainNav li a:hover
{
	text-decoration: underline;
}
.mainNav li.divider
{	border-color:#ccc;
	border-right: none;
	height: 32px;
}
.mainNav li.active a
{
	color: #777;
}
.mainNav li.rightMostLink
{
	float: right
}
.subNav
{
	position: absolute;
	left: 0;
	width: 200px;
	display: none;
	z-index: 10
}
.hasSubNav:hover .subNav
{
	display: block
}
.subNav li
{
	float: none;
	border: none;
	border-bottom: 1px solid #ccc;
	border-top:1px solid #fff;
	background: #eee;
	width: 100%
}
.subNav li a
{
	background: url(../img/arrow.png) 10px 8px no-repeat;
	text-align: left;
	padding-left:30px
}
.centeredSmallForm, .centeredMediumForm, .centeredLargeForm
{
	min-height: 200px;
	background: #f8f8f8;
	border: 1px solid #dfdfdf;
	padding: 20px;
}
.centeredSmallForm
{
	width: 400px
}
.centeredMediumForm
{
	width: 800px;
	margin-bottom: 30px
}
.centeredLargeForm
{
	width: 950px
}
#bodyContent
{
	padding: 10px 20px 10px 20px;
	margin-top:20px;
}
h1
{
	font-size: 2em;
	font-weight: normal;	
	color: #013f78
}
form
{
	margin: 20px 0 20px 0
}
form p, form div
{
	padding: 8px 0 8px 0;
}
form p label, form div label
{
	float: left;
}
form p .txt, input[type=text], input[type=password],
form div .txt
{
	float: right
}
.sel
{
	width: 200px;
	float: left;
	margin-left: 30px;
	margin-top:10px
}
label
{
	width: 200px;
	display: block;
	margin-top:14px;
}
.txt, input[type=text], input[type=password]
{
	min-width: 215px;
	margin: 0;
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
}
.btn, input[type=button], input[type=submit]
{
	border: 1px solid #0a5584;
	background: url(../img/blue-button.png) 0 0 repeat-x;
	height: 40px;
	font-weight: bold;
	color: #003261;
	padding: 8px 15px 8px 15px;
	color: #fff;
	float: right;
	text-shadow: 0px 1px 0px #555;
	filter: dropshadow(color=#555, offx=0, offy=1);

}
.input
{
	position: relative
}
.input.required label:after
{
	content: " *";
	color: #cc1111;
}
input.form-error
{
	border:1px solid #cc1111
}
.error-message
{
	font-size: 0.7em;
	color: #cc1111;
	margin-left: 162px;
}
fieldset
{
	border-width: 2px;
	border-color: #fff;
	padding: 20px;
	margin-top:20px;
	background: #eee
}
h2, fieldset legend
{
	font-weight: bold;
	font-size: 1.2em
}
.log
{
	margin-top:20px;
}
.logWithScroll .log ul
{
	height: 50px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	width: 255px
}
.col2Lim .div30
{
	width: 430px
}
.col2Lim .log ul
{
	width: 410px
}
.col1Lim .div30
{
	width: 905px;
}
.col1Lim .log ul
{
	width: 890px;
	
}
.col1Lim fieldset .txt
{
	width: 100px;
	float: left
}

.col1Lim fieldset .txtLong
{
	width: 650px
}
.col1Lim .nameEdit
{
	width: 600px
}

.editSpeciesCol
{
	margin-top: 20px;
	margin-bottom: 50px;
	background: #efefef;
	padding: 15px 15px 65px 15px;
	border: 1px solid #ddd;
}
.editSpeciesCol .nameEdit
{
	background: #fff
}
.log li
{
	border-bottom: 1px dotted #ccc;
	padding: 20px 0 20px 0
}
.log li:last-child
{
	border-bottom: none
}
.log .dt
{
	font-size: 0.8em;
	color: #888;
	margin-bottom: 10px
}
.log .recNo, .log .recName
{
	font-weight: bold;
}
.log .editLog, .log .delLog, .log .receiveLog, .log .receiveHGLog
{
	font-weight: normal;
	display: block;
	float: right;
	background: #003261;
	color: #eee;
	width: 30px;
	font-size: 0.6em;
	margin-left: 5px;
	padding: 0 4px 0 4px;
	line-height: 1.8em;
	text-transform: uppercase;
	text-align: center;
}
.log .receiveLog
{
	width:60px
}
.log .receiveHGLog
{
	width: 82px;
	white-space: nowrap;
}
.log .delLog
{
	width: 45px
}
.log .fisherman, .log .vessel, .log .trucker
{
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic
}
.log .fisherman
{
	margin-top:10px;
	
}
.iconAdd, .iconEdit, .iconReport, .iconExport, .iconImport
{
	padding-left: 20px;
}
.iconExport
{
	background: url(../img/export.png) 10px 8px no-repeat
}
.iconImport
{
	background: url(../img/import.png) 10px 8px no-repeat
}
.iconAdd
{
	background: url(../img/add.png) 10px 8px no-repeat;
}
.iconEdit
{
	background: url(../img/edit.png) 10px 8px no-repeat;
}
.iconReport
{
	background: url(../img/report.png) 10px 8px no-repeat;
}
.centeredMediumForm .txt, .centeredMediumForm input[type=text]
{
	width: 550px
}
.centeredMediumForm fieldset .txt
{
	width: 528px
}
.initials
{
	display: block;
	width: 32px;
	position: absolute;
	left: 250px;
	top:21px;
	color: #aaa;
}

.centeredMediumForm .initials + .txt
{
	padding-left:50px;
	width: 510px
}
fieldset .initials
{
	left: 225px
}
.centeredMediumForm fieldset .initials + .txt
{
	width: 488px ;

}
input.addBtn
{
	background: url(../img/add-big.png) 0 8px no-repeat;
	height: 0;
	width: 32px;
	overflow: none;
	padding-top: 32px;
	display: block;
	border: none;
}
#addBtnLoading
{
	background: url(../img/loader.gif) 0 0 no-repeat;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 0;
	top:30px;
	z-index: 5;
}

.absBtn
{
	position: absolute;
	z-index: 10;
	right: 5px;
	top:12px
}
.absBtn + .txt
{
	padding-right:45px;
}
.centeredMediumForm fieldset .absBtn + .txt
{
	width: 493px
}
.centeredMediumForm fieldset .cell .histamine label
{
	width: 150px
}
.centeredMediumForm fieldset .cell .histamine .txt
{
	width: 518px
}
.txtShellfishTemp label
{
display: block !important;
width: 170px !important;
}

.iconSearch
{
	background: url(../img/search.png) 197px 18px no-repeat
}
fieldset .iconSearch
{
	background-position: 170px 18px
}
.cell
{
	background: #fafafa;

	padding: 10px;
	margin-bottom: 22px;
}
.specieName
{
	font-weight: bold;
	display: block;
	width: 177px;
	float: left;
	margin-top: 12px;
}
.txtInlineFrm{
	width: 45px !important;
}
.cell input.txtSmall
{
	float: none;
	min-width: 50px;
	width: 50px;
	margin-left: 20px;
}
input.delBtn
{
	background: url(../img/delete-big.png) 0 0 no-repeat;
	height: 0;
	width: 32px;
	overflow: none;
	padding-top: 32px;
	display: block;
	border: none;
	margin-top: 5px
	
}
.histamine
{
	border-top:1px solid #ddd;
	margin:10px 0 0 0
}
h3
{
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	margin-bottom: 10px

}
.histamine small
{
	color: #aaa;
	display: inline-block;
	padding-top:30px
}
h3 small
{
	font-style: normal;
	font-weight: normal;
	font-size: 0.7em;
	color: #000;
}
.histamine .sel.smallSel
{
	width: 100px;
}
.histamine .sel
{	
	float: none;
	margin-top: 3px;
	margin-left: 5px
}
.histamine div.fLeft
{
	margin-left: 42px
}
textarea
{
	height: 100px;
}
.fullBtn
{
	width: 100%
}
.centeredSmallForm label
{
	width: 150px;
}
.centeredMediumForm .sel.multipleSel
{

	width: 565px
}
.centeredMediumForm fieldset .sel.multipleSel
{
	width: 546px;
	margin-left:7px;
	float: left
}
.paperPreview
{
	background: #fff;
	width: 900px;
	position: relative;
	padding: 20px 20px 40px 20px;
	font-size: 1em;
}
.paperSmall
{
	width: 400px;
	margin:20px;
	float: left;
}
.fixedDivNotes
{
	z-index: 999;
	position: relative
}
.watermark
{
	position: absolute;
	z-index: 0;
	bottom: 10px;
	right: 10px
}
.paperHeader
{
	font-size: 0.8em;
	line-height: 1.2em;
	width: 850px;
	margin-bottom: 10px;
}
.paperSmall .paperHeader
{
	width: 380px;
}
.paperHeader li
{
	margin-right: 10px;
	padding-top:3px;
}
.paperHeader.floating li
{
	float: left;
	width: 400px;

}
.paperSmall .paperHeader.floating li
{
	width: 258px
}
.logDetails
{
	border: 2px solid #ccc;
	padding: 10px;
	margin-top:20px;
	position: relative;
}
.paperPreview h1
{
	margin: 0;
	color: #000;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
}
.paperPreview h2
{
	margin-top:20px;
	font-weight: bold;
	font-size: 1em;
}
.paperPreview table
{
	margin-top:20px;
	font-size: 0.8em
}
thead th
{
	font-weight: bold;
	text-align: center
}
th, td
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px 0 10px;
}
tr:last-child td
{
	border-bottom: none
}
tr th:last-child, tr td:last-child
{
	border-right: none
}
hr
{
	height: 2px;
	background: #bbb;
	border:none;
	margin-bottom: 40px;
	margin-top:40px;
	display: block
}
.col10
{
	width: 10%
}
.col15
{
	width: 15%
}
.printOnly{
	display: none;
}
.col20
{
	width: 20%
}
.col30
{
 width: 30%
}
.col60
{
	width: 60%
}
.col70
{
	width: 70%
}
#setPrices
{
	padding-top:16px
}
.div30
{
	width: 273px;
	float: left;
	margin: 0 10px 0 10px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff
}
.div30 legend
{
	font-size: 1.3em
}
.currency
{
	text-align: right;
}
.div30 .txt
{
	min-width: 40px;
	width: 70px;
	float: right;
}
.prefix
{	
	position: absolute;
	left: 145px;
	top:18px;
}
.prefix + .txt
{
	padding-left:20px;
	width: 60px
}
.div30 label
{
	width: 130px;
	margin-top:0.9em;
}
.div30 form
{
	font-size: 0.8em
}
.calPlaceholder label
{
	width: 110px;
	background: url(../img/cal-icon.png) 90px 0 no-repeat;
	float: left;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2em;
	margin: 15px 0 0 0;
}
.calPlaceholder .txt
{
	float: right;
	width: 140px
}
.calPlaceholder
{
	clear: both;
	padding-bottom: 12px;
}
.iconAnchor
{
	background: url(../img/anchor.png) 0 -1px no-repeat;
	min-height: 25px;
	padding-left:29px;
}
.iconReceived
{
	background: url(../img/received.png) 0 0 no-repeat;
	padding-left:29px;
	min-height: 25px;
}
.iconPrice
{
	background: url(../img/price.png) 0 0 no-repeat;
	padding-left:29px;
	min-height: 25px;
}
.red
{
	color: #cc1111
}
.editBtn
{
	background: url(../img/edit-big.png) 0 10px no-repeat;
	height: 0;
	padding-top: 32px;
	width: 32px;
	overflow: hidden;
	border: none;
	position: absolute;
	right: 5px;
	top:12px;
}
.editBtn + input.txt
{
	padding-right:40px;
	width: 520px;
}
.loaderEEE
{
	background: url(../img/loader.gif) center center no-repeat;
	height: 16px;
	width: 100%;
	
}
.recName
{
	position: relative;
	
}
.recName .loaderEEE
{
	position: absolute;
	top:38px;
	right:-100px
}
.centeredSlip
{
	color: #fff;
	width: 400px;
	text-align: center;
	margin: 0 auto;
}
input.nameEdit
{

	margin-top: 5px;
	clear: both;
	float: none;
	font-style: italic;
	background: #eee
}
input.nameEdit + small
{
	font-weight: normal;
	color: #aaa
}
.itemName
{
	display: inline
}
.totalsSpan
{
	display: block;
	float: left;
	margin-top: 13px;
}
input[type="text"].totalsTxt
{
	min-width: 50px;
	width: 50px;
	text-align: right;
	margin-left: 10px;
	float: right;
}
.cell input[type="text"].txtSmall
{
	width: 80px
}
/*
hr
{
	clear: both;
	border: none;
	background: #555;

}
.iset
{
	text-shadow: 0px 1px 0px #aaa;
	margin-left: 20px;
}
.newPg
{
	margin: 0 auto 20px auto;
	width: 960px;
	background: #555;
}
.newPg .rId
{
	font-size: 14px;
	margin-bottom: 10px;
}
.newPg .rId input
{
	min-width:50px;
	width: 100px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 3px;
}*/
.pgCol
{
	float: left;	
}
.newPg .paperSmall
{
	float: none 
}
.newPg
{
	float: none;
	clear: both;
	background: #ccc;
	width: 960px;
	margin: 10px auto 10px auto
}
#rId
{
	position: absolute;
	right: 20px;
	padding-top:12px;
}
#rId input, .newPg .rId input
{
	font-weight: bold;
	width: 100px;
	
	min-width: 80px;
	margin-left: 10px;
	margin-top: 0px;
}
#rId input
{
	margin-top:-12px;
}
.rId input.txt
{
	width: 150px;
}
.reportHeader
{
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%
}
.paperPreview h1, .smallNt
{
	color: #00498a
}
.smallNt
{
	display: block;
	margin-top: -5px;
}
#unloadingLog, #receivingLog
{
	height: 700px;
	padding-right:20px;
	overflow-y: auto
}
#paperStat
{
	color: #55aaFF;
	font-weight: bold;
	height: 20px;
}.lnk
{
	width: 235px;
	padding: 5px 5px 5px 30px;	
	line-height: 1.2em;
	text-transform: none;
	margin: 5px 0 30px 0;
	font-size: 12px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: bold;
	background: #cc3333 url(../img/calculator.png) 10px 10px no-repeat
}
.highlight
{
	color:#cc3333;
	display:inline-block;
	margin-left:5px;
	font-size: 16px;
	font-weight: bold
}
.genSet .input.text .txt
{
	width: 520px
}
.tabDiv fieldset
{
	padding: 0 0 0 10px;
	margin: 10px 0 0 0;
}
.tabDiv .input.text.inline
{
	width: 300px;
	float: left;
	margin: 0 20px 0 20px;

}
.tabDiv .input.inline label
{
	width: 40px;
}

.tabDiv .input.inline .txt
{
	width: 50px;
}


.divTabGenerated
{
	background: #003261;
	color: #fff;
	clear: both;
	padding: 10px 20px 10px 20px;
	border: 1px solid #555;
	margin-top:10px;
}
.divTabGenerated div div
{
	display: inline !important;
}

.fixedReference
{
	position: fixed;
	top:10px;
	background: #cc3333;
	color: #fff;
	padding:20px;
	right: 10px;
	-webkit-box-shadow: 5px 10px 0px 0px #333;
	box-shadow: 5px 0px 10px 0px #333;
}

.tabDiv label b
{
	color: #cc3333
}

.genSet
{
	background: #fff;
	border: 2px solid #ddd;
	padding: 20px;
	margin: 20px 0 20px 0;
	b: 1px solid #ddd;
}
/* table calculator */
.tabDiv
{
	outline: 1px solid #ddd;
	width: 1100px;
	padding-bottom: 20px;
	overflow-x: auto;

}
.tabDiv table
{
	background: #fff;
	padding: 10px;
	border: 1px solid #fff;
	outline: 1px solid #ddd;
	font-size: 12px;

}
.tabDiv table.inlineFormTbl div.input
{
	min-width: 0;
	width: auto !important
}
.tabDiv table.inlineFormTbl .txt
{
	width: 40px !important;
	padding: 5px;
	font-size: 12px;
	min-width: 20px !important;
	float: none;
}
.tabDiv table.inlineFormTbl label
{
	display: none;

}
.tabDiv table.inlineFormTbl td, .tabDiv table.inlineFormTbl th
{
	padding: 4px;
	line-height: 1em;

}
.tabDiv table th
{
	background: #eee;
}
.help
{
	color: #888;
}
#modal .contentBg
{
	background: url(../img/80.png) 0 0 repeat;
	height: 100%;
	width: 100%;
	position: fixed;
	top:0;
	padding-top:100px;
	left: 0;
}
.spreadsheetFrm
{
	width: 1100px
}

#closeModal
{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 20px 0;
	background: #cc3333;
	padding: 5px;
	text-transform: uppercase;
	position: relative;
	left:-21px;
	top:-45px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#closeModal:before{
	content:" x ";
	font-weight: lighter;
	color: #f09898;
}
#modalContent
{
	position: absolute;
	margin: 0 auto;
	top: 80px;
	left: 10%;
	width: 80%;
}
.lnk_calculator
{
	display: block;
	width: 200px;
	padding: 20px 5px 20px 70px;	
	line-height: 1.1em !important;
	color: white;
	text-transform: none;
	margin: 30px 0;
	font-size:20px;
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	background: #e19600 url(../img/calculator.png) 10px 10px no-repeat
}
.inlineChk .chk
{
	float:left;
	margin-top:14px;
	margin-right: 10px;
}
.inlineChk div.input.checkbox
{
	float: left;
	margin-right:40px
}
.aTxt div.input.text .txt
{
	width: 400px;
}
.aTxt div.input.text 
{
	float: left
}

small.note
{
	padding-top:0;
	margin-top:-15px;
	margin-bottom: 10px;
	color: #003261
}
.speciesAddtnlInfo
{
	background: #ddd;
	margin: 10px 0 10px 0;
	padding: 10px;
	height: 40px;
	clear: both;
	float: none
	
}
.speciesAddtnlInfo .txt, .speciesAddtnlInfo label
{
	float: left;
}
.speciesAddtnlInfo label
{
	width: 200px;
}
.speciesAddtnlInfo .txt
{
	width: 500px;
	float: left;
	margin-bottom: 10px
}
.speciesAddtnlInfo div
{
	clear: both;
	float: none;
	display: block;
	
}
.savedCatchDiv .txt
{
	min-width: 80px;
	width: 80px;
	font-weight:bold;
}
.savedCatchDiv.paperSmall
{
	margin: 0 auto;
	float: none
}
.filterSel .sel
{
	margin-left: 10px;
	width: 545px
}
.priceCell label
{

	margin-top: 0

}
input.txtSmall.receivedPrice
{
	width: 80px;
}
.pgFooterInfo
{
	display: none;
}
.manualInput
{
	background: #eee;
	font-style: italic;
	padding: 5px;
}
.manualInput input
{
	color: #aaa
}
input[type=button].smallTipBtn
{
	font-size: 10px;
	padding: 2px 5px 2px 5px;
	height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.sealLogoFldst
{
	background: #ddd
}
.sealLoader
{
	background-position: 380px center;
	margin: 155px 0 0 0;

}
.dBoard
{
	position: relative
}
.btn.btnBatchProcess
{
	position: absolute;
	top:0;
	left: 0;
	height: 34px;
	font-size: 10px;
	padding: 5px;
	margin: -14px 0 0 45px;
	display: block;
	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	
	-webkit-box-shadow: 0px -3px 8px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    0px -3px 8px 0px rgba(50, 50, 50, 0.55);
box-shadow:         0px -3px 8px 0px rgba(50, 50, 50, 0.55);
}
.list3Col
{
	width: 930px;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	clear: both;
}
#receiveChecked
{
	margin-top:30px;
	width: 100%;
}

.list3Col li
{
	width: 300px;
	margin: 0 5px 0 5px;
	padding: 15px 0 15px 0;
	
	float: left;
	position: relative
}
.list3Col .loaderEEE
{
display: inline-block;
width: 16px;
float: left;
margin-left: 20px
}
.btn.btnLoadNext
{
	background: #aaa;
	border: 1px solid #888;
	float: left
}
.statusdone
{

	font-size: 12px;
	position: absolute;
	color: #aaa;
	top:2px;
	padding: 8px 0 0 0;
	background: #f8f8f8;
	height: 52px;
	width: 230px;

}
.vesselSmall
{	
	position: absolute;
	right: 50px;
	top:20px;
	color: #555;
	font-size: 11px;
}
p.sAreaAll label
{
	margin-top: 0;
	display: inline-block;
}
#detailClone .txtSmall, #receivableClone .txtSmall
{
	width:100px;
}
#fmDHMS
{
		padding: 0; 
		margin:0; 
		height: 20px; 
		position: absolute; 
		top: 25px; 
		left: 250px; 
		color: #555;
}
.subDep{
	background-color: #DDD;
	padding: 10px 40px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#tagPrefix{
	margin-left: 180px;
	margin-top:-20px;
	text-align: right;
	display: block;
	font-weight: bold;
	font-size: 1em;
}
.trioSel div.input{
	float: left;
	width: 30%;
	margin-right: 3%;
}
.trioSel div.input select{
	width: 60%;
	float: right;
}
.trioSel div.input label{
	display: block;
	float: left;
	width: 10%;
}
.duoTxt div.input {

	float: left;
	margin-right: 2%;
	display: block;
}
.duoTxt div.input input[type='text']{
	min-width: 30% !important; 
	width: 40% !important; 
	margin:0;
	display: block;
	float: left;
}
.duoTxt div.input label{
	display: block;
	width: auto;
	margin-right: 3%;
	float: left;
}
#floatingComputations{
	display: block;
	height: 400px;
	width: 200px;
	background-color: #531b1b;
	position: fixed;
	top: 200px;
	right: 0;
	box-shadow: 2px 2px 10px 1px rgba(50, 50, 50, 0.55);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 30px;
	font-size: 0.8em;

}
.divRecLog{
	background-color: #f4ebeb;
	border: 1px dotted #531b1b;
}
.flGrp1, .flGrp2 {
	height: 160px !important;
}
#floatingComputations p{
	margin: 0;
	padding: 0;
}
.flTotal{
	font-size: 1.9em;
	margin-bottom: 1em !important;
	margin-top: 1em !important;
}
#set_prices_received_div{
	height: 600px;
	overflow-y: scroll;
}
.slip_grp{
	background-color: #eee;
	padding: 20px;
	margin: 20px auto 40px auto;
	clear: both;
}
.slip_grp:after{
	content: " ";
	clear: both;
	display: block;
}
.species_grid li{
	display: grid;
	grid-template-columns: auto 20% 25% 20%;
	grid-column-gap: 3%;
	padding: 20px 0 0 0;
	margin:10px 0 0;
	border-top: 1px solid #ddd;
}
.species_grid li input{
	min-width: 150px;
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-top: -4px;
}
.species_grid li p span{
	line-height: 2.5em;
	font-size: 0.8em;
}
.dependencies_grid{
	display: grid;
	grid-template-columns: 47% 50%;
	background-color: #ddd;
	margin-top: 20px;
	padding: 20px;
	grid-column-gap: 3%;
}
.grid_form ul{
	display: grid;
	grid-template-columns: 50% 50%;
}
.grid_form li span{
	display: block;
	margin: 20px 0 0 30px;
}
.depTotalSpan{
	font-size: 2em;
	font-weight: 500;
	padding-top: 1em;
	text-align: right;
	color: #531b1b;
}
.depTotalSpan small{
	font-size: 0.5em;
	margin-right: 7px;
	color: black;
	font-weight: 300;
}
.grid_form li input{
	min-width: 80%;
	width: 80%;
}
.grid_form li div label{
	margin-left: 28px;
	margin-bottom: -8px;
}
.grid_totals{
	background-color: #ebdfdf;
	color: #531b1b;
	padding: 20px;
	box-shadow: 2px 2px 5px 1px rgba(50, 50, 50, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: right;
	font-size: 0.7em;
}
#savedMsg, #savingModal{
	background-color: rgba(158, 221, 86, 0.95);
	display: block;
	position: absolute;
	padding:20px;
	width: 20%;
	top:0;
	left: 40%;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	font-weight: bold;
}
#savingModal{
	top: 30%;
	height: 50px;
	padding-top: 90px;
	color: #222;
	background: rgba(255,255,255, 0.80) url(../img/loader.gif) center center no-repeat;
	border: 2px solid rgba(158, 221, 86, 0.95);
}
.fmActivate p{
	padding: 20px 0;
	border-bottom: 1px solid #EEE;
}
.fmActivate input{
	margin-right:15px;
}
.fmActivate small{
	margin-top: 10px;
	display: inline-block;
	color: #888;
	font-style: italic;
}
.fmActivate span{
	display: inline-block;
	font-size: 0.7em;
	background-color: #CCC;
	padding: 2px 10px;
	margin-right: 10px;
	border-radius: 40px;
	color: #444;
}
.relC{
	position: relative;
}
.loaderGifFM{
	background: #FFF url(../img/loader.gif) 0 0 no-repeat;
	height: 32px;
	width: 32px;
	position: absolute;
	top: 28px;
	left:18px;
}
.successFM{
	background-color: #19284f !important;

	color: white !important;
	display: inline-block;
	opacity: 0;
  	transition: visibility 0s, opacity 0.5s linear;

}

/* Receive H&G modal */
#hgModal
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
#hgModalOverlay
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2, 23, 44, 0.55);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	-webkit-animation: hgFadeIn 0.2s ease-out;
	animation: hgFadeIn 0.2s ease-out;
}
#hgModalCard
{
	position: relative;
	width: 400px;
	margin: 11vh auto 0 auto;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.4), 0 4px 15px rgba(0, 0, 0, 0.25);
	-webkit-animation: hgPopIn 0.28s cubic-bezier(0.18, 1.25, 0.4, 1);
	animation: hgPopIn 0.28s cubic-bezier(0.18, 1.25, 0.4, 1);
}
#hgModalHead
{
	position: relative;
	background: #003261;
	background: linear-gradient(135deg, #00457f 0%, #002647 100%);
	color: #fff;
	padding: 22px 26px 18px 26px;
}
#hgModalHead h2
{
	margin: 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.02em;
}
#hgModalTag
{
	margin-top: 5px;
	font-size: 0.8em;
	color: #9fc3e2;
}
#hgModalTag span
{
	color: #fff;
	font-weight: bold;
}
#hgModalClose
{
	position: absolute;
	top: 14px;
	right: 16px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	color: #bcd6ec;
	background: rgba(255, 255, 255, 0.12);
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
#hgModalClose:hover
{
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
	transform: rotate(90deg);
}
#hgModalBody
{
	padding: 22px 26px 6px 26px;
}
#hgModalSpecies
{
	font-size: 0.8em;
	color: #2c5475;
	background: #eef5fb;
	border: 1px solid #d4e5f3;
	border-radius: 8px;
	padding: 9px 12px;
	margin-bottom: 18px;
}
#hgModal .hgField
{
	margin-bottom: 18px;
}
#hgModal .hgField label
{
	display: block;
	float: none;
	width: auto;
	margin-top: 0;
	font-size: 0.72em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #5b6b78;
	margin-bottom: 6px;
}
#hgModal .hgField label em
{
	color: #cc3333;
	font-style: normal;
}
#hgModal .hgOptional
{
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	color: #98a6b3;
}
#hgModal .hgInputWrap
{
	position: relative;
	display: block;
}
#hgModal .hgInputWrap input
{
	float: none;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	font-size: 16px;
	padding: 10px 90px 10px 12px;
	border: 1px solid #c8d4de;
	border-radius: 8px;
	background: #fbfdfe;
	outline: none;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
#hgModal .hgInputWrap input:focus
{
	border-color: #00457f;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(0, 69, 127, 0.14);
}
#hgModal .hgSuffix
{
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	font-size: 0.7em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #98a6b3;
	pointer-events: none;
}
#hgModal .hgHelp
{
	display: block;
	margin-top: 7px;
	font-size: 0.74em;
	color: #7c8b98;
	line-height: 1.4em;
	min-height: 1.4em;
}
#hgModal .hgHelp strong
{
	color: #003261;
}
#hgModal .hgArrow
{
	color: #c98a1b;
	font-weight: bold;
}
#hgModal .hgBad
{
	color: #b3392c;
}
#hgModalError
{
	font-size: 0.78em;
	color: #a32b1e;
	background: #fdeceb;
	border-left: 3px solid #cc3333;
	border-radius: 6px;
	padding: 9px 12px;
	margin-bottom: 6px;
	line-height: 1.35em;
}
#hgModalFoot
{
	padding: 16px 26px 22px 26px;
	text-align: right;
}
#hgModalCancel
{
	display: inline-block;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #76858f;
	padding: 9px 14px;
	margin-right: 8px;
	border-radius: 30px;
	cursor: pointer;
	transition: background 0.15s ease, color 0.15s ease;
}
#hgModalCancel:hover
{
	background: #eef2f5;
	color: #44525c;
}
#hgModal #hgModalSave
{
	float: none;
	height: auto;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #fff;
	background: #003261;
	background: linear-gradient(135deg, #00549b 0%, #003261 100%);
	border: none;
	padding: 10px 28px;
	border-radius: 30px;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 50, 97, 0.35);
	transition: box-shadow 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}
#hgModal #hgModalSave:hover
{
	box-shadow: 0 6px 16px rgba(0, 50, 97, 0.45);
	transform: translateY(-1px);
}
#hgModal #hgModalSave:disabled
{
	opacity: 0.65;
	cursor: default;
	transform: none;
	box-shadow: none;
}
.hgShake
{
	-webkit-animation: hgShake 0.35s ease !important;
	animation: hgShake 0.35s ease !important;
}
@-webkit-keyframes hgFadeIn
{
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes hgFadeIn
{
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes hgPopIn
{
	from { opacity: 0; -webkit-transform: translateY(26px) scale(0.95); transform: translateY(26px) scale(0.95); }
	to { opacity: 1; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
}
@keyframes hgPopIn
{
	from { opacity: 0; -webkit-transform: translateY(26px) scale(0.95); transform: translateY(26px) scale(0.95); }
	to { opacity: 1; -webkit-transform: translateY(0) scale(1); transform: translateY(0) scale(1); }
}
@-webkit-keyframes hgShake
{
	0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
	20% { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
	40% { -webkit-transform: translateX(8px); transform: translateX(8px); }
	60% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
	80% { -webkit-transform: translateX(5px); transform: translateX(5px); }
}
@keyframes hgShake
{
	0%, 100% { -webkit-transform: translateX(0); transform: translateX(0); }
	20% { -webkit-transform: translateX(-8px); transform: translateX(-8px); }
	40% { -webkit-transform: translateX(8px); transform: translateX(8px); }
	60% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
	80% { -webkit-transform: translateX(5px); transform: translateX(5px); }
}
