/******************************************************/
/***************** PAGE BASIC STYLES ******************/
/******************************************************/
body {
    background-color: #00557a;
    background-image: url(graphics/gradient.gif);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-family: helvetica, sans;
    font-size: 12pt;
    color: #444;
}

.sky {
    background-color: #c6d2c6;
    height: 110px;
    padding-top: 5px;
}

.header {
    margin: 0px auto;
    width: 492px;
    height: 65px;    
    color: transparent;
}

.boat {
    position: absolute;
    top: 5px;
    left: 144px;
    background-image: url(graphics/boat.gif);
    width: 127px;
    height: 103px;    
}

.waves {
    position: absolute;
    top: 87px;
    left: 0px;
    background-image: url(graphics/waves.gif);
    height: 58px;
    width: 100%;
}

.fish {
    position: absolute;
}

.page {
    position: relative;
    top: 10px;
    margin: 0px auto;
    width: 840px;
    padding: 0px 0px 20px 0px;
}

.border-tl {
    height: 28px; 
    background-image: url(graphics/border-tl.gif); 
    background-repeat: no-repeat; 
    background-position: left;
}

.border-t {
     height: 28px; 
     margin: 0px 28px; 
     background-image: url(graphics/border-t.gif); 
     background-repeat: repeat-x;
}

.border-tr {
     height: 28px; 
     background-image: url(graphics/border-tr.gif); 
     background-repeat: no-repeat; 
     background-position: right;
}

.border-bl {
    height: 28px; 
    background-image: url(graphics/border-bl.gif); 
    background-repeat: no-repeat; 
    background-position: left;
}

.border-b {
     height: 28px; 
     margin: 0px 28px; 
     background-image: url(graphics/border-b.gif); 
     background-repeat: repeat-x;
}

.border-br {
     height: 28px; 
     background-image: url(graphics/border-br.gif); 
     background-repeat: no-repeat; 
     background-position: right;
}

.footer {
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    padding: 20px 0px 10px 0px;
    margin: 0px;
    color: #aaa;
}

.footer a {
    color: #fff;
    text-decoration: none;    
}

.footer a:hover {
    text-decoration: underline;
}

.contents {
    margin: 0px 0px; 
    border-left: 5px solid white;
    border-right: 5px solid white;
    background-color: #cccc99;
    text-align: left;
}

.clearer {
    clear: both;
    height: 1px;
    margin: 0px;
    padding: 0px;
}

.lookups {
    display: none;
}

h2 {
    text-align: center;
    text-decoration: underline;
    margin: 0px;
    padding: 0px 0px 30px 0px;
    font-weight: bold;
    font-size: 20pt;
    font-family: times, serif;
}

.button {
    display: block;
    font-family: helvetica, sans;
    margin: 0px auto;
    text-align: center;
    text-decoration: none;    
    font-weight: bold;
    font-size: 10pt;
    padding: 5px 15px;
    background-color: #ff6600;
    color: #000;
    border: 3px solid #000;
}

.button:hover {
    border: 3px solid #fff;
    color: #fff;
}

.error {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    background-color: white;
    color: red;
    padding: 5px;
    display: none;
}

.info {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 0px;
}

.message {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px 0px;
}

.instructions {
    padding: 10px 0px 30px 0px;
    text-align: left;
    font-size: 12pt;
    font-weight: normal;
    text-align: justify;
}

.label {
    text-align: left;
}

.label a, .label a:visited {
    text-decoration: none;
    color: #444;
    padding: 5px 20px 5px 0px;
}

.label a:hover {
    color: #fff;    
}

.value {
    text-align: right;
    padding: 5px 0px 5px 0px;
}

a.chart {
    background-image: url(graphics/chart_1.gif); 
    background-repeat: no-repeat; 
    background-position: right;
}

a.chart:hover {
    background-image: url(graphics/chart_2.gif); 
}

.data-table {
    table-layout: auto;
    padding-left: 1px;
    border-collapse: collapse;
    width: 100%;
}

.data-table th, .data-table td {    
    border: 1px solid #444;
    padding: 3px 3px;
    font-size: 10pt;
    text-align: center;
}

.data-table th {
    background-color: #666633;
    color: #fff;
}

.data-table tr.odd {
    background-color: #B3B386;
}

.data-table tr.even {
    background-color: #D5D5BF;
}


/********************************
 ******* NAVIGATION MENU ********
 ********************************/
.menu {
    padding: 30px 0px;
    margin: 0px;
 }
 
.menu-header {
    font-size: 14pt;
    padding: 40px 0px 20px 0px;
    text-decoration: none;
}
 
.menu ul {
    list-style-type: none;
    font-size: 12pt;    
    margin: 0px;
    text-indent: 0px;
    text-align: center; 
    padding: 0px;
}

.menu-item, .menu-item:visited {    
    display: block;
    padding: 5px 0px;
    margin: 0px;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #cccc99;
	border-bottom: 1px solid #cccc99;
	color: #444;
}

.menu-item:hover {
    background-color: #666633;
    color: #fff;
    border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.menu-item span {
    visibility: hidden;
}

.menu .selected, .menu .selected:visited, .menu .selected:hover {
    color: red;
}


/******************************************************/
/********************** DIALOGS ***********************/
/******************************************************/
div.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #222;
    /* for IE */
    filter: alpha(opacity=60);
    /* CSS3 standard */
    opacity: 0.6;
    display: none;
}

div.dialogs-container {
    visibility: hidden;
    position: absolute;
}

div.dialogs {
    display: none;
}

div.dialog {
    border: 5px solid white;
    background-color: #cccc99;
    color: #444;
    margin: 0px;
    padding: 10px;
    width: 450px;
}

div.dialog h2 {
    padding-bottom: 20px;
}

div.bottomPanel {
    margin: 0px;
    padding: 40px 0px 10px 0px;
    text-align: center;
}

div.dialog .button {
    width: 100px;
    display: inline;
    margin: 0px 10px;
}


/******************************************************/
/********************* TOOLTIPS ***********************/
/******************************************************/
.tooltips {
    display: none;
}

.hastooltip {
    /* This is a marker class */
}

.tooltip {
    border: solid 2px black;
    background-color: #003366;
    color: white;    
    padding: 10px;
    width: 300px;
    font-size: 10pt;
    font-weight: normal;
    font-family: helvetica, sans;
    text-align: left;
}

.tooltip ul {
    list-style-type: square;
    margin: 0px;
    padding: 10px;
}

