html * {
	margin: 0;
	/*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

body {
	background: #fff;
	color: #333;
	font: 14px verdana, arial, helvetica, sans-serif;
	text-align: center;
}

/* servono per IE */
div#main {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

/* GENERAL */
.spinner {
	padding: 5px;
	position: absolute;
	right: 0;
}

.logo {
	background: #16192D;
}

#grailsLogo {
	padding: 20px;
}

p {
	margin-top: 10px;
	margin-bottom: 5px;
}

a:link,a:visited { /*
    color: #1B283F; */
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #1B283F;
	/* font-weight: bold; */
	text-decoration: underline;
}

h1 {
	color: #990000;
	font-weight: normal;
	font: 24px 'Droid Serif', georgia, serif;
	margin: .8em 0 .3em 0;
}

h2 {
	color: #000000;
	font-weight: bold;
	font: 16px 'Droid Serif', georgia, serif;
	margin: .8em 0 .3em 0;
}

h3 {
	font-weight: bold;
	font: 16px 'Droid Serif', georgia, serif;
	margin: .8em 0 .3em 0;
}

ul {
	padding-left: 15px;
}

ul.nav-link-ul {
	list-style-type: square;
}

input,select,textarea {
	background-color: #fcfcfc;
	border: 1px solid #ccc;
	font: 14px verdana, arial, helvetica, sans-serif;
	margin: 2px 0;
	padding: 2px 4px;
}

select {
	padding: 2px 2px 2px 0;
}

textarea {
	width: 600px;
	height: 300px;
	vertical-align: top;
}

.textAreaSmall {
	height: 60px;
}

input.wide {
	width: 500px;
}

input:focus,select:focus,textarea:focus {
	border: 1px solid #b2d1ff;
}

.body {
	float: left;
	margin: 0 15px 10px 15px;
}

/* NAVIGATION MENU */
.nav {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-style: solid none solid none;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 7px 12px;
}

.menuButton {
	font-size: 14px;
	padding: 0 5px;
}

.menuButton a {
	color: #333;
	padding: 4px 6px;
}

.menuButton a.home {
	background: url(../images/skin/house.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.list {
	background: url(../images/skin/database_table.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

.menuButton a.create {
	background: url(../images/skin/database_add.png) center left no-repeat;
	color: #333;
	padding-left: 25px;
}

/* MESSAGES AND ERRORS */
.message {
	background: #f3f8fc url(../images/skin/information.png) 8px 50%
		no-repeat;
	border: 1px solid #b2d1ff;
	color: #006dba;
	margin: 10px 0 5px 0;
	padding: 5px 5px 5px 30px
}

div.errors {
	background: #fff3f3;
	border: 1px solid red;
	color: #cc0000;
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 0;
}

div.errors ul {
	list-style: none;
	padding: 0;
}

div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
	line-height: 16px;
	padding-left: 30px;
}

td.errors select {
	border: 1px solid red;
}

td.errors input {
	border: 1px solid red;
}

/* TABLES */
table {
	border: 1px solid #ccc;
	width: 100%
}

tr {
	border: 0;
}

td,th {
	font: 14px verdana, arial, helvetica, sans-serif;
	padding: 5px 6px;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fff url(../images/skin/shadow.jpg);
	color: #666;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	padding: 2px 6px;
}

th a:link,th a:visited,th a:hover {
	color: #333;
	display: block;
	font-size: 14px;
	text-decoration: none;
	width: 100%;
}

th.asc a,th.desc a {
	background-position: right;
	background-repeat: no-repeat;
}

th.asc a {
	background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
	background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
	background: #f7f7f7;
}

.even {
	background: #fff;
}

/* LIST */
.list table {
	border-collapse: collapse;
}

.list th,.list td {
	border-left: 1px solid #ddd;
}

.list th:hover,.list tr:hover {
	background: #b2d1ff;
}

/* PAGINATION */
.paginateButtons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	border-top: 0;
	color: #666;
	font-size: 11px;
	overflow: hidden;
	padding: 10px 3px;
}

.paginateButtons a {
	background: #fff;
	border: 1px solid #ccc;
	border-color: #ccc #aaa #aaa #ccc;
	color: #666;
	margin: 0 3px;
	padding: 2px 6px;
}

.paginateButtons span {
	padding: 2px 3px;
}

/* DIALOG */
.dialog table {
	padding: 5px 0;
}

.prop {
	padding: 5px;
}

.prop .name {
	text-align: left;
	width: 15%;
	white-space: nowrap;
}

.prop .value {
	text-align: left;
	width: 85%;
}

/* ACTION BUTTONS */
.buttons {
	background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
	border: 1px solid #ccc;
	color: #666;
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
	padding: 0;
}

.buttons input {
	background: #fff;
	border: 0;
	color: #333;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-left: 3px;
	overflow: visible;
	padding: 2px 6px;
}

.buttons input.delete {
	background: transparent url(../images/skin/database_delete.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.edit {
	background: transparent url(../images/skin/database_edit.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.buttons input.save {
	background: transparent url(../images/skin/database_save.png) 5px 50%
		no-repeat;
	padding-left: 28px;
}

.footer {
	border-top: 1px solid #ccc;
	margin-top: 25px;
}

.docAlboPretorio {
	border: 1px solid #ccc;
	margin-top: 25px;
	padding: 10px;
}

.cmsStoryInfo {
	clear: both;
	margin-top: 10px;
	color: #9BA8A8;
	font-size:80%;
}

.cmsStoryPreview {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 10px;
}

.step-desc {
	color: gray;
	font-size: 1.1em;
}

.step-desc li {
	margin-bottom: 10px;
}

.calc-tia .calc-out {
	color: black;
	font-weight: bold
}

.calc-tia .calc-result1 {
	font-size: 1.2em;
	color: gray;
}

.calc-tia .calc-result2 {
	font-size: 1.2em;
	color: gray;
}

.nav-link {
	margin-top: 15px;
}

.nav-link-title {
	font-size: 1.1em;
	color: #990000;
	margin-bottom: 3px;
}

.nav-link ul {
	list-style-type: square;
}

.nav-link li {
	margin-bottom: 3px;
}

.story-title {
	font-size: 1.4em;
	font-weight: bold;
}

.img-left {
	float: left;
	margin: 0 5px 5px 0;
}

.borderless  table {
	border: 0;
}

.admin-buttons {
	border: 1px solid #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #CCFCCD;
}

.homeSezione {
	margin-top: 15px;
	color: #990000;
	font-weight: bold;
}

.associazioni-table-labels {
	background-color: #e9e9e9;
	font-weight: bold;
	width: 30%;
}

.colonna-laterale {
	border-left: 1px solid #e0e0e0;
	padding: 0 0 0 1em;
	background-color: #fafafa;
}

.jpg {
	background: transparent url(../images/icon-pdf-25.gif) no-repeat left
		top;
	height: 30px;
}

.align-right {
	float: right;
	margin: 0 0 15px 15px;
}

.align-left {
	float: left;
	margin: 0 15px 15px 0;
}

.frame {
	padding: 5px;
	border: 1px solid #aaa;
}

div.figure {
	float: left;
	width: 40%;
	border: thin silver solid;
	margin: 0.2em;
	padding: 0.2em;
}

div.figure p {
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

div.bordered {
	border: 1px solid #ccc;
	margin: 5px 0 5px 0;
	padding: 10px;
}

div.searchDocument {
	margin: 2em 0px 1em 0px;
	padding: 0px;
}

div.searchDocumentLink {
	font-size: 140%;
}

div.searchDocumentInfo {
	margin-top: 10px;
	color: #858585;
}

div.searchDocumentSnippet em {
	background-color: yellow;
}

div.servizioForm fieldset {
	margin: 2em 0 0 0;
	padding: 2em;
}

div.servizioForm legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

div.servizioForm fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

div.servizioForm fieldset li {
	padding-bottom: 1em;
}

div.servizioForm fieldset.submit {
	border-style: none;
}

div.servizioForm label {
	float: left;
	width: 20em;
	margin-right: 1em;
	text-align: right;
}

div.listLabel {
	font-weight:bold;
	font-variant:small-caps;
	width: 150px;
	float: left;
	display:block;
	}
	
div.formField {
	margin-top:25px;
	font-size:150%;
}
