#aovivo_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	height:1110px;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);

	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #aovivo_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#cntr_full {
	width: 823px;
	margin-left: -411px;
	position: absolute;
	z-index: 102;
	top:0;
	left:50%;
	height:1110px;
}

#cntr_full #full_topo {
	height: 98px;
	overflow: hidden;
	padding-top: 47px;
}

#cntr_full #full_topo h1 {
	background-image: url(../images/full_bg_logo.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
	float: left;
	height: 98px;
	width: 94px;
	overflow: hidden;
}
#cntr_full #full_topo p.titulo_programa {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 74px;
	float: left;
	padding-left: 10px;
}
#cntr_full #full_topo a.full_close {
	background-image: url(../images/full_close.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
	display: block;
	float: right;
	height: 13px;
	width: 135px;
	margin-top: 75px;
	overflow: hidden;
	cursor: pointer;
	margin-right: 90px!important;
	margin-right: 45px;
}

#cntr_full #full_topo p.titulo_programa span.nome_programa {
	font-weight: bold;
	color: #FFCC00;
}


#cntr_full #cntr_video {
	text-align: center;
	background-color: transparent;
	background-image: none;
	height: 476px;
	width: 635px;
	border: 2px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}

/* CHAT */
#msg_chat {
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ECE9E9;
	border-bottom-color: #ECE9E9;
	overflow: auto;
	height: 100px;
	background-color: #FFFFFF;
	width: 603px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#msg_chat li {
	float: left;
	width: 580px;
	display: block;
}
#msg_chat li span {
	float: left;
}
#msg_chat li span.nome_hora {
	font-weight: bold;
	color: #999999;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 100px;
	clear: left;
	overflow: hidden;
	display: block;
}
#msg_chat li span.mensagem {
	width: 440px;
	font-size: 10px;
	padding-bottom: 10px;
	float: left;
	display: block;
}
#chat_cntr_frm {
	background-color: #FFFFFF;
	width: 639px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 15px;
}

#envia_msg_chat {
	display: none;
}


#login_chat, #envia_msg_chat {
	width: 443px;
	margin-right: auto;
	margin-left: auto;
}
#login_chat label, #login_chat input, #envia_msg_chat label, #envia_msg_chat textarea {
	float: left;
	width: 216px;
	margin-right: 5px;
}
#login_chat label, #envia_msg_chat label {
	font-size: 10px;
}
#login_chat input, #envia_msg_chat textarea {
	color: #000000;
	background-color: #DCDCDC;
	height: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 15px;
}
#envia_msg_chat textarea {
	height: 50px;
	width: 435px;
}
#login_chat #bt_chat, #envia_msg_chat #bt_chat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	background-color: #A09D9D;
	display: block;
	margin: auto;
	height: 25px;
	width: 81px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login_chat p.obs {
	text-transform: lowercase;
	color: #7A7A7A;
}
#login_chat br, #envia_msg_chat br {
	clear: left;
}
