body {
    background : #000;
    color : #fff;
    margin : 0;
    padding : 0;
}
body, td, th {
    font-family : Geneva, Arial, Helvetica, Verdana, sans-serif;
    font-size : 12px;
}

table, img {
    border : 0;
}


#footer {
    font-weight : bold;
    font-size : 14px;
    text-align : center;
    text-transform : uppercase;
}

#content {
    padding : 10px;
    vertical-align : top;
}
h1, h2, h3, h4 {
    color : #EFB800;
}
h1 {
    font-size : 26px;
    text-transform : uppercase;
}
h2 {
    font-size : 22px;
}
h3 {
    font-size : 18px;
}
h4 {
    font-size : 14px;
}

hr {
    border : 0;
    height : 1px;
    color : #EFB800;
    background : #EFB800;
}
input, select, textarea {
    vertical-align : middle;
}
.error {
    color : #0c2;
}
a {
    color : #c90;;
}
a:hover {
    color : #efb800;
}
div#breadcrumbs {
    font-size : 10px;
}

table.data {

}

table.data tr.header {
    background : #666;
}
table.data tr.row {
    background : #000;
}
table.data tr.row-alt {
    background : #333;
}
