a.clink {
	text-decoration:none;
	color:#FFF;
}
a.clink:hover {
	text-decoration:none;
	color:#ffff00;
}

a.tooltip {
	position: relative;
	cursor: help;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	width: 200px;
	color: #222;
	border: 2px dashed #9dceee;
	padding: 10px;
	background-color: #FFF0DF;
	z-index: 100;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	top: 0;
	left: 15px;
}

table.tabela_planos {
	border: 0px solid #eee;
	margin: 10px 0 10px 8px;
	width: 535px;
	background-color:#04446d;
}

table.tabela_planos td {
	font: 11px verdana, arial, sans-serif;
	margin: 0;
	color: #ffffff;
	height: 30px;
}

table.tabela_planos thead td, table.tabela_planos th {
	color: #ffffff;
	background: #135d8c;
	font: bold 11px verdana, arial, sans-serif;
	padding: 2px 5px;
	text-align: center;
	height:30px;
}


table.tabela_planos tfoot td a {
	font: 11px verdana;
	text-decoration: underline;
	color: #ffffff;
	padding: 3px;
	display: block;
	height:40px;
	line-height: 40px;
	text-align: center;
}

table.tabela_planos tfoot td a:hover {
	background-color: #34799d;
	color: #ffffff;
	height:40px;
	text-align: center;
}

table.tabela_planos td.carac {
	font: 11px verdana;
	font-style: italic;
	font-weight:bold;
	padding-left:10px;
}

table.tabela_planos tbody td {
	width:200px;
}

a.helper {
	color: #fff;
	background: url(helper.gif) no-repeat;
	padding-left: 3px;
	width: 7px;
	height: 13px;
	padding-right: 3px;
	display: inline;
	font-size: 9px;
	font-weight: bold;
}