
  
.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 715px;
background: #d4dde4; /*menu strip background*/
border: 0px solid gray;
padding: 0px 0;
border-width: 0px 0;
}
  
.aerobuttonmenu a.aeroleft{ /*aero button CSS*/
background: transparent url('media/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: normal 8pt Arial, Sans serif, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 20px; /* Width of left menu image */
text-decoration: none;
margin-right: 0px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}
.aerobuttonmenu a.aeroleft:link, .aerobuttonmenu a.aeroleft:visited, .aerobuttonmenu a:active{
color: black; /*button text color*/
}
.aerobuttonmenu a.aeroleft span{
background: transparent url('media/aerorightstraight.gif') no-repeat top right;
display: block;
padding: 4px 20px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aeroleft:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.7;
}
.aerobuttonmenu a.aeroleft:hover span{ /* Hover state CSS (for text) */
color: #990000;
}
.aerobuttonmenu a.aeromiddle{ /*aero button CSS*/
background: transparent url('media/aeroleftstraight.gif') no-repeat top left;
display: block;
float: left;
font: normal 8pt Arial, Sans serif, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 20px; /* Width of left menu image */
text-decoration: none;
margin-right: 0px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}
.aerobuttonmenu a.aeromiddle:link, .aerobuttonmenu a.aeromiddle:visited, .aerobuttonmenu a:active{
color: black; /*button text color*/
}
.aerobuttonmenu a.aeromiddle span{
background: transparent url('media/aerorightstraight.gif') no-repeat top right;
display: block;
padding: 4px 20px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aeromiddle:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.7;
}
.aerobuttonmenu a.aeromiddle:hover span{ /* Hover state CSS (for text) */
color: #990000;
}
.aerobuttonmenu a.aeroright{ /*aero button CSS*/
background: transparent url('media/aeroleftstraight.gif') no-repeat top left;
display: block;
float: left;
font: normal 8pt Arial, Sans serif, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 20px; /* Width of left menu image */
text-decoration: none;
margin-right: 0px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}
.aerobuttonmenu a.aeroright:link, .aerobuttonmenu a.aeroright:visited, .aerobuttonmenu a:active{
color: black; /*button text color*/
}
.aerobuttonmenu a.aeroright span{
background: transparent url('media/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 20px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}
.aerobuttonmenu a.aeroright:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.7;
}
.aerobuttonmenu a.aeroright:hover span{ /* Hover state CSS (for text) */
color: #990000;
}


div.vazio {
  height: 31px;
  text-align: center;
  vertical-align: middle;
  background-color: #d4dde4;
  overflow: hidden;
}

.small_black {
  text-align: left;
  color: #000000
  font-family: verdana, arial, sans-serif;
  font-size: 8pt;
}


