
@charset "utf-8";
/* CUSTOM PLAYER STYLE SHEET */

/* ### AESTETICS ### */
body
{
	background-color:#000000;
	margin:0;
	padding:0;
	color: gray;
	min-width:100%;
	min-height:100%;
	width:100%;
	height:100%;
}

#playerContainer{
	position:absolute;
	z-index:10;
	left: 0px;
	top: 0px;
	width:680px;
	height:511px;
	background-color:#000000;
}

.banner
{
	position:absolute;
	display:none;
	margin:0;
	padding:0;
	z-index:20;
	overflow: hidden;
	background-color: #000000;
}

#no_flash{
	position:absolute;
	width:400px;
	left:50%;
	height:200px;
	top:50%;
	margin: -100px 0 0 -200px;
	background-color:#dfdfdf;
	border:#fff solid 2px;
}

.banner_frame
{
	overflow: hidden;
	width: px;
	height: px;
	left:0px;
	top:0px;
}

#debug
{
	position: absolute;
	left:0px;
	top: 511px;
	width: 671px;
	height: 240px;
	overflow:auto;
    font-family:Arial,Verdana,Helvetica;
	border: 2px solid gray;
	padding-left: 5px;
    background-color:#000000;
}
.message_alert
{
	color: #333333;
}
.message_warning
{
	color: orange;
}
.message_critical
{
	color: yellow;
}
.message_stop
{
	color: #FF0000;
}