You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

111 lines
1.7 KiB

.agente
{
border-collapse: collapse;
border: 1px solid #CCCCCC;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
.agente th
{
border: 1px solid #CCCCCC;
font-size:11px;
font-weight:bold;
background-color:#F90;
color:#FFFFFF;
margin:0;
padding:0;
}
.agente td
{
font-size:10px;
}
.agente a:link, a:visited
{
font-size:11px;
color:#999999;
}
#mask-modal {
position:absolute;
left:0;
top:0;
z-index:9000;
background-color:#000;
border: 0;
display:none;
padding:0;
}
#boxes-modal .window-modal {
position:absolute;
left:0;
top:0;
width:440px;
height:200px;
display:none;
z-index:9999;
padding:0;
border: 0;
}
#boxes-modal #dialog {
width:550px;
height:300px;
padding:0;
background-color:#f0f0f0;
border: 3px solid #ccc;
}
#dadosDiscador
{
border-collapse: collapse;
background-color:#f0f0f0;
color: #000;
}
#dadosDiscador th
{
background-color: #F90;
font-size: small;
font-weight: bold;
color: #fff;
}
#dadosDiscador td
{
font-size: small;
font-weight: bold;
color: #000;
}
#dadosClienteDiscador
{
border-collapse: collapse;
font-size: small;
border: 1px solid #999999;
}
#dadosClienteDiscador th
{
background-color:#CCCCCC;
font-size: small;
font-weight: bold;
color: #000;
border: 1px solid #999999;
width: 20%;
}
#dadosClienteDiscador td
{
font-size: small;
background-color:#fff;
font-weight: normal;
color: #000;
border: 1px solid #999999;
width: 20%;
}