/* CSS Document */
body{
	margin: 0;
	padding:0;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", verdana, arial, helvetica;
	font-size: 11px;
	line-height: 1.5em;
	color: #444444;
	background: url(images/body_bg.jpg) repeat;
	-webkit-border-radius: 10px; /* Safari prototype */
	-moz-border-radius: 10px; /* Gecko browsers */
	border-radius: 10px; /* Everything else - limited support at the moment */


}
a:link, a:visited { color: #054E7B; text-decoration:underline; font-weight: bold;} 
a:active, a:hover { color: #054E7B; text-decoration: underline; font-weight: bold; }

td
{
	vertical-align:top;
	border-bottom-width:1px;
	border-bottom-color:#054E7B;
	border-bottom-style:dotted;
	padding:4px, 6px, 4px, 6px;
}
th
{
	vertical-align:top;
	border-bottom-width:1px;
	border-bottom-color:#054E7B;
	border-bottom-style:dotted;
	padding:4px, 6px, 4px, 6px;
	background-color: #EEEEEE;
	text-align:left;
	font-weight:normal;
}

#container {
	margin: auto;
	margin-top: 10px;
	width: 770px;
	border: solid 5px #FFFFFF;
	background: #FFFFFF;
}
#left_column {
	float: left;
	width: 27px;
	height: 442px;
	background: url(images/left_corner.jpg) no-repeat;
}
#left_title {
	padding: 20px;
	height: 43px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 2px;

}
#left_title span {
	font-size: 24px;
	color:#c61000;
}
#menu_column {
	float: left;
	width: 230px;
	background: url(images/left_title.jpg) no-repeat;
}
.menu_list {
	float: left;
	width: 230px;
}
.menu_list ul {
	list-style-type: none;
	margin: 10px;
	padding: 0;
	width: 213px;
}
.menu_list li a {
	display: block;
	height: 25px;
	padding-top: 8px;
	color: #666666;
	padding-left: 50px;
	background: url(images/menu_button.gif);
	text-decoration:none;
}
.menu_list li a:hover, .menu_list li .current {
	color: #278FC4;
	text-decoration:none;
}

#new {
	float: left;
	width: 180px;
	padding-top: 2px;
	padding-left: 30px;
	text-align: justify;
	padding-right: 20px;
	line-height: 1.2em;
}
#new h2 {
	border-bottom: thin dotted;
	font-size: 9px;
	text-decoration: none;
	color: #385B88;
	font-weight:bold;
	padding-top: 5px;
	margin-top: 10px;
}

#new h3 {
	font-size: 9px;
	text-decoration: none;
	color: #E08934;
	font-weight:bold;
}

#new a {
	font-size: 9px;
	text-decoration:underline;
	color: #385B88;
}

#new a:hover {
	text-decoration:none;
}

#new p {
	font-size: 9px;
	text-decoration: none;
	color: #385B88;
}

#new h1 {
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	font-size: 10px;
	font-weight:bold;
	padding: 2px;
}

#right_column {
	float: right;
	width: 513px;
}
#right_header {
	height: 251px;
	color: #FFFFFF;
	background: url(images/header.jpg) no-repeat;
}
#right_header_info {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headerinfo.jpg) no-repeat;
}
#right_header_eventi {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headereventi.jpg) no-repeat;
}
#right_header_iscrizioni {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headeriscrizioni.jpg) no-repeat;
}
#right_header_periodici {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headerperiodici.jpg) no-repeat;
}
#right_header_libri {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headerlibri.jpg) no-repeat;
}
#right_header_contatti {
	height: 251px;
	color: #FFFFFF;
	background: url(images/headercontatti.jpg) no-repeat;
}
.right_link {
	float: left;
	margin: auto;
}
.right_link ul {
	margin: 0px;
	list-style: none;
	padding-left: 300px;
}
.right_link li{
	display: inline;
}
.right_link li a {
	float: left;
	margin-top: 55px;
	width: 100px;
	color: #DDDDDD;
	text-decoration:none;
	text-align: center;
	background: url(images/bullet.gif) no-repeat;
}

.right_link li a:hover, .right_link li .current {
	float: left;
	margin-top: 55px;
	width: 100px;
	color: #FFFFFF;
	text-decoration:none;
	text-align: center;
	background: url(images/bullet.gif) no-repeat;
}
.right_slogan {
	float: right;
	text-align: right;
	margin-top: 70px;
	padding-right: 15px;
	width: 320px;
	color: #FFFFFF;

}

#content {
	background: url(images/right_bg.jpg) repeat-x;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

#content p {
	margin-top: 15px;
	text-align: justify;
}

#content h4 {
	font-size: 10px;
	text-align: justify;
	font-weight:normal;
	font-style:italic;
}
#content h1 {
	margin:0px;
	padding-top: 40px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	color:#054E7B;
}
#content h2 {
	margin-top: 15px;
	color:#f09e00;
	font-size: 12px;
}

#content h3 {
	font-weight: bold;
	font-size: 11px;
}

#content span a
{
	margin: 15px;
	float: right;
	background: #f09e00;
	border: thin dotted;
	color: #FFFFFF;
	font-weight:bold;
	padding: 2px;

}

#content a
{
	text-decoration:underline;
}
#content a:hover
{
	text-decoration:none; 
}

#content img
{
	float: right;
	border-color:#dddddd;
	border-width:1px;
	border-style:solid;
	margin-left:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer {
	background: url(images/black_0.gif) repeat-x;
	border-top:2px solid #dadada;
	clear:both;
	color: #f0f0f0;
	font-size:0.9em;
	padding:8px 0;
	text-align:center;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	background: inherit;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.modalBackground
{
    background-color: Silver;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
.modalPopup
{
    background-color: #ffffff;
    padding: 10px;
    width:800px;
    overflow:auto;
	height:600px;
}