
/*	user.css - Directory RBS/CSSJS				*/

/*	Versione del 16/06/2011						*/

/*	----------------------------------------	*/

form.adg_form_std { margin-bottom: 15px; }
fieldset.full { margin-bottom: 10px;}
td.cs { padding-right: 0.6em;} 
td.cm { padding-right: 10px; } 
td.cd { width: 100px; }

/*	--------------------------------------------	*/

/*	16-06-2011: Per l'iscrizione alla newsletter	*/
div.bottone_orange_green { 
	color: white;
	font: 13px/2.2 verdana, arial, sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
}

div.bottone_orange_green a { 
	color: black; 
	background: url('../images/btn_orng_midgrad.gif') repeat scroll left center transparent;
	border: 1px solid #F0B962;
	text-decoration: none;
	padding: 10px;
}

div.bottone_orange_green a:hover { 
	background: url('../images/btn_rlvr_midgrad.gif') repeat scroll left center transparent;
	border: 1px solid #A7CC25; 
}

/*	--------------------------------------------	*/

/*	5. Bottoni new look															*/

/*	Credits: Recreating the button - Douglas Bowman								*/
/*	URL: http://stopdesign.com/archive/2009/02/04/recreating-the-button.html	*/
/*	URL esempio: http://stopdesign.com/eg/buttons/3.0/code.html					*/

.btn {
	
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	margin: 0px;
	margin-bottom: 5px;					/* aggiunto io */

	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;

	display: inline-block;
	background: none transparent scroll repeat 0% 0%;

	font: 100%/1.2 verdana, Sans-serif;	/* MODIFICATO IO	*/
	overflow: visible;
	
	color: black;
	text-decoration: none;
}

* HTML button.btn { padding-bottom: 1px; }

UNKNOWN { margin: 0px -3px }

.btn span {
	
	border-right: #aaa 1px solid;
	border-left: #bbb 1px solid;

	padding-top: 3px;
	padding-right: 0px; 
	padding-left: 0px;
	padding-bottom: 3px; 
	
	margin: 0px;

	background: url(../images/bg-button.gif) #ddd repeat-x 0px 0px;
}

* HTML .btn span {
	padding-top: 0px;
}

.btn span span {
	
	border-top: #bbb 1px solid;
	border-right-width: 0px;
	border-bottom: #aaa 1px solid;	
	border-left-width: 0px;	
	
	padding-top: 3px;
	padding-right: 0.4em;
	padding-bottom: 3px;
	padding-left: 0.4em;
	position: relative;
}

.btn:hover span {
	border-left-color: #9cf! important;
	border-bottom-color: #9cf! important;
	cursor: pointer; color: #000;
	border-top-color: #9cf! important;
	border-right-color: #9cf! important;
}

.btn:hover span span {
	border-left-color: #9cf! important;
	border-bottom-color: #9cf! important;
	cursor: pointer; color: #000;
	border-top-color: #9cf! important;
	border-right-color: #9cf! important;
}

.btn:focus span {
	border-left-color: #9cf! important;
	border-bottom-color: #9cf! important;
	cursor: pointer; color: #000;
	border-top-color: #9cf! important;
	border-right-color: #9cf! important;
}

.btn:focus span span {
	border-left-color: #9cf! important;
	border-bottom-color: #9cf! important;
	cursor: pointer; color: #000;
	border-top-color: #9cf! important;
	border-right-color: #9cf! important;
}

.btn:active span {
	background-position: 0px -400px; outline: none;
}

.btn:focus { outline: none; }

.btn:active { outline: none; }

/*	----------------------------------------	*/

/* div#content {margin-right: 20px;} */


.contenuto { text-align:justify; margin-right:20px; }

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;}


td.r2 	{border-style: solid;
	width: 50%;
	border-width: 5px;
	border-color: #E2D7D9;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom:5px;
	color:black;
	background-color:#D9C9CC;
	text-align:left;
}
	
td.r3 	{border-style: solid;
	width: 33%;
	border-width: 5px;
	border-color: #E2D7D9;
	padding-top: 5px;
	padding-bottom:5px;
	color:black;
	background-color:#D9C9CC;
	text-align:center;
}	
	
	
	
	
	
input.renato {border-style: solid;
	      border-width: 1px;
	      border-color: black;
	      color:#E4D8DA;
	      background-color: #662835;
	      width: 90%;}
	      
ul.lista_qua { margin-top: 30px; border:1px none cyan; margin-right:20px; } 
ul.lista_qua2 { 
	border:1px none #FF0000;	/* Per i test, sostituire none con solid	*/
	margin-top: 0; padding-top: 0;
	list-style-image: url('../icons/bullet_4x4.gif');
}

		


li { margin-bottom:15px; }	

div#segnalazione {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	float: right;
	width: 200px;			
	margin-right: -80px;
	margin-left: 10px;
	margin-top: 0px;
	padding: 5px;
	overflow:hidden;
	background-color: #D9C9CC;
}

