body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
	background-color: #000000;
	font-family: Arial,Verdana,sans-serif;
}
body.header {
	margin-top: 90px;
	margin-bottom: 16px;
}
body.page {
	margin-top: 16px;
}
a:link, a:visited, a:hover, a:active {
	color: #0099BF;
	text-decoration: none;
}
.textarea {
	background-image: url(images/bg-white.png);
	background-repeat: repeat;
	
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.text {
	font-size:12px;
	text-align:left;
	color:#FFFFFF;
}
.texttitle {
	font-size:14px;
	text-align:left;
	color:#FFFFFF;
}
.newstitle {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #CC3366;
}
.news {
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
}
.footer {
	font-size: 10px;
	color: #333333;
}
.listen {
	font-size:14px;
}
.menu {
	background-image: url(images/bg-black.png);
	background-repeat: repeat;
	font-size:10px;
	color:#000000;
	word-spacing: 2px;
}
a.one:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}
a.one:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}
a.one:hover {
	color: #99CC00;
	text-decoration: none;
	font-size:14px;
}
a.one:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
a.lb:link {
	color: #000000;
	text-decoration: none;
	font-size:14px;
}
a.lb:visited {
	color: #000000;
	text-decoration: none;
	font-size:14px;
}
a.lb:hover {
	color: #99CC00;
	text-decoration: none;
	font-size:14px;
}
a.lb:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
li {
	list-style: inside;
	list-style-type: square;
	color: #FF0078;
	font-size: 7px;
	text-align: middle;
}
.form {
	font-size: 12px;
	border: 1px solid #000000;
}
.floatright {
	float: right;
	border: 1px solid #000000;
	margin-left: 12px;
}
.floatleft {
	float: left;
	border: 1px solid #000000;
	margin-right: 12px;
}
.floatright0 {
	float: right;
	border: 0px solid #000000;
	margin-left: 12px;
}
.floatleft0 {
	float: left;
	border: 0px solid #000000;
	margin-right: 12px;
}
.floatcentre {
	float: center;
	border: 1px solid #000000;
	margin-top: 8px;
}
.floatcentre0 {
	float: center;
	border: 0px solid #000000;
	margin-top: 8px;
}


/*---------------------------------------
/* LISTINGS
/*-------------------------------------*/

#chartScroll {	
	clear:both;
	/*overflow:auto;*/
	/*background-image:url(../images/bg-chartScroll.gif);*/
	background-position:top left;
	background-repeat:repeat-y;
}
.trackRow {
	height:44px;
	display:block;
	/*background-color:#FFFFFF;	*/
}
.trackRow2 {
	height:44px;
	display:block;
	background-image: url(images/bg-black.png);
}
.trackCell {	
	height:34px;
	padding:5px;
	border-right:1px solid #DDDDDD;
	font-size:12px;
	line-height:18px;
	text-transform:capitalize;
	overflow:hidden;
}
.trackColNum {
	float:left;
	width:34px;
}
.trackNum {
	display:block;
	height:16px;
	font-size:12px;
	line-height:11px;
	font-weight:bold;
	text-align:center;
	margin-top:11px;
}
.trackCol1 {
	float:left;
	width:34px;
}
.trackCol1 img {
	margin:3px;
}
.trackCol2 {	
	float:left;
	width:152px;
}
.trackCol3 {
	float:left;
	width:152px;
	border-right:0;
}
.trackCol4Chart {
	display:none;
	float:left;
	width:152px;
	border-right:0;
}
.trackCol5 {
	display:none;
	float:left;
	width:37px;
}
.trackCol6 {
	display:none;
	float:left;
	width:34px;
}
.trackCol7 {
	display:none;
	float:left;
	width:200px;
	border-right:0;
}
.trackTxt {
	display:block;
	margin-top:1px;
	padding-left:3px;
}
.firstHead {
	padding-left:7px;
	background-image:none;
}
.trackPrice {
	display:none;
	height:16px;
	font-size:10px;
	text-align:center;
	margin-top:1px;
}
.tracklist {
	clear:both;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}
