/******************************************************************************/
/* GENERAL                                                                    */
/******************************************************************************/

* {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
}
html, body {
	margin: 0;
	background-color: #a08002;
	color: #eeeeee;
}

#mybody {
	position: relative;
	width: 768px;
	height: 2500px;
	top: 10px;
	left: 100px;;
	text-align: left;
	border: 1px solid #333;
	background-color: #444400;

}
#footer {
    position: absolute;
    bottom: 10px;
}
#logo1 {
	position: absolute;
	background: url(images/periri_logo2.png);
	left: 314px;
	top: 20px;
	width: 400px;
		height: 177px;
	border: solid 2px #ccc;
}
#infos {
	position: absolute;
	background-color: #aaaaaa;
	left: 20px;
	top: 220px;
	color: #000;
		height: 70px;
	#width: 500px;
	right: 320px;
	border: solid 1px #ccc;
}
#news {
	position: absolute;
	background-color: #aaaaaa;
	left: 20px;
	top: 350px;
	color: #000;
	right: 500px;
	border: solid 1px #ccc;
}
#releaselist {
	position: absolute;
	background-color: #aaaaaa;
	right: 50px;
	top: 420px;
	color: #000000;
	#height: 400px;
	width: 437px;
	border: solid 1px #ccc;
}


/******************************************************************************/
/* PLAYER                                                                     */
/******************************************************************************/
#playercontroller {
	background-color: #e9f6ff;
	color: #000;
	height: 20px;
	width: 42px;
	border: solid 1px #ccc;
	margin: 0 0 1em 0;
}

#playercontroller .button {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 2px 2px;
	float: left;
}
#playercontroller .button a {
	display: block;
	height: 20px;
	text-indent: -100em;
	overflow: hidden;
	background-image: none;
}
#playercontroller .play {
	background-image: url(images/control_play.png);
}
#playercontroller .play:hover {
	background-image: url(images/control_play_blue.png);
}
#playercontroller .pause {
	background-image: url(images/control_pause.png);
	display: none;
}
#playercontroller .pause:hover {
	background-image: url(images/control_pause_blue.png);
}
#playercontroller .stop {
	background-image: url(images/control_stop.png);
}
#playercontroller .stop:hover {
	background-image: url(images/control_stop_blue.png);
}







#playerslidergroup {
	display: none;
	position: absolute;
	background-color: #e9f6ff;
	top: 0px;
	right: 0px;
	color: #000;
	height: 20px;
	width: 100px;
	border: solid 1px #ccc;
	#margin: 0 0 1em 0;
}

#playerslidergroup .timeline {
	position: relative;
}
#playerslidergroup .timeline a {
	position: absolute;
	left: 2px;
	display: block;
	height: 15px;
	width: 40px;
	text-indent: -100em;
	overflow: hidden;
	background-image: url(images/control_slider.png);
}
#playerslidergroup .timeline a:visited {
	background-image: url(images/control_slider.png);
}
#playerslidergroup .timeline a:hover {
	background-image: url(images/control_slider_blue.png);
}

#realtimeinfo {
		display: none;
}

