body
{
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	text-align: justify;
}

td, th, textarea, input
{
	font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
}

.iconpicl
{
	float: left;
	margin: 0;
	padding: 0;
}

.iconpicr
{
	float: right;
	margin: 0;
	padding: 0;
}

.imgl
{
	float: left;
	padding: 5px 10px 10px 0;
}

.imgr
{
	float: right;
	padding: 5px 0 10px 10px;
}

.tablel
{
	float: left;
	margin: 5px 30px 10px 0;
}

.printimgr
{
	float: right;
	margin: 0 0 0 20px;
}

.lim600
{
	width: 600px;
}

.letter
{
	background-color: #f2f4d4;
	border-right: #a2a474 2px solid;
	border-bottom: #a2a474 2px solid;
	padding: 30px;
	font-style: italic;
	font-size: 11pt;
	font-family: "Times New Roman", Times, Serif;
}

.qu
{
	font-size: 9pt;
	font-family: arial, sans-serif;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

.ans
{
	padding-left: 20px;
	font-size: 10pt;
	font-family: arial, sans-serif;
	font-style: italic;
}

#siteupdate
{
	background-color: #ff0;
	color: red;
	font-weight: bold;
	border: red solid 2px;
	padding: 3px;
}

#cardtext
{
	font-size: 9pt;
	margin: 0 3px;
}

#cardtext p
{
	text-align: justify;
}

#cardtext li
{
	margin-bottom: 4px;
	text-align: justify;
}

#ccdatanotes
{
	background-color: #d5e8ff;
	padding: 15px;
}

#ccdatanotes li, .ccnotes li
{
	margin: 3px 0;
	padding-left: 0;
}

#ccdatahead
{
	color: red;
	font-size: 10pt;
	font-weight: bold;
}

#photodownload
{
	background-color: #c0d5f6;
	border: 1px solid #006;
	padding: 10px;
}

.gallsmall
{
	text-align: center;
	border-top: 2px solid #b6c3d6;
	border-left: 2px solid #b6c3d6;
	border-right: 2px solid #769396;
	border-bottom: 2px solid #769396;
	background-color: white;
	padding: 4px 20px;
}

/* Route box */

#rdata
{
	vertical-align: top;
	background-color: #d7e5f9;
	padding: 3px;
	overflow: auto;
}

/* Ships Log Div and Table */

.shipslog
{
	overflow: auto;
	width: 100%;
}

table.shipslogtbl th
{
	background-color: #8c3c08;
	border-right: solid 1px #e8db92;
	border-bottom: solid 1px #e8db92;
	color: #f1eabf;
}

table.shipslogtbl td
{
	background-color: #f6f1d4;
	border-right: solid 1px #86533a;
	border-bottom: solid 1px #86533a;
	color: #4a2d20;
	font-size: 8pt;
}

.shipslogtbl td a, .shipslogtbl td a:visited
{
	color: #561c2b;
	font-weight: bold;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

