.listframe
{
    overflow-y: scroll; 
    overflow:-moz-scrollbars-vertical;
    height: 246px; 
    width: 498px;
    border-style:none;
    border:0px;
	scrollbar-3dlight-color:#E4E4E4; 
	scrollbar-arrow-color:#858585; 
	scrollbar-base-color:#E4E4E4; 
	scrollbar-darkshadow-color:#E4E4E4; 
	scrollbar-face-color:#E4E4E4; 
	scrollbar-highlight-color:#E4E4E4; 
	scrollbar-shadow-color:#E4E4E4; 
	scrollbar-track-color:#878787;
	background-image:url("/images/mediabg.gif");
	background-repeat:repeat-y;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:black;

}




.noSongs
{
	background-image:url("/images/mptopblank.gif");
	background-repeat:no-repeat;
	height: 34px;
	width: 501px;
	
}

.mediaTtl
{
	width:484px;
    text-align: left;
    line-height: 20px;
    padding-left:8px;
    FONT-SIZE: 10pt;
    font-weight:bold;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    background-color:#ACACAC;
}


.playbarTbl
{
	margin-top:5px;
	width:500px;

}


.playbar
{

	background-image:url("/images/playbarbg.gif");
	height:22px;
    font-weight:bold;
    padding-left:17px;
    padding-top:7px;
    FONT-SIZE: 8pt;
    COLOR: #fff;
    FONT-FAMILY: Arial;
    width:100px;
    float:left;
}



.pBar
{
	background-image:url("/images/playbarbg3.gif");
	background-repeat:no-repeat;
	width:130px;
	padding-top:7px;
	padding-left:10px;
	height:22px;
	float:left;
}


.statusBar
{
	background-image:url("/images/playbarstatbg.gif");
	background-repeat:repeat-x;
}


.playbar2
{

	background-image:url("/images/playbarbg2.gif");
	background-repeat:repeat-x;
	height:34px;
    font-weight:bold;
    padding-left:8px;
    FONT-SIZE: 8pt;
    COLOR: #fff;
    FONT-FAMILY: Arial;
    float:left;
    
}
.mediaItem:hover {background-color:Blue;}
.mediaItem A:link {text-decoration: none}
.mediaItem A:visited {text-decoration: none}



.bottomBar
{

}

.bottomBarLeft
{
	background-image:url("/images/mpbotl.gif");
	background-repeat:no-repeat;
	height:16px;
	width:12px;	
}
.bottomBarMiddle
{
	background-image:url("/images/mpbotm.gif");
	background-repeat:repeat-x;
	height:16px;
	width:477px;	
}
.bottomBarRight
{
	background-image:url("/images/mpbotr.gif");
	background-repeat:no-repeat;
	height:16px;
	width:12px;	
}


.listItems
{
	font-family:Arial;
    FONT-SIZE: 10pt;
}

.playLbl
{
	background-image:url("/images/txtPlay.gif");
	width: 91px;
	height:34px;
	float:left;
}

.playBtn
{
	background-image:url("/images/btnplay.gif");
	width: 22px;
	height:34px;
	cursor: pointer;
	float:left;
}
.pauseBtn
{
	background-image:url("/images/btnPause.gif");
	width: 22px;
	height:34px;
	cursor: pointer;
	float:left;
}
.volLbl
{
	background-image:url("/images/txtVolume.gif");
	width: 65px;
	height:34px;
	float:left;
}
.volDown
{
	background-image:url("/images/btnDown.gif");
	width: 18px;
	height:34px;
	cursor: pointer;
	float:left;
}
.volUp
{
	background-image:url("/images/btnUp.gif");
	width: 25px;
	height:34px;
	cursor: pointer;
	float:left;
}


