/*body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}*/
img{
	border:0;
}
ul,ol{
	list-style:none;
}
a{
    text-decoration: none;
}
#painel{
	background:url(../../img/fundo_painel.jpg) repeat-x #084193;
	width:100%;
	height:53px;
}
#painel a{
	color: #fff402;
}
#painel img{
	float:left;
}
#painel span{
	float:right;
	padding-top:18px;
	padding-right:5px;
        color: #fff;
}
.rodape{
    position:fixed;
	background:url(../../img/fundo_painel.jpg) repeat-x ;
	width:100%;
	height:20px;
    bottom: 0px;
    padding-top: 5px;
    text-align: left;
    color: #fff;
    font-size: 12px;
}

.button{cursor:pointer;}
.direita{float: right;}
.esquerda{float: left;}
.clear{clear: both;}
.oculto{display:none;}
.upper{text-transform: uppercase;}
.unnable{background-color: #f9f9f9;}

div#painelControle{
    text-align: center;
    width: 400px;
    height: 170px;
    margin: 0 auto;
}

div#painelControle div{
    float: left;
    width: 100px;
    height: 85px;
    margin: 0 auto;
    cursor: pointer;
}

div#painelControle div a{
    width: 100%;
    margin: 0 auto;
    color: #545473;
}

div#painelControle div a:hover{
    text-decoration: none;
}
body {
    margin:0px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:14px;
    background-color:#e8e7e7;
    color:#545473;
}

/******************************
 *	MAIN BOXES
 ******************************/
#gradtop {
    background-image:url(../../img/gradtop.jpg);
    background-repeat:repeat-x;
    padding-bottom:80px;
}

#logo {
    width:800px;
    margin:auto;
    padding-top:15px;
    margin-bottom:15px;
    position:relative;
}

#logo img{
    margin-top:0px;

}

#logout {
    position:absolute;
    right:0px;
    top:20px;
    text-align:right;
    color:#ffffff;
}

#container {
    width:800px;
    margin:auto;
    background-color:#dadada;
    border:1px solid #ebebeb;
    padding-bottom: 25px;
    position: relative;

}

#content {
    background-color:#fff;
    border:1px solid #a5b0b4;
    /*position:relative;*/
    margin-top:50px;
}

#alert {
    overflow:hidden;
}

/******************************
 *	NAVIGATION
 ******************************/
#nav {
    position:absolute;
    top:-34px;
    z-index:10;
    padding-left:15px;
}

a.button_active {
    display:block;
    float:left;
    height:35px;
    background-image:url(../../img/nav.jpg);
    background-repeat:no-repeat;
    width:109px;
    text-align:center;
    line-height:35px;
    color:#ffffff;
    font-size:12px;
    text-decoration:none;
    margin-right:3px;
}

a.button {
    display:block;
    float:left;
    height:35px;
    background-image:url(../../img/nav2.jpg);
    background-repeat:no-repeat;
    width:109px;
    text-align:center;
    line-height:35px;
    color:#836c45;
    font-size:11px;
    text-decoration:none;
    margin-right:3px;
    margin-top:4px;
}

a.button:hover {
    color:#ffffff;
}

/******************************
 *	CONTENT
 ******************************/
#hide_hold {
    position:absolute;
    right:0px;
    top:0px;
}


.buffer {
    margin:15px;
    position:relative;
}

.sep {
    background-image:url(../../img/sep.jpg);
    background-repeat:repeat-x;
    height:10px;
    margin-top:10px;
}

/******************************
 *	FORM STYLES
 ******************************/
.fshort {
    background-image:url(../../img/formbg.jpg);
    background-repeat:repeat-x;
    border:1px solid #705d3d;
    background-color:#5c4a2c;
    padding:10px;
    width:300px;
    color:#b8a483;
}
.flong {
    background-image:url(../../img/formbg.jpg);
    background-repeat:repeat-x;
    border:1px solid #705d3d;
    background-color:#5c4a2c;
    padding:10px;
    width:450px;
    color:#b8a483;
}

.fshort2 {
    border:1px solid #0075b0;
	padding:11px;
	margin-bottom: 2px;
    width:300px;
}
select.fshort2 {
	padding:10px;
}
.flong2 {
    border:1px solid #0075b0;
    padding:11px;
    width:450px;
}

.farea {
    background-image:url(../../img/formbg.jpg);
    background-repeat:repeat-x;
    border:1px solid #705d3d;
    background-color:#5c4a2c;
    padding:10px;
    width:600px;
    color:#b8a483;
}
.login {
    border:1px solid #0075b0;
    padding:10px;
    width:200px;
    color:#000;
}


/******************************
 *	TABLE STYLES
 ******************************/
.tstyle {
    width:99%;
    border:1px solid #10659B;
    border-bottom:none;
}
.tstyle td {
    padding:10px;
    border-bottom:1px solid #10659B;
}
.tstyle td.localidade {
    padding:10px;
    border-bottom:1px solid #10659B;
    font-size: 12px;
    text-transform: uppercase;
}
td.title {
    background-color:#10659B;
    font-weight:bold;
    color:#ffffff;
    font-size: 14px;
    text-align: left;
}
td.acoes {
    width: 108px;
    text-align: center;
}
td.acoes2 {
    width: 76px;
    text-align: center;
}
td.acoes3 {
    width: 112px;
    text-align: center;
}
#infoBox {
	clear: both;
	width:99%;
    border:1px solid #fff;
    padding: 10px 0 10px 0;
    background-color: #f9f9f9;
    text-align: center;
    color: #999;
}

.pesquisa{
    float: left;
    position: relative;
    top: 5px;
}
#ok{
    float: right;
    position: relative;
    top: 3px;
    left: 10px;
}


/******************************
 *	MENU TIPO 1
 ******************************/
.boxMenu {
	/*clear: both;*/
	width: 99%;
	height: auto;
	margin-bottom: -5px;
}
.menuTipo1 {
	clear: both;
	padding: 1px 0 1px 0;
	height: 18px;
	/*background-color: #f9f9f9;*/
	border-bottom: 1px solid #10659B;
}

.menuTipo1 li#titulo{
	height: 18px;
    float: left;
    color: #10659B;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    padding: 0 10px 0 10px;
}

.menuTipo1 a {
	height: 18px;
    float: left;
    color: #10659B;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    padding: 0 10px 0 10px;
    border-right: solid 1px #10659B;
}
.menuTipo1 a:hover {
    color: #5ea52d;
}
.menuTipo1 a.ultimo {
    border: 0;
}
.menuTipo1 a.ativo {
    color: #5ea52d;
}

/******************************
 *	PAGINACAO
 ******************************/
.rotuloPaginacao{
	margin-top:10px;
	margin-bottom:-7px;
}
.navegacao{
	margin-top:20px;
}
.paginaAtual{
	color:#CCCCCC;
	padding:5px;
	border: 1px solid #ccc;
}
.paginaProx {
	color:#FFF;
	cursor:pointer;
}
.navegacao a{
	background:url(../../img/fundo_painel.png) repeat-x #fff;/*#006600*/
	padding:5px;
	border: 1px solid #666666;
}

/******************************
 *	PAG LOCALIDADES
 ******************************/
#sigla {width: 150px;}
#msgInterna {line-height: 220%;}
#msgInterna img {float: left; margin-right: 5px;}
.sep2 {
	width: 99%;
    background-color: #cc6666;
    height:2px;
    margin-top: -15px;
}

/******************************
 *	JANELAS MODAL
 ******************************/
#mask {
  width:100%;
  height:100%;
  position: fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
}
  
#boxes .window {
	position: fixed;
	left:0;
	top:0;
	z-index:9999;
	background-color: #fff;
	border: 15px solid #dadada;
	padding: 5px 0;
	display:none;
}

/******************************
 *	FIELDSET's
 ******************************/
fieldset {
	margin-bottom: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	border:1px solid #CCCCCC;/*#0075b0;*/
	font-family:Verdana, Geneva, sans-serif;
}
fieldset legend {
	color: #10659B;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
}
fieldset label {
	font-size: 14px;
}

#fieldset_tipo1 .item {
	float: left;
	margin-right: 10px; 
}
#fieldset_tipo1 .item div {
	border:1px solid #0075b0;
    padding:8px 10px;
    font-size: 13px;
    color: #333;
}

#fieldset_tipo2 select {
    border:1px solid #0075b0;
    padding:8px;
    width:300px;
    font-size: 13px;
    font-family:Verdana, Geneva, sans-serif;
    color: #333;
}
#fieldset_tipo2 .item {
	float: left;
	margin-right: 10px;
}
#fieldset_tipo2 .subitem {
	float: left;
	margin-right: 5px;
}

/****************************************************
 *	LISTA DE ELEMENTOS (ADICIONAR / REMOVER JQUERY)
 ****************************************************/
.listaElementos {
	padding: 5px 0;
}
.listaElementos .item {
	clear: both;
	padding: 5px 0;
}
.listaElementos .item .num, .listaElementos .item .nome {
	float: left;
	padding: 6px;
	margin-right: 3px;
	color: #333;/*#666*/;
	background-color: #f9f9f9/*#fff*/;
	border: 1px solid #0075b0;
	font-size: 13px;
	text-transform: uppercase;
}
.listaElementos .item .num {
	clear: both;
	width:15px;
	text-align:center;
}
.listaElementos .item .nome {
	width:336px;
	padding: 6px 5px;
	text-align:left;
}
.listaElementos .item img {
	float: left;
	margin-left: 7px;
	cursor: pointer;
}

