.siof_titulo
{
    background-color: #4f81bd;
    text-align: center;    
    color: #FFFFFF;
    font-weight: bold;
}

.siof_text1
{
    padding-left: 3px;
    background-color: #d0d8e8;
    text-align: left;    
    height: 25px;
    font-size: 1.0em;
}

.siof_text2
{
    padding-left: 3px;
    background-color: #e9edf4;
    text-align: left;    
    height: 25px;
    font-size: 1.0em;
}

.siof_input input
{
    text-align: right;
}

.siof_valor
{
    text-align: right;
}

.pop {
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
}

.popshow{
    z-index:2000;
    display:block;
    position: absolute;
    top: 100px;
    left: 300px;
    margin-left:-90px;
    margin-top:-90px;
    padding:1px;
    font-size: 12px;
    color: #000;
    background-color: #FFFFFF;
    line-height:140%;
    border: 1px solid #000; /*border color*/
}

.popshow-close{
    position:absolute;
    top:-15px;
    right:-15px; 
    cursor:pointer;
}

.blur_sombrashow{
    z-index:1998;
    background-color: #ccc; /*shadow color*/
    color: inherit;
    position : absolute;
    top:-205px;
    left:415px;
    width:150px;
    height:100px;
    padding: .5em 2ex;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
 
.shadow_sombrashow,
.popshow{
    bottom: 2px;
    right: 2px;
    width:500px;
    height:140px;
    padding: .5em 2ex;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
 
.shadow_sombrashow{
    z-index:1999;
    background-color: #666; /*shadow color*/
    color: inherit;
    position: relative;
    top: 0px;
    left:614px;
}
 
.shadow_sombra{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
} 

.blur_sombra
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
}

.pop1 
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
}

.popshow1
{
    z-index:2000;
    display:block;
    position: absolute;
    top: 100px;
    left: 300px;
    margin-left:-90px;
    margin-top:-90px;
    padding:1px;
    font-size: 12px;
    color: #000;
    background-color: #FFFFFF;
    line-height:140%;
    border: 1px solid #000; /*border color*/
}

.popshow-close1
{
    position:absolute;
    top:-15px;
    right:-15px; 
    cursor:pointer;
}

.blur_sombrashow1
{
    z-index:1998;
    background-color: #ccc; /*shadow color*/
    color: inherit;
    position : absolute;
    top:-205px;
    left:415px;
    width:150px;
    height:100px;
    padding: .5em 2ex;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
 
.shadow_sombrashow,
.popshow1
{
    bottom: 2px;
    right: 2px;
    width:500px;
    height:140px;
    padding: .5em 2ex;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
 
.shadow_sombrashow1
{
    z-index:1999;
    background-color: #666; /*shadow color*/
    color: inherit;
    position: relative;
    top: 0px;
    left:614px;
}
 
.shadow_sombra1
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
} 

.blur_sombra1
{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    margin-left:0px;
    margin-top:0px;
    padding:0px;
    width:0px;
    height:0px;
    border:0px; 
}

.d-header input 
{
  position:relative;
  top:0px;
  left:0px;
  border:3px solid #cccccc;
  height:18px;
  width:450px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

.d-header-small input 
{
  position:relative;
  top:0px;
  left:0px;
  border:3px solid #cccccc;
  height:18px;
  width:90px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
  text-align: left;
}

a.sair
{
    color: #FFFFFF;
}

a:hover.sair
{
    text-decoration: underline;
    color: #FF8B17;
}