
/********************************************** GENERAL **********************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #BFD1DB url('images/bp_body_bg.gif') top left repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}

p {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/********************************************* WRAPPER AND HEADER **********************************************/

#wrapper {
	margin: 0px auto;
	width: 942px;
	height: auto;
}

#header {
	margin: 0px;
	width: 942px;
	height: 45px;
	background: #FFFFFF url('images/bp_header_logo.gif') top left no-repeat;
}

#banner {
	width: 942px;
	height: 235px;
background: #FFFFFF url('header/26.jpg') top left no-repeat;
}


/****************************************** MENU ***************************************************/
#menu {
	width: 942px;
	height: 32px;
	background: #FFFFFF url('images/bp_menu_bg.gif') top left no-repeat;
}


#menu ul {
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}

#menu li {
	display: inline;
	height: 32px;
	line-height: 32px;
	padding: 0px;
	color:  #EEE;
}

#menu ul li a:link, a:visited {
	color: #EEE;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding: 0px 5px;
}

#menu ul li a:hover {
	color: #B7336C;
}



.menu_sel {
	color: #B7336C;
	font-size: 1.2em;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	padding: 0px 5px;
}
#main {
	font-size: 1.2em;
	background: #464646  url('images/bp_right_column_bg.gif') top right repeat-y;
}

/************************************** LEFT SIDE *******************************************/
#left {
	padding: 10px 20px;
	float: left !important;
	width: 494px;
	height: auto;
	background: #464646;
	line-height: 1.4em;
}

* html body #left {
	margin: 0px -6px 0px 0px;
}

#left p {
	color: #8B8B8B;
}

#left p span {
	color: #FFF;
	font-weight: bold;
}

#left p a:link, 
#left p a:visited, 
#left p a:hover {
	color: #B7336C;
	font-weight: normal;
}

#right {
	/*width: 408px;
	height: auto;*/
	margin-left: 533px;
}

* html body #right {
	margin-left: 530.65px;
}


/*************************************** CALENDAR ****************************************/
#calendar {
	padding: 0px 20px 0px 20px;
	width: 339px;
	height: 302px;
	background: transparent  url('images/bp_postit_calendar.gif') top left no-repeat;
}

table.tab_int {
	width: 30px;
	border:1px;
	border-style:solid;
	border-color:#000000;
	border-collapse:collapse;
	font-size: 9px;
	
}

table.tab_int td {
	height: 30px;
	text-align: left;
	vertical-align:middle;

	
}
table.tab_est {
	font-family: Verdana, Geneva, sans-serif;
	width: 224px;
	color:#000;
	
}

table.tab_est td {
	border:0px;
	text-align:center;

}
th {
	background-color: #000000;
	height: 30px;
	text-align: center;
	vertical-align:middle;
	color:#FFFFFF;
}



th p span {
	color: #B7336C;
}



td p {
	color: black;
	font-weight: bold;
}

td p a:link, td p a:visited {
	color: #000;
	font-size: 0.9em;
}

.cell-green-selected {
	background-color: #8DBC44;
}

.cell-pink-selected {
	background-color: #E42E7B;
}

.cell-green-pink-selected {
	background-image:url('images/sf_p_v.gif');
}

/***************************************** EVENTS ********************************************/
#events {
	display: block;
	padding-top: 29px !important;
	
	width: 408px;
	
	background: transparent  url('images/bp_prossimi_eventi.gif') top left no-repeat;
}

* html body #events {
	width: 405px !important;
}

.event-green,
.event-pink {
	padding: 0;
	margin: 0;
	width: 408px;
	height: 124px;
	background: transparent  url('images/bp_newsbox_1.jpg') top left no-repeat;
}

.event-pink {
	margin-top: 10px;
	background: transparent  url('images/bp_newsbox_2.gif') top left no-repeat;
}

.event-image {
	float: left;
	padding: 12px 0px 0px 10px;
	width: 100px;
	height: 120px;
}

.event-text {
	text-align:justify;
	padding: 10px 0px 0px 0px;
	width: 250px;
	height: 120px;
	margin-left: 130px;
}

.event-text p {
	font-size: 0.9em;
}

.event-text a:link, .event-text a:visited {
	font-size: 1em;
	font-weight: bold;
}


/********************************************* NEWSLETTER *********************************/
#newsletter {
	margin-left: 570px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	padding: 0;
}

#newsletter label {
	color: #464646;
}

#newsletter input[type=text] {
	border: 1px solid #464646;
	font-size: 0.9em;
	color: #464646;
}

#newsletter input[type=submit] {
	border: none;
	background-color: #E42E7B;
	color: #FFF;
	font-weight: bold;
}

/*********************************************** FOOTER ********************************************/
#footer {
	width: 942px;
	height: 60px;
	background: transparent  url('images/bp_footer.gif') top left no-repeat;

}

#footer p {
	padding-top: 15px;
	padding-left: 220px;
	color: #464646;
}

#footer p a:link, 
#footer p a:visited {
	color: #464646;
	font-size:10px;
	font-weight:bold;
}

#footer p a:hover {
	text-decoration:underline;
}
/***************************************************** UTILITIES ********************************************/
.separator {
	clear: both;
}
/***************************************************** EVENTI ********************************************/

.titolo_ev{
font-size: 1.7em;  
font-weight:bold;
}
.data_ev{ font-size: 0.7em;
font-style:italic;
}
.descrizione_ev{
text-align:justify;
}