@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #333333;
}

img {
	border: 0;
}

div#container {
	position: relative;
	width:950px;
	height: 500px;
	background-color: #FFFFFF;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -475px;
}

div#rodape {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	width: 945px;
	height: 20px;
	background-color: #ECE9D8;
	color: #111111;
	border-top: double 1px #999999;
	padding-right: 5px;
	bottom: 0px;
	z-index: 2;
}

div #rodape a{
	text-decoration: none;
	color:#111111;
}

div #rodape a:HOVER{
	text-decoration: none;
	color:#ff0000;
}

/* BARRA SUPERIOR - INICIO */

div#barrasuperior {
	letter-spacing: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 25px;
	background-color: #ECE9D8;
	border-bottom: solid 1px #999999;
	z-index: 2;
}

div#barrasuperior div#bloco_esquerdo {
	position: absolute;
	height: 100%;
	line-height: 25px;
	width: 280px;
	left: 5px;
	top: 0px;
}

div#barrasuperior div#bloco_central {
	position: relative;
	height: 100%;
	line-height: 25px;
	width: 150px;
	left: 50%;
	top: 0px;
	margin-left: -75px;
	text-align: center;
}

div#barrasuperior div#bloco_direito {
	position: absolute;
	height: 100%;
	width: 140px;
	right: 5px;
	top: 0px;
	text-align: right;
	line-height: 25px;
}

/* BARRA SUPERIOR - FIM */


/* MENU - INICIO */

div#menu_container {
	position: absolute;
	height: 455px;
	width: 200px;
	top: 25px;
	background-color: #c2c1c1;
	z-index: 1;
}

div#menu_container div#menu_logo {
	position: relative;
	width: 150px;
	height: 70px;
	left: 50%;
	margin-left: -75px;
	text-align: center;
	top: 20px;
}

div#menu_container div#menu_content {
	letter-spacing: 1px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	overflow: auto;
	color: #58595B;
	background-color: #FFFFFF;
	width: 165px;
	height: 365px;
	left: 50%;
	bottom: 25px;
	margin-left: -86px;
	margin-top: 40px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	padding-left: 5px;
	padding-top: 5px;
	_zoom: 1;
}

div#menu_container div#menu_content .bold {
	font-weight: bold;
}

div#menu_container div#menu_content a {
	text-decoration: none;
	color: #000000;
}

div#menu_container div#menu_content a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* MENU - FIM */


/* LOGIN - INICIO */

div#login {
	position: absolute;
	left: 50%;
	margin-left: -135px;
	top: 50%;
	margin-top: -75px;
	width: 270px;
	height: 150px;
	border: solid 1px #666666;
}

div#login_titulo {
	position: absolute;
	height: 20px;
	width: 100%;
	background-image: url(../images/login_titulo.png);
}

div#login_titulo p {
	font: bold 11px Verdana;
	color: #ffffff;
	line-height: 20px;
	margin-left: 20px;
}

div#login_content {
	position: absolute;
	top: 20px;
	width: 100%;
	height: 105px;
	padding-top: 25px;
	background-image: url(../images/login_conteudo.png);
}

div#login_content .rotulo {
	font: bold 11px "Trebuchet MS";
	float: left;
	width: 45px;
	margin-top: 5px;
	margin-left: 30px;
	_margin-left: 15px;
}

div#login_content .ctexto {
	font: 11px Tahoma;
	height: 14px;
	float: left;
	width: 150px;
	margin-top: 5px;
}

div#login_content .cbotao {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

/* LOGIN - FIM */


/* CONTEUDO - INICIO */

div#conteudo {
	position: absolute;
	width: 710px;
	height: 415px;
	background-image: url(../images/background.png);
	background-repeat:no-repeat;
	background-position: center;
	right: 0px;
	top: 25px;
	overflow: auto;
	padding: 20px;
}

div#titulo_container {
	position: static;
	height: 32px;
}

div#titulo {
	position: absolute;
	letter-spacing: 1px;
	font: bold italic 13pt Verdana;
	color: #58595B;
	height: 30px;
	line-height: 30px;
	padding: 0 25px 0 10px;
	color: #333333;
	border-bottom: solid 2px #999999;
	border-left: solid 6px #999999;
}

div#icone_cadastrar {
	position: absolute;
	left: 650px;
	top: 13px;
}

div#icone_new {
	position: absolute;
	left: 470px;
	top: 13px;
}

div#icone_consultar {
	position: absolute;
	left: 620px;
	top: 13px;
}

div.icone_editar {
	position: absolute;
}

/* CONTEUDO - FIM */


/* CENTRALIZAR OBJETOS NA VERTICAL - INICIO */

.table {
	width: 100%;
	height: 100%;
	position: static;
	display: table;
	*overflow: hidden; /* hack para o IE6 e IE7 */
	*position: relative; /* hack para o IE6 e IE7 */
}

.cell {
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	position: static;
	*top: 50%; /* hack para o IE6 e IE7 */
	*position: absolute; /* hack para o IE6 e IE7 */
}

.content {
	width: 100%;
	top: -50%;
	margin: auto;
	position: relative;
}

/* CENTRALIZAR OBJETOS NA VERTICAL - FIM */


/* MENU ARVORE - INICIO */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(../images/tv-item.gif) 0 0 no-repeat; }
.treeview .collapsable { background-image: url(../images/tv-collapsable.gif); }
.treeview .expandable { background-image: url(../images/tv-expandable.gif); }
.treeview .last { background-image: url(../images/tv-item-last.gif); }
.treeview .lastCollapsable { background-image: url(../images/tv-collapsable-last.gif); }
.treeview .lastExpandable { background-image: url(../images/tv-expandable-last.gif); }

.filetree li { padding: 3px 0 1px 16px; }
.filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
.filetree span.folder { background: url(../images/folder.gif) 0 0 no-repeat; }
.filetree span.file { background: url(../images/file.gif) 0 0 no-repeat; }

/* MENU ARVORE - FIM */
