* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	
	background:#ececec;
	color:#4a4a4a;
}
a {
	color			:#4a4a4a;
	font-weight		:normal;
	text-decoration:none;
}
a:hover {
	color:			#6fbc18;
	font-weight		:normal;
	text-decoration:none;
}
img {
	border:0;
}

#container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	color:#99c13d;
	color:red;
	font-size:24px;
	font-weight:bold;
	padding:0 0 20px 0;
}

h2 {
	font-size: 1.1em;
	color:#c20500;
	font-weight:bold;
	padding:20px 0 5px 0;
	
	/* i have to use a fake background color
	or width is wrong on Android browser! */
	background-color:hsla(0,0%,100%,0.01);

}

h3 {
	font-size: 0.9em;
	color:#c20500;
	font-weight:bold;
	padding:20px 0 0px 0;
	
	/* i have to use a fake background color
	or width is wrong on Android browser! */
	background-color:hsla(0,0%,100%,0.01);

}


.title {
	color:#666666;
	font-size:1.4em;
	font-weight:bold;
	padding:0 0 20px 0;
}


p{
	/* i have to use a fake background color
	or width is wrong on Android browser! */
	background-color:hsla(0,0%,100%,0.01);
    color: #878787;
	font-size: 0.9em;
	margin-top: 0.5em; 
}

.list{
    color: #878787;
	font-size: 0.9em;
	list-style-image: url('./images/checkmark.png');
	list-style-position: inside;
}

.list li{
	/* i have to use a fake background color
	or width is wrong on Android browser! */
	background-color:hsla(0,0%,100%,0.01);
}



.logo {
	padding:40px 0;
}
.icons {
	padding:5px 5px 3px 5px;
	background:#FFFFFF;
	float:right;
	margin:15px;
} 
.icons li {
	display:inline;
	list-style:none;
}
#header .headerPic {
	background:url(images/headerBackground.jpg) no-repeat left top;
	width:980px;
	height:480px;
}
.headerText1 {
	font-size:48px;
	color:#ffffff;
	padding:100px 0 0 90px;
}
.headerText2 {
	font-size:24px;
	padding:10px 0 0 90px;
}
.headerText3 {
	font-size:	24px;
	color		:#FFF;
	padding:	10px 0 0 90px;
}
.buttonHeader {
	background:#ffa800;
	border:0;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
	margin:30px 0 0 90px;
}
.box {
	float:left;
	width:290px;
	padding:10px;
	margin:20px 7px;
	background:#dfe0e2;
}
.buttonBox {
	background:#484848;
	border:0;
	font-weight:bold;
	color:#FFFFFF;
	padding:5px 10px;
	cursor:pointer;
}
.box p {
	padding:20px 0;
}
.boxButton {
	float:right;
}
#mainContent {
	background:#ffffff;
	padding:20px 0;
}
.picRight {
	float:right;
	padding:0 0 15px 20px;
} 
#footer {
	background:#dfe0e2;
	color:#535353;
	font-size:0.8em;
	padding:15px 15px 10px 15px;
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#6fbc18;
	text-decoration:underline;
}
#footer a:hover {
	color:#6fbc18;
	text-decoration:none;
}
#last_update {
	font-size:0.85em;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.topbar {
	background:#FFFFFF;
	float:left;
	margin:15px;
}

.topbar li {
	display:inline;
	list-style:none;
}



.yui-button button{
        overflow: hidden;
        width: 80px;
        height: 45px;
}

.yui-button#btn_ita {
        background: url(./images/flags/flag_ita.png) center center no-repeat;
}
    
.yui-button#btn_eng {
        background: url(./images/flags/flag_uk.png) center center no-repeat;
}


.yui3-tabview{
	margin-top: 20px;
	
}

.yui3-tabview-list .yui3-tab-label{
    font-size:0.9em;
    font-weight: bold;
    color: #55575a;
    height: 45px;
}

.yui3-tab-label {

}

.yui3-tab-panel {
	padding-top: 20px;
	padding-bottom: 20px;
}


.yui3-tabview-content .yui3-tabview-panel {
    background: transparent;
    border-width: 0 0 0 0;
}


.quesito {
	/* i have to use a fake background color
	or width is wrong on Android browser! */
	background-color:hsla(0,0%,100%,0.01);

	/*background-color:#dfe0e2;*/
	color			:#4a4a4a;
	padding			:6px;
	font-weight		:bold;
	text-align		:left;
	font-size		:0.85em;
	list-style-position: inside;
}
.domanda {
	background-color:#dfe0e2;
	color			:#4a4a4a;
	padding			:6px;
	font-weight		:bold;
	text-align		:left;
	font-size		:0.85em;
}
.risposta {
	background-color:#dfe0e2;
	color			:#4a4a4a;
	padding			:6px;
	font-weight		:normal;
	text-align		:left;
	font-size		:0.85em;
}
.numero {
	background-color:#888;
	color			:#FFF;
	padding			:6px;
	font-weight		:bold;
	text-align		:top;
	font-size		:14px;
}

