/* CSS Document */

html, 
body{
	height: 100%;
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

h1{
	height: 32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 3px;
	margin: 0 0 20px;
}

#container{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 30px 0;
	min-height:100%;
	position: relative;
}

#header{
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#body{
	padding-bottom: 20px; /* tamanho default footer */
}

#body #coluna-esquerda,
#body #coluna-direita{
	width: 160px;
/*	margin-right: 20px;*/
	padding-right: 20px;
}
#body #coluna-esquerda{
	float: left;
}
#body #coluna-direita{
	float: right;
}
#body #centro{
	float: left;
	width: 520px;
	margin-right: 20px;
}


#body #conteudo iframe{
	width: 100%;
/*	height: 500px;*/
	overflow: visible;
}

#footer{
	height: 20px;

	position:absolute;
	bottom:0;
	width: 900px;
	padding-top: 30px;
}
#footer #copyright{
	height: 20px;
	line-height: 20px;
	background-image: url(../images/footer.png);
	font-size: 11px;
}
#footer div{
	padding-left: 20px;
}

/*********
* MENU
**********/
ul#menu{
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 0 24px;
	padding: 0;
}
ul#menu ul{
	margin: 0 0 0 10px;
	padding: 0;
}
ul#menu li{
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}

ul#menu ul{
	padding-top: 5px;
	/*display: none;*/
}

ul#menu li.expandivel a.expandivel{
	display: block;
	padding-left: 10px;
	margin-left: -10px;
	background: url(../images/seta_menu_fechado.png) no-repeat left center;
}
ul#menu li.aberto a.expandivel{
	background: url(../images/seta_menu_aberto.png) no-repeat left center;
}

/*******
* FORMULARIOS
********/

form, 
fieldset{
	margin: 0;
	padding: 0;
	border: none;
}

form *{
	font-size: 11px;
}

form div {
  clear: left;
  display: block;
/*  width: 354px;*/
  height: expression('1%');
  margin: 5px 0 0 0;
  padding: 1px 0;
}

form div label {
  display: block;
  float: left;
  width: 150px;
  padding: 3px 0px;
  margin: 0 0 5px 0;
  text-align: left;
  font-weight: bold;
}

form div input,
form div select,
form div textarea{
	width: 	200px; /* valor default */
}

form div.botoes{
	margin-top: 20px;
}
form div.botoes input{
	width: 125px;
}

form fieldset table{
	border: none;
	width: 60%;
}
form fieldset table tbody tr:hover{
	background-color: #fff;;
}

/********
* FICHA
******/

dl{
/*	float: left;*/
display: block;
background-color: #CC0000;
}
dt,
dd{
	margin: 0 0 5px 0;
	display: block;
	float: left;
}

dt{
	clear: left;
	font-weight: bold;
	width: 20%;
}
dd{
	width: 80%;
}

/*************
* TABELAS
**************/
table{
	font-size: 11px;
	margin-bottom: 20px;
}
table,
th{
	/*border-bottom: 2px solid #ccc;*/
}
th{
	text-align: left;
}
td,
th{
	padding: 2.5px 5px;
}

.clear{
	clear: both;
}