*
{
    vertical-align:top;
}
body, html
{
    text-align:center;
    margin:0px;
    padding:0px;
    background-color:#fdf6e3;/**/
    color:#586e75;
    font-family:Verdana;
    font-size:0.95em;
}
#lists td
{
    text-align:center;
}
#typeInfo
{
    border:none;
    height:80%;
    margin:auto;
    text-align:center;
}
.info
{
    border-collapse: collapse;
}
.type td
{
    border-bottom:1px solid black;
    margin:0px;
}
.type td
{
    line-height:32px;
}
.isk
{
    text-align:right;
}
.catheader
{
    background-color:#eee8d5;
}
.catheader td
{
    padding-left:10px;
}
table.info, table.bom
{
    margin:auto;
    text-align:left;
}
table.me-changes
{
    border:2px solid black;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    font-family:Verdana;
    margin-top:100px;
    border-collapse:collapse;
}
table.me-changes td, table.me-changes th
{
    border:1px solid black;
    padding:10px;
}
table.mining
{
    border:2px solid black;
    padding:5px;
    margin-left:auto;
    margin-right:auto;
    font-family:Verdana;
}
table.mining td
{
    padding-left:10px;
    padding-right:10px;
}
.mining td.row
{
    border-bottom:1px dashed black;
    line-height:32px;
}
.mining td.name
{
    text-align:left;
}
.mining td.value
{
    text-align:right;
}
.mining td.icons
{
    text-align:right;
}   
#t1, #t2, #t3
{
    line-height:25px;
}
a
{
    color:#b58900;
}
ul#navi
{
    margin-top:0px;
    border-bottom:1px solid #268bd2;
    margin-bottom:10px;
    background-color:#E8B13A;
}
ul#navi li
{
    display:inline-block;
    list-style:none;
    border-right:1px solid black;
    border-left:1px solid black;
    padding-left:0.5em;
    padding-right:0.5em;
    margin-left:0.5em;
    margin-right:0.5em;
    padding-top:3px;
    padding-bottom:2px;
    font-size:18px;
    background-color:#eee8d5;
}
ul#navi li#active
{
    background-color:#268bd2;
}    
ul#navi li a
{
    font-family:Verdana;
    color:black;
    text-decoration:none;
}
#settings
{
    font-size:1.2em;
    margin-bottom:6px;
}
#settings input
{
    margin-left:20px;
}
th.header { 
    background-image: url(/mining/themes/blue/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center right;
    padding-right:20px;
} 
th.headerSortDown { 
    background-image: url(/mining/themes/blue/desc.gif); 
} 
th.headerSortUp { 
    background-image: url(/mining/themes/blue/asc.gif); 
} 

.compression
{
    width:550px;
    border:2px solid black;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    background-color:#e8f0d8;
    font-family:Verdana;
}
.compression h2
{
    text-align:left;
    margin-top:0px;
    margin-left:0px;
    margin-bottom:20px;
    padding-left:20px;
    padding-top:5px;
    padding-bottom:5px;
    background-color:lightblue;/**/
}
.ui-menu .ui-menu-item
{
    text-align: left;
}