#fleet {
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    
    min-height: 100%;

    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

ul#fleetsearch {
    list-style-type: none;
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    
    margin-bottom: 10px;
}

ul#fleetsearch li {
    line-height: 13px;
    margin: 0px;
    padding: 0px;
    display: inline;
}

ul#fleetsearch select {
    border: 1px solid #4d6482;
    vertical-align: baseline;
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 5px;
    margin-right: 20px;
}

.fleetship {
    padding-top: 10px;
    padding-bottom: 10px;
}

#fleetlist hr {
    height: 1px;
    border: none;
    background-image: url(../images/bar.gif);
}

#fleetlist {
    padding-bottom: 36px;
}

.fleetship table {
}

.fleetship .img {
    width: 110px;
}

.fleetship td {
    color: #4d6482;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
    width: 90px;
}

.fleetship td.name {
    width: 220px;
}

.fleetship th {
    color: red;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-align: left;
    width: 70px;
}

