body {
	font-family: Arial;
	font-size: 13px;
	line-height: 110%;
	color: #333333;
	margin: 0;

}


.hidden {
	display: none;
}
#document
{
	width: 950px;
	margin: 0 auto;
	position: relative;
}
#page-header {
	width: 950px;
	height: 160px;/**/
	/*border:1px dashed #F00;*/
	text-align:center;
	/*padding:1em;*/
	/*margin:1em;*/
	overflow: hidden;
	position:relative;
	float:none;
	clear: both;
}
#page-body
{
	width: 950px;
	/*border:1px dashed #F00;*/
	/**/
	background-color: #FFF;
	background-image: url("/images/bkleft.gif");
	background-repeat: repeat-y;
	
	
	/*overflow: hidden;*/
	position:relative;
	float:none;
	clear: both;
}
#page-footer {
	width: 950px;
	height: 20px;
	/*border:1px dashed #F00;*/
	background-color: #C2D5DE;
	text-align:center;
	overflow: hidden;
	position:relative;
	float:none;
	clear: both;
}
.headerlogo {
	width:950px;
	height: 160px;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	/*float: left;*/
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("/images/logo_artemis.gif");
}



.headerlogo img {
	width:950px;
	height: 110px;
	padding: 0;
	margin: 0;
	border: 0;
}
.headerbanner {
	width: 770px;
	height: 136px;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	/*float: left;*/
	position: absolute;
	top: 0px;
	left: 180px;
}

.h-div-top-01 {
	width: 950px;
	height: 20px;
	background-color: #0070BC;
	padding: 0;
	margin: 0;
	border: 0;
	text-align: center;
	/*float: left;*/
	position: absolute;
	top: 150px;
	left: 0px;
}



.h-div-top-02 {
	width: 120px;
	height: 20px;
	background-color: #C2D5DE;
	padding: 0;
	margin: 0;
	border-left: 0px solid #FFF;
	text-align: center;
	float: right;/**/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 20px;
	position: absolute;
	top: 120px;
	left: 830px;
}
.h-div-top-02 a {
	text-decoration: none; 
	color: #0065B3;
}
	
.h-div-top-02 a:hover {
	text-decoration: underline;
	color: #003B79; 
}

.bandafooter {
	margin: 0 auto;
	padding: 0px;
	font-size: 10px;
	color: #003B79;
	width: 950px;
	height: 10px;
	position: absolute;
	top: 3px;
	left: 0px;
	
}
.bandafooter a {
	font-size: 10px;
	color: #003B79;
	text-decoration: none;
}
.bandafooter a:hover {
	font-size: 10px;
	color: #003B79;
	text-decoration: underline;
}




#grid-menu {
	text-align:left;
	/*padding:0.5em 1em;*/
	width: 180px;
	float:left;
}


#grid-content {
	text-align:left;
	width: 770px;
	float:left;
	position: relative;
}

.h-zona-left{
	padding: 0px;
	margin-bottom: 5px;
	width: 180px;
	height:0px;
	background-image: url("/images/img_left.gif");
	/*float: left;*/
}

/*** menu ***/
#menu {
	/*border:0px dashed #555555;*/
	text-align:left;
	/*background-color: #CBD9E2;*/
}
.menuOn {
	display: block;
	border:0px solid #FFF;
	background-image: url("/images/menu_on.gif");
	width: 170px;
	height: 29px;
	padding: 0px;
	margin: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.menuOff {
	display: block;
	border:0px solid #FFF;
	background-image: url("/images/menu_off.gif");
	width: 170px;
	height: 29px;
	padding: 0px;
	margin: 10px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 27px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
.menuOff a {
	text-decoration: none; 
	color: #FFF;
	}
	
.menuOff a:hover {
	display: block;
	background-image: url("/images/menu_on.gif");
	width: 170px;
	height: 29px;
	}
.menuOn a {
	text-decoration: none; 
	color: #FFF;
	}
	
.menuOn a:hover {
	text-decoration: none;
	color: #FFF;
	}
	
.menuArea {
	border: 1px solid #555;
}
.menuArea-active {
	border: 1px solid #F00;
}
.menuOff .menuSubArea {
	display: block;
}
.menuArea-hidden,
.menuOff .menuSubArea-hidden
{
	display: none;/**//* attivare per subarea nascosta */
}

.menuSubArea {
	border-top: 1px solid #069;
	margin: 5px 0px 0px 10px;
	padding: 5px 0;
}
.menuSubArea-active {
	border-top: 1px solid #069;
	margin: 5px 0px 0px 10px;
	padding: 5px 0;
}

.menuArea .menu-item {
	/*background-color: #F00;*/
}
.menuArea .menu-item-selected {
	background-color: #9F9;
}
.menuArea-active .menu-item {
	/*background-color: #F00;*/
}
.menuArea-active .menu-item-selected {
	background-color: #0C0;
}

.menuSubArea .menu-item {
	/*background-color: #F00;*/
}
.menuSubArea .menu-item-selected,
.menuSubArea .menu-item-selected a
{
	background-color: #9FF;/**/
	color: #00F;
}
.menuSubArea-active .menu-item {
	/*background-color: #F00;*/
}
.menuSubArea-active .menu-item-selected {
	background-color: #F6F;
}

.menu-item-level0 {	margin-left: 0px; }
.menu-item-level1 {	margin-left: 10px; }
.menu-item-level2 {	margin-left: 20px; }
.menu-item-level3 {	margin-left: 30px; }
.menu-item-level4 {	margin-left: 40px; }
.menu-item-level5 {	margin-left: 50px; }
.menu-item-level6 {	margin-left: 60px; }
.menu-item-level7 {	margin-left: 70px; }
.menu-item-level8 {	margin-left: 80px; }
.menu-item-level9 {	margin-left: 90px; }
.menu-item-level10 {	margin-left: 100px; }

/*** /menu ***/






.recordnavigation {
	width: 700px;
	background-color: #EEE;
	padding:2px 4px;
	margin: 2px auto;
}
.recordnavigation,
.recordnavigation a
{
	text-align:center;
	font-size:11px;
	color: #555;
	text-decoration: none;
	font-weight: normal;
}
.recordnavigation a:hover
{
	color: #FF0000;
}
.recordnavigation .current,
.recordnavigation .current a
{
	color: #000;
	font-weight: bold;
}
.recordsearchbox {
	width: 700px;
	height: auto;
	border: 1px solid #DDD;
	background-color: #EEE;
	/*padding:0.3em 0.5em;*/
	margin: 1px auto;
	float: none;
	clear: all;
	font-size:10px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.recordsearchbox .recordsearchbox-header {
	width: 700px;
	height: 12px;
	background-color: #DDD;
	
}
.recordsearchbox .recordsearchbox-body {
	width: 700px;
	height: 58px;
	background-color: #EEE;
	
}
.recordsearchbox a
{
	text-decoration: none;
	font-weight: normal;
}
.recordsearchbox .searchfield {
	/*border: 0px dashed #555;*/
	padding:0.3em;
	margin: 0.25em;
	float: left;
}
.recordsearchbox .btnSubmitSearch {
	width: 75px;
	height: 20px;
	border: 1px solid #555;
	padding:0.3em;
	margin: 0 0.25em;
	float: left;

}
.recordsearchbox .search_all {
	width: 75px;
	height: 20px;
	border: 0px solid #555;
	margin: 0 0.25em;
	float: left;
}
.recordsearchbox .search_all a {
	font-size:1em;
	color: #333;
	text-decoration: none;
}

.recordsearchbox input,
.recordsearchbox select,
.recordsearchbox button
{
	border: 1px solid #555;
	padding: 1px 2px;
	font-size:1em;
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.search_recperpage {
	clear: left;
}




/*** records ***/
.news {
	
}

.links a {
	color: #0065B3;
	text-decoration: none;
	font-weight: bold;
}
.links a:hover {
	text-decoration: underline;
	color: #003B79;
	font-weight: bold;
}


.links01 a {
	color: #0065B3;
	text-decoration: none;
	
}
.links01 a:hover {
	text-decoration: underline;
	color: #003B79;
	
}




.content-link a {
	text-decoration: none;
}
.content-link a:hover {
	text-decoration: underline;
	color: #660099;
}


.record {
	padding: 0.5em;
	background-color: #FFFFFF;
	width: 700px;
	margin: auto;
	/*border: 1px dashed #555;*/
}
.norecords {
	width: 700px;
	height: 200px;
	background-color: #EEE;
	margin: 5px auto;
	color: #888;
}

.record table {
	border: 1px solid #888;
	border-collapse: separate;
	border-spacing: 2px;
	width: 100%;
}
.record table td {
	padding: 4px 8px;
	text-align: left;
}
.record hr {
	border: 1px solid #CCC;
}
.record .date {
	border-bottom: 1px solid #888;
	font-size: 0.8em;
}
.record .title {
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #003F76;
}
.record .title a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #003F76;
	text-decoration: none;
}
.record .title a:hover {
	text-decoration: underline;
}
.record .image {
	padding: 0.5em;
	width: 180px;
	text-align: center;
	vertical-align: top;
}
.record .image img {
	border: 0px solid #555;
}
.record .image .description {
	font-size: 0.8em;
}
.record .content {
	font-size: 1em;
}
.record .links {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
}
.record .links .link {
	font-size: 1em;
}
.record .links .email {
	font-size: 1em;
}
.record .links .attachment {
	font-size: 1em;
}

.recordnavigation {
	background-color: #EEE;
	padding:0.3em 0.5em;
	margin: 0.25em auto;
}
.recordnavigation,
.recordnavigation a
{
	text-align:center;
	font-size:0.9em;
	color: #555;
	text-decoration: none;
	font-weight: normal;
}
.recordnavigation a:hover
{
	color: #FF0000;
}
.recordnavigation .current,
.recordnavigation .current a
{
	color: #000;
	font-weight: bold;
}


.record_intro {
	display: none;
}

/*** /records ***/

.closewin, .closewin a {
	background-color: #EEE;
	padding: 2px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #555;
	text-decoration: none;
}

/*** form-info ***/
#form-info {
	width: 700px;
	margin: auto;
}
#form-info .title {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F5B241;
}
#form-info .required {
	font-weight: bold;
	background-color: #EEEEEE;
}
#form-info .formlabel {
	padding: 4px 10px;
	text-align: right;
	border-bottom: 1px dashed #888;
}
#form-info .formfield {
	padding: 4px 10px;
	text-align: left;
	border-bottom: 1px dashed #888;
}
#form-info .formfield input {
	padding: 2px 4px;
	border: 1px solid #888;
}
#form-info .formfield textarea {
	padding: 2px 4px;
	border: 1px solid #888;
}
#form-info .privacy {
	font-size: 9px;
}
#form-info .subtitle {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	/*background-color: #F5B241;*/
}
/*** /form-info ***/

/*** form-info ***/
#page-body-form {
	width: 650px;
	margin-left: 40px;
}
#page-body-form .form_info table {
	width: 650px;
	margin: auto;
}
.form_info table .title {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F5B241;
}
.form_info table .required {
	font-weight: bold;
	background-color: #EEEEEE;
}
.form_info table .formlabel {
	padding: 4px 10px;
	text-align: right;
	border-bottom: 1px dashed #888;
}
.form_info table .formfield {
	padding: 4px 10px;
	text-align: left;
	border-bottom: 1px dashed #888;
}
.form_info table .formfield input {
	padding: 2px 4px;
	border: 1px solid #888;
}
.form_info table .formfield textarea {
	padding: 2px 4px;
	border: 1px solid #888;
}
.form_info table .privacy {
	font-size: 9px;
}
.form_info table .subtitle {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	/*background-color: #F5B241;*/
}
/*
.form_info table td {
	width: 500px;
	margin: auto;
	border: 1px dashed #888;
}
*/
/*** /form-info ***/


.titolo-pagina {
	margin: 10px auto;
	position: relative;
	text-align: center;
	padding: 4px;
	width: 700px;
	background-color: #004E92;
	color: #FFFFFF; 
	font-weight: bold;
	}
.didascalie {
	font-size: 11px;
	}	
.iframe-photogallery {
	width: 100%;
	height: 500px;
	border: 1px solid #555;
}
#ModalDialog {
	width: 2000px;
	height: 2000px;
	position: absolute;
	top: 166px;
	left: 190px;
	background-color: #FFF;
	opacity: 0.5;
	z-index: 999;
}

#RecordDialog {
	width: 760px;
	/*height: 80%;*/
	position: absolute;
	top: 166px;
	left: 190px;
	background-color: #FFF;
	border: 1px solid #555;
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	z-index: 1000;
}
.loader
{
	width: 100px;
	height: 50px;
	font-size: 2em;
	font-weight: bold;
	text-decoration: none;
	color: #F0F;
	margin: 1em auto;
	/*background-color: #DDD;*/
	background-image: url("/images/loading.gif");
	background-repeat: no-repeat;
}



.CategoryBreadcrumbs,
.Breadcrumbs
{
	width: 90%;
	padding: 4px;
	border: 1px dashed #555;
	margin: auto;
}

.CategoryBreadcrumbs-item,
.CategoryBreadcrumbs-item a,
.Breadcrumbs-item,
.Breadcrumbs-item a
{
	text-align:left;
	font-size:1.0em;
	color: #00F;
	text-decoration: none;
	font-weight: bold;
}
.CategoryBreadcrumbs-item-option,
.CategoryBreadcrumbs-item-option a,
.Breadcrumbs-item-option,
.Breadcrumbs-item-option a
{
	text-align:left;
	font-size:0.9em;
	color: #555;
	text-decoration: none;
	font-weight: normal;
}







/*** HOME PAGE ***/
.h-intro {
	/*border: 1px dashed red;*/
	width: 700px;
	/*height: 60px;*/
	font-size: 0.8em;
	text-align: justify;
	padding: 0px;
	margin: 10px;
	overflow: hidden;
	/*float: left;*/

}
.h-zona-main{
	/*background-color: #FC9;*/
	width: 756px;
	padding: 0px;
	margin: 0 auto;
	/*float: left;*/
	/*overflow: hidden;*/
}	

.h-main-block {
	width: 725px;
	margin: 0 0 5px 10px;
}
.h-main-block-cap,
.h-main-block-cap a
{
	background-color: #FFF;
	width: 725px;
	text-align: left;
	margin: 0 0 10px 0;
	/*padding: 2px;*/
	border: 0px solid #004E92;
	/*overflow: hidden;*/
	font-weight: bold;
	color: #0065B3;
	line-height: 15px;
	text-decoration: none;
	font-size: 14px;
}
.h-main-block-cap a:hover
{
	color: #003B79;
	text-decoration: underline;
}



.h-main-block-content {
	/*background-color: #CCC;*/
	width: 725px;
	margin: 0;
}


.h-main-block .hrecord img {
	margin: 0px 10px 10px 5px;/**/
	float: left;
	/*border:1px solid #F00;*/
}
.h-main-block .hrecord .title,
.h-main-block .hrecord .title a
{
	font-weight: bold;
	color: #003F76;
	font-size: 1.0em;
	text-decoration: none;
}


.h-main-block .hrecord .text
{
	/*margin: 5px 10px 5px 10px;*/
}
.h-main-block .hrecord .date
{
	font-size: 0.8em;
	color: #660000;
	/*margin: 5px 10px 5px 10px;*/
}
.h-main-block .hrecord .link,
.h-main-block .hrecord .link a
{
	font-weight: normal;
	color: #003F76;
	font-size: 10px;
	text-decoration: none;
}

#slideShow-downloads
{
	/*width: 550px;*/
	height: 160px;/**/
	text-align: left;
	/*margin: 0px 5px 10px 10px;*/
	/*padding: 10px;*/
	border: 1px solid #888;
	overflow: hidden;
}

.slideShowItem {
	position: relative;
	padding: 4px 8px;
	float: none;
	clear: both;
}

#slideShow-pacchetti_turistici
{
	/*width: 550px;*/
	/*height: 160px;*/
	text-align: left;
	/*margin: 0px 5px 10px 10px;*/
	/*padding: 10px;*/
	border: 1px solid #888;
	overflow: hidden;
}

#slideShow-pacchetti_turistici .slideShowItem {
	position: relative;
	padding: 4px 8px;
}

#slideShow-banner
{
	width: 533px;
	height: 100px;
	text-align: left;
	/*margin: 0px 5px 10px 10px;*/
	/*padding: 10px;*/
	border: 1px solid #888;
	overflow: hidden;
}

#slideShow-banner .slideShowItem {
	position: relative;
	padding: 0;
}
#slideShow-banner img {
	margin: 0;
	float: none;
}

#block-altre_lingue {
	text-align: center;
	/*margin: 0px 5px 10px 10px;*/
	padding: 10px;
	border: 1px solid #888;
	/*overflow: hidden;*/
	background-color: #EEE;
	text-decoration: none;
	color: #0000FF; 
}

#block-altre_lingue a {
	text-decoration: none;
	color: #0000FF; 
	}
	
#block-altre_lingue a:hover {
	text-decoration: underline;
	color: #660099; 
	}
#block-territorio {
	text-align: center;
	/*margin: 0px 5px 10px 10px;*/
	padding: 10px;
	border: 1px solid #888;
	/*overflow: hidden;*/
	background-color: #EEE;
}
#block-territorio table {
	text-align: left;
}
#block-territorio td {
	text-align: left;
	border: 1px solid #ccc;
	padding: 4px;
}
#block-territorio a {
	text-decoration: none;
	color: #0000FF;
}



.h-zona-right{
	/*background-color: #F4E;*/
	width: 220px;
	padding: 0px;
	margin: 0px;
	/*overflow: hidden;*/
	float: left;
}	

.h-right-block {
	width: 208px;
	margin: 0 0 0px 5px;
}
.h-right-block-content {
	/*background-color: #CCC;*/
	width: 210px;
	margin: 0px 0px 10px 5px;
}

.h-right-block-cap
{
	width: 208px;
	height: 20px;
	background-color: #F00;
	text-align: center;
	margin: 0px 0px 2px 5px;
	padding: 0px;
	border: 1px solid #004E92;
	/*overflow: hidden;*/
	background-color: #004E92;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
.h-right-block-cap a
{
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

.h-right-block .hrecord .title,
.h-right-block .hrecord .title a
{
	font-weight: bold;
	color: #003F76;
	font-size: 1.0em;
	text-decoration: none;
}


.h-right-block .hrecord .text
{
	/*margin: 5px 10px 5px 10px;*/
}
.h-right-block .hrecord .date
{
	font-size: 0.8em;
	color: #660000;
	/*margin: 5px 10px 5px 10px;*/
}

.h-right-block .hrecord .link,
.h-right-block .hrecord .link a
{
	font-weight: normal;
	color: #003F76;
	font-size: 10px;
	text-decoration: none;
}


#slideShow-bandi .hrecord {
	width: 188px;
	text-align: left;
	margin: 0px 0px 2px 0px;
	padding: 4px 10px;
	border: 1px solid #888;
	/*overflow: hidden;*/
	background-color: #EBEBDC;
	border-bottom: 1px solid #888;
}

#block-meteo {
	width: 210px;
	margin: 0px 0px 10px 5px;
	padding: 0px;
}

#block-partner  {
	width: 188px;
	text-align: left;
	margin: 0px 0px 0px 5px;
	padding: 4px 10px;
	border: 1px solid #888;
	/*overflow: hidden;*/
	background-color: #EBEBDC;
	border-bottom: 1px solid #888;
}
#block-partner a  {
	font-size: 0.9em;
	text-decoration: none;
	color: #0000FF;
}
#block-partner a:hover  {
	text-decoration: underline;
	color: #660099; 
}

/*** /HOME PAGE ***/

/*** Schede AZIENDE ***/

.azienda {

}
.azienda-anagrafica {
	font-family: arial;
	font-size:13px;
	text-align: left;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	/*line-height: 20px;*/
	clear: both;

}
.azienda-anagrafica .block {
	border-bottom: 1px solid #ededd7;
	margin: 4px;
	clear: both;
}
.azienda-anagrafica .label
{
	width: 100px;
	/*height: 10px;*/
	padding: 4px;
	text-align: right;
	background-color: #EEE;
	color: #555;
	margin: 1px 4px 1px 1px;
	display: block;
	float: left;/**/
}
.azienda-anagrafica .content {
	padding: 4px;
	font-weight: bold;
	display: block;
	float: left;/**/
	
}

.azienda-descrizione {
	/*border: 1px solid #ededd7;*/
	font-family: arial;
	font-size:13px;
	text-align: left;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	/*line-height: 20px;*/
	margin: 10px 0 0 0 ;
	clear: both;

}
.azienda-descrizione .block {
	/*border-bottom: 1px solid #ededd7;*/
	margin: 6px 4px 4px 4px;
	clear: both;
}
.azienda-descrizione .label
{
	/*height: 10px;*/
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background-color: #ededd7;
	margin: 1px 4px 1px 1px;
	display: block;
}
.azienda-descrizione .content {
	padding: 4px;
	font-weight: normal;
	display: block;
	
}


/*** /Schede AZIENDE ***/




/**** NOTE VARIE ****/
/* interessanti questi fonts
font-family: 'Lucida Grande','Trebuchet MS';
il secondo e' piu' elegante del solito verdana
*/

.menuseparator {
	background-color: #000;
	color: #FF0;
}


/*** form-info ***/
.form {
	width: 700px;
	height: auto;
	margin: 10px auto;
	border: 1px solid #888;
	overflow: auto;
}
.form .title {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #369;
}
.form .form-element {
	border-bottom: 1px dashed #888;
	position: relative;
	float: none;
	clear: both;
}
.form .form-group {
	border-bottom: 1px dashed #888;
	position: relative;
	float: none;
	clear: both;
}
.form .form-group .form-element {
	border: 0;
}
.form .form-wrap {
	width: auto;
	height: auto;
	margin: 10px;
	border: 1px solid #369;
	padding: 6px;
	position: relative;
	float: none;
	clear: both;
	overflow: auto;
}
.form .form-wrap-label {
	width: auto;
	height: auto;
	margin: 0;
	background-color: #369;
	color: #FFF;
	padding: 2px 4px;
	/*
	position: absolute;
	top: 0;
	left: 0;
	*/
}


.form .form-label {
	width: 150px;
	padding: 4px 10px;
	text-align: right;
	float: left;
	/*border: 1px dashed #F00;*/
}
/*
.form .form-group .form-element {
	float: left;
	clear: none;
	background-color: #987654;
}
*/
.form .form-group-element-inline .form-element {
	float: left;
	clear: none;
}
.form .form-field {
	padding: 4px 10px;
	text-align: left;
	float: left;
	/*border: 1px dashed #F00;*/
}

.form .required {
	font-weight: bold;
	background-color: #EEE;
}
.form .form-description
{
	font-weight: normal;
	color: #555;
	font-size: 0.9em;
	font-style: italic;
}
.form .form-text
{
	font-weight: normal;
	color: #000;
	font-size: 0.9em;
}
.form .form-helplink
{
	color: #00F;
}

.form .type-header {
	font-weight: bold;
	background-color: #888;
	color: #FFF;
	padding: 4px 10px;
}

.form .form-field input {
	/*width: 300px;*/
	padding: 2px 4px;
	border: 1px solid #888;
}
.form .form-field textarea {
	width: 300px;
	height: 200px;
	padding: 2px 4px;
	border: 1px solid #888;
}
.form .privacy {
	font-size: 0.7em;
}
.form .subtitle {
	text-align: center;
	padding: 6px;
	font-size: 1.2em;
	font-weight: bold;
	/*background-color: #F5B241;*/
}
/*** /form-info ***/


























/*** pagine statiche ***/

.img-titolo {
	margin: 0px auto;
	position: relative;
	padding: 0px;
	width: 600px;
	height: 30px;
	}


.all-centro	{
	text-align: center;
	}	
	
.scritta-titolo {
	text-align: left;
	vertical-align: middle;
	color: #0065B3; 
	font-weight: bold;
	font-size: 14px;
	}
	


.div-tabella-statica {
	margin: 0 auto;
	padding: 0px;
	text-align: justify;
	width: 700px;
	}
	
	
.table-01 {
	table-layout: automatic;
	border-collapse: collapse;
	}

	
.td-01 {
	padding: 10px;
	/*
	background-color: #DEF;
	border: 1px solid #5A6269;
	*/
	}
	
.td-02 {
	padding: 10px;
	text-align: center;
	}	
	
			
.titoletto	{
	border: 0px solid #5A6269;
	padding: 2px;
	background-color: #C2D5DE;
	color: #003B79; 
	font-weight: bold;
	width: 200px;
	text-align: center;
	position: relative;
	/*left: 240px;*/
	margin: auto;
	}
	
.img-td-logo	{
	width: 50px;
	height: 40px;
	}
	
	
.div-tabella-home {
	margin: 0 0 10px 0;
	padding: 0px;
	text-align: justify;
	width: 700px;
	}	
	
.table-home {
	table-layout: automatic;
	border-collapse: collapse;
	}	
	
	
.tit-01home	{
	padding: 2px;
	color: #0065B3; 
	font-weight: bold;
	text-align: left;
	position: relative;
	font-size: 14px;
	left: 5px;
	}
	
		
	
.td-02home {
	padding: 10px;
	text-align: left;
	width: 200px;
	}
	
.tit-02home	{
	padding: 2px;
	color: #003B79; 
	font-weight: bold;
	text-align: center;
	position: relative;
	left: 0px;
	}	
		
		
	
.td-03-home {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	}
			
	
.testo-c	{
	font-size: 0.8em;
	font-style: italic;

	}
	
	
.hr01	 {

	border: 1px solid #369;
}
		

/*** /pagine statiche ***/
