/* General tags  */

BODY
{
    background-color: white;
    padding     : 0px;
    margin      : 0px;
    border      : none;
    color              : #2a8188;
}

BODY.v1
{
    background  : url("/images/main.jpg");
    background-repeat: no-repeat;
}

BODY.v2
{
    background  : url("/images/main2a.jpg");
    background-repeat: no-repeat;
}

BODY.v3
{
    background  : url("/images/main3.jpg");
    background-repeat: no-repeat;
}

/* Classes */

div.contentPane
{
    margin-left        : 600px;
    margin-top         : 400px;
    width              : 400px;
}

div.content a
{
    color: #aec500;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px #2a8188 dotted;
}

div.license
{
    margin-top: -100px;
    text-align: right;
    padding-bottom:50px;
}

div.content
{
    padding : 10px;
    padding-left: 0px;
    line-height: 1.5;
}

div.toolbar
{
    border-bottom      : 1px #2a8188 dotted;
    width              : 400px;
    padding-bottom     : 5px;
}

div.toolbar div.unsup
{
    display : inline;
    color : #cccccc;
}

div.toolbar a
{
    font-weight        : bold;
    text-decoration    : none;
    color              : #aec500;
}


div.toolbar a.unsup:hover
{
    color : #cccccc;
}

div.toolbar a:hover
{
    color : #ff0000;
}

div.album
{
    color : #2a8188;
    font-weight: bold;
    font-size: 14pt;
}

div.album a, div.track a
{
    color : #2a8188;
    border : none;
}
div.album a:hover, div.track a:hover
{
    color : #aec500;
}

div.track
{
    color : #2a8188;
    font-weight: none;
    margin-left: 20px;
}


