/* CSS Document 
tabelas
*/


#currency_cot {
	width:100%;
	text-align:center;
	margin-top:-15px;
}

table#currency_cot td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
table#currency_cot td.tit{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
table#currency_cot td.titleft{
	font-weight:bold;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
table#currency_cot td.data{
	border: none;
	text-align:center;
}

#currency_cot td.tleft {
	text-align:left;
}

table#events {
	margin-top:-10px;
	font-size:9px;
	border:none;
}
table#events td{
	border-bottom: inset 1px #CCFF00;
}
table#events td.eve_mes{
	text-align:center;
	font-weight:bold;
	border: none;
}
table#events td.nevent_tit{
	width:60%;
	font-weight:bold;
	border-bottom: solid 1px #333333;
}
table#events td.tit{
	font-weight:bold;
	border-bottom: solid 1px #333333;
}
table#events td.nevent{
	width:60%;
}
table#cont_pack {
	width:100%;
	border:collapse-all;
}
table#cont_pack tr.titulo{
	color:#FFF;
	background-color:#009933;
}
table#cont_pack th.nomecidade{
	padding-top:15px;
	text-align:left;
	widht:100%;
	border-bottom:solid 1px #666666;
}