
.cell {
    width:              450px;}

.cellHeader {   
    width:              150px;
    height:             25px; 
    text-align:         left;  
    font-weight:        bold;
    font-size:          11px;
    font-family:        Tahoma,Arial,Helvetica,sans-serif;
    color:              #000000;
    padding-right:      5px;		
    background-image:   url('../Images/title.gif');
    background-repeat:  no-repeat;
    vertical-align:     middle; 
    left:               auto;}

.cellDetailsTable{
      width:            100%;
      border-collapse:  collapse;}
 
.cellDetailsHeader {	 
    font-weight:        bold;
	font-size:          11px;
	font-family:        Tahoma,Arial,Helvetica,sans-serif;
	background-color:   #5D7B9D;	
	color:              #FFFFFF;
    height:             20px;	
    padding-top:        2px;  
    padding-bottom :    2px;}    
    
.cellDetailsHeader a:active {
	color:              #FFFFFF;
	text-decoration:    none;}

.cellDetailsHeader a:link {
    color:              #FFFFFF;
	text-decoration:    none;}

.cellDetailsHeader a:visited {
	color:              #FFFFFF;
	text-decoration:    none;}

.cellDetailsHeader a:hover {
	color:              #E2DED6;
	text-decoration:    none;}
    
.cellDetails 
{
    
    border-collapse:    collapse;
    border-top:         1px solid #808080;
    border-right :      1px solid #808080;
    border-left:        1px solid #808080;
    width:              100%;}

/* :estilo da linha normal da grelha de filtro */
.CellDetailsLines 
{   
    height:             18px; 
    background-color:   Aqua; 
    font-family:        Tahoma,Arial,Helvetica,sans-serif;
    font-size:          10px;}

/* :estilo da linha quando esta é uma linha normal  e quando o rato passa por cima da linha*/
.CellDetailsLines:hover {
    background-color:    #AAAADD;}

/* :estilo da linha quando esta é uma linha alternativa */
.CellDetailsLinesAlternative {  
    background-color:   #F7F6F3;
    font-family:        Tahoma,Arial,Helvetica,sans-serif;
    font-size:          10px;
    /* white-space:nowrap;*/}

/* :estilo da linha quando esta é uma linha alternativa  e quando o rato passa por cima da linha*/
.CellDetailsLinesAlternative:hover {
    background-color:   #AAAAAA;}

/*********Cell Footer**************************/
.cellFooter	{
    border-collapse:    collapse;
    width:              100%;}
    
.cellFooterLeft {	
	background-image:   url(../Images/BottomLeft.gif);
	background-repeat:  no-repeat;
	background-position:left top;
	width:              10px;
	padding-right:      2px;}
    
.cellFooterCenter {
	background-image:   url(../Images/BottomCenter.gif);
	background-repeat:  repeat-x;
	background-position:center top;
	width:              100%;}
    
.cellFooterRight {
	background-image:   url(../Images/BottomRight.gif);
	background-repeat:  no-repeat;
	background-position:right top;
	padding-left:       2px;}
	