.carragandoMini
{
    left : 50%; 
    top : 50%; 
    position : fixed;
}

.loading
{
        font-family: Arial;
        font-size: 10pt;
        border: 5px solid #67CFF5;
        width: 200px;
        height: 100px;
        position: fixed;
        background-color: White;
        z-index: 999;
        left : 50%;
        top : 50%;
        margin-left:-100px;
		margin-top:-50px;
        
}

.modal
{
        position: fixed;
        top: 0;
        left: 0;
        background-color: black;
        z-index: 99;
        opacity: 0.8;
        filter: alpha(opacity=50); 
        -moz-opacity: 0.8;
        min-height: 100%;
        width: 100%;
}

.processos
{
    font-family :Arial,Helvetica,sans-serif;
    font-size : 12px;
    color : #0080FF;
    cursor : pointer;
    font-weight: bold;
}

span.subTitulo
{
    font-family: Verdana;
    font-weight: 700; 
    color: #0000CC; 
    font-size: 12pt;
}
    
.spanStyle1
{
    font-family: Verdana; 
    font-weight: 700; 
    color: #006699; 
    font-size: 14pt;    
}
.spanWidth1
{
     width : 8.333333333333333%;   
}

.spanWidth2
{
     width : 16.66666666666667%;
}

.spanWidth3
{
}

.spanWidth4
{
     width : 33.33333333333333%; 
}
.spanWidth5
{
     width : 41.66666666666667%;   
}
.spanWidth6
{
     width : 50%;   
}
.spanWidth7
{
     width : 58.333333333333333%;   
}
.spanWidth8
{
     width : 66.66666666666666%;   
}

.spanWidth9
{
     width : 75%;   
}

.spanWidth10
{
     width : 83.33333333333333%;   
}
.spanWidth11
{
     width : 91.66666666666666%;   
}

.spanWidth12
{
     width : 100%;   
}

table.comum
{
    /*border: 2.5px solid #f0f0f0;
    background-color: -moz-radial-gradient(50% 50%, #fefefe, #fff);
    background-color: -webkit-radial-gradient(50% 50%, #fefefe, #fff); 
    background-color: -o-radial-gradient(50% 50%, #fefefe, #fff); 
    background-color: -ms-radial-gradient(50% 50%, #fefefe, #fff); 
    background-color: radial-gradient(50% 50%, #fefefe, #fff); */
}

.tbAton
{
    width : 7%;   
}
.tbsmall
{
    width : 33%;
}

.tbmax
{
    width : 100%;
}

.tbVerySmall
{
    width : 25%;
    
}


.tbRegistros thead th{
  background-color:#507CD1;
  color:#fff;
  text-align:center;
  font-size:11px;
  padding: 4px;
}
.tbRegistros thead th.descricao
{
    text-align: left;
}

.tbRegistros tbody td{
  text-align:center;
  color:#333;
  background: #CCFFFF;
  font-size: 10px;
  padding: 4px;
}
.tbRegistros tbody td.descricao
{
    text-align:left;
}

.tbRegistros tbody tr.odd td{
  background-color:#FFFFFF;
  padding: 4px;
}

.tbRegistros tbody tr.hover td{
  background-color:#a9d0f5;
}

.tbRegistros tbody tr.selected td{
  background-color:#ffffff!important;
}
/*Menu dos processos seletivos*/
.processos table td a
{
    color : #0080FF;
    padding : 2px;
}

.processos table div table td a
{
    font-size : 10px;     
}
ul 

{
    color : #0080FF;
    list-style:none;
    list-style-image:url(../Imagem/lupa.png);    
}




