body
{

    color: #646464;
    font-family: Courier New;
}
#wrapper
{
    text-align:center;
}

#title
{
    font-size: 70px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

#subtitle
{
    color: Orange;
    font-size: 14px;
    margin: 0px 0px 40px 0px;
    font-weight: bold;
}

#bitrate
{
    width: 15%;
    font-size: 12px;
    margin: 10px 0px 10px 0px
}

#bitrate td
{
    padding: 5px 0px 5px 0px;
    text-align: center;
}

.bitrate-selected
{
    background-color: Orange;
    font-weight: bold;
    
}

table
{
    width: 80%;
}

td
{
    padding-bottom: 10px;
}

.left-side
{
    vertical-align: top;
    text-align: right;
    width: 50%;
    border-right: 1px dotted #646464;
    padding-right: 0px;
}

.right-side
{
    vertical-align: top;
    text-align: left;
        width: 50%;
}

#albumsHeader
{
    padding-right: 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#tracksHeader
{
    padding-left: 40px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

ul
{
    margin-left: 0px;
}

li
{
    list-style-type: none;
    margin-bottom: 5px;
}

.item-selected
{
    border-right: 5px solid Orange;
    font-weight: bold;
    padding-right: 5px;
}

.item-non-selected
{
    padding-right: 10px;
}

#album-list
{
    padding-right: 30px;
}

#album-list li:hover
{
        border-right: 5px solid Orange;
    font-weight: bold;
    padding-right: 5px;
}



.promptSelect
{
    color: orange;
    font-size: 30px;
    width: 50%;
    font-weight: bold;
}

#hiddenList
{
    display: none;
}

a
{
    color: #646464;
    text-decoration: none;
}

#bitrate td:hover
{
    background-color: Orange;
    font-weight: bold;

}

.downloadLink
{
    font-size: 12px;
}

.downloadLink a:hover
{
    background-color: Orange;
    font-weight: bold;    
}

#footer
{
    margin: 40px 0px 0px 0px;
    font-size: 8px;
}

/* sm2 --> */

ul.flat {
 list-style-type:none;
}

ul.flat li {

}

ul.flat li a {
 display:inline-block;
}

ul.flat a.sm2_link:hover {
 /* default (inactive) hover state */
 color: Orange;
}

ul.flat a.sm2_playing {
 /* "now playing" */
 color: Orange;
}

ul.flat a.sm2_playing:hover {
 /* "clicking will now pause" */
  color: Silver;
}

ul.flat a.sm2_paused {
 /* "paused state" */
 color: Silver;
}

ul.flat a.sm2_paused:hover {
 /* "clicking will resume" */
 color: Orange;
}

/* <-- sm2 */