@charset "utf-8";
/* CSS Document */

#eventos-left-panel		{
	float: left;
	width: 180px;
	background-color: #999900;
	}
#eventos-main-content	{
	width: 587px;
	margin-left: 190px;
	}	
.eventos-main-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 3px;
	background-color: #E9E9E9;
	}
.eventoss-arquivos {
	right: 15px;
	top: 3px;
	font-size: 11px;
	position: absolute;
}	
.box-eventos {
	border-bottom: 1px dashed #CCCCCC;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 5px;
	}
.eventos-data {
	font-size: 10px;
	color: #666666;
	}
.eventos-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #669900;
	}
.eventos-texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	}
.eventos-box-mais {
	text-align: right;
	width: 100%;
	text-decoration: none;
	}
.eventos-titulo-coluna {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	background-image: url(/templates/images/bg-h2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 3px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.eventos-lista-coluna {
	list-style-position: inside;
	/*list-style-image: url(/templates/images/bullet-lista.gif);*/
	list-style-type: disc;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	margin-right: 0px;
}
.eventos-lista-coluna-itens {
	margin-top: 3px;
}
	
	
