.janela_cadastro_etiqueta {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	padding: 5px;
	color: #000000;
}
.janela_cadastro_edit {
	border:1px solid #B6B6B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #C4C4C4 2px 2px 3px;
	-moz-box-shadow: #C4C4C4 2px 2px 3px;
	box-shadow: #C4C4C4 2px 2px 3px;
	text-indent:5px;
	behavior: url(pie/PIE.htc);
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F9F9F9;
}
.janela_cadastro_edit:focus {
	border:1px solid #B6B6B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #C4C4C4 2px 2px 3px;
	-moz-box-shadow: #C4C4C4 2px 2px 3px;
	box-shadow: #C4C4C4 2px 2px 3px;
	text-indent:5px;
	behavior: url(pie/PIE.htc);
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
.janela_cadastro_edit_texto {
	border:1px solid #B6B6B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #C4C4C4 2px 2px 3px;
	-moz-box-shadow: #C4C4C4 2px 2px 3px;
	box-shadow: #C4C4C4 2px 2px 3px;
	text-indent:5px;
	behavior: url(pie/PIE.htc);
	padding: 5px;
}
.janela_cadastro_combo {
	border:1px solid #B6B6B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #C4C4C4 2px 2px 3px;
	-moz-box-shadow: #C4C4C4 2px 2px 3px;
	box-shadow: #C4C4C4 2px 2px 3px;
	text-indent:5px;
	behavior: url(pie/PIE.htc);
	margin-right: 10px;
}
.janela_cadastro_separador {
	border: 5px none #CCCCCC;
}
.janela_cadastro_botao {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
    background-image: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #999999;
	display:inline-block;
	padding: 2px;
	cursor: pointer;
}
.janela_cadastro_botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
}
.janela_cadastro_botao:active {
	position:relative;
	top:1px;
}
.janela_cadastro_borda {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
    background-image: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
	padding: 10px;
	border: 1px solid #000000;
	margin-top: 5px;
	border-radius: 5px;
}
.tabela_td {
	z-index: 995;
	margin: 0px;
	/*
	-webkit-box-shadow: 0px 0px 5px #666 inset;
	-moz-box-shadow: 0px 0px 5px #666 inset;
	box-shadow:  0px 0px 5px #666 inset;
	/* Transformação IE */
	behavior: url(./css/pie/PIE.htc);
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.tabela_tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #DAF1BF;
	color: #000000;/*	background-color: #AABDE6;*/
}
.tabela_tr:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #B0D7B0;
	font-weight: normal;
}
.tabela_td_cab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin: 0px;
	padding: 3px;
}
.tabela_botao {
	cursor: pointer;
	margin-left: 1px;
	padding-right: 1px;
	padding-left: 1px;
}
.tabela_botao:hover {
}
.tabela_botao:active {
	position:relative;
	top:1px;
}
.tabela_rodape {
	text-align: center;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}
.tabela_separador {
	background-repeat: repeat-x;
	height: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
}
.tabela_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6298D5;
	text-align: center;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.tabela_combo_box {
	line-height: 25px;
	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;
}
.janela_td_topo2 {
	border: 1px solid #696;
	text-align: center;
	/*    background: #BDD2FF;*/
    background: #DAF1BF;
	text-align: center;
	-webkit-box-shadow: #C4C4C4 7px 7px 5px;
	-moz-box-shadow: #C4C4C4 7px 7px 5px;
	box-shadow: #C4C4C4 7px 7px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	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: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	/* Transformação IE */
	behavior: url(./css/pie/PIE.htc);
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.janela_td_topo {
	text-align: center;
    background: #DAF1BF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	padding: 8px;
	border-top: 1px solid #696;
	border-bottom: 5px solid #696;
	margin-bottom: 5px;
}
.janela_td_form {
	border: 1px solid #696;
	background: #ffffff;
	-webkit-box-shadow: #C4C4C4 7px 7px 5px;
	-moz-box-shadow: #C4C4C4 7px 7px 5px;
	box-shadow: #C4C4C4 7px 7px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	behavior: url(pie/PIE.htc);
	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: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	z-index: 997;
	border: 1px solid #666666;
	border-radius-left-bottom: 5px;
	border-radius-right-bottom: 5px;
	/* Transformação IE */
	behavior: url(./css/pie/PIE.htc);
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
}
.janela_td_form select{
	border:1px solid #B6B6B6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #C4C4C4 2px 2px 3px;
	-moz-box-shadow: #C4C4C4 2px 2px 3px;
	box-shadow: #C4C4C4 2px 2px 3px;
	text-indent:5px;
	behavior: url(pie/PIE.htc);
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #F9F9F9;
}

.janela_td_tabela {
	border: 1px solid #696;
	background: #ffffff;
	-webkit-box-shadow: #C4C4C4 7px 7px 5px;
	-moz-box-shadow: #C4C4C4 7px 7px 5px;
	box-shadow: #C4C4C4 7px 7px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	behavior: url(pie/PIE.htc);
	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: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	z-index: 997;
	border: 1px solid #666666;
	border-radius-left-bottom: 5px;
	border-radius-right-bottom: 5px;
	/* Transformação IE */
	behavior: url(./css/pie/PIE.htc);
	padding: 5px;
}
.janela_fechar {
	background-image: url(../images/fechar.png);
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
}


img{ border: none; -ms-interpolation-mode: bicubic; }
		
#wrapper{
	position:absolute;
	padding-top:5px;
	width: 1008px;
	margin-right: auto;
	margin-left: auto;
}
		
#menuwrapper{
	position:relative;
	height:50px;
}
#menu{
	position:absolute;
	bottom:0;
	top: 0px;
	left: 650px;
}
.menuitem{
	position:fixed relative;
	bottom:0px;
	display:inline-block;
	vertical-align: top;
	z-index: 8000;
}
.menuitem:active{
	position:relative;
	top:1px;
}