/* @override http://planning.it.test/css/stilePlanning.css */


/*
***************************************************
	STILE GENERALE
***************************************************
*/
body {
	font-family: Georgia, Verdana, Helvetica, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #333;
}
a:link, a:visited {
	color:#966;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#dddddd;
	text-decoration: none;
	white-space: normal;
}
a:hover{
	color:#cc3333;
}
h3 {
	font-size: 14px;
	line-height: 1.3em;
	padding: 0.9em 0 0.2em 0;
	margin: 0;
	color:#990000;
	border-bottom:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width: 1px;
}
h3 a:link, h3 a:visited {
	color:#990000;
	border: none;
}
h3 a:hover{
	color:#cc3333;
}
h4 {
	font-size: 13px;
	padding: 0 0 0 0;
	margin: 0;
	color:#666;
	font-weight:normal;
}
p {
	padding: 0.5em 0 0 0;
	margin:0;
}
ul {
	list-style: outside square;
	margin: 0 0 0 15px;
	padding: 0;
}
ul li {
	padding: 0 0 0 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
input {
    margin-bottom: 8px;
    vertical-align: middle;
}
label {
    display:block;
    float:left;
    font-weight:bold;
    margin-right:5px;
    padding-top:6px;
    text-align:right;
    width:70px;
}


/*
***************************************************
	STRUTTURA GENERALE DELLA PAGINA
***************************************************
*/

html, body {
	height: 100%;
	}

body {
	margin:0px;
	padding: 0 0 0 0;
	background: url(../images/backInterno.gif) fixed #eee top repeat-x;
}

body#homePage {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color:#660000;
	background-image:url(/images/back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-attachment:scroll;
}

#header  {
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 20px;
	height: 165px;
	z-index: 10;
	clear: both;
	overflow: hidden;
	background: url(../images/backInterno.gif) fixed #eee top repeat-x;	
}

#homePage #header {
	position: relative;
	margin:80px auto 0;
	padding:0px;
	width: 750px;
	height: 300px;
	background: none;
}

#boxFisso {
	position: fixed;
	top: 180px;
	left: 15px;
	width: 200px;
	height: 260px;
}

#contenutoMobile {
	position: absolute;
	top: 180px;
	left: 255px;
	width: 496px;
	padding-top: 20px;
	padding-bottom: 80px;
}


/*
***************************************************
	INTESTAZIONE e MENU DI NAVIGAZIONE
***************************************************
*/

.logos {
	clear: both;
	overflow: hidden;
	padding: 10px 10px 0;
	height: 150px;
}
.logoPlanning {
	float: left;
	margin: 30px 0 0 10px;
	width: 225px;
}
.logoPlanning a {
	border: none;
}
.logoPlanning a img {
	border: none;
}
#homePage .logoPlanning {
	float: left;
	margin: 0;
	width: auto;
}
a.logoCermet {
	float: right;
	width: 56px;
	height: 97px;
	text-indent: -999em;
	background-image: url(/images/logoCermet.png);
}
a.logoCermet:hover {
	background-image: url(/images/logoCermet_Over.png);
}

.menu a {
	display: block;
	float: left;
	border: none;
	margin: 30px 0 0 0;
	padding-top: 60px;
	width: 83px;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
	text-shadow: rgba(255,255,255,.5) 0 1px 0px;
	color: #999;
	text-align: center;
	border-bottom: none;
	background-repeat: no-repeat;
	background-position: center -20px;
}

#homePage .menu a {
	margin: 0;
	padding: 0;
	width: 125px;
	height: 130px;
	color: #999;
	background-position: center -40px;
}

.menu a:hover, .menu a.attivo {
	background-position: center top;
	color: #BC2809;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
}

@-webkit-keyframes glow {
	0%{	opacity: .5 ; }
	50%{ opacity: 1 ; }
	100%{ opacity: .5 ; }
}

@-moz-keyframes glow {
	0%{	opacity: .5 ; }
	50%{ opacity: 1 ; }
	100%{ opacity: .5 ; }
}
.menu a:hover{
	-webkit-animation: glow 1s ease-out infinite;
	-moz-animation: glow 1s ease-out infinite;
	-o-animation: glow 1s ease-out infinite;
	animation: glow 1s ease-out infinite;
}

#homePage .menu a:hover {
	background-position: center top;
	color: #BC2809;
}

a.chiSiamo { background-image: url(/images/navInt_ChiSiamo.png); }
a.contatti { background-image: url(/images/navInt_Contatti.png); }
a.eventi { background-image: url(/images/navInt_Eventi.png); }
a.ecm { background-image: url(/images/navInt_ECM.png); }
a.editoria { background-image: url(/images/navInt_Editoria.png); }
a.link { background-image: url(/images/navInt_Link.png); }
a.chiSiamo:hover, a.chiSiamo.attivo { background-image: url(/images/navInt_ChiSiamo_Over.png); }
a.contatti:hover, a.contatti.attivo { background-image: url(/images/navInt_Contatti_Over.png); }
a.eventi:hover, a.eventi.attivo { background-image: url(/images/navInt_Eventi_Over.png); }
a.ecm:hover, a.ecm.attivo { background-image: url(/images/navInt_ECM_Over.png); }
a.editoria:hover, a.editoria.attivo { background-image: url(/images/navInt_Editoria_Over.png); }
a.link:hover, a.link.attivo { background-image: url(/images/navInt_Link_Over.png); }

#homePage a.chiSiamo { background-image: url(/images/nav_ChiSiamo.png); }
#homePage a.contatti { background-image: url(/images/nav_Contatti.png); }
#homePage a.eventi { background-image: url(/images/nav_Eventi.png); }
#homePage a.ecm { background-image: url(/images/nav_ECM.png); }
#homePage a.editoria { background-image: url(/images/nav_Editoria.png); }
#homePage a.link { background-image: url(/images/nav_Link.png); }
#homePage a.chiSiamo:hover { background-image: url(/images/nav_ChiSiamo_Over.png); }
#homePage a.contatti:hover { background-image: url(/images/nav_Contatti_Over.png); }
#homePage a.eventi:hover { background-image: url(/images/nav_Eventi_Over.png); }
#homePage a.ecm:hover { background-image: url(/images/nav_ECM_Over.png); }
#homePage a.editoria:hover { background-image: url(/images/nav_Editoria_Over.png); }
#homePage a.link:hover { background-image: url(/images/nav_Link_Over.png); }


/*
***************************************************
	CONTENUTI
***************************************************
*/

.bannerHome {
	margin: 0 auto 25px auto;
	padding:0 0 0 0;
	text-align:center;
	width: 730px;
	height: 150px;
}

.calendario {
	background-image: url(../images/calendarioSfondo.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#anno {
	padding:0px 0 0 70px;
	margin: 45px 0 0 0;
	height: 28px;
}
#anno select#ddlAnno {
	border: 1px solid #999;
}

#ColonnaContattiSx {
	float: left;
	width:45%;
	padding-right:10%;
}
#ColonnaContattiDx {
	float: left;
	width:45%;
}
div#ColonnaEventoSx {
	width:274px;
	float: left;
	padding-right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 1.4em;
	color: #8C8C8C;
}
div#ColonnaEventoDx {
	float: right;
	width:37%;
	height:200px;
	padding-left: 3%;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image:url(../images/filettoVerticale.gif);
	background-repeat:no-repeat;
	font-size: 0.9em;
	color: #666;
}
#divLogin input {width:170px;}
#divLogin .bottone {text-align:right;padding-right:20px;}

#boxEvidenza {
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image:url(../images/icnAttenzione.gif);
	background-position: 0px 15px;
	background-repeat:no-repeat;
	border-bottom:#CCCCCC;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.documentiRiservati {
    margin: 0px;
    padding-bottom:10px;
}
#credNonCorrette {
    padding-top: 5px;
    color:#990000;
}
.indirizzo {
	padding: 33px 0px 0px 15px;
	font-size: 14px;
}
div.evento {
	clear:both;
	background-image: url(../images/angoloEvento.gif);
	background-position: bottom left;
	background-repeat:no-repeat;
	border-bottom: 1px solid #ccc;
	margin:0px;
}
div.imgEvento img {
	border: 1px solid #999;
	margin: 10px;
}
.titoliEvento h3,
.titoliEvento h4,
.titoliEvento a,
.titoliEvento a:visited {
	padding: 8px 0 5px 0;
	border: none;
}
div.iscrizione {
	clear:both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:0px;
	padding: 10px;
	background: #fff;
}
div.introIscrizione {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 5px 0 10px;
}
div.iscrizione legend {
	padding-top: 10px;
	padding-left: 0;
	font-weight: bold;
}
/*IE7*/
*:first-child+html div.iscrizione legend {
	margin-left: -6px;
}
div.iscrizione label {
	margin: 5px 10px 10px;
	white-space: nowrap;
	width: 130px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 0.875em;
	line-height: 1em;
	color: #808080;
}
div.iscrizione input {
	margin: 5px 0 10px;
	width: 200px;
}
div.iscrizione .eventi {
	border-top: 1px solid #CCCCCC;
	display: block;
	margin-top: 1em;
}
div.iscrizione .privacy {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	margin-top: 1em;
}
div.iscrizione .privacy legend {
	padding-top: 0.5em;
}
div.iscrizione .chk {
	padding: 1em 0 0 0;
}
div.iscrizione .chk input, div.iscrizione .chk label {
	float: left; padding-top: 2px; width: auto;
}
div.iscrizione .chk span {
	top: 2px;
	position: relative;
}
div.iscrizione .buttons {
	margin-top: 0.5em; text-align: center;
}
div.iscrizione .buttons input {
	width: auto;
}
.iscrizioniChiuse label important!
{
    color:Red;
}
div.link {
	margin: 10px 0 10px 0;
	background-color: #ddd;
	background-image:url(../images/backLink.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}
.link a, 
.link a:visited {
	padding: 0;
	margin:0;
	border:0;
	color:#990000;
}
.boxEditoria {
	width: 486px;
	background-image: url(../images/angoloEditoria.gif);
	background-position: top left;
	background-repeat:no-repeat;
	border-top: 1px solid #ccc;
	padding: 10px 0 30px 10px;
	margin: 15px 0 0 0;
}
.imgEditoria {
	border: 1px solid #999;
	width: 100px;
	padding: 0 0 0 0;
	margin: 0 20px 5px 0;
	padding: 0 0 0 0;
	float:left;
}
.textEditoria {
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
}
.textEditoria p {
	margin: 0px 0 0 0;
	padding: 0.8em 0 0 0;
}
.textEditoria h4{
	margin: 0 0 0 0;
	padding: 0.4em 0 0 0;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#dddddd;
}
.textEditoria h3{
	margin: 0 0 0 0;
	padding: 0 0 0.2em 0;
}

.providerEcm {
	position: relative;
	border-bottom: 1px solid #7e0000;
	margin: 0 auto;
	width: 730px;
	padding-bottom: 20px;
	color: #FFF;
	text-align: left;
}
.providerEcm h4 {
	font-size: medium;
	color: #FFF;
	font-weight: bold;
}


/*
**************************************************
	FOOTER
**************************************************
*/

#footer {
	border-top: 1px solid	#ccc;
	margin: 20px 0 0 15px;
	padding: 5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#eee;
	font-size: 9px;
	line-height: 14px;
}

#footer a{
	display: block;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #999;
	text-decoration:none;
}
#footer a.credits {
	color: #ccc;
}
#footer a:hover{
	color: #666;
	text-decoration:none;
}

.footerHome {
	width: 730px;
	left: 50%;
	color: #aa6161;
	position: absolute;
	margin-left: -365px;
	margin-top: 10px;
	padding-bottom: 30px;
}
.footerHome p {
	float: left;
}

.footerHome a {
	height: 24px;
	float: right;
	padding: 0 34px 0 0;
	color: #cb8d8d;
	background: url(../images/icoFolderHome.png) no-repeat right;
	border: none;
	line-height: 26px;
}
.footerHome a:hover {
	color: #fff;
	background: url(../images/icoFolderHomeOver.png) no-repeat right;
}

/*
**************************************************
	CLEARING FLOAT
**************************************************
*/
.clear {clear:both;}
.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.link:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.link {display: inline-table;}
/* Hides from IE-mac \*/
* html .link {height: 1%;}
.link {display: block;}
/* End hide from IE-mac */



