body {
    background: #FFFDCA;
    font-family: sans-serif;
    font-size: 13px;
}

textarea {
    font-family: inherit;
    font-size: inherit;
}

h1, h2, h3, h4, h5 {
    color: gray;
}

#outer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    width: auto;
    float: none;
    clear: both;
    text-align: right;
    padding-bottom: 20px;
}

#menu-left {
    float: left;
}

#menu-right {
    float: right;
}

.clear {
    float: none;
    clear: both;
}

.nowrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}

#footer {
    width: auto;
    float: none;
    clear: both;
    padding: 5px;
    text-align: right;
}

.error-background {
    background: red;
}

.error {
    color: red;
}

/*
* Data table definition.
*/

.dataTable tbody tr:hover {
    /*background: #aaa;*/
}

.dataTable {
}

.dataTable td {
    padding-left: 7px;
}

.dataTable th {
    padding: 10px;
}

.dataTable .even {
    background: #DDECFF;
}

.dataTable .odd {
    background: white;
}

.dataTable .red {
    background: red;
}

.dataTable .lightGreen {
    background-color: #7c7;
}

/*
*   login page styles
*/

.login {
    width: 300px;
    margin: 100px auto;
    padding: 0px;
    text-align: right;
}

.login input {
    width: 100px;
}

.login table {
    width: 300px;
    text-align: left;
}

.login table td {
    padding-left: 10px;
}

.compliance-customer-info.box1{
    background-color: white;
}

.compliance-customer-info.box2{
    background-color: #DDECFF;
}

.compliance-customer-info{
    width: 200px;
    min-height: 300px;
    padding: 5px;
    margin: 3px;
    float: left;
    vertical-align: top;
}

.compliance-customer-info td{
    vertical-align: top;
}

.compliance-customer-matching {
    float: left;
    width: 555px;
}

.black-list-yes {
    background: url('../../images/blocked.png') center;
    width: 18px;
    height: 18px;
}

.black-list-no {
    background: url('../../images/block.png') center;
    width: 18px;
    height: 18px;
}

.black-list-banned {
    background: url('../../images/unassign.png') center;
    width: 18px;
    height: 18px;
}

.matching-send {
    background: url('../../images/send.png') center;
    width: 18px;
    height: 18px;
}