/*
************
CSS Document
************
*/

html{
	height: 100%;
}
#corpo{
	min-width: 985px;
	height: 100%;
	background-image:  url(../images/sfondo.gif);
	background-repeat: repeat;
	margin: 0 20px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #666;

}
/* Istruzione per IE6 */
* html #corpo{
	width: 985px;
}
/* ****************** */
#corpo a{
	font-weight: bold;
	text-decoration: underline;
}
#corpo a:hover{
	text-decoration: none;
}
/* ****************** */

/*
************************************
ARCHITETTURA PRINCIPALE DELLA PAGINA
************************************
*/

/*
********************
Contenitore del sito
********************
*/

.contenitore{
	padding-left: 27px;
	height: auto;
	background-image:  url(../images/ombraSx.png);
	background-position: left;
	background-repeat: repeat-y;
}
.sottoContenitore{
	padding-right: 27px;
	height: auto;
	background-image:  url(../images/ombraDx.png);
	background-position: right;
	background-repeat: repeat-y;
}
#sfondoPagina{
	height: auto;
	width: 100%;
	background-color: #FFF;
	background-image:  url(../images/sfondoPagina.gif);
	background-repeat: repeat-y;
	background-position: right;
}

/*
******
Header
******
*/

#mainMenu{
	height: auto;
	background-color: #EAB353;
	border-top: 1px solid #F7E58C;
	border-bottom: 1px solid #D69051;
	padding: 0 22px;
	clear: both;
}
#mainMenu table{
	border-collapse: collapse;
}
#servizio{
	height: auto;
	padding: 0 30px;
	background-image:  url(../images/sfondoSearch.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #E6E7E7;
	border-top: 1px solid #A8A8AA;
	border-bottom: 1px solid #A8A8AA;
	vertical-align: middle;
	clear: both;
}
.search{
	margin-top: 4px;
	padding: 0;
	width: 230px;
	height: auto;
	background-image: url(../images/cerca.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.search input.inputbox{
	width: 207px;
	padding: 0 0 0 24px;
	margin: 0;
	margin-top: 11px;
	color: #555;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dashed #555;
}
#percorso{
	height: auto;
	display: block;
	margin: 11px 290px 11px 0;
	color: #666;
}
#testi{
	height: auto;
	margin: 0;
	padding: 0;
}

/*
********************
Contenitore dei menu
********************
*/
#colonnaDestraVisibile{
	width: 238px;
	height: auto;
	margin: 0;
	padding: 30px 26px 21px 26px;
	float: right;
}
#colonnaDestraNascosto{
	display: none;
}
.contenuto{
	width: 210px;
	height: auto;
	background-image: url(../images/menuDx.png);
	background-repeat: repeat-y;
	padding: 8px 14px 0 14px;
}
.bottom{
	width: 238px;
	height: 19px;
	background-image: url(../images/menuDxBottom.png);
}

/* Login */
#login{
	width: 238px;
	height: auto;
	margin: 0;
	padding: 0;
}
#loginVisibile {
	background-color: #EEE;
	width: 100%;
}
#loginNascosto{
	display: none;
}

/* Calendario */
#calendarioEventiVisibile{
	background-color: #EEE;
	width: 100%;
}
#calendarioEventiNascosto{
	display: none;
}

/* Menu pagina */
#menuPaginaVisibile{
	background-color: #EEE;
	width: 100%;
}
#menuPaginaVisibile div.contenuto{
	padding: 0 14px 0 14px;
}
#menuPaginaVisibile div.module{
	padding-top: 8px;
}
#menuPaginaNascosto{
	display: none;
}

/* Forum */
#menuForumVisibile{
	background-color: #EEE;
	width: 100%;
}
#menuForumNascosto{
	display: none;
}

/*
**********************************
Contenitore del banner e dei testi
**********************************
*/
#colonnaSinistra{
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#testoNormale{
	background-color: #FFF;
	padding: 30px;
	margin-right: 290px;
}
#testoEspanso{
	background-color: #FFF;
	padding: 30px;
}
#bannerVisibile{
	margin: 0 0 30px 0;
	padding: 0;
	width: auto;
	height: auto;
}
#bannerNascosto{
	display: none;
}

/*
******
Footer
******
*/

#footer{
	height: auto;
	margin: 0;
	padding: 15px 30px;
	background-color: #DDD;
	background-image: url(../images/footerCentro.png);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
}
#footer div{
	display: inline;
	font-size: 11px;
	margin-right: 2px;
}
#footer div a{
	color: #666;
}
#footer div a:hover{
	text-decoration: none;
}
#ombraFooterSx{
	height: 27px;
	width: 35px;
	margin: 0;
	background-image: url(../images/ombraFooterSx.png);
	float: left;
}
#ombraFooterDx{
	height: 27px;
	width: 35px;
	margin: 0;
	background-image: url(../images/ombraFooterDx.png);
	float: right;
}
#ombraFooterCentro{
	height: 27px;
	margin: 0 35px;
	background-image: url(../images/ombraFooterCentro.png);
	background-repeat: repeat-x;
}

/*
********************************
Gestione iframe forum, wiki ecc.
********************************
*/

#blockrandom {
	padding: 0 0 5px 0;
	background-color: #FFF;
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #AAA;
}

/*
**************
STILI DEL SITO
**************
*/

#percorso a:hover{
	text-decoration: none;
}

/*
*************
Stili di menu
*************
*/

/* Main menu */
#mainMenu a {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 8px;
	color: #7C4400;
	text-decoration: none;
}
#mainMenu a:hover {
	color: #7C4400;
	background-color: #FCD236;
}

/* Login */
#loginVisibile form {
	background-color: #EEE;
	border-color: #EEE;
	margin-bottom: -5px;
	padding: 0;
}
#loginVisibile fieldset{
	border: 0;
	padding: 0;
	margin: 0;
	width: 218px;
}
#form-login-username{
	margin: 0;
	padding: 0;
}
#form-login-username input{
	width: 207px;
	background-color: #EEE;
	border: 0;
	border-bottom: 1px dashed #AAA;
}
#form-login-password{
	padding: 0;
}
#form-login-password input{
	width: 207px;
	background-color: #EEE;
	border: 0;
	border-bottom: 1px dashed #AAA;
}
#form-login-remember{
	padding: 0;
}
#form-login div{
	text-align: left;
}
#form-login div input.button{
	margin-top: 5px;
	margin-bottom: 5px;
}
#form-login div a{
	background-image: none;
	padding-left: 0;
	text-decoration: underline;
}
#form-login div a:hover{
	background-image: none;
	text-decoration: none;
}
#loginVisibile ul{
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	margin-bottom: 5px;
	border-top: 1px dotted #AAA;
	border-bottom: 1px dotted #AAAAAA;
}
#loginVisibile a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
}

/* Calendario eventi */
#eventcalq {
	margin-top: -5px;
}
#eventcalq table.mod_eventlistcalq_calendar{
	width: 100%;
	border-left: 1px solid #999;
}
#eventcalq caption.mod_eventlistcalq_calendar-month {
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#eventcalq caption.mod_eventlistcalq_calendar-month a:link, #eventcalq caption.mod_eventlistcalq_calendar-month a:visited {
	border: none;
	color: #666;
	display: inline;
	font-size: 10px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
#eventcalq th.mod_eventlistcalq_daynames {
	width: 14%;
	background-color: #999;
	color: #FAFAFA;
	border-right: 1px solid #999;
	border-top: 1px, solid, #999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 35px;
}
#eventcalq td.mod_eventlistcalq {
	background-color: #FAFAFA;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: 14%;
}
#eventcalq td.mod_eventlistcalq_calday {
	background-color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 14%;
}
#eventcalq td.mod_eventlistcalq_caldaylink {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	width: 14%;
}
#eventcalq td.mod_eventlistcalq_caldaylink a:link, #eventcalq td.mod_eventlistcalq_caldaylink a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 30px;
	background-color: #D4D4D4;
	border: none;
	line-height: 30px;
}
#eventcalq td.mod_eventlistcalq_caltoday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FAFAFA;
	background-image: url(../images/calendario.gif);
	background-repeat: repeat;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	width: 14%;
}

/* Menu pagina */
#menuVisibile h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #AAA;
}
#menuVisibile a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 35px;
	padding-left: 8px;
	background-color:#EEE;
	border-bottom: 1px dotted #AAA;
}
#menuVisibile a:hover{
	background-color:#FAFAFA;
}

/* Menu forum */
#menuForumVisibile h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px dotted #AAA;
}
#menuForumVisibile h3+ul{
	margin-top: 0;
}
#menuForumVisibile ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
}
#menuForumVisibile li {
	border-bottom: 1px dotted #AAA;
	padding: 12px 12px 12px 8px;
}
#menuForumVisibile li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 0 0 5px 0;
}
#menuForumVisibile li:hover{
	background-color: #FAFAFA;
}
/*
**************
Stili di testo
**************
*/

hr {
	border: none;
	background-color: #AAA;
	color: #AAA;
	height: 1px;
	margin: 0.5em auto;
}
input{
	color: #666;
}
select{
	color: #666;
}
table.contenttoc{
	margin-bottom: 20px;
	border-bottom: 1px dotted #AAA;
}
table.contenttoc th{
	width: 660px;
	background-color: #EEE;
	text-align: left;
	padding: 3px 5px;
	text-transform: uppercase;
}
table.contenttoc td{
	padding-top: 2px;
	padding-bottom: 5px;
}
.article_column{
	padding-right: 15px;
}
.column_separator{
	padding-right: 0;
	padding-left: 15px;
}
.pagenavcounter{
	color: #999;
	text-align: right;
	padding: 5px 0;
	margin: -4em 0 20px 0;
}
.pagenavbar{
	color: #666;
	padding: 3px 5px;
	background-color: #EEE;
	text-align: center;
}
.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 25px;
	display: block;
	margin-bottom: 10px;
}
.contentheading {
	padding: 0;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}
.modifydate{
	padding-top: 10px;
	color: #999;
}
.createdate {
	padding-bottom: 10px;
}
div span.article_separator {
	border-bottom: 1px dotted #AAAAAA;
	display: block;
	margin: 0 0 10px;
}
.blog{
	width: 100%;
        /*word-break: break-all;*/
}
div#eventlist table.eventtable td {
	padding: 10px;
}
.sectiontableheader, .sectiontableheader a{
	height: 25px;
	padding: 0 5px 0 5px;
}
.sectiontableheader a:hover{
	text-decoration: none;
}
.sectiontableentry1 td, .sectiontableentry2 td{
	height: 25px;
	padding: 0 5px 0 5px;
}
.sectiontableentry2{
	background-color: #EFEFEF;
}
#contenuti fieldset{
	border-width: 0 ;
}
#contenuti .searchintro{
	width: 100%;
	border-bottom: 1px dotted #AAA;
}
fieldset {
	display: block;
	margin: 0;
	padding: 10px 0;
	border: 0;
	border-bottom: 1px dotted #AAA;
}
table.contentpaneopen fieldset:hover{
	background-color: #F8F8F8;
}

/* CSS per le pagine 'download' */
#contenuti fieldset{
	border-width: 0;
}
#dm_header {
	height: 65px;
	border-bottom-width: 0;
}
#dm_header div {
	margin-right: 5%;
	padding: 0;
	width: auto;
	text-align: center;
}
#dm_header div a {
	text-decoration: none;
}
#dm_header img {
	margin-bottom: 5px;
}
#dm_cats h3, #dm_docs h3 {
	font-size: 1.3em;
	border-width: 0;
}
#dm_docs h3 span, #dm_cats h3 span {
	float: none;
	text-align: right;
}
#dm_title{
	font-size: 1.3em;
	border-width: 0;
	padding: 10px 2px 10px 10px;
}
.dm_cat .dm_name {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
}
#corpo a.dm_name {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	margin-top: 3px;
	padding: 8px 0 6px 5px;
}
#corpo a.dm_name:hover {
	background-color: #EEE;
}
span.dm_new, span.dm_hot {
	padding: 0 10px;
	color: #666;
}
span.editlinktip{
	padding: 5px;
}
.dm_description{
	margin-top: 3px;
	font-size: 0.9em;
}
.dm_date, .dm_counter {
	float: right;
	margin: 7px 5px 0 0;
	position: relative;
	bottom: 30px;
}
.dm_orderby {
	background-color: #EEE;
	font-size: 10px;
	margin: 0 0 10px;
	padding: 5px 1px 5px 10px;
}
.dm_taskbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom: 6px;
}
.dm_separator {
	border-top: 1px dotted #AAA;
	margin-bottom: 10px;
}
#dm_nav {
	border-top-width: 0;
	clear: both;
	margin-top: 15px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}
.dm_doc caption, #dm_tooltip caption {
	text-align: left;
}
.dm_doc table, #dm_tooltip table {
	border-left-width: 0;
	border-top-width: 0;
}
#dm_details thead td {
	border-width: 0;
	height: 25px;
}
#dm_details tbody td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
}
.dm_doc col#prop {
	width: 33%;
}
.dm_doc td, #dm_tooltip td {
	border-bottom: 1px dotted #AAA;
	border-right-width: 0;
}
input#search_phrase.inputbox{
	width: 191px;
}
select#catid.inputbox{
	width: 195px;
}
select#ordering.inputbox{
	width: 195px;
}
select#search_mode.inputbox{
	width: 195px;
}
select#search_where.inputbox{
	width: 195px;
}
#testiFooter{
	text-align: center;
}
#testiFooter div{
	height: 12px;
	display: inline;
	font-size: 11px;
	line-height: normal;
	padding: 3px;
	position: relative;
	top: 10px;
}
#testiFooter div a{
	color: #666;
}
#testiFooter div a:hover{
	text-decoration: none;
}

/*
**************
Stili immagine
**************
*/

a img {
	border: none;
}

/*
******
EDITOR
******
*/
.imgAlignLeft{
	float: left;
	margin: 5px, 5px, 5px, 0;
	max-width: 50%;
}
.imgAlignRight{
	float: right;
	margin: 5px, 0, 5px, 5px;
	max-width: 50%;
}
.imgFullSize{
	max-width: 100%;
}
/*
***********
Altri stili
***********
*/
#system-message dd ul {
	background-color: #DBE7F8;
}