﻿/*blue	2b418d --> 0f4589*/

*
{
    margin: 0;
    padding: 0;
}

body
{
    margin: 10px 0;
    /*background: #FFF url(../images/bg_stripe.jpg);*/
    font: normal 0.70em Verdana, Helvetica, sans-serif;
    color: #666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #626456;
}

h1 {
	letter-spacing: -.075em;
	font-size: 1.7em;
	color:#c19501;
}

h2 {
	letter-spacing: -.05em;
	font-size: 1.4em;
	font-weight: normal;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}


p
{
    line-height: 1.5em;
}

blockquote
{
    padding-left: 3em;
    padding-right: 3em;
    text-align: justify;
    font-family: Verdana, "Times New Roman" , Times, serif;
    font-style: italic;
    color: #0f4589;
}

ul
{
    margin-left: 3em;
}

ul li
{
}

ol
{
    margin-left: 3em;
}

ol li
{
}

a
{
    color: #0072BC;
}

a:hover
{
    text-decoration: none;
    color: Red /*#59C700;*/;
}

img
{
    border: none;
}

/* Page */

#page
{
    width: 746px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 2px solid #FFF;
}

/* header */

#header
{
    width: 750px;
    height: 100px;
    background: #FFF url(../images/banner.jpg) top left no-repeat;
}

#header p
{
	float:left;
	margin: 7px 0px 0px 220px;
	font-style:italic;
}

/* header > Menu */
#header ul
{
	list-style-type:none;
	float:right;
	width:560px;
}

#header ul li
{
	width:150px;
	padding: 8px 8px;
	margin: 5px 0px 0px 5px;
	border:1px dotted #bbb;
	float:right;

}

#header ul li a
{
	text-decoration:none;
}


/*headerToolbar*/

#headerToolbar
{
    width: 750px;
    height: 20px;
}

/*Logged*/
#Logged
{
	float:right;
}


/* Content */

#content
{
    width: 688px;
    border: 1px dotted #ccc;
    padding: 10px 10px 10px 50px ;
    min-height:200px;
    background: #FFF url(../images/bg_square.png) top left;
}


/* Content > menuPublic */

#menuPublic
{
    height: 30px;
    /*border-top: 5px solid #FFF;*/
    text-transform:uppercase;
    background: #EBE6E8 url(../images/ico_home.png) no-repeat 5px center;
    padding:5px 0px 0px 0px;
    
}

#menuPublic ul
{
    margin: 0;
    list-style: none;
    padding: 5px 0 0 26px;
}

#footer
{
    clear: both;    
    /* background: #EBE6E8; */
    text-align: right;
    padding: 5px;
}

#footer p
{
    margin: 0;
    font-size: x-small;
    color: #666;
}

#footer a
{
    /*color: #666;*/
}

/*popup modale*/
.modalPopup
{
    background-color: #FFF;
    border: 2px solid #3980f4;
    padding: 10px;
    /*max-height: 500px;*/
    overflow: auto;
    margin: 0 auto;
    /* IE 6.0 */
	height: 450px;
}


.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.13;
}

/*float*/
.floatLeft
{
    float: left;
    margin: 0px;
    padding:0px;
}
.floatRight
{
    float: right;
    margin: 0px;
    padding:0px;
}
.clear
{
    clear: both;
    margin: 0px;
}

/*Opacità*/
.opacity:hover
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.70;
}

/*iepngfix.htc*/
.iepngfix
{
	behavior: url(../style/iepngfix.htc);
}

#titolo h2
{
  
    font-weight:bold;

}

.TitoloSoggetto
{
    font-weight:bold;
    text-align:center;
}

/*SitemapMenuContainer*/
#SitemapMenuContainer
{
	width:auto;
	background:grey;
}

/*SitemapMenu*/
.SitemapMenu
{
	float:right;
}

/*popup modale*/
.MessageBox 
{
	background: #fff;
	padding: 10px;
	border: 2px solid #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.MessageBoxBackground
{
	/*background-color:#121212; filter:alpha(opacity=30); opacity:0.3;*/
}

