

/* CopyRight (c) Enzo Lanzilotti enzolanz@gmail.com ////// */


/* formattazione testo */

.mic {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
}

.mic a:link {
	color: #FF6600;
	text-decoration: none;
}

.mic a:visited {
	color: #FF6600;
	text-decoration: none;
}

.mic a:active {
	color: #FF6600;
	text-decoration: none;
}

.mic a:hover {
	color: #990000;
	text-decoration: underline;
	background: #f1bd2e;
}

/* --- */

.footer {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	color: #993300;
	text-decoration: none;
}

.footer a:link {
	color: #FF6633;
	text-decoration: none;
}

.footer a:visited {
	color: #FF6633;
	text-decoration: none;
}

.footer a:active {
	color: #FF6633;
	text-decoration: none;
}

.footer a:hover {
	color: #D18B00;
	text-decoration: underline;
}


/* ---------------------- */


/* tabelle */

.titolo_tabella {
	font-family: verdana, tahoma, arial;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.titolo_tabella a:link {
	color: #aa0000;
	text-decoration: none;
}

.titolo_tabella a:visited {
	color: #aa0000;
	text-decoration: none;
}

.titolo_tabella a:active {
	color: #aa0000;
	text-decoration: none;
}

.titolo_tabella a:hover {
	color: #FF6600;
	text-decoration: underline;
}




.tabella {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #460000;
	text-decoration: none;
}

.tabella a:link {
	color: #FF6600;
	text-decoration: none;
}

.tabella a:visited {
	color: #FF6600;
	text-decoration: none;
}

.tabella a:active {
	color: #FF6600;
	text-decoration: none;
}

.tabella a:hover {
	color: #FF0000;
	text-decoration: underline;
}

hr {
	color: #f1bd2e;
	width: 80%;
	border-style: dashed;
}

/* ---------------------- */


/* menu */

.titolo_menu {
	font-family: verdana, tahoma, arial;
	font-size: 16px;
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}


.menu {
	font-family: verdana, tahoma, arial;
	font-size: 12px;
	color: #902E00;
	text-decoration: none;
}

.menu a:link {
	color: #FF6600;
	text-decoration: none;
}

.menu a:visited {
	color: #FF6600;
	text-decoration: none;
}

.menu a:active {
	color: #FF6600;
	text-decoration: none;
}

.menu a:hover {
	color: #FF0000;
	text-decoration: underline;
}


/* ---------------------- */


.micro {
	font-family: verdana, tahoma, arial;
	font-size: 8px;
	color: #000000;
	text-decoration: none;

}

body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	cursor: default;
	
	/* background: url(images/bg_righe.gif) repeat; */


}


Input {

			background-color: #ffff66;
			color: #990000;
			font-size: 10px;
			text-align: left;
			padding-right: 4px;
			
}

Select {

			background-color: #ffff66;
			color: #990000;
			font-size: 10px;
			text-align: left;
			padding-right: 4px;
			border: 1px solid #f1bd2e;
}

.black {

			background-color: #000000;
			color: #000000;
			font-size: 10px;
			text-align: left;
			padding-right: 4px;
				border: 1px solid #000000;
}

.buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px;
 background-color: #333333;
 color: #FFFFFF;
 margin-right: 6px;
 border: 1px solid #284279;
}

textarea {
			background-color: #ffff66;
			color: #990000;
			font-size: 14px;
			text-align: left;
			padding-right: 4px;
			/* border: 1px solid #f1bd2e;*/
}