table.data, table.data_equal, table.balance {                                                                                                                                                                                                        
    border-collapse:collapse;                                                                                                                                                                                       
    background-color: white;                                                                                                                                                                                      
    width: 100%;                                                                                                                                                                                                    
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                
table.data tr.header, table.data_equal tr.header, table.balance tr.header {                                                                                                                                                                                        
    font-weight: bold;                                                                                                                                                                                              
}                                                                                                                                                                                                                   
                                                                                                                                                                                                                    
table.data tr.header td, table.data_equal tr.header td, table.balance tr.header td {                                                                                                                                                                                     
    text-align:center;                                                                                                                                                                                               
}   

tr.chess0, tr.chess0, td.chess0 {                                                      
    background-color: #ffbaba;                                                  
}                                                                                                                                                                                                                

tr.chess1, tr.chess1, td.chess1 {                                                      
    background-color: #ffffff;                                                  
}                                                                                                                                                                                                                

table.data td.sortable, table.data_equal td.sortable {
    cursor: pointer;
    border: 1px solid #7F7F7F;                                                                                                                                                                                 
    padding-right: 20px;
}
                                                                                                                                                                                                                    
table.data td {                                                                                                                                                                                                     
    border: 1px solid #7F7F7F;                                                                                                                                                                                 
    padding: 2px;                                                                                                                                                                                                  
}

table.data_equal td {                                                                                                                                                                                                     
    border: 1px solid #7F7F7F;                                                                                                                                                                                 
    padding: 2px;
    width: 50%;                                                                                                                                                                                                  
}

table.balance td {                                                                                                                                                                                                     
    border: 1px solid #7F7F7F;                                                                                                                                                                                 
    padding: 2px;
    width: 25%;                                                                                                                                                                                                  
}

.countdown {
    font-size:12px;
    background-color: #909090;
    border: 1px solid #444444;
    margin-left: 5px;
    margin-right: 1px;
    color: white;
    width: 30px;
    font-weight: bold;
}

.countdown_hover {
    font-size:12px;
    background-color: #909090;
    border: 1px solid #444444;
    margin-left: 5px;
    margin-right: 1px;
    color: white;
    width: 30px;
    font-weight: bold;
}

.countdown:hover {
    background-color: #bbbbbb;
}

.button {
    font-size:12px;
    background-color: #909090;
    border: 1px solid #444444;
    margin-left: 1px;
    margin-right: 1px;
    color: white;
}

.button_hover {
    font-size:12px;
    background-color: #bbbbbb;
    border: 1px solid #444444;
    margin-left: 1px;
    margin-right: 1px;
    color: white;
}

.button:hover {
    background-color: #bbbbbb;
}

.row_highlight {
    background-color: #eae5e0;
}

.button1 {                                                                                                                                                                   
    font-size:12px;
    background-color: #afafaf;
    border: 1px solid #444444;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: normal;
    color: white;
}

.button1_hover {                                                                                                                                                                   
    font-size:12px;
    background-color: #bbbbbb;
    border: 1px solid #444444;
    margin-left: 1px;
    margin-right: 1px;
    font-weight: normal;
    color: white;
}

.button1:hover {
    background-color: #bbbbbb;
}

div.gui {
    width:100%;                                                                                                                                                                                                     
    height:100%;
}

html {
    background-color: #dcdad5; /* konqueror needs this */
}

body {
    background-color: #dcdad5;
    position:absolute;
    padding:0px;
    margin:0px;
    line-height:18px;                                                                                                                                                      
    width:100%;                                                                                                                                                                                                     
    height:100%;
}

div.header {
    background-color: #eceae5;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
}

div.content {
    background-color: #eceae5;
    overflow: auto;
    padding: 5px;
}

span, input, select, textarea {
    font-size:12px;                                                                                                                                                                                                 
    font-family:Verdana;
}

h3 {                                                                                                                                                                                             
    font-size: 18px;
    padding-bottom: 10px;
    font-family:Verdana;
}

td.asc {
    background:url(/images/asc.gif) no-repeat center right;
}

td.desc {
    background:url(/images/desc.gif) no-repeat center right;
}

div.footer {         
    background-color: #eceae5;
    padding-left: 5px;    
    padding-right: 5px;                                                                                                                                                                                                
    padding-bottom: 3px;    
    padding-top: 3px;                                                                                                                                                                                                
    text-align: center;
}

div.footer span {
    font-size:11px;                                                                                                                                                                                                 
    font-family:Verdana; 
}

div.navigator {
    background-color: #eceae5;
    padding: 5px;                                                                                                                                                                                               
    width: 220px;
}

div.navigator span {
    font-size:11px;                                                                                                                                                                                                 
    font-family:Verdana;
}

a, span.link {                                                                                                                                                              
    text-decoration: none;                                                                                                                                               
    color: #121246;                                                                                                                                                      
    cursor: pointer;
}

a:hover, span.link:hover {                                                                                                                                                              
    color: #aaaaaa;                                                                                                                                                      
}

div.authenticator {
    position:absolute;
    top: 25%;
    left: 30%;
    width: 30%;
}

div.header table {
    width: 100%;
}

div.header img {
    padding-right: 3px;
}

table.index {    
    float: right;                                                                                                                                                        
    width: 90%;                                                                                                                                                          
}                                                                                                                                                                        
table.index td {                                                                                                                                                         
    width: 200px;
    vertical-align: top;                                                                                                                                                 
}

table.index h3 {                                                                                                                                                            
    padding-top: 30px;
}                                                                                                                                                                        

table.bottomlinks {
    width: 100%;
}

table.bottomlinks td {
    padding-top: 2px;
}

div.footer table {
    width: 100%;
}

div.Wt-panel {
    border: 1px solid #7F7F7F;
}

div.Wt-panel .body{
    background: white;
    padding: 2px;
}

div.Wt-panel .titlebar {
    background: #dcdad5; 
    color: black;
    padding-bottom: 2px;
    padding-left: 2px;
}

div.quick_links {
    margin-top: 20px;
    width: 250px;
}

span.null_text {
    color: #707070;
}

textarea.readonly {
    background: white;
    color: black;
}

.column_highlight {                                                      
    background-color: #ffcdcd;                                                  
}                                                                                                                                                                                                                
