/* CSS Aquarela FM */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.fontepadrao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.destaques {
	color:#00747E;
	font-weight:bold;
	font-size:16px;
}
.tituloescuro {
	color:#000000;
	font-weight:bold;
	font-size:16px;
}
.alerta {
	font-weight:bold;
	color:#CC0000;
	font-size:10px;
}
.data{
	color:#00A0B6;
}
.verde{
	color:#00A0B6;
}
.rodape{
	color:#FFFFFF;
	margin-bottom:3px;
}
.pequeno{
	color:#FFFFFF;
	font-size:10px;
	text-decoration:none;
}
.pequenov{
	color:#00A0B6;
	font-size:10px;
	text-decoration:none;
}
.pequenop{
	color:#000000;
	font-size:10px;
	text-decoration:none;
}
a {
	color:#000000;
	text-decoration:none;
}
.campos {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color:#0CA8B7;
    border-width: 1px;
	border-color: #000000;
	border-style: solid;
	margin:1px;
	padding-left:4px;
}
.botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
    border-width: 2px;
	border-color: #096D79;
/*	border-style: solid; */
	height:18px;
	background:#00A2B8 url("estrutura/bg_botoes.gif") repeat-x;
	margin:0px;
}
.highslide {
    cursor: url(estrutura/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
    border: 3px solid white;
}
.highslide:hover img {
    border: 3px solid white;
}

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
    display: none;
    border-bottom: 1px solid #00A0B6;
    padding: 5px;
    background-color: #9EDBE3;
}
.highslide-loading {
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(estrutura/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
