body, html
{
background-color: #000000;
font-family: Tahoma,Verdana,Arial,"Arial CE";
font-size: 12px;
margin: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 0px;
}

#player
{
display: block;
background-color: #000000;
}

#qualityBar
{
height: 23px;
text-align: center;
background-image: URL('../images/qualitybar.jpg');
background-repeat: repeat-x;
}

#qualityBarInner
{
position: relative;
margin: auto;
height: 19px;
width: 263px;
text-align: center;
background-color: #454545;
color: #D1D1D1;
padding-top: 4px;
}

.qualityLink
{
text-decoration: underline;
cursor: pointer;
font-weight: normal;
}

.qualityLinkActive
{
text-decoration: none;
cursor: auto;
font-weight: bold;
}

#qualitySwitch
{
margin: 25px 8px 0px 0px;
float: right;
}

#qualitySwitch #title
{
color: #9C9C9C;
}

