body {
	font: normal 10pt Arial, Serif, Helvetica;
	background: repeat-x url(/images/blu-wht-grad-bg.jpg);
	color: #000000;
}

.navLayer {
	width: 450px;
	height: 27px;
	overflow:auto;
	position:absolute;
	top: 93px;
	left: 120px;
	border: 0px solid #cccccc;
}

.navText {
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	height: 13px;
	color:#000000;
}

.navBG_off {
	
}

.navBG_on {
	background-color:#FFFFCC;
	border: solid 1px #cccccc;
}

.navText:hover {
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
}

.navText:visited {
	font: normal 10pt Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

.playList {
	width: 250px;
	height: 275px;
	overflow:auto;
	position:absolute;
	top: 130px;
	left: 60px;
	background-color:#FFFFFF;
	border: 1px solid #999999;
}

.fileInfo {
	width: 330px;
	height: 163px;
	border: solid 1px black;
	position:absolute;
	overflow:hidden;
	z-index:1;
	top: 151px;
	left: 342px;
	background-color:#FFFFFF;
	
}

.fileInfoText {
	font: normal 8pt Terminal;
	border-bottom: solid 1px #eeeeee; 	
}

.buttonLayer {
	position:absolute;
	overflow:hidden;
	z-index:1;
	top: 335px;
	left: 340px;
}

.altRow1 {
	padding: 2px 2px 2px 2px;
	background-color:#dfdfff;
	height: 23px;
	border-bottom: solid 1px #999999;
}

.altRow2 {
	padding: 2px 2px 2px 2px;
	background-color:#FFFFFF;
	height: 23px;
	border-bottom: solid 1px #999999;
}

.altRow3 {
	padding: 2px 2px 2px 2px;
	background-color:#ffffaa;
	height: 23px;
	border-bottom: solid 1px #999999;
}

.rowNum {
	font: bolder 10pt arial;
	border-bottom: solid 1px #999999;
}

.rowTitle {
	font: normal 10pt arial;
	border-bottom: solid 1px #999999;
}

/* base player bg */
.playerBG-ie {
	width: 688px;
	height: 410px;
	border: solid 0px black;
	position:absolute;
	top:35px;
	left: 35px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='podcast-face1.png',sizingMethod='scale');
}

.playerBG-moz {
	width: 688px;
	height: 410px;
	border: solid 0px black;
	position:absolute;
	top:35px;
	left: 35px;
	background: transparent url(podcast-face1.png) repeat top left;
}

/* player lcd screen window */
.playerBGWindow-ie {
	width: 381px;
	height: 218px;
	border: solid 0px black;
	position:absolute;
	top: 124px;
	left: 318px;
	z-index:10;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='podcast-face1-window.png',sizingMethod='scale');
}

.playerBGWindow-moz {
	width: 381px;
	height: 208px;
	border: solid 0px black;
	position:absolute;
	top: 124px;
	left: 318px;
	z-index:10;
	background: transparent url(podcast-face1-window.png) repeat top left;
}

