/* Base HTML Elements */

table.vessel td 
{
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:10px;
}

table.popup td 
{
 	font-family:Arial, Helvetica, sans-serif;
 	font-size:11px;
}

.mmsimain{
  background-image: url(/images/watermark2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.titlegrey{
  text-align: center;
  font-weight:bold;
  background-color: #cccccc;
  border: 1px solid #000000;
}

.titlelightblue{
  text-align: center;
  font-weight:bold;
  background-color: #a3c9ee;
  border: 1px solid #000000;
}

.titleblue{
  text-align: center;
  font-weight:bold;
  background-color: #DAE0EC;
  border: 1px solid #000000;
}

.titledarkblue{
  text-align: center;
  font-weight:bold;
  color: #FFFFFF;
  background-color: #190894;
  border: 1px solid #000000;
}

.titledarkgreen{
  text-align: center;
  font-weight:bold;
  color: #FFFFFF;
  background-color: #059564;
  border: 1px solid #000000;
}

.titlegreen{
  text-align: center;
  font-weight:bold;
  color: #000000;
  background-color: #A7CC95;
  border: 1px solid #000000;
}


h4, h5, h6 {
	margin-top: 4px;
	margin-bottom: 4px;
}

a {
	text-decoration: none;
}


/* ids */

/*
#outer {
	width: 700px;
}
*/
#region, #port, #filters, #marks {
	display: none;
	width: 218px;
}

#info {
	float: right;
	min-width: 700px;
	width: 700px;
	text-align: right;
}

#refreshTimer {
	font-size: 12px;
}

#disclaimer {
	padding-top: 75px;
	font-size: 11px;
	text-align: center;
	clear: both;
}

/* classes */
.plus {
	font-family: monospace;
	font-size: 18px;
	display: inline;
}
 
.minus {
	font-family: monospace;
	font-size: 18px;
	display: none;
}

.boats, .timer, .message, .totalboats .bnds {
	color: #BB0000;
}

div#footer 
{
    color:White;
	width:100%;
 	text-align:center; 
	font-size:0.8em; 
	margin: 15px 0px 0px 20px;
}
#vesselinfo{
  width: 220px;
  height: 170px;
  margin: 2px 2px 2px 2px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
#vesselinfotitle{
  text-align: center;
  font-weight:bold;
  background-color: #DAE0EC;
  border: 1px solid #000000;
}
#searchinfo{
  width: 220px;
  height: 170px;
  margin: 2px 2px 2px 2px;
  background-color: #FFFFFF;
  border: 1px solid #cccccc;
}
#searchinfotitle{
  text-align: center;
  font-weight:bold;
}
#searchinfotitlebox{
  background-color: #DAE0EC;
  border: 1px solid #000000;
}
#searchresultstitle{
  text-align: center;
  font-weight:bold;
  background-color: #cccccc;
  border: 1px solid #000000;
}

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #d9f0b7;
border: 1px solid #6DAF57;
border-width: 1px 1px;
padding: 3px;
font-size: 11pt;
z-index: 100;

}

.megamenu .column{
float: left;
/* width: 180px;*/ /*width of each menu column*/
margin-right: 2px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
font-size: 9pt;
}

.megamenu .column h3{
background: #82A0C0;
font-size: 11pt;
font-weight: bold;
text-align: center;
margin: 0 0 3px 0;
}

.megamenu .column ul li a{
color: #000000;
text-decoration: none;
}

.megamenu .column ul li a:hover{
background:#b2d281;
}

.blog_title {    
    font-size: medium;
    font-weight: bold;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    color: #333333;
    width: 99%;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 5px;
    padding-right: 0px;
    border-bottom: 1px solid #90a0b0;
}
.blog_date {    
    font-size: x-small;
    color: #333333;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 99%;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    text-align: left;
}
.blog_body {    
    color: #333333;
    font-weight: normal;
    text-align: justify;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 5px;
    width: 99%;
    margin: auto;
 }
.blog_footer {    
    font-size: xx-small;
    color: #000000;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 99%;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 5px;
    padding-right: 0px;
    border-bottom: 1px dotted #807F6C;
}

.dropdown1 td {padding: 1px 2px 1px 2px; margin:0; text-align:center; padding:3px; font-size:11pt; cursor:pointer; background:#b2d281;}
.dropdown1 {padding-right:1px}
.dropdown1 a {padding: 2px 2px 2px 2px; color:#000000; text-decoration:none;}
.dropdown1 a:hover {background:#d9f0b7;text-decoration: none;}
a:hover {text-decoration: underline;}
