@charset "UTF-8";
/* CSS Document */

img { outline-style: none; border-style: none; }
:active { outline: none; }
:focus { outline: none; }


body {
	background:#FFFFFF;
	color:#000000;
	padding:0px;
	margin:0px; /* 20px 0px 20px; */
	font-family: Courier, "Courier New", monospace;
	letter-spacing:1px;
	font-size:13px;
	line-height:16px;
}

a {
	text-decoration:none;
	color:#222222;
}

img {
	padding:0px;
}

table#home_table {
	padding:0px;
	border:0px;
}
table#home_table td {
	padding:0px;
	margin:0px;
	border:none;
	width:360px;
	vertical-align:top;
}

div#content {
	position:absolute;
	width:800px;
}
div#content_left {
	position:absolute;
	width:480px;
	padding-top:5px;
}
div#content_right {
	position:absolute;
	left:500px;
	width:300px;
	padding-top:5px;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	font-family: Courier, "Courier New", monospace;
	letter-spacing:1px;
	font-size:13px;
	line-height:16px;
	color:#000000;
}
p.contentTitle {
	margin:0px;
	padding-top:0px;
	padding-bottom:8px;
	line-height:16px;
	font-weight:bold;
}

p.event_date {
	padding-bottom:0px;
}
p.event_date_j {
	padding-bottom:0px;
	color:#00D05A;
}
p.event_date_m {
	padding-bottom:0px;
	color:#FF0018;
}
p.event_date_jm {
	padding-bottom:0px;
	color:#7922FF;
}


div.track div.track_mp{
	background:#eeeeee;
	padding:4px;
	margin-bottom:2px;
}
div.track_j {
	background:#00D05A;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_j {
	background:#000000;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_j a {
	color:#00D05A;
}
div.track_played_j {
	padding:4px;
	margin-bottom:2px;
	background:#b3f1ce;
}

div.track_jm {
	background:#9774FD;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_jm {
	background:#000000;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_jm a {
	color:#9774FD;
}
div.track_played_jm {
	padding:4px;
	margin-bottom:2px;
	background:#D7BDFF;
}

div.track_m {
	background:#FF0018;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_m {
	background:#000000;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_m a {
	color:#FF0018;
}
div.track_played_m {
	padding:4px;
	margin-bottom:2px;
	background:#ffb3ba;
}


div.track_curr_mp {
	background:#000000;
	padding:4px;
	margin-bottom:2px;
}
div.track_curr_mp a {
	color:#DDDDDD;
}
div.track_played_mp {
	padding:4px;
	margin-bottom:2px;
	background:#888888;
}

div.collapse {
	height:0px;
	overflow:hidden;
}

div.collapse_content {
	height:auto;
}



/* Notices and Errors */

div.message {
	clear: both;
	color: #900;
	font-size: 12px;;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 12px;;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 12px;;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}


