body, html {
	margin: 0px;;
	height: 100%;
	width: 100%;
}

form {
	margin: 0px;
}

body {
	background-image: URL("../image/body_background.png");
	background-repeat: repeat-x;
	background-position: left top;
}

body, td, th, input, table {
	font-size: 13px;
}

#conteudo {
	margin: 0 auto;
	width: 769px;
	display: block;
	height: auto;
}

#topo {
	display: block;
	width: 100%;
	height: 112px;
	background-image: URL("../image/logo.png");
	background-repeat: no-repeat;
}

.title, .title:link, .title:visited {
	display: table;
	font-size: 18px;
	color: #B90F92;
	margin-bottom: 5px;
	text-decoration: none;
	padding-left: 4px;
}

.button {
	padding: 4px;
	border: solid 1px #000000;
	background-color: #D9E6F7;
	font-weight: normal
}

/* Elementos home ---> */
	#hometext, #loginarea {
		width: 45.9%;
		float: left;
		margin-left: 17px;
		display: block;
	}
/* <--- */

/* Barras ---> */
	div.barra {
		display: block;
		width: 100%;
		height: 21px;
	}
	
	div.topo {
		background-image: URL("../image/barra_topo_centro.png");
		background-repeat: repeat-x;
		background-position: left top;
	}
	
	div.topo div.esquerda {
		display: block;
		width: 21px;
		height: 21px;
		background-image: URL("../image/barra_topo_esquerda.png");
		background-repeat: no-repeat;
		float: left
	}
	
	div.topo div.direita {
		display: block;
		width: 21px;
		height: 21px;
		background-image: URL("../image/barra_topo_direita.png");
		background-repeat: no-repeat;
		float: right
	}

	div.baixo {
		background-image: URL("../image/barra_baixo_centro.png");
		background-repeat: repeat-x;
		background-position: left top;
	}

	div.baixo div.esquerda {
		display: block;
		width: 21px;
		height: 21px;
		background-image: URL("../image/barra_baixo_esquerda.png");
		background-repeat: no-repeat;
		float: left
	}
	
	div.baixo div.direita {
		display: block;
		width: 21px;
		height: 21px;
		background-image: URL("../image/barra_baixo_direita.png");
		background-repeat: no-repeat;
		float: right
	}
/* <--- */
	
	.hundred {
		width: 702px;
	}
	
/* Barras latetrais ---> */
	#corpo {
		display: table;
		width: 769px !important;
		background-image: URL("../image/fundo_corpo.png");
		background-repeat: repeat-y;
		padding-left: 8px;
		padding-right: 8px;
	}
/* <--- */

/* Blocos arredondados ---> */
div.formoutter {
	display: table;
	background-image: URL("../image/form_bar_left.png");
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #FFFFFF;
}

div.forminner {
	display: block;
	width: 100%;
	background-image: URL("../image/form_bar_right.png");
	background-repeat: repeat-y;
	background-position: top right;
}

div.formborder {
	height: 12px;
}

div.formcontent {
	padding-left: 13px;
	padding-right: 13px;
}

div.topleft {
	float: left;
	width: 13px;
	background-image: URL("../image/form_top_left.png")
}

div.topright {
	float: right;
	width: 13px;
	background-image: URL("../image/form_top_right.png")
}

div.topcenter {
	display: block;
	width: 100%;
	background-image: URL("../image/form_top_center.png")
}

div.bottomleft {
	float: left;
	width: 13px;
	background-image: URL("../image/form_bottom_left.png")
}

div.bottomright {
	float: right;
	width: 13px;
	background-image: URL("../image/form_bottom_right.png")
}

div.bottomcenter {
	display: block;
	width: 100%;
	background-image: URL("../image/form_bottom_center.png")
}

/* <--- */

.form th {
	text-align: right;
}

#menu_funcao {
	display: block;
	margin-left: -4px;
	width: 762px;
	background-image: url("../image/menu_funcao_fundo.png");
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	font-size: 11px;
}

#menu_funcao a, #menu_funcao a:visited {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 9px;
	height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	background-image: url("../image/menu_funcao_separador.png");
	background-position: top right;
	background-repeat: no-repeat;
}

#menu_funcao_nome, #menu_funcao_sair {
	float: right !important
}

#menu_funcao_nome {
	color: #314973 !important;
	font-weight: bold
}
