
/*	user.css - Directory RBS			*/

/*	Versione del 04/02/2008				*/

/*	----------------------------------------	*/

div#menu_v { margin-top:10px;
	     margin-left:10px; }

a:visited, a:link, a:active, a:hover {text-decoration:none;}

a:visited  {color: #662835;}
a:link     {color: #000000;}
a:active   {color: black;}
a:hover    {color: black;
	    	background:#F1EBEC;
	    	text-decoration: underline;}


/*	----------------------------------------	*/

/*	SRB - Menu di navigazione orizontale	*/
/*	NB: Diventa verticale a 800			*/

ul.pagination {
	text-align: center; font-weight: normal; font-family: "Trebuchet MS", Helvetica, Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 1em 0;padding: 0;
	list-style: none;
	border: 1px none red;
	padding-top: 10px;
}
ul.pagination li{ display: inline; margin-right: 0.5em; }
ul.pagination a {
	text-decoration: none;
	border: 1px solid #622834;	/* Colore 1	*/
	padding: 0 3px;
	color: black;
	background-color: #BBBBBB;	/* Colore ?	*/
}
ul.pagination a:hover { color: black; background-color: #F1EBEC;  }

ul.pagination li.currentpage a {
	border: 1px solid #622834;	/* Colore 1	*/
	color: #622834;	/* Colore 1	*/	
	background-color: #999999;  
	cursor: default;
}

/*	----------------------------------------	*/

/*	-------------------------------------------------	*/
/*	Utilizzato in HP, Eventi/Orario, Eventi/Materiale	*/
/*	-------------------------------------------------	*/

ul.lista_normale_a, ul.lista_normale_b {
	border:1px none black;
	margin: 0; 
	padding: 0;
	padding-left: 16px;
}

ul.lista_normale_a { list-style-image: url('icons/gl_bullet_a.gif'); }
ul.lista_normale_b { list-style-image: url('icons/gl_bullet_b.gif'); }

ul.lista_normale_a a:link, ul.lista_normale_b a:link,
ul.lista_normale_a a:visited, ul.lista_normale_b a:visited,
ul.lista_normale_a a:active, ul.lista_normale_b a:active,
{ color: #AB003D; }
ul.lista_normale_a a:hover, ul.lista_normale_b a:hover  { color: black; }



ul.lista_normale_a li { line-height: 2; }
ul.lista_normale_b li { line-height: 1.2; }