/* CSS SADCI.COM */

/***************************/
/*     Página Inicial      */
/***************************/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Tabela Principal e linhas adjacentes */
.StyleColuna{
	border-top-color: #b8b6bb;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #b8b6bb;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #b8b6bb;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #b8b6bb;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1;
}
.StyleColunaInterior {border-left-color: #b8b6bb;border-left-style: solid;border-left-width: 1px;border-right-color: #b8b6bb;border-right-style: solid;border-right-width: 1px;border-top: 1;}
.StyleTD{border-bottom-color: #b8b6bb;border-bottom-style: solid;border-bottom-width: 1px;}

/* Definição da tabela em destaque [ESQ|DIR] */
.StyleTdDestaques{background-image: url(gfx/fundoBG.gif);border-color: #FFFFFF;border-style: solid;border-width: 1px;background-color: #FFFFFF;background-repeat: repeat-x;height: 200px;}

/* Definição das tabelas normais */
.StyleTdNormais{border-color: #FFFFFF;border-style: solid;border-width: 1px;}

/* Definição dos Formulários*/
.formTextField {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	background-image: url(gfx/fundo_form.gif);
	border-color: #9fd2e9;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 14px;
}

/***************************/
/*    Páginas do site      */
/***************************/

.StyleColunaMain{
	border-top-color: #b8b6bb;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-color: #b8b6bb;
	border-left-style: solid;
	border-left-width: 1px;
	border-top: 1;
}
.StyleColunaInteriorMain {
	border-left-color: #b8b6bb;
	border-left-style: solid;
	border-left-width: 1px;
	border-top: 1;
}
.StyleColunaEsquerdaMain {
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top: 1;
	background-image: url(gfx/bg_menu.gif);
	background-repeat: repeat-y;
}
.StyleMenuActiveFundo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
	text-decoration:none;	
	background-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;	
	margin-left: 1px;
	margin-right: 1px;	
}
.StyleMenuActiveFundo:hover{text-decoration:none;}

.StyleMenuInactiveFundo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left: 1px;
	margin-right: 1px;
}
.StyleMenuInactiveFundo:hover{
	background: #cad2e2;	
}
.StyleMenuActive{
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.StyleMenuInactive{
	text-decoration:none;
	margin-left: 20px;
	margin-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.CellRollOver{
	margin-top: 12px;
	background: #eef2f8;
	border-top-color: #d0dff8;
	border-top-style: dashed;
	border-top-width: 1px;
	border-bottom-color: #d0dff8;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
