@charset "utf-8";
/* --- Sito CSS --- */

/* Sfondo */
body {
	background-color:#1d1d20;
	margin: 0 auto;
	font-family: "Trebuchet MS";
	color:#999;
}

/* Dimensioni contenuto */
.contenuto {
	font-size: 13px;
	width: 700px;
	margin: 0 auto;
}

.contenuto a:link { text-decoration: none; color: #F03049 } 
.contenuto a:visited { text-decoration: none; color: #F03049 } 
.contenuto a:hover { text-decoration: underline; color: #F03049 } 
.contenuto a:active { text-decoration: none; color: #F03049 }


.titolo {
	font-size: 17px;
}

.small {
	font-size: 10px;
}


.menu {
	color:#FFFFFF;
	font-size: 13px;
}

.menu  a:link { text-decoration: none; color: #FFFFFF } 
.menu  a:visited { text-decoration: none; color: #FFFFFF } 
.menu  a:hover { text-decoration: underline; color: #FFFFFF } 
.menu  a:active { text-decoration: none; color: #FFFFFF }

.bordogrigio_top {
	background-color:#2a2a2f;
	height:20px;
	border-bottom: 1px dotted #FFF;
}

.bordogrigio_bottom {
	background-color:#2a2a2f;
	height:20px;
	border-top: 1px dotted #FFF;
}

.link {
	color: #FFFFFF
}

.link  a:link { text-decoration: none; color: #FFFFFF } 
.link   a:visited { text-decoration: none; color: #FFFFFF } 
.link   a:hover { text-decoration: underline; color: #FFFFFF } 
.link  a:active { text-decoration: none; color: #FFFFFF }

.mail{
	text-align: left;
}

.eventi_sett {
	color: #FFF;
	margin: 0;
	padding: 2px 5px;
	background: #2a2a2f;
	border-bottom: 1px dotted #FFF;
	border-right: 1px solid #2a2a2f;
	border-top: 1px solid #2a2a2f;
	border-left: 1px solid #2a2a2f;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	cursor: pointer;
}

.eventi_sett a{
	color: #FFF;
	font-size: 12px;
}



/* --- Effetti CSS --- */

/* Accordin CSS */

.toggler {
	color: #FFF;
	margin: 0;
	padding: 2px 5px;
	background: #2a2a2f;
	border-bottom: 1px dotted #FFF;
	border-right: 1px solid #2a2a2f;
	border-top: 1px solid #2a2a2f;
	border-left: 1px solid #2a2a2f;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	cursor: pointer;
}

.toggler h3 {
	color: #FFF;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}


/* Tips CSS */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/img/bubble.png) bottom right;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}

.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}

.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}



/* Fx Styles CSS */

#idList {
	margin: 0;
	padding: 0;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	background: #333;
	color: #888;
}

