[]@CHARSET "utf-8";

body {
	background-color: #ffffff;
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	 font-family:Verdana; 
	font-size: 13px;
}

legend {
	font-size: 14px;
	font-family: Arial, Verdana;
	text-shadow: 2px 2px 2px #ccc;
	font-weight: bold;
}

label {
	font-family: Arial, Verdana;
	/*text-shadow: 2px 2px 2px #ccc; -*/
	-display: block; -
	-float: left;
	font-weight: bold;
	margin-right: 5px;
	text-align: right;
	/*line-height: 25px;*/
	font-size: 12px;
	color: #363636;/*#2F4F4F;*/
}

input[type="file"] {
	color: #576A6B; /*#3F6F72;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #c4c4c4;
	padding: 3px;
	width: 120px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	
}

input[type="radio"] {
	border-width: 0px;
	
	
}

 input:focus, textarea:focus {
	background: #ffe; /* Fundo amarelo palha */
	border: 1px solid #126DBC; /* Borda Azul*/

	
	}

textarea:focus {
	border-width: 1px; /* Redefine a borda para 1px 
                                   se o campo for textarea  */
	} 

input, select, textarea {
	color: #576A6B; /*#3F6F72;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #c4c4c4;
	padding: 3px;
	width: 120px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	vertical-align: middle;
	
	/*
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	behavior: url(border-radius.htc);
	*/
}

h1 {
	color: #0E5A85;
	font-size: 18px;
	font-family: Verdana;
}

h3 {
	color: #0E5A85;
	font-family: Verdana;
}

fieldset {
	padding-top: 20px;
	-width: 500px;
	padding: 10px;
	/*background: #f0f0f0; -*/
	-overflow: auto;
	margin: 0 auto;
	font-size: 12px;
	background-color: #F8F8FF;
	/* Border style */
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* Border Shadow */
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
}

.cabecalho {
	background: url(../img/topo3.png) no-repeat center;
	height: 150px;
	/* Border style */
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* Border Shadow */
	border: 1px solid #cccccc;
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
}

.corpo {
	width: 1000px;
	border: 0;
}

.titulo {
	font-size: 21px;
	font-family: sans-serif;
	color: white;
	
}

.conteudoCentral {
	max-width: 1000px;
	min-height: 500px;
	border-left: 2px solid;
	border-left-color: #F5F5F5;
	border-right: 2px solid;
	border-right-color: #F5F5F5;
	margin-top: 0px;
	background-color: F5F5F5;
	/* Border style */
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* Border Shadow */
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
}

.rodape {
	background-color: #2279B5;
	height: 112px;
	/* Border style */
	border: 1px solid #cccccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	/* Border Shadow */
	-moz-box-shadow: 2px 2px 2px #cccccc;
	-webkit-box-shadow: 2px 2px 2px #cccccc;
	box-shadow: 2px 2px 2px #cccccc;
}

.input50 {
	width: 50px;
}

.input100 {
	width: 100px;
}

.input150 {
	width: 150px;
}

.input200 {
	width: 200px;
}

.input250 {
	width: 250px;
}

.input300 {
	width: 300px;
}

.input350 {
	width: 350px;
}

.input400 {
	width: 400px;
}

.input450 {
	width: 450px;
}

.input500 {
	width: 500px;
}

.input700 {
	width: 700px;
}

a:link,a:visited,a:active {
	text-decoration: none;
	color: #2F4F4F;
}

a:hover {
	text-decoration: underline;
}

.demoHeaders {
	margin-top: 2em;
}

/* link/botao */
.bt {
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}

.bt:hover {
	text-decoration: none;
}

.bt span.ui-icon {
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}


/* -- UI Botoes -- */
.ui_botao{
	padding: .4em 1em .4em 20px;
	text-decoration: none;
	position: relative;
}
.ui_botao span.ui-icon{
	margin: 0 5px 0 0;
	position: absolute;
	left: .2em;
	top: 50%;
	margin-top: -8px;
}

.ui_icone{
	margin: 2px; 
	position: relative; 
	padding: 4px 0; 
	cursor: pointer; 
	float: left;
	list-style: none;
}
.ui_icone span.ui-icon{
	float: left; 
	margin: 0 4px;
}
/* ------*/ 

#icons {
	margin: 0;
	padding: 0;
}

#icons li {
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}

#icons span.ui-icon {
	float: left;
	margin: 0 4px;
}

.fakewindowcontain .ui-widget-overlay {
	position: absolute;
}

.tbPadrao {
	clear: both;
}

.tbPadrao td {
	font-size: 11px;
	font-family: Arial, verdana;
}

.tbPadrao th {
	font-size: 12px;
	font-family: Arial, verdana;	
}

.td_center {
	text-align: center;
}

.td_right {
	text-align: right;
}

.zebraUm {
	/* background-color: #F5FFFA; */
	
}

.zebraDois {
	background-color: #E3EBEF;
}

.efeitoHover {
	background-color: #E0EEE0;
}

.imgInfo {
	min-width: 15px;
	min-height: 18px;
	width: 15px;
    height: 18px;
	background-image: url(../img/info.png) no-repeat;
	background-repeat: no-repeat; 
}

.textoRodape {
	font-size: 12px;
	font-family: sans-serif;
	color: white;	
}


.texto {
	color: #576A6B; /*#3F6F72;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

/* Asterisco dos campos obrigatorios */
.req {
	color: #A52A2A;
}


.tooltip {
	cursor: pointer;
}

.mudarTd{
	border: 1px solid #000000;
}

.logado {
	font-family: sans-serif;
	font-size: 12px;
	color: white; 
}

.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0E5A85;
	font-weight: bold;
	cursor: pointer;
}
