body, table, td, th, input, textarea, select {
    font: normal 14px arial, helvetica, sans-serif;
    margin: 0; 
    padding: 0;
}

h1 {
    font-size: 16px;
}

div#content {
    text-align: left;
    width: 725px;
    margin-right: auto;
    margin-left: auto;
}

tr.divesection { 
    margin-top: 15px;
    margin-bottom: 10px; 
}

tr.divesection td { 
    font-weight: bold; 
    color: #000000; 
    font-size: 11pt; 
    background-color: #D3D3D3;
    padding-bottom: 3px;
    vertical-align:top;
}

tr.divetitle td { 
    font-weight: normal; 
    color: #808080;
    font-size: 10.5pt;
    line-height: 130%;
    text-decoration: none;
    vertical-align:top;
}

tr.divecontent td { 
    font-weight: normal; 
    color: #000000;
    font-size: 11pt;
    line-height: 130%;
    text-decoration: none;
    padding-bottom: 5px;
    vertical-align:top;
}

tr.diveoverview td { 
    font-weight: normal; 
    color: #000000;
    font-size: 10pt;
    line-height: 130%;
    text-decoration: none;
    padding-bottom: 5px;
    vertical-align:top;
}

tr.divedetails td { 
    font-weight: normal; 
    color: #000000;
    font-size: 11pt;
    line-height: 130%;
    text-decoration: none;
    padding-bottom: 5px;
    vertical-align:top;
}

tr.divelogtitle td { 
    font-weight: bold; 
    color: #000000;
    font-size: 8pt;
    line-height: 140%;
    text-decoration: none;
    background-color: #D3D3D3;
    padding-bottom: 5px;
}

a.divelogcrumbs:link,
a.divelogcrumbs:visited {
    color: #808080;
    text-decoration: none;
}

a.divelogcrumbs:hover {
    color: #000000;
    text-decoration: underline;
}

.divelogcrumbs {
    color: #808080;
    font-size: 10pt;
    line-height: 140%;
    text-decoration: none;
    margin-left: 0px;
}

.centeredImage {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

div#center_images {
    position: relative;
    overflow: hidden;
    margin-left: 30px;
}

div.thumbwrapper {
    background: #F0EEE0 none repeat scroll 0% 0%;
    border: 1px solid #AFAB8E;
    float: left;
    height: 180px;
    margin: 8px;
    padding: 5px;
    text-align: center;
    width: 130px;
}
div.thumbtext{
    text-align: left;
    font-size: 12px;
}

table, th, td {
    border-collapse: collapse;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #555;
}

table.divetable, th, tr.divecontent, td {
    border: 1px solid #D4E0EE; 
}

table.divetable, th, tr.diveoverview, td {
    border: 1px solid #D4E0EE; 
}

table.details, tr.divedetails, td {
    border: 0px;
}

caption {
    font-size: 120%;
    font-weight: bold;
    margin: 5px;
}

td, th {
    padding: 4px;
}

tr.divetitle, tr.divetitle td {
    padding-bottom: 0px;
    line-height: 100%;
}

tr.divedetails, tr.divedetails td {
    padding-top: 0px;
}

thead th {
    text-align: center;
    background: #E6EDF5;
    color: #4F76A3;
    font-size: 100% !important;
}

tbody th {
    font-weight: bold;
}

tbody tr { 
/*    background: #FCFDFE;*/
}

tbody tr.odd {
    background: #F7F9FC;
}

table a:link {
    color: #718ABE;
    text-decoration: none;
}

table a:visited {
    color: #718ABE;
    text-decoration: none;
}

table a:hover {
    color: #718ABE;
    text-decoration: underline !important;
}


/*
tfoot th, tfoot td, thead td {
    font-size: 9px;
}

td.divelog-navigation {
    font-size: 9px;
}

.clear {
    clear:both;
}
