body {
    margin:0px 0px;
    padding:0px;
    text-align:center;
    font-family: verdana;
    font-size: 12px;
}

#body {
    width: 1430px;
    margin:0px auto;
    text-align:left;
}

#menu {
    width: 1430px;
    margin:0px auto;
    text-align:left;
    height: 30px;
}

#main {
    width: 1430px;
    margin:0 auto;
    text-align:left;
    padding: 15px 0 15px 0;
}

#header {
    height: 70px;
    margin-top: 10px;
    padding-bottom: 10px;
}

#logo {
    height: 70px;
    width: 700px;
    float: left;
    background: url("/javax.faces.resource/logo_cak.png.html?ln=images") no-repeat;
}

#footer {
    height: 15px;
}

#logged {
    float: right;
    padding-top: 20px;
    padding-right: 15px;
    text-align: right;
    line-height: 20px;
}

h3 {
    font-weight: bold;
    padding-bottom: 16px;
    font-size: 16px;
    color: midnightBlue;
}

tr.disabled-row {
    background-color: #dddddd;
    color: #999999;
}

td {
    vertical-align: middle;
}

.review td {
    padding: 5px;
}

.overview {
    border: none;
}

.form-button-bar {

}

strong {
    font-weight: bold;
}

input, textarea {
    margin: 2px;
}

.warning {
    border: 2px;
    border-style: solid;
    border-color: red;
    padding: 5px;
    margin: 10px;
}

.warning ul {
    list-style: disc;
}

.warning li {
    margin: 15px;
}

.verification {
    border: 3px;
    border-style: solid;
    border-color: limegreen;
    padding: 5px;
    margin: 10px;
}

#global-warning {
    background-color: yellow;
    border: 2px;
    border-style: solid;
    border-color: red;
    padding: 5px;
    margin: 10px;
}

.enabled {
    
}

.disabled {
    text-decoration: line-through;
}

.login-info-table td {
    padding: 3px;
}

.form-header {
    vertical-align: top;
    padding-top: 8px;
    text-align: right;
    font-weight: bold;
    width: 240px;
}

.form-header label {
    margin-right: 5em;
}

form {
    
}

form table {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 5px;
}

form table label {
    padding-right: 5px;
}

/*
menu
*/
#menu-container {
    height: 30px;
    background-color: #dddddd;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#menu-container li {
    float: left;
    padding-top: 9px;
}

#menu-container li a {
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
    padding: 8px;
    color: black;
    font-weight: bold;
}

#menu-container li a:hover {
    background-color: #003461;
    color: white;
}

#menu-container li a.selected {
    background-color: #003461;
    color: white;
}

/*
login
*/

#login-container {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
}

#login {
    width: 360px;
    height: 320px;
    margin-left: -180px;  /***  width / 2   ***/
    position: absolute;
    top: -160px;          /***  height / 2   ***/
    left: 50%;
    border: none;

}

#login #logo {
    height: 60px;
    width: 360px;
    float: left;
    background: url("/javax.faces.resource/login_logo_cak.png.html?ln=images") no-repeat;
    
}

#login #body {
    border: solid 1px;
    border-color: midnightBlue;
    color: midnightBlue;
    width: 360px;
    height: 240px;
    clear: both;
    
}

#login h3 {
    text-align: center;
    padding-top: 30px;
}

#login form {
    margin: 30px;
    width: 300px;
    text-align: center;
    margin-top: 10px;
}

#login table {
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
}

#login table td, #login table th {
    vertical-align: middle;
}

#login table th {
    text-align: right;
}

#login #messages {
    width: 100%;
    height: 30px;
    padding-top: 20px;
}

#login ul {
    text-align: center;
    color: red;
}

.status-table th {
    font-weight: bold;
    padding: 5px 0;
}

.status-table td {
    padding: 5px;
}

i {
    font-style: italic;
}

/*
* jquery override
*/

.ui-datatable-odd, ui-datatable-even {
    background-color: white;
}

.ui-datatable-data tr:hover {
    background-color: #F2F5F9;
}

.legend-block-silver {
    width: 10px;
    height: 10px;
    border: 1px solid black;
    display: inline-block;
}

.deposit-verified {
    background-color: lightgreen;
}

.deposit-inprogress {
    background-color: lightgray;
}

.search-bar {
    border: 1px solid silver;
    background-color: #eee;
    margin-bottom: 15px;
    padding: 5px;
}

.search-bar label {
    font-weight: bold;
}

.list-section {
    margin: 0.75em 0;
}

.list-type {
    margin: 0.5em 0;
    font-weight: bold;
}

.button-bar {
    margin-bottom: 15px;
}
