@charset "utf-8";
body{
	background:url(../img/bg.jpg) top center no-repeat #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*fonts*/
.arialBlue26{
	font-size:26px;
	color:#09A5FD;
}
.arialBlue14{
	font-size:14px;
	color:#09A5FD;
}
.arialBlack16{
	font-size:16px;
	color:#000;
}
.arialWhite12{
	font-size:12px;
	color:#fff;
}
.arialWhite16{
	font-size:16px;
	color:#fff;
}
.arialBlue16{
	font-size:16px;
	color:#09A5FD;
}
.arialBlue12{
	font-size:12px;
	color:#09A5FD;
}
/*classes*/
.left{
	float:left;
}
.right{
	float:right;
}
.debug{
	background:red;
}
.iepng{
	behavior:url(css/iepngfix.htc);
}
.bolder{
	font-weight:bold;
}
.letter{
    letter-spacing:-1px;
}
.linkTop{
	margin-right:20px;
	width:180px;
	margin-top:10px;
    height:50px;
}
.banner{
    width:180px;
    height:150px;
}

/*id's*/
#all{	
	width:960px;
	margin:0 auto;
	display:table;
}
#header{
	width:100%;
	position:relative;
	padding:15px 0 35px 0;
}
#title{
	width:450px;
}
#content{
	width:100%;
	position:relative;
	height:430px;
	margin-bottom:30px;
}
#transmission{
	width:390px;
	height:100%;
	position:relative;
	background:#FFF;
	margin-right:20px;
	padding:10px;
}
#chat{
	width:290px;
	height:100%;
	position:relative;
	background:#FFF;
	margin-right:20px;
	padding:10px;
	
}
#chatHeader{
	margin:5px 0;
	width:290px;
}
#chatHeader input{
	height:16px;
	font-size:10px;
	padding:0;
	border:#BCD5EC;
}
#areaMsgChat{
	width:290px;
	height:290px;
	background:#BCD5EC;
	overflow:auto;

}
#msgChat{
    background:#fff;
    height:20px;
}
input[disabled=disabled]{
    background:#fff;
}

#areaMsgChat p{
    margin:6px 0;
}
#colRight{
	width:180px;
	height:100%;
	position:relative;
	*width:183px;
	_margin-top:-450px;
	_margin-left:380px;
}
#advertising{
    height:166px;
    background:#fff;
    width:100%;
    padding:10px;
    float:left;
    position:relative;
}
#programacao{
    height:214px;
    _height:180px;
    background:#fff;
    width:100%;
    padding:10px;
    float:left;
    margin-top:30px;
    _margin-top:27px;
    position:relative;
}
#footer{
	width:100%;
	position:relative;
}


