body, td, th, input, select, option {
    font-family: Verdana;
}
 
th, h1, h2, h3, button, input.submit {
   text-transform: lowercase;
   font-variant: small-caps;
   letter-spacing: 0.5px;
   line-height: 9px;
   font-size: 11px;
}

h3 {
    font-size: 140%;
}
 
.locationName, label {
    font-weight: normal;
}

#corp_assets_desc {
    display: none;
}
 
body {
    background-color: #1a1a1a;
    color: #ccc;
}

td, tr.subTableRow table td {
    border-right: 1px dotted #444;
}

tr.location, th {
    background-color: rgb(20, 20, 20);
}

tr.location:hover, table table tbody tr.normal:hover {
    background-color: #343536;
}

table table th, table tr.subTableRow table td {
    background-color: transparent;
}

input, select, textarea, button {
    background-color: #2E2D2D;
    border-top: 1px solid #191716;
    border-left: 1px solid #3A3839;
    border-bottom: 1px solid #3A3839;
    border-right: 1px solid #191716;
    color: #CCCCCC;
    background-color: #2E2D2D;
    padding: 2px;
}

input:focus {
    border: 1px solid #CCC;
}

button, input.submit {
    -moz-border-radius: 4px;
    background-color: #050505;
    text-align: center;
    padding: 2px 15px;
    
}

a {
    color: #E99802;
}
