html {
    overflow: auto;
}

body {
    background-image: url(../images/body_bg.png);
    background-position: bottom;
    background-repeat: repeat-x;       
	font-family: Arial, Verdana, sans-serif; 
	font-size: 0.75em;  
    overflow:auto;                       
}

#top {
    background-image: url(../images/dados_bg.png);
    background-position: top;
    background-repeat: repeat-x;
    width: 100%;
    height: 35px;                
}

#top div {
    background-image: url(../images/download_dados.png);
    background-position: left top;
    background-repeat: no-repeat;
    padding: 3px 3px 3px 38px;
    height: 35px;    
}

#top a:link,
#top a:visited,
#top a:hover,
#top a:active {
    color: #005225;
    font-size: 140%;
    font-weight: bold;         
    text-decoration: none;
}

#title {
    background-color: #006f2e;
    color: #ffffff;
    font-size: 120%;
    padding: 0;
    padding-left: 5px;
}

#title a:link,
#title a:visited,
#title a:hover,
#title a:active{
    color: #ffffff;
    text-decoration: none;
}

#menu {
    width:100%;
    border-bottom: 1px solid #006f2e;
    float:right;
}

#user {
    padding:1px 4px;    
    float:right;
}

#menu-items {
    padding:1px 4px;    
    float:left;
}

#menu-items a {
	color:#009644;
	text-decoration:none;    
}

#menu-items a:hover {
	color:#000000;
	text-decoration:underline;;    
}

#content {
    padding: 10px;
    float: left;
}

#novo-usuario {
    display: inline;
    margin-left: 10px;
	font-size: 1.2em;
}

#novo-usuario a {
    float: none;
    text-decoration: underline;
}

ul.errorlist {
	margin: 0;
	padding: 2px 2px 2px 20px;
	background-image: url('../images/warning-small.gif');
	background-position: 2px center;
	background-repeat: no-repeat;
}

ul.errorlist li {
	list-style:none;
	color: #b93900;
	font-size: 0.75em;	
}

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

ul.index li {
    padding-bottom: 0.7em;
}

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

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

ul.subindex {
    margin-top: 6px;
	list-style-type:square;
	color:#005225;
	font-weight:normal;
	font-size: 0.8em;
}

ul.subindex li {
    padding-bottom: 0.5em;
}

ul.subindex a {
	color:#009644;
	text-decoration:none;
}

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

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: #CAE8EA 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:0;
}

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 td.cadastrada,
table.listing td.cadastrada a:link, 
table.listing td.cadastrada a:visited, 
table.listing td.cadastrada a:hover, 
table.listing td.cadastrada a:active {
	color:#060;
	text-decoration:none;
}

table.listing td.nao-cadastrada,
table.listing td.nao-cadastrada a:link, 
table.listing td.nao-cadastrada a:visited, 
table.listing td.nao-cadastrada a:hover, 
table.listing td.nao-cadastrada a:active {
	color:#ff0000;
	text-decoration:none;
}

table.listing td.cadastrada a:hover, 
table.listing td.nao-cadastrada a:hover {
	text-decoration:underline;
}



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.form {
	border:none;
}

table.form td {
	padding: 0px 5px 5px 0px;
}

table.form th {
    font-weight: bold;
}

.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;
}

.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;
	clear:left;
}

span.error {
	clear:none;
	display:inline;
	float:none;
}

.form-line {
	clear:left;
}

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

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

.visible {
	display:block;
}

.invisible {
	display:none;
}


/*  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:right; 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-left {
	text-align:left;
}

.bold {
	font-weight:bold;
}


.discreet {
	color: #999;
	font-size: 0.7em;
    font-weight: normal;
}

/* Margens  para todos os inputs em relação 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:0;
}

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;
}

input.button-small {
	font-size:0.8em;
}

h1 {
    color: #006f2e;
    font-size: 140%;
    font-weight: bold;
}

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

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

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

fieldset {
	background-color: #eef4dd;
	margin-bottom: 10px;
	padding: 10px;
}

fieldset legend {
	background-color: #eef4dd;
	color: #006f2e;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px 10px 0px 10px;
	margin-left: -10px;
}

.aguarde {
	background-image: url("../images/ajax-loader2.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	color: #006f2e;
}
