/************** Reset CSS **************/
/*	http://meyerweb.com/eric/tools/css/reset/
*	v2.0 | 20110126
*	License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	/*
	margin: 0;
	padding: 0;
	*/
	font: inherit;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************* FIM Reset CSS *************/



/*
Rodapé fixo
By: http://maujor.com/tutorial/rodape-embaixo-da-janela.php
*/
html, body {
    height:100%;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	color:#666;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
}

h1, h2, h4, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#666666;
    font-size:12px;
}

h4 {
    font-size: 16px;
}

.clear_both {
    clear: both;
}











/************* Validacao *************/
.validacao_erro {
	font-size: 1.0em;
	font-style: italic;
	color: #FF0000;
	padding-top: 5px;
	margin-left: 10px;
	vertical-align: top;
}

/* jQuery.Validate */
label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
    color: #FF0000;
    font-style: italic;
}

/* jQuery.Validate */
input.error {
    border: 1px solid #FF0000;
}

/* jQuery.Validate */
textarea.error {
    border: 1px solid #FF0000;
}
/************* FIM Validacao *************/


/************* Form focus *************/
.form_focus {
    border: 1px solid #E3BD72;
}

.form_blur {
    border: 1px solid #A89F8E;

}
/************* FIM Form focus *************/





/************* Extranet *************/


	/************* Login *************/
	#container_login {
		width: 100%;
	}

	#login{
		width: 460px;
		border: 1px solid #E8E8E8;
		margin: auto;
		/*margin-top: 50px;*/
	}

	#login_cabecalho {
		padding: 10px;
		background: #E8E8E8;
		font-weight: bold;
		font-size: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

	.container_login_linha {
		width: 100%;
	}

	.login_linha {
		width: 270px;
		padding: 10px;
		margin: auto;
		height: auto;
	}

	.login_texo {
		width: 80px;
		text-align: right;
		display: inline;
	}

	.login_form {
		margin: 0px 7px;
		width: 180px;
		display: inline;
	}

	.login_botao {
		margin-left: 200px;
		display: inline;
	}
	/************* FIM Login  *************/


    /************* Menu *************/
    #e_container_menu {
	    width: 161px;
        float: left;
        margin-right: 30px;
	}

	.e_menu {
        width: 160px;
        padding: 0px;

        margin-top: 2px;
        margin-left: 0px;
		margin-bottom: 10px;
        font-family: Arial,Tahoma,Helvetica,Sans-serif;
        font-size: 11px;
        line-height: 18px;
        border: 1px solid #99BBE8;
    }

    .e_menu .titulo {
        background-color: #C2D6F0;
        padding: 5px 5px 5px 5px;
        font-weight:bold;
        color: #15428B;
    }

    .e_menu .li_ultima {
        border-bottom: 0px solid #99BBE8;
    }

    .e_menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    .e_menu li {
        border-bottom: 1px solid #99BBE8;
        margin: 0px;
    }

    .e_menu li a {
        display: block;
        padding: 5px 5px 5px 5px;
        font-weight:normal;
        color: #000;
        text-decoration: none;
    }

    .e_menu_selecionado {
        background-color: #F7FAFF;
    }

    .e_menu_nao_selecionado {
        background-color: #FFF;
    }

    .e_menu li a:hover {
        background-color: #F7FAFF;
    }

    /* Fix IE. Hide from IE Mac \*/
    * html ul .e_menu  li { float: left; height: 1%; }
    * html ul .e_menu  li a { height: 1%; }
    /* End */
    /************* FIM Menu *************/


    /************* Header *************/
    #e_header_extranet {
        width: 960px;
        height: 50px;
        margin: 10px auto;
        border-bottom: 1px solid #99BBE8;
    }

    #e_logotipo {
        float: left;
        width: 460px;
    }

    #e_usuario {
        width: 500px;
        text-align: right;
        float: left;
    }
    /************* FIM Header *************/


    #e_main_extranet {
        width: 960px;
        margin: auto;
    }

    #e_main_column_left {
        float: left;
        width: 760px;
    }


    /************* Footer *************/
    #e_container_header_extranet, #e_container_main_extranet, #e_container_footer {
        width: 100%;
    }

    #footer_extranet {
        width: 960px;
        margin: auto;
        border-top: 1px solid #99BBE8;
    }

   #assinatura {
        padding: 5px;
        font-family: Arial;
        font-size: 10px;
        letter-spacing: normal;
        word-spacing: normal;
        font-style: normal;
        text-align: center;
        text-decoration: none;
        color: #000;
        line-height: 190%;
    }

	#assinatura a:link, a:visited, a:active {
		text-decoration: none;
		color: #000;
	}

	#assinatura a:hover {
		text-decoration: underline;
		color: #6B6B6B;
	}
    /************* Footer *************/

	

		

/************* FIM Extranet *************/
















/************* Site *************/
	a:link, a:visited, a:active {
		color: #0783CB;
		text-decoration: none;
	}
	a:hover {
		color: #0783CB;
		text-decoration: underline;
	}
	
	#tudo {
		width: 750px;
		margin: auto;
	}

	.clear {
		clear: both;
	}	

	/************* Tamanho dos containers *************/
		#container_tudo {
			width: 100%;
		}
		
	/************* FIM Tamanho dos containers *************/
	
	/************* Cabeçalho *************/
		#cabecalho, #cabecalho img {			
			margin: 0px;
			padding: 0px;
			border: 0px;
			display: block;
			float: left;			
		}
	
	/************* FIM Cabeçalho *************/

	/************* Main *************/
		#container_main {	
			width: 729px;
			position:   relative;
			padding:    10px;	
		}
		
		#container_main_border_left {			
			background: url("../images/site/main_background_left.jpg") repeat-y;
			position:   absolute;
			left:       0;
			top:        0;			
			width:      10px;
			height:     100%;
		}
		
		#container_main_border_right {
			background: url("../images/site/main_background_right.jpg") repeat-y;
			position:   absolute;
			right:      0;
			top:        0;			
			width:      10px;
			height:     100%;
		}

		#conteudo {
			margin: 15px 20px 25px;
		}		
	/************* FIM Main *************/		


	/************* FOOTER *************/
		#rodape p{
			
		}
		#rodape {		
			border-radius: 1px 1px 10px 10px !important;			
			border: 1px solid #0149BD !important;
			background-color: #0149BD !important;
			display: inline-block !important;
			color: #FFFFFF !important;
			font-family: Arial !important;
			font-size: 11px !important;
			padding: 5px 30px !important;
			text-decoration: none !important;
			width: 720px;
			text-align: center;
		}
		.sombra{
			-webkit-box-shadow: 3px 3px 4px #444;
			box-shadow: 3px 3px 4px #444;
			-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444')";
			filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#444444');
		}
		.btn{
			background-color: #0149BD !important;
			border-radius: 16px !important;
			border: 1px solid #0149BD !important;
			display: inline-block !important;
			cursor: pointer !important;
			color: #FFFFFF !important;
			font-family: Arial !important;
			font-size: 11px !important;
			padding: 5px 30px !important;
			text-decoration: none !important;
			width: 120px;
			text-align: center;
		}

	/************* FIM FOOTER *************/


	/************* HOME *************/

	/************* FIM HOME *************/

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/************* Dados Pessoais *************/	
	#dados_pessoais form {
		color: #003366;
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
		font-weight: bold;	
	}

	#dados_pessoais label, #dados_pessoais input {
		display: block;
		float: left;
	}

	#dados_pessoais label {	
		text-align: right;
		width: 180px;
		padding-right: 20px;
		padding-bottom: 12px;
	}

	#dados_pessoais fieldset {
		border: solid 0px #000;
	}


	/************* FIM Dados Pessoais *************/	

	
	/************* Cadastro Credenciamento *************/
	
	#form_atributos input {
		text-transform: uppercase;
	}	
	
	.carregando {
		color: #666;
		display: none;
	}	
	
	.container_data_group {
		width: 100%;
		margin-bottom: 10px;
		
	}
	
	.container_title {
		width: 100%;
		padding: 8px 0px;
		margin-bottom: 10px;		
		background: #0166CB;
		color: #FFFFFF;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;	
		font-weight: bold;					
	}
	
	.title {
		margin-left: 8px;
	}	
	
	.container_data {
		width: 100%; 
		margin: auto;
		margin-left: 2px;
	}

	.data_divide_2 {
		width:320px; 
		float: left; 
		margin-left: 20px; 
		padding-top: 20px;
	}
	
	
	.areas_selecionadas {
		width: 100%;
		margin-top: 40px;
		padding: 14px;
		font-weight: bold;
	}

	.areas_selecionadas th.titulo {
		background-color: #FFFFFF;
		color: #000000;
	}
	
	.areas_selecionadas th{
		background-color: #0275E8;
		color: #FFFFFF;
	}

	.container_form {
		margin-bottom: 6px;
	}
	
	.container_subtitulo {
		width: 100%;
		padding: 10px 0px 20px;
		color: #000000;		
		text-align:center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;			
		font-weight: bold;
	}
	
		/************* Botões *************/
		
		.container_botoes {
			width: 100%; 
			margin-top: 25px;
		}	
		
		.container_botoes input{
			background: #F9F9F9;
			color: #000000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			border: 1px solid #0166CB;
		}
		
		.botoes {
			width: 190px; 
			margin: auto;		
		}
		
		.botao_adicionar {
			width: 110px;
			margin: auto;
		}
		
		.botao_avancar {
			width: 80px;
			margin: auto;
		}			
		
		.botao_limpar {
			margin-right: 20px;
		}
		
		/************* FIM Botões *************/
	
	/************* FIM Cadastro Credenciamento *************/

/************* FIM Site *************/
