/* FORMULÁRIOS */
/*--------------------------------------------*/
input, textarea,Text Field,Button,Check Box, Radio Button, select{
	font-family: Verdana,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: none;
        border: 1px solid #CCCCCC;
}
/*--------------------------------------------*/


/* CORPO DAS PAGINAS */
/*--------------------------------------------*/
body {

	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
        color:666666;
        /*margin: 10px;*/
        background-image: url(/SGU/imagens/background.jpg);
        background-attachment: fixed;
        background-position: center;
        background-repeat: repeat;
}
/*--------------------------------------------*/


/*LINKS DAS PÁGINAS*/
/*--------------------------------------------*/
a{

	color: #336699;
	text-decoration: none;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}

a:hover{

	color: #990000;
	text-decoration:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

}
/*--------------------------------------------*/


/*TABELAS*/
/*--------------------------------------------*/
table {

    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;

}
/*--------------------------------------------*/


/*TÍTULO DAS TABELAS*/
/*--------------------------------------------*/
.tituloTabela {

    color:666666;
    font-weight:bold;

}
/*--------------------------------------------*/

/*CABEÇALHO DAS TABELAS*/
/*--------------------------------------------*/
.cabecalhoTabela {

    color:003366;
    font-weight:bold;    
    height:20px;

}
/*--------------------------------------------*/

/*LINHAS DAS TABELAS*/
/*--------------------------------------------*/
.linhaDaTabela{

        background-color: #F5F5F5;
        height: 20px;
        /*border-bottom: 1px solid #CCCCCC;*/

}
/*--------------------------------------------*/

/*LIMITES DAS CÉLULAS*/
/*--------------------------------------------*/
.limiteDaCelula{
    border-left: 1px dashed #999999
}

.limiteDaLinha{
    border-bottom: 1px solid #999999
}
/*--------------------------------------------*/


/*RAIZ DE DETALHES*/
/*--------------------------------------------*/
.raizDetalhes{
	background-attachment: fixed; background-image: url(imagens/raiz.gif); background-repeat: no-repeat; background-position: center top;
}
/*--------------------------------------------*/


/*TELA DE PESQUISA*/
/*--------------------------------------------*/
.divTelaDePesquisa {

    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    text-align: center;


}
/*--------------------------------------------*/

/*TÍTULO DOS ERROS*/
/*--------------------------------------------*/
.erroTitulo {

    font-weight: bold;
    color: red;

}
/*--------------------------------------------*/


/*TELA DE PROGRAMAÇÃO*/
/*--------------------------------------------*/
.divDiaDaSemanaProgramacao {

    background-color: #F5F5F5;
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    width: 606px;

}
/*--------------------------------------------*/

/*MENU EM ABAS*/
/*--------------------------------------------*/
.telaGeral  {
	z-index:0;
	position:absolute;
	padding: 0px 0px 0px 0px;
	text-align: justify;
	overflow-y: auto;
	overflow-x: visible;
}

#aba {
	background: #FFFFFF;
	height: 27px;
	margin: 0; 
        padding: 0;
}

#aba ul {
	margin: 0; padding: 0;
	margin-left: 0px;
}

#aba ul li {
	display: inline;
}

#aba ul li a {
	background: #F5F5F5;
	color: #336699;
	border: 1px #D5D5D5 solid;
	border-bottom: 1px #F5F5F5 solid;
	float: left;
	padding: 5px 5px;
	margin: 0px;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#aba ul li a:hover {
	background: #E5E5E5;
	color: #666666;
	border: #D5D5D5 1px solid;
	border-bottom: 1px #E5E5E5 solid;
	text-decoration: none;
}
/*--------------------------------------------*/
.escondecampo {
        z-index:0;
        position:absolute;
}

.rodape{
	border-top: 1px solid #D5D5D5;
	background-color: #F5F5F5;
	padding: 8px 8px 5px 8px;
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #999999;
}

