/* CSS Document */

	* {
		padding: 0px;
		margin: 0px;
		font-family: Verdana;
		font-size:12px;
	}
	
	html {
		width: 100%;
		height: 100%;		
	}
	
	input, textarea, select, file{
		font-family: verdana;
		font-size: 12px;
		color: #333333;
		border-top-style: groove;		
		border-right-style: groove;
		border-left-style: groove;
		border-bottom-style: groove;
		background-color:white;
	}
	
	fieldset {
		border: solid 1px #BDBDBD;
		width:600px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;		
	}
	
	.TableCenter
	{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	
	legend{
		font-weight:bold;
	}
	
	#Pesquisa
	{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	
	.titulo
	{
		padding: 50px 60px 20px 20px;		
		font-size:20px;	
	}
	
	.mensagem
	{		
		font-size:12px;
		font-style:italic;	
		font-weight:bold;	
		color:Red;
		text-align:center;		
	}
	
	.imagemLogo
	{
		text-align:center;
		width:200px;
		height:100px;
		padding: 10px 10px 10px 10px;	
		float:left;
	}
	
	#box_cabecalho {
		width:100%;
		height:150px;
		background:url(../Imagens/bkg_footer.gif) repeat-x;		
		padding:0px 0px 0px 0px;		
		vertical-align:middle;
	}
	
	#box_rodape {
		width:100%;
		height:auto;
		background:url(../Imagens/bkg_footer.gif) repeat-x;
		text-align:center;
		padding:22px 0px 0px 0px;
		font-size:10px;
		vertical-align:bottom;		
	}
	
	#box_rodape a{
		text-decoration:none;
		color:#666666;
		font-size:10px;
	}
	
	#box_rodape a:hover{
		text-decoration:underline;
		font-size:10px;
	}
	
	div#qTip {
		padding: 3px;
		border: 1px solid #666;
		border-right-width: 2px;
		border-bottom-width: 2px;
		display: none;
		background: #999;
		color: #FFF;
		font: bold 9px Verdana, Arial, sans-serif;
		text-align: left;
		position: absolute;
		z-index: 1000;
	}
	
	.box_form{
		width:320px;
		height:165px;		
		padding: 25px 40px 25px 40px;
		margin: 83px auto 83px auto;		
	}
	
	.box_form .box_form_inner .field{
		margin-bottom: 15px;
		color:#FFFFFF;
		text-align:left;
	}
	
	.box_form .box_form_inner .field label{
		display: block;
        font-size: 15px;
	}
	
	.box_form .box_form_inner .submit input{
		cursor: pointer;
		margin-top: 3px;
		float: right;
		position: relative;
		font-weight: bold;
		background-color: #FFFFFF;
		padding: 0 5px 2px 5px;
		font-size: 18px;
		width: auto;
		color: #006548;
		border: 0;
	}
	
	.box_form .box_form_inner .field input[type=text], .box_form .box_form_inner .field input[type=password] {
		width: 310px;
        border: 0;
        font-size: 18px;
        color: #999;
        font-weight: bold;
        margin-top: 3px;
        padding: 4px;
	}
	
	#navcontainer  
	{
		float:none;
		width:100%;	
	}

    ul#navlist 
    {
            margin: 0;
            padding: 0;
            list-style-type: none;
            white-space: nowrap;
    }

    ul#navlist li {
            float: left;                        
            font-family: verdana;
            font-size: 11px;
            font-weight: bold;
            margin: 0;
            padding: 5px 0 4px 0;
            background-color: #6B696B;
            border-top: 1px solid #6B696B;
            border-bottom: 1px solid #6B696B;
    }

    #navlist a, #navlist a:link {
            margin: 0;
            padding: 5px 9px 4px 9px;
            color: #FFFFFF;
            border-right: 1px dashed #FFFFFF;
            text-decoration: none;
    }

    ul#navlist li#active {
            color: #95bbae;
            background-color: #deebe5;
    }

    #navlist a:hover {
            color: #6B696B;
            background-color: #E6E3DF;
    }