        html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, font, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td {
            margin: 0;
            padding: 0;
            border: 0;
            outline: 0;
            font-size: 100%;
            vertical-align: baseline;
            background: transparent;
        }
        body {
            line-height: 1;
        }
        ol, ul {
            list-style: none;
        }
        blockquote, q {
            quotes: none;
        }
        blockquote:before, blockquote:after,
        q:before, q:after {
            content: '';
            content: none;
        }
        
        /* remember to define focus styles! */
        :focus {
            outline: 0;
        }
        
        /* remember to highlight inserts somehow! */
        ins {
            text-decoration: none;
        }
        del {
            text-decoration: line-through;
        }
        
        /* tables still need 'cellspacing="0"' in the markup */
        table {
            border-collapse: collapse;
            border-spacing: 0;
        }
        
        a:visited {
            color: blue;
            }
        
body {
	background-color: #d7eaf5;
	background-image: url("../images/background.png");
	background-repeat: repeat-x;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5 { margin: 0 0 .7em 0; padding: 0; color: #152c6b; }
img { border: 0; }
p {margin-bottom: 1em;}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}

hr {
	height: 0px;
	border: 0px;
	border-top: 1px solid #282828;
}

.header {
	background-image: url("../images/header.png");
	background-position: top center;
	height: 326px;
	width: 900px;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: left;
	color: #FFF;
}

.header h2 { color: #fff; }

.header-left {
	width: 475px;
	padding: 15px;
}


.header-photos {
	float: right;
	background: url("../images/header-photos.png") top left;
	width: 374px;
	height: 282px;
}

.inner_header_para {
	color: #4f4d4d;
	position: relative;
	z-index: 2;
	padding: 0 0 0 35px;
}

.main {
	width: 900px;
	margin: 0 auto;
	margin-top: -41px;
	text-align: left;
	background-color: #fff;
	background-image: url("../images/main.png");
	background-repeat: repeat-x;
	min-height: 200px;
}

.content { 
	padding: 20px;
	padding-top: 10px;
	color: #282828;
}

.right {
	width: 260px;
	float: right;
	word-spacing: 2px;
}

.left {
	width: 260px;
	float: left;
	word-spacing: 2px;
}

.leftimage {
	width: 241px;
	height: 144px;
	padding: 8px;
	background-image: url("../images/leftimage.png"); 
	background-repeat: no-repeat;
}

.newsletter {
	width: 260px;
	min-height: 110px;
	padding-top: 53px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url("../images/newsletter.png"); 
	background-repeat: no-repeat;
	margin-top: 20px;
	color: #FFF;
	font-size: 11px;
}

.iwhite {
	width: 226px;
	background-color: #FFF;
	padding: 2px;
	font-size: 11px;
	color: #282828;
	border: 0px;
}

.middle {
	width: 260px;
	margin-left: 300px;
	word-spacing: 2px;	
}

.innerpage_right {
	width: 260px;
	float: right;
}

.innerpage_left {
	width: 580px;
}

.footer {
	height: 33px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 20px;	
	color: #525252;
	font-family: Arial;
	font-size: 10px;
}

.footer-menu { 
	padding: 0;
	margin: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
	padding: 0;
	padding-right: 10px;
}

.footer-menu a:link, .footer-menu a:visited {
	color: #525252;
	text-decoration: none;
}

.footer-menu a:hover { color: #000; }

.footer .copyright {
	float: right;
	margin-right: 20px;
}

/*******
    Calendar Page
*******/

#events-calendar .innerpage_right {
    display: none;
    }

#events-calendar .innerpage_left {
    width: 840px;
    }
    
#calendar {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    }
    /* overall table */
#calendar table {
padding: 0;
margin:20px;
}

/* the day headers across the top */
#calendar th {
    background: #163389 url(../images/menu-pattern.jpg) repeat-x;
    color: #fff;
    margin: 0;
    padding: 9px 9px 9px;
    font-weight: normal;
    text-align: center;
}

#calendar tr {
    border-left: 1px solid #A2ADBC;
    }
/* how days this month will look, make dates appear in top right */
#calendar td {
    padding: 4px;
    margin:0;
    height:135px;
    width: 135px;
    overflow: auto;
    text-align:right;
    vertical-align:top;
    border-right: 1px solid #A2ADBC;
    border-bottom: 1px solid #A2ADBC;
}

/* these are the days falling outside this month */
#calendar td.notInMonth {
background: #fff;
}

    #calendar td ul {
        }
        
    #calendar td li {
        list-style-type: none;
        text-align: left;
        font-size: 12px;
        float: none;
        display: block;
        padding-bottom: 4px;
        border-bottom: 1px solid #666;
        margin-bottom: 4px;
        }
        
        .dayNum {
            }
            
    #calendar td a,
    #calendar td a img {
        text-decoration: none;
        }
        
    #calendar tr#navigation {
        border: none;
        }
        
        #calendar #navigation td {
            height: auto;
            border: none;
            float: none;
            text-align: center;
            padding-bottom: 10px;
            }
                
                #calendar #navigation td.previous-month {
                    text-align: center;
                    padding-left: 25px;
                    }
                    
                #calendar #navigation td.next-month {
                    text-align: center;
                    padding-right: 25px;
                    }
                    
                #calendar #navigation .monthname {
                    margin: 0 50px;
                    font-size: 24px;
                    vertical-align: middle;
                    }

/*******
    Gallery Page
*******/
div.mydoclink {
    padding-top: 1.5em !important;
    clear: both;
    }
    /*******
        Highslide Gallery
    *******/

.highslide-wrapper {
    background: none;
    }

    .highslide-item {
        border-right: 1px solid #A2ADBC;
        border-bottom: 1px solid #A2ADBC;
    	margin: 10px 10px 0 0;
    	width: 31%;
    	float: left;
        }
        
        a.highslide {
            display: table-cell;
            width: 219px;
            height: 219px;
            text-align: center; /* qui e non su precedente, iCab3 */
            vertical-align: middle;
            margin: 0 auto;
            }

        a.highslide img {
            border: solid 1px #000;
            vertical-align: middle;
            }

/*******
    Newsletters Page
*******/
.ditto-pagination {
    padding-top: 15px;
    }
.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

/*******
    Slideshow
*******/
.slideshow-wrapper {
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    }
.slideshow {  
    height:  237px;  
    width:   337px;  
    padding: 0;
    margin:  0;  
} 
 
.slideshow img {  
    background-color: #fff;  
    border: 1px solid #e3e3e3;
    padding: 5px;
    top:  0; 
    left: 0 
} 