@import url('stile2.css');
@import url('menu.css');
@import url('tiny_stile.css');

BODY {
	MARGIN-TOP: 0px;
	MARGIN-LEFT: 0px;
	BACKGROUND-COLOR: #ffffff;
}

img{border-width:0px;}
BODY.nobar {
	BACKGROUND-IMAGE: none;
}
P {
	margin: 4px;
	font-size: 13px;
	COLOR: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
/*TD {
	font-size: 13px;
	COLOR: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	vertical-align: top;
}*/
TABLE {
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	padding: 0px 0px 0px 0px;
	/*COLOR: #000000;*/
	/*FONT-FAMILY: Arial, Helvetica, sans-serif;*/
}
LI {
	COLOR: #000000;
	FONT-FAMILY: arial, sans-serif;
}
ADDRESS {
	COLOR: #000000;
	FONT-FAMILY: arial, sans-serif;
}

.testo_10bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.testo_11bold_rosso {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}
.testo_11bold_blu {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000084;
	font-weight: bold;
}
.testo_13bold_rosso {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
.testo_9bold {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
.testo_viola {
	color:fuchsia;
}
a.link_viola {
	color:fuchsia;
	text-decoration:none
}
a.link_blu {
	color:navy;
	text-decoration:none
}

span.error_text {
	color: #ff0000;
	font-weight: bold;	
}

/* davide */
.super-button { float: left; position: relative; width: 250px; margin: 20px; padding: 15px; clear: both;
    background-color: #fdfdfd; border: 1px solid #000066; text-decoration: none; text-align: center; color: #444444;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; cursor: pointer; }
.super-button hr { width: 98%; color: #eeeeee; }
.super-button img { border-width: 0;  }
.super-button h3 a { position: relative; font-size: 1.3em; font-weight: bold; margin: 0 0 7px 0; padding: 0; 
    font-family: Arial; font-size: 1.8em; color: #000000; text-decoration:none;
}
.super-button p { text-align: left; font-size: 1.2em; }
.super-button:hover { border-color: #009DFF; background-color: #fafafa; }

.cool-button { border: 2px solid #999999; margin: 11px auto !important;
    text-decoration: none; color: #444444; overflow: visible; display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; cursor: pointer; 
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 74%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(74%,#ffffff), color-stop(100%,#eeeeee));
    background: -webkit-linear-gradient(top, #ffffff 74%,#eeeeee 100%);
    background: -o-linear-gradient(top, #ffffff 74%,#eeeeee 100%);
    background: -ms-linear-gradient(top, #ffffff 74%,#eeeeee 100%);
    background: linear-gradient(top, #ffffff 74%,#eeeeee 100%);
}
.cool-button div { clear: left; padding: 3px 13px 12px 13px; text-align: left; font-size: 1.2em; }
.cool-button h3 a { position: relative; float: left; margin: -13px 0 0 10px; background-color: #ffffff; padding: 0 4px; clear: both; text-decoration:none;
    font-family: Arial; font-size: 1.8em; color: #000000;
}
.cool-button img { float: right; padding: 0; border-width: 0; }
.cool-button:hover { border-color: #666666; }


/* login bar */
form.loginbar {
	float: right;
}

form.loginbar input {
	float: left;
	margin-left: 3px;
}

form.loginbar a {
	text-decoration: none;
	float: left;
	font-size: 10px;
	margin-right: 3px;
}

form.loginbar a:hover {
	color: #000;	
}

form.loginbar input.button {
	background-color: #eee;
	margin-top: 3px;
	padding: 0 4px;
	height: 20px;
	border: 1px solid #aaa;
}

form.loginbar input.button.accedi {
	background: #009933;
	border-color: #004C1A;
	color: #fff;
	font-weight: bold;
}

form.loginbar input.button:hover {
	border-color: #777;
	cursor: pointer;
}

form.loginbar input.text {
	height: 14px;
	margin-top: 3px;
}

/* placeholder fallback */
.placeholdered {
	color: #aaa;
}