@charset "UTF-8";
/* CSS Document */
/* PNG Fix */
img.partner { behavior: url(/css/resources/iepngfix.htc) }
* html div#map img { behavior: none; }

/* INPUT */
input.invia{
	color:#060;
}

input.annulla{
	color:#F00;
}

/* A */

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a.white,a.white:visited{
	color:#FFFFFF;
	font-size:14px;
	/*font-weight:bold;*/
}

a.white:hover{
	color:#FF0;
}

a.yellow{
	color:#FF0; 
}
a.yellow2{
	color:#f7f445;
}
a.yellow:hover, a.yellow2:hover{
	color: #FFF;
}

a.blue,a.blue:visited{
	color:#06C;
}

a.blue:hover{
	color:#39F;
	text-decoration:none;
}

/* Buttons */
span.UIFormButton {
	padding:0;
}

span.UIFormButton .UIButton_Text {
	padding:2px 4px 3px;
}

span.UIButton_Green .UIButton_Text {
	padding:2px 6px 3px;
}

.UIButton {
	background-image:url(/Immagini/8uxvl48y.gif);
	border-style:solid;
	border-width:1px;
	display:inline-block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 6px 4px;
	vertical-align:bottom;
}
.UIButton:hover, .UIButton:active {
	text-decoration:none;
}

.UIButton_Text {
	background-color:transparent;
	border:medium none;
	cursor:pointer;
	display:inline;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	margin:0;
	overflow:visible;
	padding:0;
	width:auto;
}

.UIButton_Blue {
	background-color:#5B74A8;
	background-position:0 -48px;
	border-color:#26446E #152F5F #0C2253;
}

.UIButton_Blue:active {
	background-color:#516899;
	background-image:none;
}
.UIButton_Blue .UIButton_Text {
	color:#FFFFFF;
	text-shadow:0 1px 0 #3E5A88;
}

.UIButton_Green {
	background-color:#69A74E;
	background-position:0 -96px;
	border-color:#26446E #152F5F #0C2253;
}

.UIButton_Green:active {
	background-color:#609946;
	background-image:none;
}

.UIButton_Green .UIButton_Text {
	color:#FFFFFF;
	text-shadow:0 1px 0 #4D8835;
}

.UIButton_Gray {
	background-color:#EAEAE9;
	border-color:#888888;
}

.UIButton_Gray:active {
	background-color:#DDDDDD;
	background-image:none;
}

.UIButton_Gray .UIButton_Text {
	color:#333333;
	text-shadow:none;
	font-weight:normal;
}

.UIButton_Red {
	background-color:#ea4f4f;
	border-color:#888888;
}

.UIButton_Red:active {
	background-color:#dd2424;
	background-image:none;
}

.UIButton_Red .UIButton_Text {
	color:#FFF;
	text-shadow:none;
	font-weight:normal;
}


.UIButton_LightBlue {
	background-position:0 -192px;
	background-color:#06C;
	border-color:#888888;
}

.UIButton_LightBlue:active {
	background-color:#03C;
	background-image:none;
}

.UIButton_LightBlue .UIButton_Text {
	color:#FFF;
	text-shadow:none;
	font-weight:normal;
}

.UIDisabled, UIDisabled:active {
	cursor:default;
	background-image:none;
	background-color:#EEE;
	opacity:0.5;
	filter: alpha(opacity=50);
	border-color:#000;
	
}
.UIDisabled .UIButton_Text {
	color:#000;
	text-shadow:none;
	font-weight:normal;
}

#informazioni_artista{
	color:#111;
	background-color:#FF9;
	opacity:0.8;
	filter: alpha(opacity=80);
	border:#FFCC00 5px solid;
	}
	table#infart td {
		padding:5px;
	}