@charset "utf-8";
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#0e384e;
	margin: 0 0 0 0;
	height:100%;
	color:#7697a9;
}

.footer {

	font-size:9px;
	
}

#fullsize { height:100% }

.textoBronze {

	color:#736d61;
		
}

a.bronze:link, a.bronze:visited { text-decoration:none;	color:#736d61; }

a.bronze:hover {	background-color:#736d61; color:#0e384e;  }

.tituloClaro {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#deeaf5;
		
}

.tituloCastanho {

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#625a50;
		
}

.navon {

	width: 100px;
	background-image:url(../img/nav_on.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;	
}

.navoff {

	width: 100px;
	background-image:url(../img/nav_off.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#bcc8d3;
	text-align:center;	
}

.navon2 {

	width: 100px;
	background-image:url(../img/nav2_on.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#b9cad3;
	text-align:center;	
}

.navoff2 {

	width: 100px;
	background-image:url(../img/nav2_off.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#bcc8d3;
	text-align:center;	
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 460px;
height: 90px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #082536;
margin: 0 auto;
padding: 10px;
border: 1px solid #082536;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 460px;
height: 442px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #082536;
margin: 0 auto;
padding: 10px;
border: 1px solid #082536;

}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 90px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #082536;
margin: 0 auto;
padding: 10px;
border: 1px solid #082536;

}

#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 140px;
height: 90px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #092636;
margin: 0 auto;
padding: 10px;
border: 1px solid #082536;

}

input {
  width: 100px;
}
input.calendar {
  width: 74px;
}
button.calendar {
  background: url(img/calendar-icon.gif);
  border: 0;
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 6px;
  width: 20px;
}
button.calendar:hover,
button.calendar.active {
  background-position: left bottom;
}

.tituloazul {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#386074;
}

input, textarea {

	background-color:#112e3e;
	border:1px solid #134c6a;
	color:#FFCC00;
	font-size:10px;

}

select {

	font-size:10px;

}