/*
 * bordo grigio #9A9A9A
 * menu grigio #E4E4E4
 * FOOTER BLU #003793
 * scritte blu #3565A7
 * bordino blu: #2E4881
 */
html, body {
    font-family: verdana, arial, helvetica, sans-serif, Times New Roman;
    font-size: 8pt;
	background-color: #FFFFFF;
	color: #000000;
	margin: 5px;
	padding: 0;
}
body.formatBody 
{
	text-align: center;	 /* solo per IE che non gestisce margin: auto, vedi #container */
	/*margin-left:auto;
	margin-right:auto;*/
}
form {padding: 0; margin: 0;}

img {border: 0;}

td, th, input, textarea, select, option, pre {
	font-size: 8pt;
}
p {
	margin: 0;
	padding: 0;

}
a {
	color: #3565A7;
	text-decoration: underline;
}
/* link remove */
#remove {
	color: #ffffff;
}
/* usato dalle mail di test della newsleteers */
#newslettersMailTest
{
	background-color: #FFFFE1;
	border: 1px solid #808080;
	color: #000000;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 4px;
}
/* titoli */
h1 
{
	font-size: 12pt;
}
h2
{
	font-size: 11pt;
}
h3 {
	font-size: 10pt;
	padding-top: .1em;
	padding-bottom: .3em;
	margin: 0;
	color: #3565A7;
}
h4 {
	color: #3565A7;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	padding-top: .1em;
	padding-bottom: .3em;
	margin: 0;
}
h5 {
	font-size: 8pt;
	padding-top: .1em;
	padding-bottom: .3em;
	margin: 0;
}
h5 {
	font-size: 7pt;
}
.Bold
{
	font-weight: bold;
}
.Code
{
	border: #8b4513 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	color: #000066;
	font-family: 'Courier New' , Monospace;
	background-color: #ff9933;
}
/* sotto titoli con data in blu */
input, textarea, select, option {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
	color: #000000;
	background-color: #F8F8F8;
}
input, textarea, select{
	border-top: 1px solid #003793;
	border-left: 1px solid #003793;
	border-bottom: 1px solid #003793;
	border-right: 1px solid #003793;
	/*border: 2px solid #400000;*/
}
input.button {
	border-top: 1px solid #003793;
	border-left: 1px solid #003793;
	border-bottom: 1px solid #003793;
	border-right: 1px solid #003793;
	background-color: #2E4881;
	color: #fff;
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
}
.clearboth {
	clear: both;
	height: 1px;
}

.error {
	color: red;
	background-color: #FFFF00;
	font-size: 100%;
	font-weight: bold;
}
.noTag 
{
	border-bottom: 1px dotted #FF0000;

}
p.moreInfo {
	margin: 0;
	padding-top: 3px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: right;
	color: #3565A7;
}
p.moreInfo a {
	color: #3565A7;
	font-weight: bold;
}
p.moreInfo a:hover {
    color: #000000;
}

.blue {
	color: #3565A7;
}
/*
 * container
 */
div#container{
	text-align: left;
	width: 746px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #9A9A9A;
}

/*
 * header comune a tutte le pagine
  */ 
div#header {
	padding: 0;
	margin: 0;
}
div#header .logo {
	float: left;
}
div#header #menuTop {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
div#header #menuTop a {
	color: #3565A7;
	font-weight: bold;
}
div#header #menuTop a.selected {
	text-decoration: none;
}
div#header  a:hover {
    color: #000000;
}

div#header a {
	padding: 0;
	margin: 0;
}

/******************
 * Box NewsLetter
 */
div#BoxNewsletter
{
	margin-top: 35px;
	text-align: right;
	padding-right: 10px;
}
div#BoxNewsletter input.button
{
	padding-left:2px;
	padding-right:2px;
	margin-left:5px;
}
div#BoxNewsletter input.text
{
	text-align: left;
	width: 142px;
}
div#BoxNewsletter p span
{
	color: #3565A7;
	font-weight:bold;
	letter-spacing:1px;
}

/******************
 * barra blu 
 */
div#headerBar {
	height: 25px;
	vertical-align: bottom;
	text-align: right;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 0;
	padding-bottom: 0;
	color: #ffffff;
	margin:0;
	background: url(/images/barraTopBackgroung.gif) top left repeat-x;
	/*style="BACKGROUND: url(/images/barraTopBackgroung.gif) repeat-x left top"*/
	clear: both;
}

/* Breadcrumbs */
div#breadcrumbs {
	display: inline;
	float: left;
	padding: 2px;
	font-size: 7pt;
	color: #003793;
}
div#breadcrumbs a {
	color: #003793;
	padding: 2px;
	font-size: 7pt;
	text-decoration:none;
}
div#breadcrumbs a.selected 
{
	font-weight: bold;
	color: #3565A7;
	text-decoration:none;
}
/* home */
div#HomePage {
	display: inline;
}
div#HomePage a {
	display: inline;
	color: #ffffff;
	font-weight: bold;
}

/*
 * barra blu 
 ******************/

/*
 * barra sx
 */
div#navigation {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0;
}
/* menu */
div#menu {
	width: 180px;
}
div#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#menu .back {
	background: url(/images/menuBackground.gif) top left repeat-x;
}
div#menu ul li {
	background: url(/images/menuBackground.gif) top left repeat-x;
}
div#menu ul li a {
	display: block;
	padding: 3px 2px 0px 10px;
	margin-bottom: 3px;
	height: 30px;
	border: 0;
	color: #000000;	
	font-family: Arial;
    font-size: 12pt;
    font-weight: bolder;
    text-decoration: none;
    text-align: left;
}
div#menu ul li li a 
{
	margin-bottom: 0px
}

div#menu ul li a:hover {
    color: #003793;
}

div#menu ul ul.submenu {
	list-style-type: none;
	margin: 0;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 10px;
	padding: 0;
}
div#menu ul ul.submenu  li {
	background: none;
}
div#menu  ul ul.submenu li.selected a {
	color: #003793;
}
div#menu ul ul.submenu li a {
	background-color: #E4E4E4;
	height: 10px;
    font-size: 8pt;
	padding: 3px 2px 2px 10px;
}



/* Menu Folder */
div#menuFolder {
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 10px;
	text-align: right;
	border-bottom: 1px solid #9A9A9A;
}
div#menuFolder a {
	color: #3565A7;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin: 0;
}
div#menuFolder a.selected 
{
	font-weight: bold;
	color: #3565A7;
	background-color: #ffffff;
	margin: 0;
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
/*
div#menuFolder {
	background-color: #5677BA;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 10px;
	text-align: right;
	border-bottom: 2px solid #3565A7;
	border-left: 1px solid #3565A7;
}
div#menuFolder a {
	color: #ffffff;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
	margin: 0;
}
div#menuFolder a.selected 
{
	color: #3565A7;
	background-color: #ffffff;
	margin: 0;
}
*/
/*
div#menuFolder {
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}
div#menuFolder a {
	color: #3565A7;
	font-weight: bold;
	padding: 2px;
}
div#menuFolder a.selected {
	text-decoration: none;
	//visibility: hidden;
}
*/


/* today date */
div#dateToday {
	color: #9A9A9A;
	font-size: 7pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* MAP */
div#map {
}
div#map ul {
	list-style-type: none;
}
div#map ul li a {
	display: block;
	padding: 3px 2px 0px 10px;
	margin-bottom: 0px;
	height: 20px;
	border: 0;
	color: #000000;	
    font-size: 10pt;
    font-weight: bolder;
    text-decoration: none;
    text-align: left;
}
div#map ul li a:hover {
    color: #003793;
}

div#map ul ul li a {
    font-weight: normal;
}

/* BoxNews */
div#BoxNews {
	width: 170px;
	margin-top: 20px;
	margin-left: 7px;
}
div#BoxNews div.top {
	border-top: 1px solid #2E4881;
	border-left: 1px solid #2E4881;
	border-right: 1px solid #2E4881;
	background-color: #E4E4E4;
	text-align: center;
}
div#BoxNews div.body {
	border: 1px solid #2E4881;
	border: 1px solid #2E4881;
	margin: 0;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 0;
	padding-right: 0;
}
div#BoxNews div.body div.text {
	font-size: 7.5pt;

}
div#BoxNews ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#homeNews ul li {
	padding: 4px 4px 15px 10px;
	margin-bottom: 0px;
}
div#BoxNews div.bottom {
	border-bottom: 1px solid #2E4881;
	border-left: 1px solid #2E4881;
	border-right: 1px solid #2E4881;
	background-color: #E4E4E4;
	padding: 3px;
}
div#BoxNews div.bottom  p.moreInfo {
	text-align: center;
}

/***************************
 * CONTENT
 */
div#content {
	width: 560px;
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;
	/*border: 1px solid red;*/
}

/* classi comuni */
div#content hr {
	height: 1px;
	border: 1px dashed #a0a0a0;
}

div#content div.alertMessage, .alertMessage {
	border: 1px dotted #A2A400;
	background-color: #FFFFE1;
	padding: .5em;
	font-size: 100%;
	margin: .5em;
	margin-bottom: .5em;
	color: Black;
	font-weight:bold ;
	font-size: 8pt;
}
/*
 * Classi usate nelle proprità della tabella
 */
 
.tableStyle1
{
	border: 1px solid #2E4881;
	border-collapse: collapse;
	border-spacing: 0;
}
.tableStyle1 td, .tableStyle1 th
{
	padding: 5px;
	margin: 0;
	border-right: 1px solid #2E4881;
}
.tableStyle2
{
	border: 1px solid #2E4881;
}
.tableStyle2 td, .tableStyle2 th
{
	padding: 2px;
	border-right: 1px solid #2E4881;
	margin: 2px;
}
.tableStyle3
{
	border: dotted 1px #2E4881;
}


/*
 * HOME
 */
div#flash {
	margin-top: 5px;
	margin-bottom: 20px;
}

.homeBox {
	/*background: url(images/homeBox.jpg) top left repeat-x;*/
	color: #000000;
	padding: 0;
	margin: 0;
	width: 540px;
	border: 1px solid #2E4881;
}
.homeBox div.right {
	float: right;
	margin: 0;
	padding: 2px;
	width: 180px;
}
.homeBox div.left {
	width: 354px;
	height: 155px;
	float: left;
	border-right: 1px solid #2E4881;
}
.homeBox div.text {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	overflow: visible;
}
.homeBox h3 {
}
.homeBox h4 {
}
.homeBox a {
}
.homeBox p.moreInfo {
}

.homeBox2 {
	/*border: 1px solid red;;*/
	color: #000000;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	width: 540px;
}
.homeBox2 div.text img {
	float: left;
	margin-right: 10px;
}
.homeBox2 div.text {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}
.homeBox2 h3 {
}
.homeBox2 h4 {
}
.homeBox2 a {
	color: #3565A7;
	font-weight: bold;
	float: right;
}

/*
 * PAGE
 */
div#content 
{
}
div#content div#body {
	text-align: left;
}
div#content div#body div.text {
	padding-right: 10px;
}

/*
 * FOOTER
 */
div#footer{
	background-color:#003793;
	color: #ffffff;
	clear: both;
	text-align: center;
	padding-top: .5em;
	padding-bottom: 1em;
	font-size: 8pt;
}
div#footer a{
    text-decoration: underline;
	color: #ffffff;

}
div#footer a:hover {
    text-decoration: underline;
}

/*
 * Sgart.it
 */
div#sgart {
	text-align: center;
	padding: 2px;
}
div#sgart a {
	color: #c0c0c0;
	text-decoration: none;
}

/*
 * Newsletters
 */
#newsletter 
{
}
#newsletter .label
{
	font-weight:bold;
}
#newsletter table 
{
	width: 98%;
}
#newsletter div.box
{
	border: 1px solid #2E4881;
	padding: 5px;
}
#newsletter span.listTitle
{
	color: #3565A7;
	font-weight: bold;	
}
#newsletter p 
{
	padding-bottom: 10px;
}
#newsletter div.list
{
	margin-top: 20px;
	border: 1px solid #2E4881;
	padding: 5px;

}
#newsletter div.list ul
{
	color: #3565A7;
	margin: 0;
	margin-top: 5px;
	padding-left: 15px;
}
#newsletter div.list li
{
	list-style-type:square;
	padding-bottom: 5px;
}
#newsletter div.list li a
{
	color: #000000;
}

#newsletter input, #newsletter select
{
}
#newsletter input.smallEmail
{
	width: 150px;
}
#newsletter input.genericText
{
	width: 250px;
}
#newsletter input.genericEmail
{
	width: 300px;
}
