a { color: #060; }
a:visited { color: #060; }

img {
	border: none;
}

hr {
	height: 1px;
	border: none;
	border-bottom: 1px solid #999;
}

#banner {
	background-color: #9C9;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px solid;
	font: small-caps 16px/16px "Arial", sans-serif;
	color: #327731;
	text-align: center;
/*	height: 90px; */
}

#banner #logo {
	width: 80px;
	height: 80px;
	margin: 5px 20px;
	float: left;
}

#columns {
	background-color: #141;
}

#main {
	margin-left: 130px;
	background-color: white;
}

#content {
	padding: 0 1em 1em 2em;
}

#side {
	float: left;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	width: 117px;
	background-color: #141;
}

#side ul {
	margin-left: 0;
}

#side a {
	color: #ACA;
	font-size: 12px;
}

#side a:hover {
	color: #FFF;
	background-color: transparent;
}

#side ul {
	list-style: none;
	padding: 0;
}

#side li {
	padding: 1px;
}

/* ============== */
/* = Pages menu = */
/* ============== */

#pages_menu * {
	color: #FFF;	
}

#pages_menu h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 40px;
}

#pages_menu li {
	font-size: 12px;
	height: 16px;
	width: 65px;
	padding: 0;
	margin-bottom: 5px;
	color: #141;
}

#pages_menu li a {
	background-color: #ACA;
	color: #141;
}

#pages_menu li span, #pages_menu li a:hover {
	background-color: #FFF;
	color: #141;
	text-decoration: none;
}

#pages_menu li.pageCompiled a, #pages_menu li.pageCompiled span {
	background-image: url('../images/page_done.png');
	background-repeat: no-repeat;
	background-position: 45px 2px;
}

/* #pages_menu li > * */
#pages_menu li * {
	display: block;
	height: 16px;
	padding: 0 5px;
	color: inherit;
	font: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}


#notice {
	height: 20px;
	padding: 0;
	margin-bottom: 20px;
}

#notice p {
	height: 18px;
	margin: 0;
	padding: 1px 1em;
	font-size: 12px;
	color: black;
	background-color: #FFC;	
	border-bottom: 1px solid #141;
}

table {
	border-collapse: collapse;
}

td {
	padding: 1px 3px;
	border: 1px solid #888;
}

.catalog {
	border:	none;
}

.catalog th, .detail th {
	background-color: #EEE;
	font-size: 80%;
	font-weight: normal;
	color: #999;
	border-bottom: 2px solid #999;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

.catalog td {
	border-style: none;
	border-bottom: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.catalog .info {
	padding-right: 50px;
	padding-left: 30px;
	font-size: 85%;
	color: #666;
}

#content ul {
	list-style-type: none;
	padding-left: 0;
}

#content ul ul {
	padding-left: 15px;
}

li.question {
	display: block;
	padding: 3px;
	min-height: 1.7em;
}

li.question select {
	width: 15em;
}

li.error {
	border: 2px solid #F33;
	padding: 1px;
	margin-bottom: 2px;
}

li.error .fieldWithErrors {
	padding: 0;
	background-color: transparent;
	display: inline;
}

li.error:hover {
	border-color: #FC0 ! important;
}

li.question:hover {
	border: 2px solid #CFC;
	padding: 1px;
/*	background-color: #FFC;*/
}

li.question .questionRight {
	text-align: right;
}

li.question:hover .questionRight, li.error .questionRight {
	right: 8px;
}

li.question table {
	width: 100%;
}

li.question table td {
	border: none;
}

/* Questionnaire#check */

table.question_answer th,
table.question_answer td {
	vertical-align: top;
}

table.question_answer th {
	font-weight: bold;
	width: 1px;
	text-align: left;
}

table.question_answer tr.question th {
	color: #CCC;
}

table.question_answer tr.answer th {
	color: #CC8;
}

table.question_answer .highlight {
	background-color: #FFD;
}

.domandaInEvidenza {
	font-weight: bold;
}

.checkPageGroup {
	border-top: 2px solid #282;
	padding: 0 5px 0 0;
}

.info {
	font-size: 85%;
	color: #666;
}

.info a {
	color: #363;
}
