body{
	background:url(imagens/gradiente_cinza.jpg);
	background-repeat:repeat-x;
/*	background:#CCC; */
}

#estrutura_geral {
	background:url(imagens/gradiente_curto.jpg);  
	background-repeat:repeat-x; 
/*	background:#000;  */
	width:910px;
	height:auto;
	margin:auto;
	color:#006;
}

#cabecalho {
	background-image:url(imagens/tryax_180x80.gif);
/*	background:#fff;  */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006;
	margin:auto;
	text-align:center;
	width:180px;
	height:80px;
	border:#000 1px solid;
	font-weight:bold;
}

#menu_geral {
	background:#CCC;
	width:906px;
	height:30px;
	margin:0px;
	border:#000 1px solid;
}

#superior_geral {
	background:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#006;
	text-align:center;
	width:908px;
	height:20px;
	padding:2px:;
/*	border:#000 1px solid; */
	font-weight:bold;
}

#superior_geral_lista {
	background:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	width:910px;
	height:3px;
	padding:1px:;
/*	border:#ccc 1px solid; */
	font-weight:bold;
}

#superior_geral_lista_fina {
	background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	width:910px;
	height:3px;
	padding:1px:;
/*	border:#ccc 1px solid; */
	font-weight:bold;
}

#central_geral {
	background:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FF0;
/*	text-align:center; */
	width:908px;
	height:24px;
	padding:2px:;
	border:#000 1px solid;
/*	font-weight:bold; */
}

#central_geral_index {
	background:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006;
/*	text-align:center; */
	width:908px;
	height:auto;
	padding:1px:;
	border:#000 1px solid;
/*	font-weight:bold; */
}

#geral_centro {
	border:#c10000 1px solid;
}

#esquerda_geral {
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006;
	font-weight:bold;
	width:188px;
	height:498px;
	float:left;
	padding:2px;
/*	border:#e5e5e5 1px solid; */
}

#direita_geral {
	background:#000;
/*	background:#FFFFDF; */
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006;
	font-weight:bold;
	width:714px;
	height:498px;
	float:left;
	padding:2px;
/*	border:#e5e5e5 1px solid; */
}

p.texto1 {
	background:#fff;
	height:auto;
	width:908px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	padding:1px;
/*	overflow:scroll; */
	text-align:center;
/*	overflow-x: hidden; */
}

p.texto2 {
	background:#FFF;
	height:480px;
	width:172px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:8px;

	text-align:justify;
	overflow-x: hidden;
}

#rodape_geral {
	background:#006;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:center;
	width:910px;
	height:35px;
	margin:auto;
	font-weight:bold;
/*    border: 1px solid #006; */

}

#central_geral{
/*	background:#F3F3F3; */
/*	background:#FFFFDF; */
	background:#FFF;
	width:908px;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
/*	font-weight:bold; */
	color:#006;
}

#central_geral_embaixo{
/*	background:#F3F3F3; */
/*	background:#FFFFDF; */
	background:#FFF;
	width:908px;
	height:240px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#006;
}

/** dados do estilo de menu */

*{margin:0; padding:0;}

body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul{
	list-style-type:none;
}

#menu {
/*     background:-moz-linear-gradient(top, #C10000, #000); */
/*     background: -webkit-gradient(linear, left top, left bottom, from(#158AFF), to(#005E8A)); */
	background:#CCC;
/*     border: 1px solid #006; */
     height: 30px;
/*     margin: 1px auto; */
     width: 910px;
}

#menu ul {
     float: left;
     list-style-type: none;
     width: 100%;
}

#menu ul li {
     border-left: 1px solid #000;
     border-right: 1px solid #000;
     float: left;
     font: 10px/30px Verdana,arial,helvetica,sans-serif;
     padding: 0pt 10px;
     position: relative;
}
#menu ul li:hover{
/*    background:-moz-linear-gradient(top, #000, #C10000); */
/*    background: -webkit-gradient(linear, left top, left bottom, from(#039), to(#09c)); */
	background:#0FF;
}
#menu ul li:hover ul{
	left:0;
}
#menu ul li a {
     display:block;
     color: #006;
     font-weight: bold;
     text-decoration: none;
	 text-shadow:0 1px 0 #000;
}

#menu ul li ul {
    position:absolute;
    left:-999em;
    top:30px;
    width:240px;
    background:#fff;
    border:1px solid #ebebeb;
    border-top:none;
}
#menu ul li ul li{
    width:220px;
    border-right:none;
    border-left:none;
/*    background:-moz-linear-gradient(top, #000, #666); */
/*    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#999)); */
	background:#CCC;
    border-bottom:1px solid #006;
    border-top:1px solid #006;
}
#menu ul li ul li ul{
	display:none;
}
#menu ul li ul li:hover ul{
	float:left;
	display:block;
	position:absolute;
	left:240px;
	top:-2px;
	border-top:1px solid #ebebeb;
}


input { 
  border: 1px solid #c10000;
  font-size:11px;
  color:#006;
  background-color:#F1F1F1;
  text-transform:uppercase;
  font-weight:bold;
  padding:2px;
} 

.input_a {
  text-align:center;
} 

.input_b {
  text-align:center;
  background-color:#F00;
  color:#FFF;
} 

.input_c {
  text-align:center;
  border: 1px solid #FFF;
  font-size:11px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#FFF;
} 

textarea { 
  border: 1px solid #c10000;
  font-size:11px;
  color:#006;
  background-color:#F1F1F1;
  text-transform:uppercase;
  font-weight:bold;
  padding:2px;
} 

select { 
  border: 1px solid #c10000;
  font-size:11px;
  color:#006;
  background-color:#F1F1F1;
  text-transform:uppercase;
  font-weight:bold;
  padding:2px;
} 

.submit { 
  border: 1px solid #fff;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  width:120px;
  height:27px;
  cursor:pointer;
  background:#000;
} 

.submit_longo { 
  border: 1px solid #000;
  font-size:11px;
  font-weight:bold;
  color:#FFF;
  width:200px;
  height:27px;
  cursor:pointer;
  background:#006;
} 

.submit_tryax { 
  font-size:11px;
  font-weight:bold;
  color:#FF0;
  width:120px;
  height:27px;
  cursor:pointer;
  background:#006;
  text-decoration:none;
} 

.reset { 
  border: 1px solid #fff;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  width:120px;
  height:27px;
  cursor:pointer;
  background:#C10000;
} 

.reset_1 { 
  border: 1px solid #fff;
  font-size:11px;
  font-weight:bold;
  color:#fff;
  width:240px;
  height:27px;
  cursor:pointer;
  background:#C10000;
} 

.link {
	background-color:#006;
	color:#FF0;
	padding:5px;
	text-decoration:none;
}

.link_um {
	background-color:#006;
	color:#FF0;
	text-decoration:none;
}

.link_dois {
	background-color:#000;
	color:#FF0;
	text-decoration:none;
}

.link_tres {
	border: 1px solid #000;
	background-color:#C10000;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:60px;
	height:20px;
}

.link_quatro {
	border: 1px solid #000;
	background-color:#060;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:60px;
	height:20px;
}

.link_quatro_a {
	border: 1px solid #000;
	background-color:#0FF;
	color:#006;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:60px;
	height:20px;
}

.link_cinco {
	border: 1px solid #000;
	background-color:#060;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:90px;
	height:20px;
}

.link_cinco_a {
	border: 1px solid #000;
	background-color:#060;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:160px;
	height:20px;
}

.link_cinco_b {
	border: 1px solid #FFF;
	background-color:#006;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:120px;
	height:27px;
}

.link_cinco_c {
	border: 1px solid #FFF;
	background-color:#060;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:120px;
	height:27px;
}

.link_cinco_d {
	border: 1px solid #FFF;
	background-color:#C10000;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:9px;
	width:120px;
	height:27px;
}

.link_seis {
	border: 1px solid #FFF;
	background-color:#C10000;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:10px;
	width:160px;
	height:27px;
}

.link_seis_a {
	border: 1px solid #FFF;
	background-color:#C10000;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:11px;
	width:130px;
	height:27px;
}

.link_seis_b {
	border: 1px solid #FFF;
	background-color:#C10000;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
	font-size:11px;
	width:30px;
	height:27px;
}

form input.btn {
	cursor:pointer;
}

/*a:hover {
	background-color:#c10000;
} 


/** dados do estilo das áreas restritas - Administrador e Restrito */

#esquerda_geral_area {
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	width:188px;
	height:498px;
	float:left;
	padding:2px;
/*	border:#fff 1px solid; */
}

#direita_geral_area {
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	width:714px;
	height:498px;
	float:left;
	padding:2px;
/*	border:#fff 1px solid; */
}

p.texto1_area {
	background:#FFF;
	height:480px;
	width:698px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#006;
	font-size:11px;
	padding:8px;
/*	overflow:scroll; */
	text-align:justify;
/*	overflow-x: hidden; */
}

p.texto2_area {
	background:#FFF;
	height:480px;
	width:172px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
	padding:8px;
	text-align:left;

	text-align:justify;
	overflow-x: hidden;
}
