@CHARSET "ISO-8859-1";
/* CSS Document */
*{
	outline: none;
}

img {
	border: none;
}

.input_text {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 18px;
	width: 200px;
	font-size: 11px;
}
/*
.input_text:focus {
	background-color:#EAFBFB;
}
*/
.big {
	width: 300px;
}

.small {
	width: 100px;
}

.extra_small {
	width: 50px;
}

.input_botao {
	height: 22px;
	border: 1px solid #C0C0C0;
	background-color: #EBEBEB;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.textarea {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 100px;
	width: 100%;
	font-size: 11px;
}
/*
.textarea:focus {
	background-color:#EAFBFB;
}
*/

.dropdown {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	height: 22px;
	width: 200px;
	font-size: 11px;
	position:relative;
	z-index: 1;
}
/*
.dropdown:focus {
	background-color:#EAFBFB;
}
*/

.link_blank {
	padding-left: 15px;
	background: url(../gifs/icones/outros/link_blank.gif) left center no-repeat;
}

.link_voltar {
	padding: 3px;
	height: 22px;
	border: 1px solid #C0C0C0;
	background-color: #EBEBEB;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

/**************FORMATCAO DE TABELAS*******************/

thead th {
	background-color: #C3ECFE;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
}

th.obrigatorio, span.obrigatorio{
	color: #CC0000;
	font-weight: bold;
}

.tab_conteudo1, .tab_conteudo2, .tab_rodape{
/*	line-height: 24px;
	height: 24px;*/
	border-bottom: 1px solid #CCCCCC;
}

.tab_conteudo1 {
	color:#666666;
/*	font-size:12px;*/
	padding:5px;
}

.tab_conteudo2 {
/*	background-color:#EFEFEF;*/
	color:#666666;
/*	font-size:12px;*/
	padding:5px;
}

.tab_rodape {
	background-color: #E4F4F8;
	font-size: 12px;
	color: #006699;
	padding: 5px;
}


.navigationBar td{
	padding-left: 3px;
	padding-right: 3px;
	height: 30px;
	line-height: 30px;

}


.navigationBar_Bottons a {
	display: block;
	color: #000000;	
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	display: block;

}
.navigationBar_Bottons a:hover {
	color: #3399CC;
	text-decoration: none;
}


.navigationBar_Bottons_Actual {
	color: #3399CC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-bottom: 1px;
	height: 30px;
	line-height: 30px;
}
/*cima*/
.navigation_top .navigationBar_Bottons_Actual {
	background: url(../gifs/seta2.gif) center 3px no-repeat;
}

/*baixo*/
.navigation_bottom .navigationBar_Bottons_Actual {
	background: url(../gifs/seta.gif) center 25px no-repeat;
}


.aviso {
	margin: 0px 10px 20px 10px;
	padding: 0px 10px 0px 10px;
	font-size: 1.1em;
	color: #FFF;
	/*display: block;*/
	border: none;
	background-color: #EF870E;
	
}



/*****************************TITULOS******************************/
.t1 {
	color:#0099CC;
	font-size: 20px;
	background: url(../gifs/croix.jpg) left center no-repeat;
	text-indent: 25px;
	display:block;
}
.t2{
	color:#0099CC; 
	font-size: 16px;
	font-weight: bolder;
	display:block;
}
.t3{
	color:#0099CC; 
	font-size: 12px;
	font-weight: bolder;
	display:block;
}


