
/***********
TABELLA PRINCIPALE
***********/
.resultTable{
	width:			100%;
}


/***********
TR: intestazione
***********/
TABLE.resultInf{
	margin:					0px;
	width:					100%;
}
TR.resultInf{
}
.resultInf TD{
	font-size:				11px;
	font-weight:			bold;
	padding:				3px;
	color:					#333333;
}

/***********
TD: intestazione "TITOLO"
***********/
.resultInfLeft{
	text-align:				left;
}

/***********
TD: intestazione "Pagina X di Y"
***********/
.resultInfRight{
	text-align:				right;
}





/***********
PIEDONE: 
***********/
TABLE.resultNav{
	margin:					10 0 10 0px;
}
TR.resultNav{
}
.resultNav TD{
	font-size:				11px;
	font-weight:			bold;
	padding:				3px;
}



/***********
NAVIGAZIONE: 
***********/
.resultDisabled{
	color: #888888;
}

.resultCurrent{
	font-weight:			bold;
	padding:				0 3 0 3px;
}

