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

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#444;
	font-size:10px;
	}

body {
	background: url(images/bg_body.jpg) repeat-x;
	background-color: #666666;
	}

p {
	}

table tr td {
	text-align:justify;
	vertical-align:top;
	}
	
/* TITOLI */
h1 {
	font-size:18px;
	border-bottom:1px #BBB solid;
	color:#FF0000;
	font-weight:normal;
	text-align:left;
	text-transform:capitalize;
	font-weight:bold;
	}
h2 {
	font-size:13px;
	color:black;
	text-transform:uppercase;
	margin:1px;
	margin-top:10px;
	font-style:italic;
	text-align:left;
	}
h3 {
	font-size:12px;
	color:white;
	background-color:black;
	padding:3px;
	margin:0px;
	text-align:left;
	}
h4 {
	}

/* FIELDSET */
fieldset {
	}
	fieldset legend{	
		}
	fieldset fieldset {
		}
	.blogfieldset {
		border:none;
		border-top:2px #8BA1CA solid;
		}

/* FLAG HOME PAGE */
#wt-flag{
	position:relative;
	float:right;
	height: 52px;
}
#wt-flag #wt-l{
	float:left;
	background: url(images/wt_flag-01b.png) no-repeat;
    width: 15px;
    height: 52px;
}
.wt-title{
	background: url(images/wt_title.gif) no-repeat;
}
.flag{
	position: relative;
	top: 6px;
	left:10px;
	margin: 0 15px 0 0;
	color:#FFF;
}


#wt-flag #wt-b{
	float: left;
	background: url(images/wt_flag-02.png) repeat-x;
    height: 52px;
}
#wt-flag #wt-r{
	float: left;
	background: url(images/wt_flag-03.png) no-repeat;
	width: 18px;
    height: 52px;
}




/* FORMS */
optgroup {
	}
	optgroup optgroup {
		}
	optgroup option {
		}
/* LINKS */
a {
	color:#3B5999;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

/* MENU */
ul.menu {
	}
ul.menu li {
	}
ul.menu li a {
	}
ul.menu li a img {
	}
ul.menu li.menu_floating {
	}
ul.menu ul.hasindex {
	}

/* POPUP TRADUTTORE */
.code {
	}

/* CALENDARIO */
.calendar {
	width:100%;
	}
.CalendarCell {
	text-align:center;
	}
.CalendarCellNoborder {
	}
.CalendarLightText{
	color:#EEE;
	}
.CalendarHighlightedText {
	color:#3B5999;
	}
.CalendarThisDate{
	text-decoration:underline;
	}
.calendar_tooltip {	
	display:block;
	border-bottom:1px #222 dotted;
	padding:2px;
	font-size:9px;
	}

.LightText {
	color:#AAA;
	}

.footer {
	}

.news {
	color:#808080;
	}

/* CALENDARIO IN HOME PAGE */
.data_mese {
	padding-top:30px;
	}
.data_giorno {
	margin-top:3px;
	}
	
/* CAROUSEL IN HOME PAGE */
div.controls { 
	color:#AAA;	
	border-bottom:3px #8BA1CA solid;
	}
div.controls a { 
	padding:5px;
	color:black;
	font-weight:bold;
	}
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 610px; 
	height: 200px;
	overflow: hidden;
	border:1px #8BA1CA solid;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:600px;
		height:200px;
		overflow:hidden;
		float:left;
		padding:5px;
		border:1px #EEE dotted;	
		text-align:justify;
		}
	div.scroller div.content {
		width: 10000px;
		}
		
/* CAROUSEL IN HOME PAGE */
.tagcloud {
	display:block;
	text-align:justify;
	font-size:9px;
	color:#7AADD2;
	}
	.tagcloud .tc10 {
		font-size:16px;
		color:#3B5999;
		}
	.tagcloud .tc9 {
		font-size:15px;
		color:#435F9D;
		}
	.tagcloud .tc8 {
		font-size:14px;
		color:#4B67A2;
		}
	.tagcloud .tc7 {
		font-size:13px;
		color:#536EA7;
		}
	.tagcloud .tc6 {
		font-size:12px;
		color:#5B75AD;
		}
	.tagcloud .tc5 {
		font-size:11px;
		color:#637DB1;
		}
	.tagcloud .tc4 {
		font-size:11px;
		color:#6A84B5;
		}
	.tagcloud .tc3 {
		font-size:10px;
		color:#728BBB;
		}
	.tagcloud .tc2 {
		font-size:10px;
		color:#7A92C0;
		}
	.tagcloud .tc1 {
		font-size:9px;
		color:#829AC5;
		}
	.tagcloud .tc0 {
		font-size:9px;;
		color:#8BA1CA;
		}
		