/*

Development by Mediabrasil Informática Ltda.   
      . http://www.mediabrasil.com.br 
      . mediabrasil@mediabrasil.com.br     
	   
Developer:
      . Igor Zon Balbino
      . igor@mediabrasil.com.br

Vila Velha - ES - BRAZIL. April, 19. Year 2006.
      
-----------------------------------------------------------------
abaixo um estilo para os links  
-----------------------------------------------------------------
*/
a {
	color:#000000;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #009900;
	text-decoration: underline;
}

a.detalheVermelho {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D60316;
	text-decoration: none;
}
a.detalheVermelho:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #D60316;
	text-decoration: underline;
}
/*
-----------------------------------------------------------------
     abaixo o estilo padrão das páginas (fundo e letras) 
-----------------------------------------------------------------
*/
body {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color: #009100;
	background-image: url(imagens/detalhesPaginas/bg.gif);
	/*background:#E7EFF1 url("imagens/degrade.jpg") top left repeat-x fixed;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
 }

.texto {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.textoPequeno {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.titulo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}
.textoSublinhado {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: underline;
}
.textoBranco {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.textoDataNoticia {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #D58000;
	text-decoration: none;
}
.textoNoticiaTitulo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.textoNoticiaTituloPagina {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
 /* 
-----------------------------------------------------------------
 	estilo para barra governamental
 -----------------------------------------------------------------
*/ 
.barra_governo {
	background-color: #FFCC00;
	left: 0px;
	top: 0px;
	height: 15 px;
}

.combobox_governo {
	background-color: #F7F2DC;
	border: #A38200 0px solid;
	font: normal 8pt Arial, Helvetica, sans-serif;
	color: #000000;
	height: 17px;
}
/* 
-----------------------------------------------------------------
     abaixo o Estilo para os botões e campos dos forms
-----------------------------------------------------------------
*/
.botoes, a.botoes { 
  font-family:verdana,tahoma,arial,helvetica,sans-serif;
  font-size:11px;
  color:#666;
}

.botoes {
 /*  background:url(imagens/button.bg.gif);*/
  border:1px solid #006600;
  font-size:8px;
  color:#006600;
  padding:2px;
  background-color:#F0FFF0;
  }


.camposFormulario {
	font-family: "Trebuchet MS", verdana;
	font-size:8pt;
	color:#000000;
	background-color:#F0FFF0;
	cursor: text;
	border: 1px solid #006600;

}

 /* 
-----------------------------------------------------------------
 	estilo para o menu
 -----------------------------------------------------------------
*/ 

.mtDropdownMenu {
    position:absolute;
    overflow:hidden;
    left:-1000px;
    top:-1000px;
}

.mtDropdownMenu .content {
    position:absolute;
}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.mtDropdownMenu .items {
    position:relative;
    left:0px; top:0px;
    border:1px solid #62b928;;
    z-index:2;
}

/*borda no topo do menu*/
.mtDropdownMenu.top .items {
    border-top:none;
}

/* itens do menu */
.mtDropdownMenu .item {
    /*color:#002E67;*/
	color:#000000;
    font-size:10px;
    font-family:"Trebuchet MS", verdana;
    text-decoration:none;

/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
    border:none;
    cursor:pointer;
    cursor:hand;
}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.mtDropdownMenu .background {
    position:absolute;
    left:0px; top:0px;
    z-index:1;
    -moz-opacity:.8;
    filter:alpha(opacity=95);
}

/* sombra do lado */
.mtDropdownMenu .shadowRight {
    position:absolute;
    z-index:3;
    top:3px; width:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=60);
}

/* sombra embaixo */
.mtDropdownMenu .shadowBottom {
    position:absolute;
    z-index:1;
    left:3px; height:2px;
    -moz-opacity:.4;
    filter:alpha(opacity=60);
}

.mtDropdownMenu .item.hover {
    /*background:#BCD0F4;*/
	background:#62b928; /*fundo ao passar com o mouse no link*/
    color:#ffffff; /*letra ao passar com o mouse em cima*/
}

.mtDropdownMenu .item img {
    margin-left:10px;
}

/* 
-----------------------------------------------------------------
     estilo para thumbnails(imagens) rodape
-----------------------------------------------------------------
*/

.thumbnailRodape{
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
position: relative;
z-index: 0;
}

.thumbnailRodape:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailRodape span{ /*CSS for enlarged image*/
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
position: absolute;
background-color:#003399;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailRodape:hover span{ /*CSS for enlarged image on hover*/
font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#FFFFFF;
visibility: visible;
top: -20;
left: -225px; /*position where enlarged image should offset horizontally */
}