/*LIST PAGE*************************************************/
div#listTypeDiv{
position: absolute;
top: 190px;
margin-left: 230px;
}

p {text-align: left;}

a.listTypeLink{
text-decoration: none;
color: #002d9e;
}

div#vesselListInstruct{
width: 185px;
text-align: center;
font-family: arial;
}


ul#vesselsListUL,
ul#vesselsListULYearbook{
margin-top: 40px;
float: right;
width: 470px;
list-style: none;

}

ul#vesselsListULYearbook img{
border: 1px #000 solid;
margin: 5px;
width: 100px;
}

ul#vesselsListUL img{
border: 1px #000 solid;
margin: 10px 0px 10px 0px;
}

td.vesselDesc{
font-size: 9pt;
padding: 15px 0px 0px 20px;
}

div.detailLink{
margin-top: 25px;
text-align: right;
margin-right: 20px;
width: 300px;
}

a.seeDetails{
color: blue;
text-decoration: none;
font-size: 9pt;
}

a.vesselTitle{
font-size: 11pt;
font-weight: bold;
color: #002d9e;
text-decoration: none;
}

span.vesselYear{
color: #002d9e;
font-style: italic;
}

ul#vesselsListUL li{
margin: 5px;
text-align: left;
}

/*DETAIL PAGE*************************************************/



