﻿caption
{
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-size:        16px;
font-style:       normal;
line-height:      120%;
}

div.ConsultaActual
{
/* <div class="ConsultaActual" style="left: 30px; top: 350px; width: 800px;"> */
background-color: #E9F3DE;
border-style:     outset;
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-size:        12px;
font-style:       normal;
line-height:      120%;
margin:           0cm 0cm 0cm 0cm;
position:         absolute;
height:           48px;
left:             2px;
top:              544px;
width:            980px;
}

div.Operacoes
{
/* <div class="Operacoes" style="left: 30px; top: 30px; width: 920px; height: 500px;"> */
background-color: #E9F3DE;
border-style:     outset;
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-size:        12px;
font-style:       normal;
line-height:      120%;
margin:           0cm 0cm 0cm 0cm;
position:         absolute;
left:             2px;
top:              556px;
width:            980px;
height:           35px;
}

div.Suporte
{
/* <div class="Suporte" style="left: 30px; top: 30px; width: 920px; height: 500px;"> */
background-color: #CCFF00; /* #E9F3DE; */
border-style:     outset;
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-size:        12px;
font-style:       normal;
line-height:      120%;
margin:           0cm 0cm 0cm 0cm;
position:         absolute;
left:             0px; 
top:              45px; 
width:            990px; 
height:           600px;
}

div.Tabelas 
{
/* <div class="Tabelas" style="width: 473px; height: 75px;"> */
font-family:      Verdana, Arial, Helvetica, sans-serif;
font-size:        12px;
font-style:       normal;
line-height:      120%;
background-color: #E9F3DE;
border-style:     outset;
left:             2px;
margin:           0cm 0cm 0cm 0cm;
overflow:         auto;
position:         absolute;
top:              2px;
width:            980px;
height:           546px;
}

th
{
background: #33FF99;
}

/* 
MenuHorizontal
*/
#MenuHorizontal
{
position:      absolute;
padding:       0px 0px 0px 12px;
with:          120%;
background:    #CCCCCC;
border-bottom: 3px solid #666666;
top:           0px;	
width:         985px;
left:          0px;
height:        40px;
}
 
#MenuHorizontal ul 
{
text-align:     right;
margin:         0;
padding-top:    18px; 
padding-bottom: 3px;
}
 
#MenuHorizontal li
{
display:    inline;
list-style: none;
margin:     5px;
padding:    0px;
}
 
#MenuHorizontal a 
{
font-family:     Arial, Verdana, Helvetica, sans-serif;
font-size:       16px;
font-style:      normal;
color:           #000000;
text-decoration: none;
background:      #DDDDDD;
margin-top:      3px;
padding:         2px 10px;
border-top:      1px solid #fff;
border-right:    1px solid #aaaaaa;
border-left:     1px solid #fff;
} 
 
#MenuHorizontal a:visited
{
color: #000000;
}
 
#MenuHorizontal a:hover
{
color:      #333333;
background: #BBBBBB;
}
 
#MenuHorizontal a:active
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:   16px;
font-style:  normal;
color:       #333333;
background:  #BBBBBB;
}

/*                              */
/* CSS dos botões rectangulares */
/*                              */
      
a.BotoesRectangulares
{
position:        absolute;
background:      transparent url('square-blue-left.gif') no-repeat top left;
display:         block;
float:           left;
font-family:     Verdana, Arial, Helvetica, sans-serif;
font-size:       12px;
font-style:      normal;
line-height:     15px; /*This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px)*/
height:          23px; /* Height of button background height */
padding-left:    9px; /* Width of left menu image */
text-decoration: none;
margin-bottom:   5px;
}

a:link.BotoesRectangulares, a:visited.BotoesRectangulares, a:active.BotoesRectangulares
{
color: #494949; /*button text color*/
}

a.BotoesRectangulares span
{
background: transparent url('square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.BotoesRectangulares:hover
{
/* Hover state CSS */
background-position: bottom left;
}

a.BotoesRectangulares:hover span
{
/* Hover state CSS */
background-position: bottom right;
color: black;
}

