html, body{
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;	
    width: 100%;    
}

body {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 0.75em;    
}

body.login {
    text-align: center;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

/* Margens  para todos os inputs em relaçãoo aos labels */
form input, form select, form textarea{
	margin:0px 0px 2px 5px;	
	border:1px solid #246961;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1.05em;

}

form input.checkbox {
	border:none;
	padding:0;
	margin:2px;
}

input.button,
input.button-small {
	background:white url(../images/nav-bg.gif) repeat-x; 
	background-position:bottom; 
	padding:3px; 
	color:black; 
	border:1px solid #bbb; 
	border-color:#C9DDC1 #7CA67B #7CA67B #C9DDC1;
    font-size: 0.8em;
    font-weight: bold;
    width: auto;
}

input.button {
	font-size: 0.9em;
}

input.button-small {
	font-weight: normal;
}

input.button-doc {
	background: white url(../images/bg-button-doc.png) no-repeat;
	background-position: left center; 
	padding-left:23px;
	font-size: 0.95em;
}

h1, h2, h3 {
    color: #164311;
    margin: 0;
}

h1 {
    font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
    font-size: 1.1em;
}


#login-top {
    margin-top: 50px;
    white-space: nowrap;
}

#logo-icmbio {
    margin-right: 200px;
}

#login-middle {
    background-image: url(../images/bg_middle-login2.png);
    background-repeat: repeat-x;
    height: 171px;
    width: 100%;
    padding-top: 10px;
}

#login-bottom {
    white-space: nowrap;
    margin-top: 20px;
}

#logo-brasil {
    margin-right: 20px;
}

#login-form {
    width:200px;
    margin-left: auto;
    margin-right: auto;
}

#login-form label {
    font-weight: bold;
    color: #fff;
}

#login-form input {
    width: 150px;
}

#login-form input.button {
    width: auto;
}

#login-message {
    color: #fff;
	font-weight: bold;
    font-size: 1.3em;
}

#login-links {
    color: #fff;
    font-size: 1.1em;
}

#login-links a:link,
#login-links a:visited,
#login-links a:hover,
#login-links a:active {
    color: #fff;
}

#login-links a:hover {
    color: #efefef;
}

#header {
    background-image: url(../images/bg_top-main.png);
    background-repeat: repeat-x;
    height: 50px;
    position:relative;
}

#logo{
    background-image: url(../images/logo_top.png);
    width: 191px;
    height: 50px;
}

#header-bottom {
    background-image: url(../images/logo_top-bottom.png);
    background-repeat: no-repeat;;
    background-position: top left;
    height: 20px;
    padding-left: 200px;
    font-size: 0.85em;
}

#breadcrumbs {
    padding-top: 3px;
    color: #35671d;
}

#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active {
    color: #35671d;
    text-decoration: none;
}

#breadcrumbs a:hover {
    color: #000;
}

#main-menu {
	position:absolute;
	background: transparent url('../images/tabs_bg.png') repeat-x 50px 191px;
	float: left;
	display:block;
	bottom:0px;
	margin: 0px;
    min-width: 770px;
}

#main-menu ul {
	padding:0;
	margin: 0px 0px 0px 191px;
	list-style: none;
	font-size:11px;
	font-weight:bold;
}

#main-menu li {
	background: transparent url('../images/tab_left.png') no-repeat scroll left top;
	float:left;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0 3px;
	border-bottom: 1px solid #000000;	
}

#main-menu li.selected {
	border-bottom: 1px solid #ffffff;	
}

#main-menu li a {
	background: transparent url('../images/tab_right.png') no-repeat scroll right top;
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 8px 5px 3px 2px;
	color: #606060;
	text-align:center;
}

#main-menu li.selected a {
	color: #000000;
}

#gohome {
    background-image: url(../images/gohome.gif);
    background-repeat: no-repeat;
    padding:0px 5px 0px 5px;
}


#user-menu {
	background: transparent url(../images/bg_user.png) no-repeat;
	width:189px;
	height:21px;
	bottom:22px;
	left:469px;
	position:absolute;
	padding: 3px 10px 5px 25px;
	font-size: 13px;
	color: #fff;
}

#user-menu .username{
	float:left;
	font-weight: bold;
    font-size: 12px;
}

#user-menu .username a:link,
#user-menu .username a:visited,
#user-menu .username a:hover,
#user-menu .username a:active {
    text-decoration:none;
    color:#164311;
}

#user-menu .username a:hover {
    text-decoration:underline;
}

#user-menu .logout{
    background-image: url(../images/exit.png);
    background-repeat: no-repeat;
	float:right;
	padding: 0;
	margin-right:0px;
    padding-left: 18px;
}

#user-menu .logout a:link,
#user-menu .logout a:visited,
#user-menu .logout a:hover,
#user-menu .logout a:active {
    text-decoration:none;
    color:#164311;
}

#user-menu .logout a:hover {
    text-decoration:underline;
}

#wrapper {
    float: left;
    width: 100%;
}

#content {
    margin-left: 150px;
    padding: 2px 10px 5px 10px;
}

.no-side-menu {
    margin-left: 0 !important;
}

#side-menu {
    float: left;
    width: 150px;
    margin-left:-100%;
}

#side-menu ul {
	padding: 0;
    margin: 0;
	list-style: none;
	font-size: 0.9em;
	font-weight: bold;    
}

#side-menu li {
    padding: 5px 10px;
}

#side-menu li.selected {
    /*background-color: #deeac5;*/
    background-color: #efefef;
}

#side-menu ul.cadastro li.selected {
    background-color: #d6f6d5;
}

#side-menu ul.documentacao li.selected {
    background-color: #dff8f8;
}

#side-menu ul.consulta li.selected {
    background-color: #d5e7f6;
}

#side-menu ul.vistoria li.selected {
    background-color: #d7d8f6;
}

#side-menu ul.proge li.selected {
    background-color: #f5d7f6;
}

#side-menu ul.averbacao li.selected {
    background-color: #f6d5d6;
}

#side-menu ul.publicacao li.selected {
    background-color: #f5deca;
}

#side-menu ul.relatorios li.selected {
    background-color: #f4f2b5;
}

#side-menu li a {
    color: #989898;
    text-decoration: none;
}

#side-menu li.selected a {
    color: #000;
}

#tabs {
	width:900px;
	float: left;
}

#tabs-top {
	/*background: transparent url('../images/tabs_top_bg.png') repeat-x bottom left;*/
	float: left;
	width:100%;
	display:block;
}

#tabs-top ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.99em;
	width:100%;
}

#tabs-top li.req-resumo,
#tabs-top li.req-resumo-selected, 
#tabs-top li.resumo,
#tabs-top li.resumo-selected {
	background: transparent url('../images/tab_left_resumo.png') no-repeat scroll left top;
	float:left;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 1.2em;
	font-weight:bold;
	width:86px;
}
#tabs-top li.req-resumo a,
#tabs-top li.req-resumo-selected a ,
#tabs-top li.resumo a,
#tabs-top li.resumo-selected a {
	background: transparent url('../images/tab_right_resumo.png') no-repeat scroll right top;
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 8px 6px 4px 2px;
	color: #16431d;
	height:25px;
	width:78px;
	text-align:center;
}

#tabs-top li.resumo,
#tabs-top li.req-resumo {
	background: transparent url('../images/tab_left_resumo_off.png') no-repeat scroll left top;
}

#tabs-top li.resumo a,
#tabs-top li.req-resumo a {
	background: transparent url('../images/tab_right_resumo_off.png') no-repeat scroll right top;
	color: #ccc;
	padding: 10px 6px 2px 2px;
}

#tabs-top li.current,
#tabs-top li.prev-1,
#tabs-top li.prev-2,
#tabs-top li.prev-3,
#tabs-top li.prev-4,
#tabs-top li.prev-5,
#tabs-top li.next {
	background: transparent url('../images/tab_left_current.png') no-repeat scroll left 4px;
	float:left;
	margin: 0;
	padding: 0 0 0 1px;
	font-size: 1.2em;
}

#tabs-top li.current a,
#tabs-top li.prev-1 a,
#tabs-top li.prev-2 a,
#tabs-top li.prev-3 a,
#tabs-top li.prev-4 a,
#tabs-top li.prev-5 a,
#tabs-top li.next a {
	background: transparent url('../images/tab_right_current.png') no-repeat scroll right 4px;
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	padding: 12px 6px 0px 5px;
	color: #000;
	height:25px;
	text-align:center;
}

#tabs-top li.current a {
	color: #fff;
}

#tabs-top li.next a {
	color: #4c4c4c;
}

#tabs-top li.prev-1 {
	background: transparent url('../images/tab_left_prev_1.png') no-repeat scroll left 4px;
}

#tabs-top li.prev-1 a {
	background: transparent url('../images/tab_right_prev_1.png') no-repeat scroll right 4px;
}

#tabs-top li.prev-2 {
	background: transparent url('../images/tab_left_prev_2.png') no-repeat scroll left 4px;
}

#tabs-top li.prev-2 a {
	background: transparent url('../images/tab_right_prev_2.png') no-repeat scroll right 4px;
}

#tabs-top li.prev-3 {
	background: transparent url('../images/tab_left_prev_3.png') no-repeat scroll left 4px;
}

#tabs-top li.prev-3 a {
	background: transparent url('../images/tab_right_prev_3.png') no-repeat scroll right 4px;
}

#tabs-top li.prev-4 {
	background: transparent url('../images/tab_left_prev_4.png') no-repeat scroll left 4px;
}

#tabs-top li.prev-4 a {
	background: transparent url('../images/tab_right_prev_4.png') no-repeat scroll right 4px;
}

#tabs-top li.prev-5 {
	background: transparent url('../images/tab_left_prev_5.png') no-repeat scroll left 4px;
}

#tabs-top li.prev-5 a {
	background: transparent url('../images/tab_right_prev_5.png') no-repeat scroll right 4px;
}

#tabs-top li.next {
	background: transparent url('../images/tab_left_next.png') no-repeat scroll left 4px;
}

#tabs-top li.next a {
	background: transparent url('../images/tab_right_next.png') no-repeat scroll right 4px;
}

#tabs-top li.documentacao {
	width: 109px;
}

#tabs-top li.documentacao a {
	width: 98px;
}

#tabs-top li.vistoria {
	width: 79px;
}

#tabs-top li.vistoria a {
	width: 68px;
}

#tabs-top li.consulta {
	width: 129px;
}

#tabs-top li.consulta a {
	width: 118px;
}

#tabs-top li.proge {
	width: 89px;
}

#tabs-top li.proge a {
	width: 78px;
}

#tabs-top li.averbacao {
	width: 239px;
}

#tabs-top li.averbacao a {
	width: 228px;
}

#tabs-top li.portaria {
	width: 159px;
}

#tabs-top li.portaria a {
	width: 148px;
}

#tabs-top li.req-propriedades,
#tabs-top li.req-proprietarios,
#tabs-top li.req-memorial,
#tabs-top li.req-fotos {
	width: 201px;
}

#tabs-top li.req-propriedades a,
#tabs-top li.req-proprietarios a,
#tabs-top li.req-memorial a,
#tabs-top li.req-fotos a {
	width: 190px;
}

#tabs-bottom {
	height: 13px;
	float: left;
	width:900px;
	display:block;
	background: #f5faf0 url('../images/tabs_bot_bg.png') repeat-x scroll left top;
	border-color: #bad39c;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
}

#tabs-bottom div.resumo,
#tabs-bottom div.resumo-selected,
#tabs-bottom div.documentacao,
#tabs-bottom div.vistoria,
#tabs-bottom div.consulta,
#tabs-bottom div.proge,
#tabs-bottom div.averbacao,
#tabs-bottom div.portaria,
#tabs-bottom div.req-resumo,
#tabs-bottom div.req-resumo-selected,
#tabs-bottom div.req-propriedades,
#tabs-bottom div.req-proprietarios,
#tabs-bottom div.req-memorial,
#tabs-bottom div.req-fotos {
	height: 13px;
	background-color: transparent;
	width: 89px;
	float: left;
}

#tabs-bottom div.resumo-selected,
#tabs-bottom div.req-resumo-selected {
	background-color: #f5faf0;
}

#tabs-bottom div.documentacao {
	width: 110px;
}

#tabs-bottom div.vistoria {
	width: 80px;
}

#tabs-bottom div.consulta {
	width: 130px;
}

#tabs-bottom div.proge {
	width: 90px;
}

#tabs-bottom div.averbacao {
	width: 240px;
}

#tabs-bottom div.portaria {
	width: 160px;
}

#tabs-bottom div.req-propriedades,
#tabs-bottom div.req-proprietarios,
#tabs-bottom div.req-memorial,
#tabs-bottom div.req-fotos {
	width: 202px;
}


#tabs-bottom div.current {
	background: transparent url('../images/tab_bot_current.png') no-repeat scroll center top;
}

#tabs-bottom div.prev-1 {
	background: transparent url('../images/tab_bot_prev_1.png') no-repeat scroll center top;
}

#tabs-bottom div.prev-2 {
	background: transparent url('../images/tab_bot_prev_2.png') no-repeat scroll center top;
}

#tabs-bottom div.prev-3 {
	background: transparent url('../images/tab_bot_prev_3.png') no-repeat scroll center top;
}

#tabs-bottom div.prev-4 {
	background: transparent url('../images/tab_bot_prev_4.png') no-repeat scroll center top;
}

#tabs-bottom div.prev-5 {
	background: transparent url('../images/tab_bot_prev_5.png') no-repeat scroll center top;
}

#tabs-content {
	clear:both;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #bad39c;
	width:900px;
	background-color: #f5faf0;
	font-size: 11px;
}

#tabs-content-inner {
	padding: 5px;
}

.info {
	padding:10px 10px 10px 50px;
	border: 1px solid #acdaef;
	background-color: #e4f1ff;
	background-image: url('../images/dialog-info.png');
	background-position: 10px center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

.multiline {
	background-position: 10px 10px;
}

.multiline p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

.warning {
	padding:10px 10px 10px 50px;
	border: 1px solid #ffff00;
	background-color: #fffbc1;
	background-image: url('../images/dialog-warning.png');
	background-position: 10px center;
	background-repeat: no-repeat;
}

.error {
	padding: 2px 2px 2px 20px;
	background-image: url('../images/warning-small.gif');
	background-position: 2px center;
	background-repeat: no-repeat;
	color: #b93900;
	font-size: 0.75em;
	/*float:left;*/
	clear:left;
}

ul.errorlist li {
    padding: 2px 2px 2px 20px;
    background-image: url('../images/warning-small.gif');
    background-position: 2px center;
    background-repeat: no-repeat;
    color: #b93900;
    font-size: 0.75em;
	list-style: none;	
}

.login-error {
	border: 1px solid #ffff00;
	background-color: #fffbc1;    
}

div.filtro h3 {
    background-image: url(../images/bg_filtro.png);
    background-repeat: repeat-x;
    padding: 3px 5px;
    margin: 0;
    font-size: 0.9em;
}

div.filtro div.content {
    border-bottom: 1px solid #deedcb;
    border-left: 1px solid #deedcb;
    border-right: 1px solid #deedcb;
    background-color: #f5faf0;
    clear:both;
    padding: 5px;
}

.form-line {
	clear:left;
}


.form-line .field {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}

div.show-line {
	clear:left;
    border-bottom: 1px solid #ccc;
}

fieldset.show-data{
    margin-top:5px;
    border:none;
    border-top:0px solid #000;
    padding:0px;
    margin-bottom:15px;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 1.05em;
    
}
fieldset.show-data div.line-titulo{
    margin-top:5px;
    padding:3px;
    text-transform:capitalize;
    background-color:#deedcb;

}
fieldset.show-data div.line-sessao{
    margin-top:5px;
    text-transform:capitalize;
    padding:3px;
    background-color:#f5faf0;
    color:#555;
}
fieldset.show-data label.campo{
    text-transform:capitalize;
    color:#555;   
}
fieldset.show-data label.data{
    margin-left:10px;
    margin-right:20px;
    color:#000;   
}
fieldset.show-data div.line{
     border-bottom: 1px solid #ccc;
     margin-top:5px;
}
.noinputborder input,
.noborder{
	border:none;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*  FORM BUTTONS  */
/* IE */
.submit-row input {background:white url(../images/nav-bg.gif) repeat-x; background-position:bottom; padding:3px; color:black; border:1px solid #bbb; border-color:#C9DDC1 #7CA67B #7CA67B #C9DDC1;}
/* IE */

/* SUBMIT ROW */
.submit-row {clear:left; padding:5px 7px; text-align:left; background:white url(../images/submitrow_bg.png) 0 100% repeat-x; border:1px solid #ccc; margin:5px 0; }
.submit-row input { margin:0 0 0 5px; }
.submit-row a {color:black; float:left; text-decoration:none;}
.submit-row a:hover {text-decoration:underline;}
.submit-row .deletelink { background:url(../images/icon_deletelink.gif) 0 50% no-repeat; padding-left:14px; }

.align-right {
	text-align:right;
}

table.listing {
	margin:0 0 5px 0;
	padding:0;
	border-collapse: collapse;
	border-left: 1px solid #9dc141;
}

table.crossed {
	border: none;
}

table.listing th {
	border-right: 1px solid #9dc141;
	border-bottom: 1px solid #9dc141;
	border-top: 1px solid #9dc141;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 6px 2px 6px;
	background: #d7e2ba url('../images/table_bg_header.jpg') no-repeat;
}

table.crossed th {
	font-weight: normal;
}

table.listing th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #9dc141;
	background-image: none;
	background-color: transparent;
}

table.listing tr.odd {
	background-color: #eef4dd;
}

table.listing tr.even {
	background-color: #fff;
}

table.listing tr.top-border {
	border: 1px solid #9dc141;
}

table.listing td {
	border-right: 1px solid #9dc141;
	border-bottom: 1px solid #9dc141;
	padding: 2px 6px;
}

table.listing td.checkbox {
	width:30px;
	padding:0;
	text-align:center;
}

table.listing td.checkbox input {
	border:none;
	margin:2px;
}

table.listing td a:link,
table.listing td a:visited,
table.listing td a:hover,
table.listing td a:active {
	color:#37460e;
}

table.listing td a:hover {
	color:black;
}

table.listing tfoot td {
	font-size: 0.8em;
	text-align: center;
}

table.listing tfoot tr.navbar td {
	background: #ffffff url(../images/table_bg_footer.png) repeat-x bottom left;
}

table.listing tfoot a:link,
table.listing tfoot a:visited,
table.listing tfoot a:hover,
table.listing tfoot a:active {
	text-decoration: none;
	color:#37460e;
	font-weight:bold;
	font-size: 1.2em;
}

table.listing tfoot a:hover {
	color:black;
}

table.infos {
	border-collapse: collapse;
	width: 100%;
}

table.infos th {
	text-transform: uppercase;
	color: #164311;
	font-size: 1.0em;
	font-weight: bolder;
    
	text-align: left;
	border-left: 1px solid black;
    border-bottom: 1px solid black;
	padding-left: 5px;
}

table.infos td {
	color: #164311;
	font-size: 1.4em;
	font-weight: bold;
	border-left: 1px solid black;
	padding-left: 5px;
}

table.infos td.nomerppn {
	font-size: 2.2em;
}

table.infos td.normal {
	font-weight: normal;
}

table.filtro {
	border-collapse: collapse;
}

table.filtro th {
    background-image: url(../images/bg_filtro.png);
    background-repeat: repeat-x;
    padding: 3px 5px;
    margin: 0;
    font-size: 0.9em;
    text-align: left;	
}

table.filtro td {
    border-bottom: 1px solid #deedcb;
    border-left: 1px solid #deedcb;
    border-right: 1px solid #deedcb;
    background-color: #f5faf0;
    padding: 5px;	
}

table.estatestagios {
    border-collapse: separate;
}

table.estatestagios td {
	border: none;
	background-color: #eef4dd;
	border-bottom: 1px solid #deedcb;
}

table.estatestagios tr.selected,
table.estatestagios tr.selected td {
	background-color: #d7e2ba;
}

table.estatestagios tr.selected td {
    border-bottom-color: #839B45;
}


table.estatestagios a:link,
table.estatestagios a:visited,
table.estatestagios a:hover,
table.estatestagios a:active {
	text-decoration: none;
	color: #000;
}

table.estatestagios a:hover {
    text-decoration: underline;
}



.fieldRequired {
    background:transparent url(../images/required.gif) no-repeat scroll left center;
    color:White;
    padding:0pt 0pt 0pt 8px;
}

label.required  {
    background:transparent url(../images/required.gif) no-repeat scroll right center;
    padding:0pt 8pt 0pt 0px;	
}

.discreet {
	color: #999;
	font-size: 0.85em;
}

form.estilo1 {
    
    padding: 5px;

    padding-bottom: 0px;
    border: 1px solid #deedcb;
    background-color: #f5faf0;    
}

form.estilo1 input,
form.estilo1 select,
form.estilo1 textarea,
div.filtro input,
div.filtro select,
div.filtro textarea,
table.filtro input,
table.filtro select,
table.filtro textarea {
    margin-left: 0px;
}

form.estilo1 label,
.estilo1 label {
    font-size: 0.9em;
    font-weight: bold;
}

div.filtro label,
table.filtro label {
	font-size: 0.95em;
}

form.estilo1 fieldset,
fieldset.estilo1 {
	border: none;
	border-top: 0.5em solid #deedcb;
	margin: 0;
	padding: 0;
    padding-top:5px;
	margin-bottom: 15px;
}

form.estilo2 fieldset,
fieldset.estilo2 {
	border: none;
	border-top: 1.8em solid #deedcb;
	margin: 0;
	padding: 0;
    padding-top:5px;
	margin-bottom: 15px;
}


fieldset.border-bottom {
	border-bottom: 0.5em solid #deedcb;
}

form.estilo1 fieldset legend,
fieldset.estilo1 legend {
	margin-left: -0.8em;
	padding: 2px 5px;
	/*border: 1px dashed #246961;*/
	font-size: 1.15em;
	font-weight: bold;
	color: #164311;
	background-color:#deedcb;
}

form.estilo2 fieldset legend,
fieldset.estilo2 legend {
	margin-left: -0.8em;
	padding: 2px 5px;
	/*border: 1px dashed #246961;*/
	font-size: 1.15em;
	font-weight: bold;
	color: #164311;
	background-color:#deedcb;
}


fieldset.estilo-item {
	border: 3px solid #deedcb;
    margin-bottom:5px;
	padding: 5px;
}

fieldset.estilo-item legend {
	margin-left: -0.8em;
	padding: 2px 5px;
	font-size: 1.15em;
	font-weight: bold;
	color: #164311;
	background-color:#deedcb;
}

fieldset.sub {
	border: 1px solid #deedcb;
}

fieldset.sub legend {
	background-color:transparent;
	color: #164311;
	font-size: 1.0em;
	font-weight: bold;	
}

div.lista {
    border-bottom:1px solid #ccc;
}

.radios ul {
    margin:0px;
    padding:0px;
}

.radios li {
    display: inline;
    list-style:none;
    padding-right: 10px;
}

.radios li label {
    font-weight: normal;
}

.radios input {
	border: none;
}

.dateselector {
	width: 80px;
}

ul.index {
	list-style-type:square;
	color:#246961;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.6em;
}

ul.index a {
	color:#164311;
	text-decoration:none;
}

ul.index a:hover {
	text-decoration:underline;
}

a.download-link:link,
a.download-link:visited,
a.download-link:hover,
a.download-link:active {
	background-image: url('../images/download_icon.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:20px;
	color:#37460e;
}

div.subitem {
	background-image:none;
	border-top:1px solid #839B45;
	clear:both;
	display:block;
	margin:5px 2px 0 5px;
	padding:2px 0;
}	

.add-campos {
	float:right;
	margin-top:3px;
}

.add-campos input {
	background:#FFFFFF url(../images/add_alternative_icon.gif) no-repeat scroll left top;
	color:black;
	font-size:0.95em;
	font-weight:bold;
	padding:0 0 0 17px;
}

.add-campos input[type="button"], .add-campos input[type="button"]:active {
	background:#FFFFFF url(../images/add_alternative_icon.gif) no-repeat scroll left top;
	color:black;
	font-size:0.95em;
	font-weight:bold;
	padding:0 0 0 17px;
}	

.del-campos {
	clear:none;
	float:right;
	margin-bottom:3px;
}

.del-campos input {
	background:#FFFFFF url(../images/del_alternative_icon.gif) no-repeat scroll left top;
	color:black;
	font-size:0.95em;
	padding:0 0 0 17px;
}

.del-campos input[type="button"], .del-campos input[type="button"]:active, .del-campos input[type="submit"], .del-campos input[type="submit"]:active {
	background:#FFFFFF url(../images/del_alternative_icon.gif) no-repeat scroll left top;
	color:black;
	font-size:0.95em;
	padding:0 0 0 17px;
}	


table.listagem{
     width:70%;    
}

table.listagem td{
     padding-bottom:5px;     
     
}

table.listagem td a{
     color:#164311;   
     
}

.noborder,
.noinputborder input {
	border: none;
}

a.add {
    background: #FFFFFF url(../images/add_alternative_icon.gif) no-repeat scroll left top;
    color: black;
    font-size: 0.95em;
    font-weight: bold;
    padding: 3px 5px 2px 17px;	
	text-decoration: none;
	border:1px solid #246961;
}

.texto-lista-tags dl {
	margin-top: 5px;
	border: 1px solid #deedcb;
	background-color: #eef4dd;
	padding: 5px;
	font-size: 0.85em;
}

.texto-lista-tags dt {
	font-weight: bold;
}

.texto-lista-tags dd {
    font-size: 0.9em;
	color:#4c4c4c;
	padding-top:2px;
	margin-bottom: 7px;
	
}
