#textContentLarge {
	padding:0;
	margin:0;
	/*overflow:scroll; - onloadcontentmiddlejs should do this now*/
}

#tideDesc {
	float:left;
	clear:both;	
	margin:0 !important;
	padding:0 !important;
}

form {
	
	margin:1em 0em;
}

.bottomPusher{
	border:1px solid red;
	display:block;
}

.sub-nav-highlight {
	background:#fff;
	padding:3px;
	clear:both;
	width:100%;/* for ie*/
}	

.offscreen {
	padding:0 !important;
}

table{
	table-layout:fixed; /*MUST be fixed*/
	margin:0;
	padding:0;
	text-align:left;

}

.indock-extrawidth table{
	width:1350px;
}
.tidpred-extrawidth table{
	width:260px;
}
.tidtrack-extrawidth table{
	width:1838px;
}
.fm-extrawidth table{
	width:2000px;
}
.fm-extrawidth-secure table{
	width:2500px;
}
.mi-extrawidth-secure table{
	width:3200px;
}
th {
	padding:2px !important;
}





thead, tfoot {
	background-color: #ccc;
}



table .small_col{
	width:8em;
}
table .medium_col{
	width:15em;
}
table .large_col{
	width:20em;
}

.hidden-date {
	display:none;
}
.hidden-date-header {
	padding:0px !important;
	border-left:none !important;
}

.typecol{
	width:4.5em;
	text-align:left !important;
}
.rotn{
	width:4.5em;
	text-align:left !important;
}
.vessel{
	width:16em;
}
.agent{
	width:4em !important;
}
.eta{
	width:12em;
}
.longeta{
	width:14em;
}
.lxb{
	width:10em;
}

.dcol{
	padding:0 !important;
	width:4em;/*dont tweak, set for ie*/
	border-right:none !important;

}
.predtidetitle{
           border-right:none  !important;
           width:10em;
           padding-left:0
           align:left !important;
           text-align:left !important;
}
.predtide{
           border-right:none;
           width:5em;
           padding-right:0
           align:right !important;
           text-align:right !important;
}
.shortetd {
	width:4em;
}
.shortpo {
	width:3.5em;
}
.shortberth{
	width:7em;
}
.whole {
		width:1.5em !important;
}
th.number{
	border-right:none !important;
}

th.decimal{
	border-left:none !important;	
}

td.whole{
	text-align:right !important;
	border-right:none !important;
	padding:0px !important;
}

td.decimal{
	border-left:none !important;
	text-align:left !important;
	text-overflow:clip !important;
	padding:0px !important;
}
.apo{
	width:6em !important;
}
.berth{
	width:25em;
}
.predtidedate{
               width:17em;
}
.predtidehwlw{
               width:7em;
}
.etd{
	width:11em;
}
.predtidetime{
	width:5em;
}
.dpo{
	width:7em;
}
.flagcol{
	width:3em;
}
.fromcol{
	width:11em;
}
.tocol{
	width:10em;
}
.purpose{
	width:21em;
}
.notice{
	width:22em;
}
.plcol{
	width:5em;
}
.commentcol{
	width:29em;
}
.longcommentcol{
	width:89em;
}
.extralongcommentcol{
	width:100em;
}
.eventcol{
	width:35em;
}
.ddcol{
	width:15em;
}
.dtug{
	width:10em;
}
.atug{
	/* - stretchy - last in table */
}

.table-edit {
	display:block;
	clear:both;
}

/*for secure table sort links*/
table a {
	text-decoration:none;
	padding:0em 0.2em;
}

table a.hideButton {
	padding-left:3px;
	color:white;
	background: url(/a/images/shipping-information/hide-bg.gif) no-repeat scroll 0%;
	width:20px;
	height:20px;
	padding:3px;/* for ie */
}

#middleContent {
	background:#9999CC;
}

.shippingInfoFront #primaryContent {
	background:white;
}

#tidalPredictorWrapper {
	padding:2em;
}

#tidalPredictorWrapper h4{
	margin:0;
	padding:0;
}

#tidalPredictorWrapper form{
	border:2px solid orange;
	padding:2em;
}

#tidalPredictorWrapper fieldset p {
	width:30em;
}

.calicon {
	float:left;
	clear:both;
}

.tidalButton {
	border:1px solid #3C3C8A;
	background:#D6D5E7;
	margin-top:1em;
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	float:left;
	clear:both;
	width:206px !important;
}

#tidalPredictorWrapper form label, #tidalPredictorWrapper form input{
	float:left;
	margin:0;
	padding:0;
	clear:left;
}

#tidalPredictorWrapper form label{
	clear:both;
	font-size:0.8em;
	color:#000;
	padding-top:2em;	
}

#tidalPredictorWrapper ul {
	clear:both;
	float:left;
}

#tidalPredictorWrapper p{
	clear:both;
	float:left;
	margin-top:1em;
}


table td {
	border:1px solid silver;
	text-overflow:ellipsis !important;/*ie only, but adds nice ...*/
	overflow:hidden !important;
	white-space:nowrap !important;
	background:white;
	text-align:left !important;
}