/* CSS Document */
.texto{
font-family: Arial;
font-size: 11px;
color: #000000;
}
.titulo_pagina{
font-weight: bold;
color: orangered;
border-bottom: 1px dashed black;
}
.titulo{
height: 20px;
font-weight: bold;
color: #FF0000;
background-color: #FFFFFF;
}
.titulo2{
color: orangered;
}
.titulo3{
color: #FF0000;
}
.titulo_grid{
height: 20px;
color: orangered;
background-color: #F4F4F4;
border: 1 solid gainsboro;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='gainsboro', gradientType='0');
}
.ajuda_admin{
cursor: hand;
text-decoration: underline;
color: #0099CC;
}
a{
font-size: 11px;
color: #000000;
text-decoration: none;
}
a:hover{
color: orangered;
text-decoration: underline;
}
.tab{
background:#FFFFFF;
background:whitesmoke;
border: none;
border: 1px solid gainsboro;
}
.tab_select{
border: 1px solid silver;
border-bottom: none;
font-weight: bold
}
