
body{
	background-color: #fff;
	margin: 0;
	padding: 0;
}
#playertv{
	position: absolute;
	background-color: transparent;
	top: 10px;
	left: 10px;
	width: 360px;
	height: 386px;
}

#divPlayer{
	position: relative;	
	background-color: #24293C;	
	width: 360px;
	height: 286px;
}
#divTitulo{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 250px;
	height: 20px;	
}
#divLogo{
	position: absolute;
	top: 5px;
	left: 280px;
}
#divPlayer_esqsup{
	position: absolute;
	background-image: url(../img/canto_sup_esq_branco.png);
	left: 0;
	top: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divPlayer_dirsup{
	position: absolute;
	background-image: url(../img/canto_sup_dir_branco.png);
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divPlayer_esqinf{
	position: absolute;
	background-image: url(../img/canto_inf_esq_branco.png);
	left: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divPlayer_dirinf{
	position: absolute;
	background-image: url(../img/canto_inf_dir_branco.png);
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divMedia {
	position: absolute;
	display: block;
	background-image: url(../img/live_video.png);
	top: 33px; left: 20px; height: 240px;  width: 320px; z-index: 6;
	border: 1px solid #6F7C9E;
	background-color: #000;
}
#divBot{
	position: relative;
	background-color: #24293C;	
	top: 1px;
	left: 0px;
	width: 360px;
	height: 50px;
}
#divBot_deck{
	position: absolute;
	top: 10px;
	left: 20px;
}
#divBot_esqsup{
	position: absolute;
	background-image: url(../img/canto_sup_esq_branco.png);
	left: 0;
	top: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divBot_dirsup{
	position: absolute;
	background-image: url(../img/canto_sup_dir_branco.png);
	right: 0;
	top: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divBot_esqinf{
	position: absolute;
	background-image: url(../img/canto_inf_esq_branco.png);
	left: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divBot_dirinf{
	position: absolute;
	background-image: url(../img/canto_inf_dir_branco.png);
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;	
}
#divVolume{
	display: block;
	visibility: visible;
	position: absolute;
	top: 16px;
	left: 135px;
	height: 8px;
	width: 120px;
	z-index: 105;
}
#icovolume{
	position: absolute;
	left: 0;
	background: url(../img/ico_volume.png) no-repeat;
	width: 18px;
	height: 17px;
}
#BtnHelp{
	margin-left: 150px;	
}
BtnEmail{
	border: 0;
}
.bots{
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}
.titulo{
	font: normal bold 11px/15px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #568CE4;
}
	
#track2{
	position:absolute;

	background-image: url(../img/barra_volume.png);
	background-repeat: no-repeat;
	width:92px;
	height:6px;	
	top: 7px;
	left:21px;
}
#handle2{
	background-image: url(../img/pegador_volume.png);
	background-color:transparent;
	overflow: hidden;
	top:-7px;
	width:10px;
	height:20px;
	cursor:pointer;
}
#zdebug{
	position: absolute;
	left: 400px;
	top: 50px;
	height: 300px;
	width: 200px;
	color: red;
	overflow: auto;
	text-align: right;
}

