/* PRINT CSS - 20060522 */

/* This CSS file hides unwanted elements when a page is printed out, 
by overriding styles set in pagelayout.css */

body
{
    font-size: 10pt;
    background: none;
	color:#828282;
	text-align: left;
}

div#searchbox, div#path, div#topmenu, div#sidemenu, div#extrainfo, div#footer, div#usermenu, div#logo, div#toolbar, div#boxcalendariohp
{
    display: none; /* Hide elments not wanted on a printed page */
}

body, div#page, div#header, div#main
{   
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: none;
}

div#contenitore
{
	position:absolute; top: 0px;
    padding: 0;
	width: 100%;
	z-index:1;
	border: none; 
}
	

div#columns
{
    padding: 0;
}

div#main-position
{
    margin: 0;
}

div#main-position, div.float-insert
{
    float: none;
}

div.box
{
    border: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

div.box div.box-content
{
    padding: 0;
}

div.box div.tl, div.box div.tr, div.box div.br, div.box div.bl
{
    background: none;
}

div.boxintrohp
{
	border: 1px solid #828282;

}

div.boxintrohp h1
{
    color: #00234B;
}

div#boxcalendariohp table
{
	border: 1px solid #828282; 
}

div#boxcalendariohp table th
{
    border-color: #828282 #828282 #828282 #828282;
}

div#boxcalendariohp table td
{
    border-color: #828282 #828282 #828282 #828282;
}

div#boxcalendariohp table td.ezagenda_selected
{
    background-color: #828282;
}

div#boxcalendariohp table td.ezagenda_current, div#ezagenda_calendar_container table td.ezagenda_current a
{
    color: #df1d42;
}

div.boxeventohp
{
	border: 1px solid #828282;
}

div.boxeventohp h1
{
    color: #00234B;
}

div.boxeventohp img
{
	border: 1px solid #828282;
}

div.boxnewshp
{
	border: 1px solid #828282;
	width: 46%;
	float: left;
}

div.boxnewshp h2
{
    color: #00234B;
}

div.sinistra
{
	border: 1px solid #828282;
}

div.destra
{
	border: 1px solid #828282;
}

div.pres
{
	border: 1px solid #828282;
}

div.pres h2
{
    color: #00234B;
}


div.pres a
{
    color: #828282;
}

div.pres a:hover
{
    color: #00234B;
}

div.esecutivo
{
	border: 1px solid #828282;
}

div.esecutivo h2
{
    color: #00234B;
}

div.esecutivo a
{
    color: #828282;
}

div.esecutivo a:hover
{
    color: #00234B;
}

div.consiglieri
{
	border: 1px solid #828282;
}

div.consiglieri h2
{
    color: #00234B;
}

div.consiglieri a
{
    color: #828282;
}

div.consiglieri a:hover
{
    color: #00234B;
}

div.responsabili
{
	border: 1px solid #828282;
}

div.responsabili h2
{
    color: #00234B;
}

div.responsabili a
{
    color: #828282;
}

div.responsabili a:hover
{
    color: #00234B;
}

div.socio h1
{
    color: #00234B;
}

div.soci2
{
	border: 1px solid #828282;
}

div.border-box
{
	border: 1px solid #828282;

}

/* ATTRIBUTE HEADER */

div.attribute-header h1
{
    color: #00234B;
}

div.attribute-header h1.long
{
    color: #00234B;
}

h1.colore
{
	color: #00234B;
}

/* FORUM */

div.content-view-full div.class-forum-topic table.forum p.author-signature
{
    border-top: 1px solid #828282;
}

/* FACTBOX */

div.factbox
{
	border: 1px solid #828282;
}


div.factbox h2
{
    color: #00234B;
}

/* AGENDA */

div#ezagenda_calendar_container table
{
	border: 1px solid #828282; 
}

div#ezagenda_calendar_container table th
{
    border-color: #828282 #828282 #828282 #828282;
}

div#ezagenda_calendar_container table td
{
    border-color: #828282 #828282 #828282 #828282;
}

div#ezagenda_calendar_container table td.ezagenda_selected
{
    background-color: #828282;
}

div#ezagenda_calendar_right table.ezagenda_month_event
{
    border: 1px solid #828282;
}

table.ezagenda_month_event td.ezagenda_month_label h2
{
    border: 1px solid #828282;
    color:#00234B;
}

div#ezagenda_calendar_today div.ezagenda_day_event
{
    border: 1px solid #828282;
}

span.ezagenda_keyword
{
    color: #888;
}

span.ezagenda_date
{
    color: #00234B;
}

/* TABLES */

table.list th, table.list td
{
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
}

table.list th
{
	color: #00234B;
}

table.list td
{
    border-top: 1px solid #828282;
}

table.list th:first-child, table.list td:first-child
{
    border-left: 1px solid #828282;
}

table.list tr.bglight:hover td, table.list tr.bgdark:hover td
{
    border-color: #828282;
}

table.cols
{
    border: 1px solid #828282;
}

table.cols th, table.cols td
{
    border-right: 1px solid #828282;
    border-bottom: 1px solid #828282;
}

table.cols th
{
    color: #00234B;
}

table.cols th:first-child, table.cols td:first-child
{
    border-left: 1px solid #828282;
}

table.renderedtable th
{
    color: #00234B;
}

table.comparison th
{
    color: #00234B;
}

table.comparison col.bgdark, div.bgdark
{
    color: #00234B;
}

/* FORM ELEMENTS */

input, select
{
	border: 1px solid #828282;
}

input.button, button, input.defaultbutton
{
    font:100% times,helvetica,sans-serif; color:#828282;
	border: 1px solid #828282;
}