body {
    color:#000;
    background:#000;
    line-height:1.5;
    font-family: Arial, Helvetica, sans-serif;
    font-size:81.2%;
	margin:0;
    padding:0;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

#outer1 {
    position:relative;
    margin:45px auto;
    background-color:#FFF;
    max-width:1050px;
    padding:2px;
    border-top:1px solid #D8D8D8;
    border-right:1px solid #474747;
    border-bottom:1px solid #474747;
    border-left:1px solid #D8D8D8;
}

#outer2 {
    border-top:1px solid #474747;
    border-right:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    border-left:1px solid #474747;
    background-image: url(/discover/ships/images/bkg.png);
}

#updated {
    position:absolute;
    margin:31px 5px 0 861px;
    max-width:280px;
	font-weight:bold;
    line-height:1.5;
    border-top:1px solid #D8D8D8;
    border-right:1px solid #474747;
    border-bottom:1px solid #474747;
    border-left:1px solid #D8D8D8;
}

#updated th, #updated td {
    padding:1px 5px 0 5px;
    border-top:1px solid #474747;
    border-right:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    border-left:1px solid #474747;
}

#updated tr {
    background-image: url(/discover/ships/images/bkg.png);
}

table {
    background-color: #FFF;
    width:auto;
    border-top:1px solid #D8D8D8;
    border-right:1px solid #474747;
    border-bottom:1px solid #474747;
    border-left:1px solid #D8D8D8;
}

th,td {
    padding:0 5px;
    border-top:1px solid #474747;
    border-right:1px solid #D8D8D8;
    border-bottom:1px solid #D8D8D8;
    border-left:1px solid #474747;
}

#legend {
    position:fixed;
    margin:0px;
    width:auto;
    z-index:4;
}

/* legend table styling  */

#legend table tr {
    background-image:url(/discover/ships/images/bkg.png);	
}

#legend table tr td:nth-child(odd) {
	padding:0;
    height:25px;
    width:25px;	 
}

/* re-useable classes */

.bg-color1 {
    background-color:#C00000;
}

.bg-color2 {
    background-color:#FF0000;
}

.bg-color3 {
    background-color:#F5950B;
}

.bg-color4 {
    background-color:#808000;
}

.bg-color5 {
    background-color:#00CC00;
}

.bg-color6 {
    background-color:#800080;
}

.bg-color7 {
    background-color:#4040FF;
}

.bg-color8 {
    background-color:#0000C0;
}

.bg-color9 {
    background-color:#000;
}

/* re-useable classes */

.text-color1 {
   color:#C00000
}

.text-color2 {
    color:#FF0000;
}

.text-color3 {
    color:#F5950B;
}

.text-color4 {
    color:#808000;
}

.text-color5 {
    color:#00CC00;
}

.text-color6 {
    color:#800080;
}

.text-color7 {
    color:#4040FF;
  
}

.text-color8 {
    color:#0000C0;
}

.logo {
    position:relative;
}

/* ship table styling */

#ship-table {
    font-weight:bold;
    line-height:1.5;
    margin:5px 95px 80px;
}

#ship-table thead th {
	
}

#ship-table tr {
    background-image: url(/discover/ships/images/bkg.png);	
}

.ship {
    min-width:145px;
}

.year {
    min-width:90px;
}

.tonnage {
    min-width:80px;
}

.route {
}

.company {	
}

.page-title {
    margin:100px 0 0;
    padding:0;
    text-indent:-9999px;
   line-height:130px;
    background-image: url(/discover/ships/images/ships-header.png);
    background-repeat:no-repeat;
    background-position:center;
}

/* logos */

.logos {
    position:relative;   
}

p.copy {
    width:174px;
    margin:auto;
    text-align:center;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
}