



.ajx-grid-header {
   background-color:#2f486c;
   background-image: url(fundo_gridheader.gif);
   background-repeat:repeat-x;
   padding:0 10px 0 4px;
   color:#fff;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:bold;
   height:24px;
   border-right:1px solid  #1d2236;
}

.ajx-grid-header a {
   color:#fff;
   text-decoration:none;	
}
.ajx-grid-header a:hover {
   text-decoration:underline;	
}


.grid-container tr {
   background-color:#f6f6f6; 	
}

tr.oddrow {
   background-color:#e9e9e9; 	
}

.grid-container tr:hover{
   background-color:#e0e0f0; 	
}



.ajx-grid-cell {
   padding:2px 10px 2px 8px;
   color:#000;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   height:20px;
   border-right:2px solid  #fff;
   border-bottom:2px solid  #fff;
   text-overflow:ellipsis; -o-text-overflow:ellipsis; /*Opera 9*/ -moz-binding: url('ellipsis.xml#ellipsis'); /*hack to get Firefox to use ellipsis*/
}

.ajx-grid-cell a {
   text-decoration:none;
   color:#000;	
}

.ajx-grid-cell a:hover {
   text-decoration:underline;
}



.sortimgdesc {
   background-image: url(imgs/sort_desc.gif);
   background-repeat: no-repeat;
   background-position:right center;
   width:12px;	
   height:10px;	
}
.sortimgasc {
   background-image: url(imgs/sort_asc.gif);
   background-repeat: no-repeat;
   background-position:right center;
   width:12px;	
   height:10px;	
}





/*  Estilos para Forms  */

.ajx-form-section table  {
   margin-top:15px;		
}

.ajx-form-section table td {
   border-bottom:2px solid  #fff; 	
   padding:2px 10px 2px 4px;	
}

.ajx-form-section .ajx-form-col0 {
   border-right:2px solid  #fff; 	
   background-color:#f6f6f6;	
   padding-left:10px;	
}

.ajx-form-section .ajx-form-col1 {
   white-space: nowrap;

}


.ajx-form-section input,.ajx-form-section textarea,.ajx-form-section select {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   font-weight:normal;
   border:1px solid  #999; 	
   background-color:#ffffff;	
   text-align:left;	
   margin-right:2px;	
}


.ajx-form-section  .locked {
	background-color:#fcfcfc;
	border:1px solid  #ccc; 	


}

.ajx-form-col0 {
	min-width:150px;

}





.ajxf-readonly {
   background-color:#f6f6f6;
   color:#666;		
}


