/**
	* @name stylesite.css
	* @desc CSS StyleSheet
	* @version v3.0 - Brasília, 20 de Março de 2007
	* @author Thiago Borges
	* @category CSS
	* @package Sistema de Informalçoes de Biossegurança - BCH - Brasil
	*/


/* ================== BODY =================== */


BODY, HTML, TABLE, TR, TD B, I, PRE, UL, LI, P, H1, H2, H3, H4, H5 {
	font-family: Arial,Verdana,Sans-Serif;
	font-size: 12px; 
	color: #0E2438; 
}
	
a {
	color: #1051a2;
	text-decoration:none;
}
a:hover{
    color:#999999;
	text-decoration:none;
}	
	
/* ================================= Conteúdo =================================== */

/* imagem de fundo do site */

.bgFundoSite {

	background-color: #B5BFC0;
	background-image: url(/html/imagens/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}

/* Imagen borda arredondada */

.topEsqSite {

	background-image: url(/html/imagens/top_esq_site.gif);
	background-repeat: no-repeat ;
	background-position: top left ;
}

.bottomEsqSite {

	background-image: url(/html/imagens/bottom_esq_site.gif);
	background-repeat: no-repeat ;
	background-position: bottom left ;
}

.topDirSite {

	background-image: url(/html/imagens/top_dir_site.gif);
	background-repeat: no-repeat ;
	background-position: top right ;
}

.bottomDirSite {

	background-image: url(/html/imagens/bottom_dir_site.gif);
	background-repeat: no-repeat ;
	background-position: bottom right ;
}

/* ========== Tópico ============= */

.top_4 {

	background-color: #2F4B6A;
	background-image: url(/html/imagens/top_4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: scroll;
}


/* ================== Menu =================== */

/* Links Menu */

.links{

}

.links a {
	
	background-image: url(/html/imagens/bullet_links.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;;
	
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 16px;
	
	display: block;

}

.links a:hover {

	background-image: url(/html/imagens/bullet_links.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;;
	
	padding-top: 1px;
	padding-bottom: 3px;
	padding-right: 3px;
	padding-left: 16px;
	
	display: block;
	
	background-color: #DFDFDF;
}

/* ================== Borda das caixas =================== */

/* Borda de 1 px das caixas */

.borderBottom {
	border-bottom-width: 1px;
	border-bottom-color: #D9D1D1;
	border-bottom-style: solid;
}

.bordertop {
	border-top-width: 1px;
	border-top-color: #D9D1D1;
	border-top-style: solid;
}

.borderleft {
	border-left-width: 1px;
	border-left-color: #D9D1D1;
	border-left-style: solid;
}

.borderRight {
	border-right-width: 1px;
	border-right-color: #D9D1D1;
	border-right-style: solid;
}

/* Borda de 1 px das caixas pontilhadas em vermelho */

.borderBottomDotted {
	border-bottom-width: 1px;
	border-bottom-color: #920024;
	border-bottom-style: dotted;
}

.bordertopDotted {
	border-top-width: 1px;
	border-top-color: #920024;
	border-top-style: dotted;
}

.borderleftDotted {
	border-left-width: 1px;
	border-left-color: #920024;
	border-left-style: dotted;
}

.borderRightDotted {
	border-right-width: 1px;
	border-right-color: #920024;
	border-right-style: dotted;
}

/* Borda de 10 px em baixo das caixas */

.borderBottom10 {
	border-bottom-width: 10px;
	border-bottom-color: #ECECEC;
	border-bottom-style: solid;
}



/* ================== Paddings =================== */

/* ================== Paddings  de 10 px =================== */

/* Padding Left de 10px */

.paddingLeft {
	padding-left: 10px;
}

/* Padding Right de 10px */

.paddingRigth {
	padding-right: 10px;
}

/* Padding Bottom de 10px */

.paddingBottom {
	padding-bottom: 10px;
}

/* Padding Top de 10px */

.paddingTop {
	padding-Top: 10px;
}

/* ================== Paddings em todos os lados de 15px, 10px e 5px =================== */

/* Padding Total de 15px */

.paddingTotal15 {
	padding: 15px;
}

/* Padding Total de 10px */

.paddingTotal10 {
	padding: 10px;
}

/* Padding Total de 5px */

.paddingTotal5 {
	padding: 5px;
}

/* ==================== CAMPO Formulário ==========================*/

.formulario {
	
	height: 18px;
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-width: 1px;
	border-color: #456983;
	border-style: solid;
	background-color: #ffffff;
	
	color: #095C87;
	text-decoration: none;
}


/* =====================================================================================*/
/* =============================== Tamanhos de Fonts ===================================*/
/* =====================================================================================*/

.bold {
	font-weight: bold;
}

.bold a{
	font-weight: bold;
}

.bold a:hover {
	font-weight: bold;
}

.brod {
	font-size: 10px; 
}

.alpha {
	font-size: 12px; 
}

.Beta {
	font-size: 14px; 
}

.Gama {
	font-size: 16px; 
}

.zeta {
	font-size: 18px; 
}

.jeta {
	font-size: 20px; 
}

.underline a {
	text-decoration: underline;
}

.underline a:hover {
	text-decoration: none;
}

/* ========================================================= */
/* ================== CSS DE CORES (Fontes) ================ */
/* ========================================================= */

/* Cinza cor de fundo da td conteúdo */

.cinza {
	background-color: #ECECEC;
}

/* Vermelha cor de fundo da barra do menu horizontal */

.bgVermelha {
	background-color: #920024;
}

.vermelha {
	color: #920024;
}

/* Azul Marinho cor de fundo da td menu */

.bgAzulMarinho {
	background-color: #2F4B6A;
}

.azulMarinho {
	color: #2F4B6A;
}

/* Preta */

.preta {
	color: #000000;
}

.preta a {
	color: #000000;
}

.preta a:hover {
	color: #666666;
}

/* Branca */

.bgBranca {
	background-color: #FFFFFF;
}

.branca {
	color: #FFFFFF;
}

.branca a {
	color: #FFFFFF;
}

.branca a:hover {
	color: #CCCCCC;
}
 
 /* ============================ APUBLICAR ==========================*/
   
 .apublicar {
 	color: red;
 }
