/* general */
body {
	margin:0;
}
body,td,th,p { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding: 0;
}

.help { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #333333;
}

.table { padding: 0; padding-right:0; margin: 0; margin-right:0 }
/* General links */
a,a.body:link,a.body:visited,a.body:focus,a.body:active {color:#ffffff; text-decoration:none;} 
a:hover {color:#ffffff; text-decoration:underline;} 

a.help:link, a.help:visited, a.help:focus, a.help:active, {color: #333333; text-decoration: none;}
a.help:hover{color: #333333; text-decoration: underline;}

a.service{
	text-decoration: underline;
	font-weight:bold;
	color: #000000;
}
a.service:hover{
color: #000000;
font-weight:bold;
text-decoration: underline;
}

.menulayer {
	position: absolute;
	left: 38px;
	top: 444px;
	width: 267px;
	height: 118px;
	z-index: 1;
	background-color: #000000;
	visibility: hidden;
}

/* Song-list page */
.title { font-size: 11px; font-weight: bold; line-height: 120%;}
.content { font-size: 10px; color: #666666; line-height: 100%;}
.contentplay { font-size: 10px; line-height: 100%;}
.portlettitle { font-size: 12px; font-weight: bold; text-transform: uppercase; vertical-align: middle; background-color: #cccccc; }
.title_chi { font-size: 14px; line-height: 120%;}
.content_chi { font-size: 12px; color: #666666; line-height: 120%;}
.contentplay_chi { font-size: 12px; line-height: 120%;}
.inputtext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}

.profile { font-size: 11px; line-height: 120%; }

/* Disclaimer */

td.normalTable {padding: 5px; vertical-align: top; font-size: 12px; color: #333333; TEXT-ALIGN: justify; }
td.normalTable a:link, td.normalTable a:visited, td.normalTable a:focus, td.normalTable a:active, {color: #333333; text-decoration: none;}
td.normalTable a:hover{color: #333333; text-decoration: underline;}

/* Added to fix a image flicker bug */
.blend img {
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}
