body {
	margin:20px 0px; padding:0px;
	background-color: #000000;
	background-image: url('kuvat/bg_txtr.gif');
	background-repeat: repeat;
	background-position: top left;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
             "Tahoma", sans-serif;
	font-weight: 300;
	text-align:center;
	font-size: 14px;
	color: #efefef;
}

a:link {
    color: #f09;
    font-size: 14px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #555;
}

a:visited {
    color: #a364b9;
}

a:hover {
	color: #efefef;
	}
  
a:active {
	text-shadow: -1px -1px 1px #555;
	position: relative;
	top: 1px;
	left: 1px;
}

th {
	font-size: 20px;
	padding: 10px 10px;
	border-bottom: 1px hidden;
	text-align: left;
	text-weight: bold;
}

.listen_dl {
	font-weight: 700;
	text-align: right;
	white-space: nowrap;
	vertical-align: top;
}

td {
	padding: 10px 10px;
	text-align: justify;
	vertical-align: top;
	border-bottom: 1px hidden;
}

td + td + td + td + td + td + td + td + td {
  text-align: right;
}

.trackname {
	white-space: nowrap;
}

.highlight {
	
}

.trackdesc {
}

img {
	border: 0;
	display: inline;
	}

albumart {
	margin: 0px 15px 0px 0px;
}

.TextContent {
	padding: 10px 20px;
	text-align: justify;
}

.ctable_date {
	/* font-weight: 600;*/
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.ctable caption {
	width: auto;
	height: 35px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	background-color: #ff4900;
	font-size: 20px;
	font-weight: 300;
}

.ctable {
	table
	position: relative;
	top: 10px;
	margin: 10px;
	width: 870px;
	height: 100%;
	border-style: hidden;
	table-layout:fixed;
}

#Container {
	width:900px;
	margin:0px auto;
	text-align:left;
	padding:0px;
}

.title {
	height:50px;	
	display:block;
	color: #fff;
	text-shadow: #fff 0px 0px 12px;	
	padding: 0px 0px 0px 20px;
	font-size: 24px;
	text-align: justify;
}

.MainContent {
	background-image: -webkit-gradient(
	linear, center top, center bottom, from(rgba(222, 166, 245, 0.15)), to(rgba(063, 014, 065, 0.15)));
	background-image: -moz-linear-gradient(
	top center, rgba(222, 166, 245, 0.15) 20%, rgba(063, 014, 065, 0.15) 95% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#9043A6, endColorStr=#260928, GradientType=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9043A6, endColorstr=#260928, GradientType=0)";
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 5px;
	padding: 0px 0px 5px 0px;
	margin-bottom: 15px;
}

#footer {
	position: relative;
	bottom: 0px;
	margin: 10px 0px;
	padding: 5px 0px;
	width: 100%;
	font-size: 12px;
	/* background-color: rgba(144, 67, 165, .35); */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	color: #aaa;
	text-shadow: #000 0px 1px 2px;
	text-align: center;
	}
