@charset "UTF-8";

/* {{{ Content */
div#body {
	background-color: #dbdbdb;
	color: #000;
	width: 100%; /* See IE7 */
}
div#body div.container {
	background-color: #d4d4d4;
	color: #000;
	padding: 0 1%;
	margin: 0 6%;
	width: 86%; /* See IE6 */
}
div#body div.content {
	background-color: #fff;
	color: #000;
	margin: auto;
	padding-top: 1.5em;
}
/* }}} */

/* {{{ MENU */
div#body div.content div.menu-list {
	float: left;
	margin: 2%;
	width: 25%; /* See IE6 */
}
div#body div.content div.menu-list div.menu {
	background-color: #ededed;
	color: #444;
	font-size: 1.1em;
	margin-bottom: 6%;
	width: 98%;
}
div#body div.content div.menu-list div.menu div.top {
	height: 10px;
	min-height: 10px;
	width:100%;
}
div#body div.content div.menu-list div.menu div.top div.left {
	background-image: url("../images/bkg-corner-gray-tl.png");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
}
div#body div.content div.menu-list div.menu div.top div.right {
	background-image: url("../images/bkg-corner-gray-tr.png");
	background-repeat: no-repeat;
	float: right;
	width: 10px;
}
div#body div.content div.menu-list div.menu h2 {
	border-bottom: dotted 0.1em #ccc;
	font-size: 0.9em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 1em;
	text-transform: uppercase;
}
div#body div.content div.menu-list h3 {
	background-color: #fff;
	color: #6b9600;
	font-size: 1.0em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#body div.content div.menu-list h4 {
	background-color: #fff;
	color: #6b9600;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
}
div#body div.content div.menu-list p {
	background-color: #fff;
	color: #555; 
	font-size: 0.9em;
}
div#body div.content div.menu-list div#dati-societari {
	color: #333;
	font-size: 0.9em;
	margin-top: 4em;
	padding: 0.5em;
}
div#body div.content div.menu-list div#dati-societari span.label{
	font-weight: bold;
}


div#body div.content div.menu-list div.menu ul {
	list-style-type: none;
}
div#body div.content div.menu-list div.menu ul li {
	font-size: 0.8em;
	padding: 0.5em 1em;
}
div#body div.content div.menu-list div.menu ul li strong.date {
	font-weight: bold;
}
div#body div.content div.menu-list div.menu div.bottom {
	height: 10px;
	min-height: 10px;
}
div#body div.content div.menu-list div.menu div.bottom div.left {
	background-image: url("../images/bkg-corner-gray-bl.png");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
}
div#body div.content div.menu-list div.menu div.bottom div.right {
	background-image: url("../images/bkg-corner-gray-br.png");
	background-repeat: no-repeat;
	float: right;
	width: 10px;
}

div#body div.content div.menu-list div#iwa-logo {
	text-align: center;
}
/* }}} */

/* {{{ CONTENUTO */
div#body div.content div.body-content {
	float: right;
	margin: 2%;
	width: 66%;
}
div#body div.content div.body-content div.principal h1 {
	background-color: #fff;
	color: #6b9600;
	font-size: 1.5em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
div#body div.content div.body-content div.principal h2 {
	background-color: #fff;
	color: #6b9600;
	font-size: 1.3em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}
div#body div.content div.body-content div.principal h3 {
	background-color: #fff;
	color: #6b9600;
	font-size: 1.0em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#body div.content div.body-content div.principal div.sub-title {
	background-color: #fff;
	color: #555;
	font-size: 1.1em;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
div#body div.content div.body-content div.principal p {
	background-color: #fff;
	color: #555; 
	font-size: 0.9em;
}
div#body div.content div.body-content div.principal img.photo-opening {
	float: right;
	margin: 0.3em 1em 0.5em 0.8em;
}
div#body div.content div.body-content div.principal img.photo-flow {
	float: left;
	margin: 0.3em 1em 0.5em 0.3em;
}
div#body div.content div.body-content div.principal div.sub-question-answer {
	margin-right: 120px;
}
div#body div.content div.body-content div.principal p.sub-question {
	margin-left: 1em;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
}
div#body div.content div.body-content div.principal p.sub-answer {
	font-weight: bold;
	font-size: 1.1em;
	margin-left: 2em;
	text-align: right;
	width:60%;
}	
div#body div.content div.body-content div.columns {
	clear: both;
}
div#body div.content div.body-content div.column-one,
div#body div.content div.body-content div.column-two {
	float: left;
	margin: 3% 1%;
	padding: 0 2%; /* See IE6 */
	width: 43%;
}
div#body div.content div.body-content div.column-one {
	border-right: #ccc 0.1em dotted;
}

div#body div.content div.body-content div.columns h2 {
	background-color: #fff;
	color: #555; 
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-transform: uppercase;
}
div#body div.content div.body-content div.columns p {
	background-color: #fff;
	color: #555; 
	font-size: 85%;
}
div#body div.content div.body-content div.columns ul {
	list-style-type: none;
	margin-top: 2em;
	width: 85%;
}
div#body div.content div.body-content div.columns ul li:first-child {
	border-top: #ccc 0.1em dotted;
}
div#body div.content div.body-content div.columns ul li {
	border-bottom: #ccc 0.1em dotted;
	background-color: #fff;
	/*color: #6b9600;*/
	color: #92bb27;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 2%;
}

div#body div.content div.body-content blockquote {
	font-size: 0.9em;
}
div#body div.content div.body-content blockquote em {
	display: block;
	font-size: 0.9em;
	padding-top: 1em;
	text-align: right;
}
div#body div.content div.body-content ul {
	background-color: #fff;
	color: #555; 
	font-size: 85%;
	list-style-type: none;
}
div#body div.content div.body-content ul li ul {
	margin-left: 2em;
	margin-bottom: 0.5em;
}
div#body div.content div.body-content p.paragraph {
	margin-top: 1.5em;
}
div#body div.content div.body-content p.second-paragraph {
	border-top: #ccc 0.1em dotted;
	clear: right;
	padding-top: 1em;
}
div#body div.content div.body-content form {
	margin: 2em 0;
}
div#body div.content div.body-content form div.privacy {
	background-color: #fff;
	border: 1px #555 dotted;
	/* border: 1px #999 dotted; */
	color: #555; 
	font-size: 0.8em;
	height: 7em;
	overflow: auto;
	padding: 0.3em;
	width: 100%;
}
div#body div.content div.body-content form fieldset {
	border-style: dotted none none none;
}
div#body div.content div.body-content form legend {
	background-color: #fff;
	/*color: #6b9600;*/
	color: #92bb27;
	margin-top: 1em;
	padding: 0 0.5em;
}
div#body div.content div.body-content form div.element {
	margin-top: 0.7em;
}
div#body div.content div.body-content form label.text {
	float: left;
	font-size: 0.9em;
	width: 20%;
}
div#body div.content div.body-content form input.text {
	width: 75%;
}
div#body div.content div.body-content form textarea {
	height: 10em;
	width: 75%;
}
div#body div.content div.body-content form label.checkbox {
	font-size: 0.9em;
}
div#body div.content div.body-content form textarea.error,
div#body div.content div.body-content form input.error {
	border: 1px red solid;
}
div#body div.content div.body-content form input.submit {
	border-style: none;
	background-color: #fff;
	/*color: #6b9600;*/
	color: #92bb27;
	cursor: pointer;
}

/* Tipiche di homepage */
div#body div.homepage div.body-content div.principal {
	border-bottom: solid 0.1em #ccc;
}
/* }}} */

/* {{{ BLOCCHETTI IN EVIDENZA NELLE PAGINE (tipo 2ndQuadrant.it) */
div.evidence-1 {
	border-top: #ccc 0.1em dotted;
	clear:both; 
	font-weight: bold; 
	margin-top: 1em;
}
div.evidence-2 {
	margin: 1em auto;
	width: 80%; 
}
/* }}} */

/* {{{ BLOCCHETTI IN EVIDENZA NELLE PAGINE (tipo 2ndQuadrant.it) */
div.memberships {
	clear: right;
	float: right;
	margin: 0 2em 1em 0;
}
/* }}} */
/* {{{ Utilities */
div#utilities {
	background-color: #dbdbdb;
	color: #000;
	width: 100%; /* See IE7 */
}
div#utilities div.container {
	background-color: #d4d4d4;
	color: #000;
	padding: 0 1%;
	margin: 0 6%;
	width: 86%; /* See IE6 */
}
div#utilities div.content {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 0.5em 0;
	font-size: 0.8em;
	border-top: dotted 0.1em #ccc;
}
div#utilities div.content ul {
	list-style-type: none;
}
div#utilities div.content ul li {
	padding: 0 2em;
	display: inline;
}
div#utilities ul li a:link,
div#utilities ul li a:visited,
div#utilities ul li a:hover,
div#utilities ul li a:active {
	color: #3f3e3f;
	background-color: transparent;
}
div#languages-list ul li.selected {
	font-style: italic;
}
/* }}} */
