/* Layout  Paging */
.ListContainer
{
     
     float:left;
         
}
.ListPageContainer
{
   
   padding:40px 0 10px 0;
   float:right;
}

.ListGotoContainer
{
	color:#338878;
	padding:35px 0 0 20px;
	float:left;
}
.ListTotalContainer
{
	padding:40px 0 10px 0;
	float:left;
}



/*  Link  decine */
.ListPageLinkDecine
{
   margin: 0 2px;
   
}
/*  Link  */
a.ListPageLink, a.ListPageLinkDecine{
  
   font-weight:bold;
   margin: 0 2px;
   text-decoration: none;
   color:#e95800;
   
}
a.ListPageLink:hover
{
   text-decoration: underline;
}
a.ListPageLinkDecine:hover
{
   text-decoration: none;
}


/*  Link Selezionato */
.ListPageLinkCurrent
{
   color: #000;
   margin-right:3px;
   
}


/*  Scritta 'Pagina:'  */
.ListGotoLabel      
{
}
/*  TextBox  */
.ListGotoCurrent   
{
   margin: 0 5px;
   padding: 1px;
   
   width: 30px;
   
   text-align:center;
   -moz-box-sizing: content-box;
}
/*  Scritta 'di'  */
.ListGotoLabelMax  
{
}
/*  Scritta Pagine Totali  */
.ListGotoMax    
{
   margin:0 5px;
   font-weight:bold;
}
/*  DropDown List  */
.ListRecordCurrent
{
    
   margin: 0 5px 0 5px;
   padding: 1px;
   
   width:92px;
}
/*  Bottone  */
.ListGotoButton
{
	
     
	border: solid 1px #565656;	
	background-color: #e5e5e5;	 
	color: #373636;
	
	
	text-align:center;		
	font-weight: bold;
	margin: 0 5px;	
	
	padding:1px 15px;
	width:auto;
    overflow:visible;
	
	-moz-box-sizing: content-box;
}



/*  Scritta Totale  */
.ListTotalLabel
{
}
.ListTotalCurrent
{
   font-weight: bold;
   margin: 0 5px;	
   color: #e95800;
}


/* Testo Errore Lista Vuota */
.ListaVuota
{	
}
.ListaVuota .ErrorText 
{
	color:#b00000;
    font-weight:bold;
    padding-bottom:5px;
}

