/******************
HTML Tags
******************/

body {
	font-family:"trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#666666;
	font-size:.8em;
	line-height:160%;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	}

#content p, #content-side p, #footer-container p, table {
	margin:10px 0px 10px 0px;
	}

#content-side img {
	border:none;
	}

/******************
FORM STYLES
******************/

#content-container form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content-container fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 10px 10px 20px;
	}

/* a nested fieldset */
#content-container fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content-container legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content-container fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:normal;
	}

#content-container label {
	display:block;
	padding-top:8px;
	}

.mainnav-right form {
	margin:0px;
	padding:0px;
	text-align:right;
	}

.mainnav-right form fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}

.mainnav-right form legend {
	display:none;
	}

.mainnav-right label {
	display:none
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#FF6600;
	text-decoration:underline;
	}

a:visited {
	color:#00CC33;
	}

a:hover {
	color:#41C457;
	text-decoration:none
	}

a:active {
	color:#FF9900;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:visited {
	color:#6E6E6E;
	text-decoration:none;
	font-weight:bold;
	}

.mainnav-left a:hover {
	color:#41C457;
	}

.mainnav-left a:active {
	color:#017CBC;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#breadcrumbs a:visited {
	color:#FFF6AE;
	}

#breadcrumbs a:hover {
	color:#FFFFFF;
	text-decoration:none
	}

#breadcrumbs a:active {
	color:#F0FF4A;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#content-side a:link {
	color:#FFF6AE;
	text-decoration:underline;
	}

#content-side a:visited {
	color:#ECE4B0;
	}

#content-side a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

#content-side a:active {
	color:#F0FF4A;
	}

/******************
HEADINGS
******************/

h1 {
		font-size:1.4em;
		padding:10px 0 6px 0;
		}
	
	h2 {
		font-size:1.2em;
		}
	
	h3 {
		font-size:1.0em;
	
		}
		
	h4 {
		font-size:0.8em;
				margin:0px 0px 0px 2px;
		}
		
	h5 {
		font-size:.7em;
		}
		
	h6 {
		font-size:.6em;
		}
		
#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
LAYOUT DIVS
******************/

#header-container {
	background: #828AD0 url(bg-main.jpg) repeat-x;
	height:68px;
	font-size:2em;
	margin:0px;
	font-weight:bold;
	}

#header-container a {
	text-decoration:none;
	color:#FFFFFF;
	}
	
#header-left {
	float:left;
	width:280px;
	color:#FFFFFF;
	height:30px;
	padding:38px 10px 0px 10px;
	background: url(bg-curve-top-left.gif) no-repeat;
	}

#header-right {
	margin:0px 175px 0px 280px;
	color:#FFFFFF;
	padding:41px 10px 0px 0px;
	height:28px;
	border-right:5px solid #FFFFFF;
	font-size:.55em;
	text-align:right;
	}

#posterphoto {
	margin:4px 0px 0px 0px;
	padding:0px;
	}

#posterphoto img {
	border:1px solid #A7A7A7;
	margin:0px;
	display:block;
	}

.mainnav-container {
	margin:4px 0px;
	height:30px;
	clear:both;
	}

.mainnav-left {
	float:left;
	width:568px;
	padding:4px 0px 4px 10px;
	border:1px solid #A7A7A7;
	}

.mainnav-right {
	float:right;
	padding:4px 7px 4px 0px;
	border:1px solid #A7A7A7;
	width:166px;
	height:20px;
	}

#breadcrumbs {
	margin:3px 0px 0px 0px;
	color:#FFFFFF;
	}

#content-container {
	background: url(bg-main.jpg) repeat-y right;
	}

#content-side {
	float:right;
	width:155px;
	color:#FFFFFF;
	padding:10px;
	margin:0px 0px 4px 0px;
	background: #828AD0 url(bg-main.jpg);
	}

#content {
	padding:0px 10px 10px 10px;
	margin:0px 180px 0px 0px;
	border:1px solid #A7A7A7;
	background: url(bg-breadcrumb.jpg) repeat-x;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	padding:10px 0px
	}

#three-column-left {
	float:left;
	width:30%;
	}

#three-column-right {
	float:right;
	width:30%;
	}

#three-column-middle {
	width:30%;
	margin:0px 31% 0px 35%;
	}

#footer-container {
	background: #828AD0 url(bg-main.jpg);
	height:68px;
	color:#FFFFFF;
	margin:4px 0px 0px 0px;
	clear:both;
	}

#footer-left {
	width:566px;
	height:56px;
	padding:1px 0px 0px 10px;
	margin:0px;
	}

#footer-right {
	float:right;
	color:#FFFFFF;
	padding:0px;
	width:175px;
	height:68px;
	border-left:4px solid #FFFFFF;
	margin:0px;
	background: url(bg-curve-bottom-right.gif) no-repeat right bottom;
	}

/******************
Menu Items
******************/

.mainnav-container ul {
	margin:0px;
	padding:0px;
	}

.mainnav-container li {
	padding-right:10px;
	list-style:none;
	display:inline;
	}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical {
	margin:0px 0px 15px 5px;
	padding:0px;
	}

#content-side ul.list li {
	list-style:none;
	padding:1px 0px 1px 12px;
	margin:0px;
	background: url(bullet-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	}

#content-side ul.link-list-vertical li a:link {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-right.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:visited {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-right-visited.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:hover {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-right-hover.gif) no-repeat;
	background-position: 0 .6em;
	}

#content-side ul.link-list-vertical li a:active {
	padding:1px 0px 1px 12px;
	background: url(bullet-link-right-active.gif) no-repeat;
	background-position: 0 .6em;
	}

/******************
TABLE STYLES
******************/

table.table {
	width:100%;
	border:1px solid #D0D0BF;
	border-collapse:collapse;
	}

thead th {
	border-bottom:2px solid #D0D0BF;
	padding:6px;
	}

tfoot th {
	border-top:2px solid #D0D0BF;
	padding:6px;
	}

.table-row-1 td, .table-row-1 th,.table-row-2 td, .table-row-2 th, th {
	padding:2px 6px;
	border:1px solid #D0D0BF;
	}

.table-row-1 td, .table-row-1 th {
	background: url(bg-table-row-alternate.jpg);
	}

/******************
CLASSES
******************/

img.photobig, img.photosmall {
	border:1px solid #CCCCCC;
	background: #E0E0E0 url(bg-table-row-alternate.jpg);
	padding:10px;
	}

img.photosmall {
	margin-right:10px;
	margin-bottom:2px;
	float: left;
	}
	
.searchbox {
	height:14px;
	margin:0px;
	padding:0px;
	width:8.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	vertical-align:baseline;
	}

.button-search {
	height:19px;
	margin:0px;
	padding:0px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0000FF;
	}

.separator-side-column {
	border-top:1px solid #FFFFFF;
	margin-bottom:8px;
	padding:0px;
	}

.section-title-not-heading {
	font-size:1.1em;
	font-weight:bold;
	display:block;
	margin-bottom:8px;
	}

.button-big {
	margin-top:8px;
	}

.small-text {
	font-size:.8em;
	}

.none {
	display:none;
	}

.clear {
	clear:both;
	}
		/******************
	Oh My
	******************/
	
	.bottoni
	{
		 float: left;
		 margin: inherit;
		 padding-left:20px; 
	}
	
	.sottolinea
	{
		border-bottom:1px solid #A7A7A7;
	}
	span.label
	{
		display:inline-block;
		font-weight:bold;
		width:160px;
	}
	img.imageComune
	{
		 float: left;
	}
	

		/*----------------------------- Vecchi css*/
	
	.box1 {
	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
}

.box2 {
	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 8px;
}

.box3 {
	font-size: 8pt;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	background-color: white;
}

.box4 {
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-image: url(images/txtab1.gif);
}

.box5 {
	font-size: 8pt;
	color: #000000;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;

	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	background-color: white;
}

.button {
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	font-size: 8pt;
	border-left: #a2a3a2 1px solid;
	color: #003366;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
}

.topbox {
	font-weight: bold;
	font-size: 11px;
	color: #CECECE;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 2px;
	background-color: #174463;
}

.menustyle {
	border-style:solid;
	border-color:#A2A3A2;
	border:1px;
	font-size: 11pt; 
	font-family: Tahoma,Verdana,Arial;
	color: #003366;  
	font-weight: bold; 
	cursor: default
}
	
.menuitem {	
	background-color: #DBEBF7;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	border:1px;
  border-style:solid;
  border-color:#A2A3A2;
  padding:3px;
  padding-left:5px;
  padding-right:5px;
  cursor:default
}
.menuitem2 {	
	background-color: #003366;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	border:1px;
  border-style:solid;
  border-color:#a2a3a2;
  padding:3px;
  padding-left:5px;
  padding-right:5px;
  cursor:default;
  color: azure;
}

.mouseover {
	background-color:silver;
	color:black;
	font-family:Tahoma,Verdana,Arial;
	font-size:11px;
	border:1px;
  border-style:solid;
  border-color:Gray;
  padding:3px;
  padding-left:5px;
  padding-right:5px;
  cursor:default}

.boxfooter {
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	color: #d3d3d3;
	border-bottom: #a2a3a2 1px solid;
	font-size: 1px;
	font-family: Arial;
	background-color: #d3d3d3;
}

.textmenu {
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	padding-left: 2px;
}

.menutit {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Verdana,Arial,Tahoma;
	font-variant: small-caps;
	padding-left: 2px;
}

.loginbox {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
}

.padtop {
	padding-top: 10px;
	border-bottom: 1px solid rgb(162, 163, 162);

}

.textscroll {
		font-size: 11px;
	color: #5F5F5F;
	font-family: Verdana,Arial,Tahoma;
	padding: 3px;
}

.toptab {
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	background-color: #d3d3d3;
}
.menutab {
	background-color: #003366;
}

.top 
{
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
}

.boxtab {
	border-right: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	font-weight: bold;
	font-size: 10px;
	border-left: #a2a3a2 1px solid;
	color: #0030ff;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	padding-left: 4px;
}
.boxtab1 {

	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	color: #EE0000;
}

.title {
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.tl {
	border-top: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Arial;
}

.l {	
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
}

.lb {	
	border-bottom: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
}

.brt {	
    border-top: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid; 
	border-right: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
	color: #ffffff;
}

.boxg {	
    border-top: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid; 
	border-right: #a2a3a2 1px solid;
	border-left: #a2a3a2 1px solid;
	background-color: #d3d3d3;
	font-size: 10px;
	font-family: Verdana,Arial,Tahoma;
	color: #3f3f3f;
}

.blank {	
	font-size: 2px;
	font-family: Verdana,Arial,Tahoma;
	color: #ffffff;
}

.textp {
	font-size: 11px;
	background-image: url(images/txtab1.gif);
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;
	border-bottom: #a2a3a2 1px solid; 
	PADDING-TOP: 5px;
	PADDING-left: 5px;
	PADDING-right: 5px;
	PADDING-bottom: 5px;
}
.textp3 {
	font-size: 11px;
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;
	PADDING-TOP: 5px;
	PADDING-left: 5px;
	PADDING-right: 5px;
	PADDING-bottom: 5px;
}
.textp2 {
	font-size: 11px;
	color: #5f5f5f;
	font-family: Verdana,Arial,Tahoma;

}


.text {
	font-size: 12px;
	color: #5f5f5f;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-family: Verdana,Arial,Tahoma;
}

.textitalic {
	font-size: 11px;
	color: #5f5f5f;
	font-style: normal;
	font-family: Verdana, Arial, Tahoma;
	padding-left: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
}

.text11 {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	text-align: justify;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.text1199 {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	text-align: right;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
}
.text11red {
	font-size: 11px;
	color: #CC0000;
	font-family: Verdana,Arial,Tahoma;
}
.text10redbold {
	font-size: 10px;
font-weight:bold;
	color: #CC0000;
	font-family: Verdana,Arial,Tahoma;
}
.text11bold
{
	font-weight:bold;
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}

.text11blu {
	font-size: 11px;
	color: #006666;
	font-family: Verdana,Arial,Tahoma;
}

.title11 {
	font-size: 11px;
	font-weight: bold;
	color: #3f3f3f;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
	padding-bottom: 5px;
}

.title12g
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana,Arial,Tahoma;
	background-color: #3590CF;
}

HR {	
	color: #a2a3a2;
}

.text10 {
	font-size: 11px;
	color: #3f3f3f;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}
.text10blu {
	font-size: 11px;
	color: #224875;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}
.text10blu2 {
	font-size: 10px;
	color: #224875;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
	border-bottom: #c4e1f5 1px dotted;
}
.text10blu3 {
	font-size: 10px;
	color: #000000;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
	font-weight: bold;
}
.text10blu4 {
	font-size: 10px;
	color: #000000;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 3px;
}
.text10blu5 {
	font-size: 10px;
	color: #000000;	
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;

}
.text10blu6 {
	font-size: 10px;
	color: #000000;	
	font-family: Verdana,Arial,Tahoma;
	text-decoration: none;
	font-weight: bold;
}
.text10ind {
	font-size: 11px;
	color: #3f3f3f;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
	
}

.text8ind {
	font-size: 8px;
	color: #3f3f3f;	
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.text10nd {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	text-decoration: none;

}

.text10reg {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;

}

.title11blu {
font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 5px;
}

.titletab {
font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
}

.textrow {
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}

.textrow 
{
	font-weight:bold;
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}


.ITEMSTYLEHYPERLINK {
	color: #3f3f3f;
font-weight: bold;
}
A:LINK 
{
color: #3f3f3f; 
}
A:VISITED 
{
color: #3f3f3f;  
}

A:HOVER
{
color: #3f3f3f; 
}

.boxgr
{
	border-left: 1px none #CDCECF;
	border-right: 1px none #CDCECF;
	border-bottom: 1px solid #CDCECF;
	border-top: 1px solid #CDCECF;
	background-color: #FAFCFD;
}
.titlebrd {
	font-weight: bold;
	font-size: 11px;
	color: #0030ff;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;

}
.back
{
	font-weight: bold;
	font-size: 9pt;
	color: #e4f1fb;
	font-family: Verdana, Tahoma, Arial;
	right: 5px;
}
.titlebrd2 {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Arial, Tahoma;
	background-color: #F3F8FC;
	border-top: 1px dashed #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-left: 1px none #a2a3a2;


}
.titlebrd3 {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;
	padding-left: 5px;


}
.title12g2 {
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana,Arial,Tahoma;
	background-color: #2660A6;
	padding-left: 5px;

}
.help {
	background-color: #BEDCF1;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	padding:0px 0px 0px 3px;
	cursor:default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;


}
.help2 {
	background-color: #BEDCF1;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	padding:0px 0px 0px 3px;
	cursor:default;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;


}
.text9nd {
	font-size: 10px;
	color: #E7F5FE;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 3px;
	text-decoration: none;




}
.nd {
	font-size: 10px;
	color: #C7E1E9;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	padding-bottom: 1px;
	padding-left: 1px;

}
.menutit2 {

	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Tahoma;
	font-variant: small-caps;
	padding-left: 2px;
}
.box6 {

	border-right: #a2a3a2 1px solid;
	font-size: 11pt;
	border-left: #a2a3a2 1px solid;
	color: #000000;
	border-bottom: #a2a3a2 1px solid;
	font-family: Verdana,Arial,Tahoma;
	background-color: white;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 5px;
}
.line {
	border-bottom: 1px solid rgb(162, 163, 162);
}
.boxfooter2 {
	border-top: #a2a3a2 1px solid;
	background-color: #d3d3d3;
}
.login {
	background-color: #BEDCF1;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	padding:0px 5px;
	cursor:default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px solid #A2A3A2;
	text-align: justify;

}
.txtbox {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	width:90px;
	border: 1px solid #999999;
	font-weight: normal;


}
.txtbox2 {
	font-size: 12px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	border: 1px solid #999999;
	font-weight: normal;
}
.textboldblu {
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border: 1px none #a2a3a2;

}
.iscr {
	font-size: 11px;
	color: #333333;
	font-family: Verdana, Tahoma, Arial;
	font-weight: normal;
	border-top: 1px none #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	padding-left: 3px;



}
.login2 {

	background-color: #BEDCF1;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	padding:0px 5px;
	cursor:default;
	font-weight: normal;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px solid #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
	text-align: justify;
}
.text10b {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	font-weight: bold;
	text-align: justify;
}
.text10j {
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	padding-left: 2px;
	padding-right: 5px;
	text-align: justify;
}
.textlnk {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}
.textlnk2 {
	font-size: 10px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
}
.titlebox {

	background-color: #BEDCF1;
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	padding:0px 0px 0px 3px;
	cursor:default;
	font-weight: bold;
	color: #333333;
	border-top: 1px solid #A2A3A2;
	border-right: 1px none #A2A3A2;
	border-bottom: 1px none #A2A3A2;
	border-left: 1px none #A2A3A2;
}
.mailbox {
	border-top: 1px solid #A2A3A2;
	border-right: 1px solid #A2A3A2;
	border-bottom: 1px solid #A2A3A2;
	border-left: 1px solid #A2A3A2;
}
.label1 {
	border-top: 1px solid #A2A3A2;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #A2A3A2;
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color: #E7F5FE;
	padding-left: 4px;
	padding-right: 4px;
	text-decoration: none;
}
.tlabel1 {
	
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color: #E7F5FE;
	border-top: 0.5pt solid rgb(162, 163, 162);
	border-left: 0.5pt solid rgb(162, 163, 162);
	border-right: 0.5pt solid rgb(162, 163, 162);
}
.tlabel2 {
	
	font-family:Verdana, Tahoma, Arial;
	font-size:10px;
	color: #E7F5FE;
	text-decoration: none;
	border-top: 0.5pt solid rgb(162, 163, 162);
	border-left: 0.5pt solid rgb(162, 163, 162);
	border-right: 0.5pt solid rgb(162, 163, 162);

}
.linedot {
font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	color: #224875;	
	border-bottom: 0.5pt dashed rgb(162, 163, 162);
}

.linedot2 {
	font-size: 11px;
	color: #3f3f3f;	
	font-family: Verdana,Arial,Tahoma;
	text-align:justify;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 0.5pt dashed rgb(162, 163, 162);
	border-top: 0.5pt dashed rgb(162, 163, 162);
}

#formtable td { 
 background-color: #F4FBFF; 

} 
.textlnk3 {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana,Arial,Tahoma;
	background-color: #F4F4F4;

}
.titletab2 {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	text-align: center;

}
.titlebrd4 {
	font-size: 11px;
	color: #003366;
	font-family: Verdana, Arial, Tahoma;
	border-left: 1px none #a2a3a2;
	border-right: 1px none #a2a3a2;
	border-bottom: 1px dashed #a2a3a2;
	border-top: 1px none #a2a3a2;
	background-color: #F3F8FC;
	padding-left: 5px;
}
.linedot3 {

	font-size: 11px;
	color: #666666;	
	font-family: Verdana, Arial, Tahoma;
	padding-right: 5px;
	border-bottom: 0.5pt solid rgb(162, 163, 162);
	border-top: none;
}
.titletab3 {
	font-size: 11px;
	color: #3f3f3f;
	font-family: Verdana, Arial, Tahoma;
	border: none;

}
.box {
	text-decoration: none;
	border: 1px solid #a2a3a2;

}
.textrow2 {

	font-size: 11px;
	color: #CCCCCC;
	font-family: Verdana, Arial, Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
	font-weight:normal;
	font-size: 11px;
	color: #000000;
	font-family: Verdana,Arial,Tahoma;
	border-left: #a2a3a2 1px solid;
	border-right: #a2a3a2 1px solid;
	border-bottom: #a2a3a2 1px solid;
	border-top: #a2a3a2 1px solid;
	background-color: #D3E7F5;
}
		
		
		/*
dal sito delle Regione Campania */
#siteInfo1 {
	COLOR: #3D3D6D;
	margin-top:10px;
}

#siteInfo2 {
	/*BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;*/
	FONT-SIZE: 0.70em;
	/*BORDER-LEFT: #cccccc 1px solid;

	COLOR: #3D3D6D;
	BORDER-BOTTOM: #cccccc 1px solid;*/
    border-left: 1px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
	font-style: normal;
	font-weight: normal;
	/*background-color: #FFFFFF;*/
	padding-left: 15px;
	padding-top: 5px;
	line-height: 1.5em;
	padding-bottom: 3px;
}

#siteInfo3 {
	COLOR: #FFFFFF;
	/*margin-top:10px;
	background-color:#f1f1f1;*/
	font-size:0.65em;
	padding:6px;
}

#siteInfo3 a:link {
	color:#FFFFFF;
	text-decoration:underline;
	}

#siteInfo3 a:visited {
	color:#FFFFFF;
	}

#siteInfo3 a:hover {
	color:#7EA847;
	text-decoration:none
	}

#siteInfo3 a:active {
	color:#FF9900;
	}


#siteInfo2 IMG {
	VERTICAL-ALIGN: middle
}

#siteInfo4 {
text-align:center;
font-size:0.80em;
  } 
  
#siteInfo4 img 
{
	border-right-width:thick ;
	 
	}	
		