
body {
        margin: 0px;
        background: ;
        color: ; 
        font-family: ;
        font-size: 14px;
}


.header {
    padding: 15px 10px 15px 10px;
}

.tableheader {
    background-color: ;
}

.title {
    font-size: 20px;
}

.logout {
        float: right;
}

a:link, a:visited {
        text-decoration: none;
        color: ;
        border: none;
}

a:hover {
        text-decoration: none;
        color: #cc0000;
}

.navigation {
        padding: 3px 3px 13px 0px;
}

.navigation a:link, .navigation a:visited {
        background-color: ;
        padding: 3px;
        padding-left: 8px;
        padding-right: 8px;
        border-left: 1px solid ;
        color: ;
}

.navigation a:hover {
        background-color: #ffffff;
}


.first {
    background-color: ;
}

.second {
    background-color: ;
}

.restricted {
    background-color: ;    
}

#main {
    width: 98%;
}

#main tbody tr td {
    text-align: left;
    font-size: 11pt;
    padding: 3px 8px;
}
    
#main tbody tr.restricted td {
    text-align: left;
}

#main tbody tr.header td {
    text-align: left;
    font-weight: bold;
}

.bar {
    padding: 5px 0px 5px 5px;
    background-color: ;
}

.blackbar {
    padding: 5px 0px 5px 5px;
    background-color: #222;
    color: #fff;
}

.blackbar a:link, .blackbar a:visited {
    color: #fff;
}

.blackbar a:hover {
    color:#cc0000;
} 

.content {
    padding: 15px 0px 30px 10px;
    background-color: ;
}

.read {
    padding: 5px 0px 5px 10px;
    background-color: ;
}


.content A:link, .content A:visited {
    text-decoration: underline;
}

.content A:hover {
    text-decoration: none;
}

.picture_block {
        padding-top: 10px;
        padding-bottom: 10px;
        float: left;
        width: 20%;
        height: 150px;
}

.picture {
    text-align: center;
    vertical-align: middle;
}

.picture img {
        border: 0;
}

.picture_url_colour {
    padding: 6px; 
    color: ;
    background-color: ;
    border: 1px solid #000000;
}

.separator {
    margin-left: 15px;
    margin-right: 15px;
    border-top: 2px solid black;
}

ul.featured li { list-style: none; width: 160px; float: left; }
ul.featured li a { display: block; overflow: hidden; font-size: 12px; width: 148px; padding: 3px 6px; color: #000; text-decoration: none; }
ul.featured li a:hover { color: #fff; }

div.mixtape { clear: left; font-size: 14px; line-height: 21px; }

.clear { margin-bottom: 25px; clear: both; }
