@charset "utf-8";
/*GENERAL================================================*/
body{
	margin:0;
	padding:0;
	font:normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:0px;
}
form{
	margin:0;
	padding:0;
	
}
img{
	margin:0;
	border:none;
}
table{
	margin:0;
	padding:0;
}
label{
	margin:0 15px 0 0;
	padding:0;
	color:#666;
}
a{
	cursor:pointer;
}
iframe{
	margin:0;
	padding:0;
}
/*LAYOUT================================================*/
#page{
	width:988px;
	margin:0 auto;
	padding:0;
}
#header{
	margin:0;
	padding:0;
}
#content{
	margin:0;
	padding:15px 23px 0 23px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;

}
#footer{
	margin:0;
	padding:0 23px 23px 23px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
/*CLASS================================================*/
.left{
	float:left;
}
.right{
	float:right;
}
.center{
	text-align:center;
}
.clear{
	clear:both;
}
.block{
	display:block;
}
.relative{
	position:relative;
}
.right10{
	margin-right:10px!important;
}
.right14{
	margin-right:14px!important;
}
.right20{
	margin-right:20px!important;
}
.bottom5{
	margin-bottom:5px!important;
}
.bottom10{
	margin-bottom:10px!important;
}
.bottom15{
	margin-bottom:15px!important;
}
.padding10{
	padding:10px;
}
.padding20{
	padding:20px;
}
/*FORMS================================================*/
input.txt_busca{
	width:195px;
	height:20px;
	margin:0;
	padding:2px 0 0 5px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666;
	background:url(../img/busca_fundo.gif) no-repeat;
	border:none;
	float:left;
}
input.txt_buscaVideos{
	width:230px;
	height:20px;
	margin:0;
	padding:2px 5px;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
}
input.perc100{
	width:94%;
	margin:0 0 15px 0;
	padding:2px 5px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.nome{
	width:30%;
	margin:0 49px 0 0;
	padding:2px 5px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.email{
	width:41%;
	margin:0;
	padding:2px 5px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.copiar{
	width:84%;
	margin:0;
	padding:2px 5px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
input.eureporter{
	width:97%;
	margin:0 0 10px 0;
	padding:2px 5px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea.comentario{
	width:98%;
	height:90px;
	margin:0;
	padding:4px;
	border:1px solid #CCC;
	font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
button.bt_busca{
	width:60px;
	height:20px;
	margin:0 0 0 -5px;
	padding:0;
	background:url(../img/busca_bt.gif) no-repeat;
	border:none;
	cursor:pointer;
}
button.bt_buscaVideos{
	width:28px;
	height:25px;
	margin:0;
	padding:0;
	background:url(../img/bt_ok.gif) no-repeat;
	border:none;
	cursor:pointer;
}
a.bt_votar{
	width:65px;
	height:24px;
	margin:0;
	padding:0;
	background:url(../img/bt_votar.gif) no-repeat;
	border:none;
	cursor:pointer;
	display:block;
}
a.bt_enviar{
	width:65px;
	height:24px;
	margin:0;
	padding:0;
	background:url(../img/bt_enviar.gif) no-repeat;
	border:none;
	cursor:pointer;
	display:block;
}
a.bt_copiar{
	width:65px;
	height:24px;
	margin:0;
	padding:0;
	background:url(../img/bt_copiar.gif) no-repeat;
	border:none;
	cursor:pointer;
	display:block;
}
input.radio{
	margin:0;
	padding:0;
}
/*FONTS================================================*/
 h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
h2{
	margin-bottom:5px;
	font-size:24px;
	line-height:27px;
	letter-spacing:-1px;
}
h3{
	margin-bottom:5px;
	font-size:30px;
	line-height:28px;
	letter-spacing:-2px;
}
h4{
	margin-bottom:5px;
	font-size:15px;
	line-height:15px;
	letter-spacing:0px;
}
h5{
	margin-bottom:5px;
	font-size:14px;
	line-height:15px;
	letter-spacing:0px;
}
p{
	margin:0;
	padding:0;
}
.assunto{
	font-size:10px;
	color:#3879A9;
	text-transform:uppercase;
	padding-right:10px;
	background:transparent url(../img/setaazul.gif) no-repeat scroll right center;
	display:inline;
}
p.resumo{
	color:#515151;
	line-height:14px;
}
p.resumo2{
	font-size:11px;
	color:#515151;
	line-height:13px;
}
p.resumo_black{
	font-size:13px;
	color:#000;
}
p.hora{
	width:auto;
	padding:0 2px;
	font-size:10px;
	color:#FFF;
	background:#666;
	display:inline;
}
p.alerta{
	margin:0 0 6px 0;
	padding:4px;
	font-size:11px;
	text-align:center;
	color:#FFF;
	background-color:#F00;
	display:none;
}
p.eureporter{
	margin:0 0 15px 0;
	padding:5px;
	font-size:11px;
	color:#666;
	border-bottom:1px solid #CCC;
	background-color:#F0F0F0;
}
.txt_blue{
	color:#3879A9 !important;
}
.txt_blue10{
	font-size:10px  !important;
	color:#3879A9 !important;
}
.txt_blue11{
	font-size:11px  !important;
	color:#3879A9 !important;
}
.txt_gray10{
	font-size:10px !important;
	color:#333 !important;
}
.txt_gray11{
	font-size:11px !important;
	color:#333 !important;
}
.txt_red{
	color:#F00; !important;
}
.txt_red10{
	font-size:10px !important;
	color:#F00; !important;
}
.txt_red11{
	font-size:11px !important;
	color:#F00; !important;
}
/*LINKS================================================*/
a.link_blue{
	color:#224b68;
	text-decoration:none;
}
a:hover.link_blue{
	color:#3879A9;
}
a.link_blue2{
	color:#3879A9;
	text-decoration:none;
}
a.link_gray{
	color:#515151;
	text-decoration:none;
}
a:hover.link_gray{
	color:#3879A9;
}
a.link_black{
	color:#000;
	text-decoration:none;
}
a:hover.link_black{
	color:#000;
}
a.link_white{
	color:#FFF;
	text-decoration:none;
}
a:hover.link_white{
	color:#FFF;
	text-decoration:underline;
}
a.link_yellow{
	color:#FF0;
	text-decoration:none;
}
a:hover.link_yellow{
	color:#FF0;
	text-decoration:underline;
}