﻿input[disabled], select[disabled], textarea[disabled],input[readonly], textarea[readonly] {background-color: silver;} /* lime green - works in IE7+ and modern browsers */

input[disabled="disabled"], select[disabled="disabled"], textarea[disabled="disabled"] {background-color: silver;} /* yellow -  IE8+ and modern browsers */
/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #F2F2F2;
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family:Verdana;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
    text-decoration: none;
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    width: 716px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-family: Arial;
    color: #666666;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 300;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page, .footer
{
    width: 1050px;
}
.page
{
    background-color: #fff;
    margin: 40px auto 0px auto;
    border: 1px solid #496077;    
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #889BB1;
    width: 100%;
    border: 1px solid #496077;
    border-style: none;
    border-bottom-style: solid;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FFFFFF;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    margin-top:10px;
    min-height: 500px;
    width: 99%;
    padding-left: 1%;
    text-align: left;
}

.mainContent {
    float:left;    
    min-height: 500px;
    padding-left: 10px;
}

.mainContentTable{
    table-layout:fixed;
    width:auto;
}

.mainContentTable td, th{
    vertical-align:top;
    width:auto;
    text-align: left;
    padding-right: 10px;
}

.vesselInformation td, th{
    font-size: x-small;
}

.powerSetupTable td, th{
    font-size: x-small;
}

.capabilityPlotSetupInformation td, th{
    font-size: x-small;
}

.buttonFooter td {
    padding-right: 0px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    text-align: right;
    line-height: normal;
    margin: 0px auto 0px auto;
}

/* TAB MENU   
----------------------------------------------------------*/

div.navigationMenu
{
    background-color:#889BB1;
    width:100%;
    clear:left;
}

div.navigationMenu ul, div.caseselection ul, div.vesselselection ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.navigationMenu ul li a, div.navigationMenu ul li a:visited
{
    background-color: #889BB1;    
    border: 1px #FFFFFF;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF;
    display: block;
    line-height: 1.35em;
    padding: 5px 20px;
    text-decoration: none;
    margin-bottom: 10px;
}

div.caseselection ul li a, div.caseselection ul li a:visited, div.vesselselection ul li a, div.vesselselection ul li a:visited
{    
    margin: 0px 3px 3px 0px;
    background-color: #FFFFFF;
    border-style: none;
    color: #666666;
    display: block;
    line-height: 1.35em;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

div.caseselection ul li a, div.caseselection ul li a:visited
{    
    width: 270px;
}

div.navigationMenu ul li a:hover, div.caseselection ul li a:hover, div.vesselselection ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.navigationMenu ul li a:active, div.caseselection ul li a:active, div.vesselselection ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

div.navigationMenu  ul li a.selected, div.caseselection ul li a.selected, div.vesselselection ul li a.selected
{
    background-color: #606060;
    color: #FFF;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 352px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 89%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}