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

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

img{border-width:0px;}
BODY.nobar {
	BACKGROUND-IMAGE: none;
}
H1 {
	margin: 8px;
	text-align: center;
	color : #cc0000;
	FONT-FAMILY:sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
H2 {
	COLOR: #cc0000;
	FONT-FAMILY: sans-serif;
}
H3 {
	COLOR: #cc0000;
	FONT-FAMILY: sans-serif;
}
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;
}

A:link {
	COLOR: #000080;
}
/*A:visited {
	COLOR: #fff;
}
A:active {
	COLOR: #00cc33;
}*/
.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;
}

/*** begin AREA LOGIN ***/

#loginbutton_area {
	padding: 6px 12px;
	text-align: right;
}

#loginbutton_dialog {
	padding: 12px;
	border: 1px solid #9f9f9f;
	display: none;
	position: absolute;
	/*right: <?php echo $this->rt; ?>px*/
	/*min-width: 150px;*/
	color: #000000;
	background-color: #ffffff
}

#loginbutton_dialog>a {
	color: #7f7f7f;
	text-decoration: none
}

#loginbutton_dialog>a:hover {
	color: #1f3fbf
}

#loginbutton_dialog>a:hover {
	color: #1f3fbf
}

div#loginbutton_div #loginbutton {
	padding-right: 22px;
	border-style: none;
	background: transparent;
	background-image: url("/images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: 100%;
	font-weight: bold
}

div#loginbutton_div #loginbutton:focus {
	outline: none
	/*border: 1px solid magenta;*/
	/*border-style: none;*/
}

div#loginbutton_dialog input[type="button"],
div#loginbutton_dialog input[type="submit"],
div#loginbutton_div button {
	border: 1px solid #9f9f9f;
	border-radius: 4px;
	height: 24px;
	color: #ffffff;
	background-color: #cf0000;  /* fallback color if gradients are not supported */
	background-image: linear-gradient(to bottom, #df0000, #bf0000)
}

div#loginbutton_dialog input[type="button"]:hover,
div#loginbutton_dialog input[type="submit"]:hover,
div#loginbutton_div button:hover {
	/*border-color: #ff7f3f;*/
	border-color: #cfcfcf;
	cursor: pointer
}

/*** end AREA LOGIN ***/

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

.bottone_grigio {
	padding: 6px 8px;
	border-radius: 4px;
	border: 1px solid #7f7f7f;
	color: #5f5f5f;
	background-color: #efefef;  /* fallback color if gradients are not supported */
	background-image: linear-gradient(to bottom, #efefef, #dfdfdf);
	font-weight: bold
}

.bottone_grigio:hover {
	border-color: #bfbfbf;
	color: #5f5f5f;
	cursor: pointer
}
