

.channel{
    position: absolute;	
	border:2px solid #000000;
	border-style: inset;
	width:100%;
	height:100%;
	color:white;	
	float:left;
	left: 0px;
	top: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: none;
	/*
	filter:alpha(opacity=5);
	-moz-opacity:0.05;
	opacity:0.05;
	*/
	z-index:11;	
}

.toolbar{
	position: relative;
	width:100%;
	height:27px;
	font-size:15px;
	line-height:25px;
	color:white;
	background-color: #4F4F4F;
	-webkit-user-select: none;
	-moz-user-select: none;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;	
	
	z-index:111;
}

.pbchannel{
    position: absolute;	
	border:2px solid #000000;
	width:100%;
	height:100%;
	color:white;	
	float:left;
	-webkit-user-select: none;
	-moz-user-select: none;
	display: none;
	/*-
	filter:alpha(opacity=5);
	-moz-opacity:0.05;
	opacity:0.05;
	*/
	z-index:11;	
}

.pbtoolbar{
	position: relative;
	width:100%;
	height:27px;
	font-size:15px;
	line-height:25px;
	color:white;
	background-color: #4F4F4F;	
	-webkit-user-select: none;
	-moz-user-select: none;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;	
	z-index:111;
}


.streamType{
	position: absolute;
	width: 200px;
	height: 27px;
	left:43px;
	top: 0px;	
	-webkit-user-select: none;
	z-index:999;
}

.nocamera{
	position: absolute;
	width:100px;
	height:100px;
	border:2px solid #000000;
	color:black;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	background-repeat: no-repeat;
	-webkit-user-select: none;
	-moz-user-select: none;
	overflow: hidden;
	z-index: 999;
}

.statusItem{
	position: absolute;
	/*width:100px;
	height:100px;*/
	text-align: center;
	vertical-align:middle;
	background-repeat: no-repeat;
	overflow: hidden;
	display: table-cell;
	-webkit-user-select: none;
	-moz-user-select: none;
	z-index: 999;
}

.centerItem{
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	top : 0px;
}


.fplayer {
    position: absolute !important;
}

.flashCell {
    border: 1px solid #ccc;
}

.loadingWaiter {
    height: 128px;
    width: 128px;
    position: absolute;
    z-index: 999;
    -webkit-user-select: none;
}
