body
{
    color: #000;
    background: #fff;
    padding: 20px;
    font-size: 13pt;
}

* { font-family: "Trebuchet MS", helvetica, "Helvetica Neue", arial, sans-serif; }

img
{
    border: 0px;
}

strong
{
    font-weight: bold;
}

h1
{
    margin: 0 auto;
    padding: 0 0 20px 0;
    width: 780px;
}

h2
{
    font-size: 150%;
    font-weight: bold;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 2px;
}

table
{
    width: 100%;
}

table, td, tr, th
{
    border: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

thead th
{
    border-bottom: 1px dotted #e8e8e8;
    background: #f8f8f8;
}

textarea
{
    /*font-family: monospace;*/
}

tr:hover
{
    background-color: #eee;
}


a:link,a:hover,a:visited,a:active
{
    color: #3399CC;
    background-color: transparent;
    text-decoration: none;
}

a:hover
{
    color: #5CAED7;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li ul, li ol
{
    margin-left: 48px;
}



div#main
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

.table-desc
{
    float: left;
    display: block;
    width: 100px;
    padding-left: 20px;
    background: no-repeat left center;
    font-weight: bold;
}

.table-item
{
    width: 580px;
}

div#loader
{
    background: no-repeat center url(img/loader.gif);
    height: 32px;
    line-height: 32px;
    text-align: left;
    vertical-align: middle;
    visibility: hidden;
}

ul#manage
{
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #ccc;
    color: #000;
    background: #eee;
    padding: 5px;
}

ul#manage li
{
    font-size: 75%;
}

ul#manage li a
{
    display: block;
    padding-left: 24px;
    line-height: 18px;
    vertical-align: middle;
    background: no-repeat left center;
}

ul#file-list li:hover
{
    background-color: #eee;
}

.updated
{
    color: red;
}

.add-date
{
    float: right;
}

#uploaders
{
    color: #888;
}

#votesorter
{
    cursor: move;
}

table.stats th
{
    text-align: left;
    cursor: pointer;
    color: #3399CC;
    padding: 0 0.5em;
}

table.stats td
{
    padding: 0 0.5em;
}

table.stats th:hover
{
    color: #5CAED7;
}

th.headerSortUp, th.headerSortDown
{
    background: #f0f0f0;
}

th.headerSortUp:after, th.headerSortDown:after, th.header:after
{
    display: block;
    float: right;
}

th.header:after
{
    content: "⬍";
    color: #ccc;
}


th.headerSortUp:after
{
    content:"▴";
    color: #333;
}

th.headerSortDown:after
{
    content:"▾";
    color: #333;
}

#footer
{
    width: 700px;
    margin: 20px auto;
    padding: 10px 0 0 0;
    font-size: 75%;
    text-align: center;
    color: #aaa;
    border-top: 1px dotted #ddd;
}

#player
{
    font-size: 75%;
    color: #888;
    position: fixed;
    top: 1em;
    left: 1em;
    
}
