/* @override http://www.localdev2.site/library/templates/nice.css */

.notes {
	font-weight: bold;
	text-decoration: underline;
}

LI {
	font-weight: normal;
	font-style: normal;
}

.movements, .sosa {
	font-size: 8pt;
	width: 100%;
}

table.movements{
	margin: 8px 8px 48px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-top: 1px solid #c1c1c1;
}

.movements td {
	border-bottom: 1px solid #c1c1c1;
}

.movements #edge{
	border-left: 1px solid #c1c1c1;
}

.movements #naval{
	font-weight: bold;
}

.nilnaval{
	width: 80%;
	background: silver 10px;
	padding: 4px;
	font-weight: bold;
}

.movements #channelclosed{
	background-color: yellow;
	text-decoration: underline;
	font-weight: bold;
}

.tides {
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.tides em {
	color: #221c8d;
	background-color: #d1d7e1;
	padding: 1px;
	margin: 1px;
	font-weight: bold;
	font-style: normal;
}

.lntm{
	font: 10pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.lntm h1, .lntm h2, .lntm h3 {
	text-align: center;
	background-color: transparent;
	color: black;
	font-weight: normal;
	font-style: normal;
	font-size: 12pt;
}
.lntm h2{
	text-decoration: underline;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 24px;
	font-size: 11pt;
}
.lntm h3{
	font-size: 11pt;
	margin-top: 8px;
	margin-bottom: 4px;
}
.lntm ol{
	text-align: left;
}

.lntm ol ol {
	list-style-type: lower-alpha;
}

.lntm li {
	margin-bottom: 6px;
}
.lntm a img{
	padding: 4px;
}

th {
	text-decoration: underline;
	font-weight: bold;
	background-color: #b2b7cd;
	margin: 0px;
	padding: 2px;
}

.live {
	font-weight: bold;
}

.notlive {
	color: gray;
}

.pending {
	color: red;
}

#found {
	color: white;
	background-color: #FF8800;
	font-weight: bold;
	padding: 1px;
}

tr.odd{
	background-color: white;
}
tr.even{
	background-color: #e2e5fe;
}

em{
	font-weight: bold;
	font-style: italic;
}
.error{
	color: white;
	background-color: red;
	width: 100%;
}

div.labledbox{
	margin-top: 26px;
	width: auto;
}

div.labledbox div{
	background-color: #cbd4f1;
	float: none;
	padding: 8px;
}

div.labledbox table{
	font-size: 10pt;
	border-spacing:0;
	margin: 8px;
}

div.labledbox form{
	margin: 8px;
}
div.labledbox td{
	padding: 4px;
}

div.labledbox em{
	font-weight: normal;
	background-color: #cbd4f1;
	float: none;
	margin: 0;
	color: #3c3532;
	text-decoration: none;
	text-indent: 4px;
	left: 0;
	padding: 6px;
	font-size: 10pt;
	font-variant: normal;
	font-style: normal;
}

table.datacollect {
	width:  100%;
}

.datacollect td {
	font-size: 8pt;
	text-align: right;
	vertical-align: top;
	padding: 4px 2px;
}

.datacollect td#collect{
	text-align: left;
	width:  80%;
}

.datacollect td#collectsub{
	text-align: left;
}

.datacollect td#collect input{
	margin-right: 8px;
}

#flowbutton a{
	background-color: #aabefe;
	padding: 4px;
	font-weight: bold;
	color: black;
	text-align: right;
	margin: 8px;
	float: right;
	border: 3px double #dee6fe;
	text-decoration: none;
}

#flowbuttonback a{
	background-color: #aabefe;
	padding: 4px;
	font-weight: bold;
	color: black;
	text-align: right;
	margin: 8px;
	float: left;
	border: 3px double #dee6fe;
	text-decoration: none;
}

.flow a{
	color: #211b7d;
}

.flow {
	padding: 4px;
	color: silver;
	font: bold 9pt Tahoma, Helvetica, Geneva, sans-serif;
}
.draggable
{
    cursor: move;
    position: absolute;
}
.progress {
	background-color: grey;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
	font-size: 7pt;
	height: 16px;
	width: 128px;
}
.progress span {
	float: left;
	width: 24px;
}
.progress img {
	float: left;
	width: 100px;
}

