﻿html, body, form
{
    margin: 0;
    padding: 0;
    height: 100%;
}
body
{
    /*background-position: bottom;     background-image: url(../images/slice_streepjesachtergrond_2.png);     background-repeat: repeat-x;     background-attachment: fixed;*/
}
#container
{
    margin: 0 auto -125px;
    padding: 0;
    position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
}

#banner
{
    position: absolute;
    top: 0;
    left: 0;
}
#jacksquad
{
    position: absolute;
    top: 5px;
    left: 15px;
}
#content
{
    position: absolute;
    top: 145px;
    left: 250px;
    z-index: 1000;
    font-family: Arial;
    font-size: 8.5pt;
    width: 450px;
    height: 335px;
    padding-bottom: 100px;
}
#contentgallerylarge
{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
    font-family: Arial;
    font-size: 8.5pt;
}

#tdnnewsupdate h2
{
    color: #66ccff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
}

#tdnnewsupdate div
{
    position: absolute;
    bottom: 0px;
}

#tdnnewsupdate a
{
    color: #000;
    text-decoration: underline;
}
#tdnnewsupdate a:hover
{
    text-decoration: none;
}

#gallery a
{
    color: #000;
    text-decoration: underline;
}

#gallery a:hover
{
    text-decoration: none;
}

#biography, #disclaimer
{
    text-align: justify;
}

#chart td
{
    padding: 5px 5px 5px 5px;
    border: solid 1px #999;
}

#chart .rank
{
    background-color: #66ccff;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 20px;
}
#chart .trackartistalbum
{
    text-align: right;
}

#calendar h2
{
    border-bottom: solid 1px #000;
    color: #66ccff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
}
#calendar a
{
    color: #000;
    text-decoration: underline;
}
#calendar a:hover
{
    text-decoration: none;
}
#calendar table
{
    font-family: Arial;
    font-size: 8.5pt;
}


/*#discography, #disclaimer, #chart, #biography, #gallery, #tdnnewsupdate
{
    padding-bottom: 100px;
}*/

#discography .track
{
    color: #66ccff;
    font-weight: bold;
}
#discography a
{
    color: #000;
    text-decoration: underline;
}
#discography a:hover
{
    text-decoration: none;
}




/* CSS properties for admin section */
#messageboard
{
    font-family: Arial;
    font-size: 8.5pt;
}
#messageboard input
{
    font-family: Arial;
    font-size: 8.5pt;
}
#messageboard a
{
    color: #000;
    font-family: Arial;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: underline;
}
#messageboard a:hover
{
    text-decoration: none;
}

#contact a
{
    color: #000;
    font-family: Arial;
    font-size: 8.5pt;
    font-weight: bold;
    text-decoration: underline;
}
#contact a:hover
{
    text-decoration: none;
}
#contact input, textarea
{
    font-family: Arial;
    font-size: 8pt;
    color: #fff;
    background-color: #000;
    border: none;
    padding: 2px 5px 2px 5px;
}