/* 
    Document   : release
    Created on : 22-Feb-2009, 10:10:24
    Author     : dietmar steiner
    Description:
        Purpose of the stylesheet follows.
*/

button.control{
    
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    background-color: #ffffff;
    vertical-align: bottom;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 20px;
}
div.controler{
    display:inline;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-size: .7em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
div.playerinstruction{
    
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: .5em;
    margin-top: 5px;
    color: #000000;
    font-weight: bold;
}
div.releaseblock {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}
div.release {

    font-family: 'Times New Roman',Times,serif;
    font-size: 1.6em;
    font-weight: bold;
}

img.release {
    float:left;
    width: 200px;
    height: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

table.tracks{
    clear:left;
    width:100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
div.tracks{
    clear:left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 5px;
}
td.trackid {
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
    border-left-color: #ffcc00;
    border-right-color: #ffcc00;
    width: 25px;
    font-size: .8em;
}
td.trackname{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
    border-left-color: #ffcc00;
    border-right-color: #ffcc00;
    font-size: .8em;
}
td.trackplay{
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ffcc00;
    border-bottom-color: #ffcc00;
    border-left-color: #ffcc00;
    border-right-color: #ffcc00;
    width: 50px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    vertical-align: middle;
    background-color: #c0c0c0;
}

td.trackplay:hover{
    background-color: #00ff00;
}
a.trackplay{

    width: 100%;
    height: 100%;
    background-color: #c0c0c0;
    text-align: center;
    vertical-align: middle;
}
a.trackplay:hover{
    background-color: #00ff00;
}
img.play{
    
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    text-align: center;
    vertical-align: middle;
}
