* {
	margin: 0;
	padding: 0;
}
img { border:none; }
body, html {
	background: #e8e8e8 url("../images/bg.png") repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-weight:normal;
	line-height:100%;
	width:100%;
	height:100%;
}
p	{
	margin: 10px 0 0 0;
}
.photogallery {
	margin: 13px 0 13px 0;
	text-align: center;
	}
.photogallery .border {
	margin: 0 auto 12px auto;
	padding: 8px 0;
	width:100%;
	overflow: hidden;
	background: #fff;
	}
.photothumb-l {
	float:left;
	margin: 2px 13px 5px 0;
	padding: 2px;
	background: #fff;
	border: 3px solid #b50000;
	}
.photothumb-r {
	float:right;
	margin: 2px 0 5px 13px;
	padding: 2px;
	background: #fff;
	border: 3px solid #b50000;
	}	
	
/*    FONTS    */
a:link, a:active, a:visited {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #b50000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}	
a:focus { outline: 0; }

h1		{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:normal;
	color: #000;
}
.boxlargo h1,
.boxlargo_chiaro h1		{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:normal;
	color: #000;
	display: block;
	background: #fcfbfc;
	border-bottom: 1px solid #c8c7c3;
	padding-left: 13px;
	line-height: 38px;
	height: 40px;
	overflow: hidden;
	width: 587px;
	margin-bottom: 0px;
}
h2 	{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	display: block;
	margin-bottom: 4px;
}
h3		{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #b50000;
	display: block;
	margin-bottom: 4px;
}


/*   FORM   */
form {
	margin-top: 20px;
}
select {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	font-weight:bold;
	padding: 2px 0 0 6px;
	border: none;	
    background: url(../images/bg-select.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 21px;
    cursor: pointer;
}
option {
	padding: 2px 18px 0 0;
}
.selectwrap {
	position: relative;
	border: 0px solid red;
	text-align: right;
}
.selectwrap .r {
    position: absolute;
    top: 0px;
    right:0px;
    background: url(../images/bg-select-r.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 19px;
    height: 21px;
    display: block;
}

#formricercatop {
	position: absolute;
	top:8px;
	left: 480px;
	width: 460px;
	height: 60px;
	border: 0px solid red;
}
#formricercatop form {
	border: 0px solid white;
	float: left;
	height: 60px; 
	width: 460px;
	margin: 10px 0 0 0;
	padding: 0;
}
#formricercatop form p {
	float:left;
	height: 20px;
	border: 0px solid red;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}
#formricercatop form p.checkuno {
	width: 125px;
}
#formricercatop form label {
	display: none;
}
#formricercatop form input {
	float:left;
	border: none;
	margin: 0;
	padding: 4px 0 0 4px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	width: 338px;
	height: 22px;
	background: url(../images/bg-input-header.png);
	background-repeat: no-repeat;
}
#formricercatop form button {
	float:left;
	border: none;
	margin: -2px 0 0 6px;
	padding: 0;
	font-size: 1px;
	color: #000;
	font-weight: normal;
	width: 63px;
	height: 26px;
	background: url(../images/button-cerca.png);
	background-repeat: no-repeat;
	cursor: pointer;
}
#formricercatop form button span {
	display: none;
}

#formricercatop form input.check {
	width: 25px;
	float:left;
	margin-top: -2px;
	background: transparent;
}

.boxlargo form {
	background: #F5F2E5;
	padding:  0 ;
	}
.boxlargo form p {
	float:left;
	padding:0px 0 0 20px;
	border:0px solid red;
	width:550px;
}
.boxlargo form label {
	color: #b50000;
	font-size: 13px;
}
.boxlargo form input {
	float:left;
	border: 1px solid #e6e6e6;
	margin: 2px 0 0 0;
	padding: 4px 0 0 4px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	width: 300px;
	height: 20px;
	background: url(../images/bg-input-generic.png);
	background-repeat: no-repeat;
}
.boxlargo form textarea {
	float:left;
	border: 1px solid #e6e6e6;
	margin: 2px 0 0 0;
	padding: 4px 0 0 4px;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	/* width: 500px; */
	height: 180px;
	background: url(../images/bg-input-generic.png);
	background-repeat: no-repeat;	
	width: 100%;
}
.boxlargo form button {
	border:0;
  	cursor:pointer;
  	font-weight:bold;
  	padding:0 12px 0 0;
  	text-align:center;
  	background:url(../images/bg-button-generic-r.png) right no-repeat;
  	font-size:13px;
  	margin: 5px 0 0 0px;
}
.boxlargo form button span {
	position:relative;
  	display:block;
  	white-space:nowrap;
  	padding:0 0 0 12px;
  	height:27px;
  	line-height:24px;
  	background:url(../images/bg-button-generic-l.png) left no-repeat;
  	color:#fff;
}


#center {
	position:relative;
	width: 945px;
	margin:0 auto;
	min-height: 100%;
	border: 0px solid red;
	text-align: left;
}

#footer {
	position: relative;
	width: 100%;
	margin: -170px auto 0 auto;
	height: 170px;
	background:#df582d url("../images/bg-footer.png");
	background-repeat: repeat-x;
	text-align:left;
	border-top:1px solid #fff;
}
.clearfoot {
	clear: both;
	height: 210px;
}
.clear {
	clear: both;
}
#header {
	position:relative;
	width: 945px;
	height:83px;
	margin:0 auto;
}
#logo {
	position:absolute;
	top:0px;
	left:15px;
	width: 168px;
	height:81px;
}
#bloccolargo {
	float:left;
	width: 600px;
}
#bloccostretto {
	float:right;
	width: 307px;
	border: 0px solid red;
}
#bloccolargo h2 {
	font-size: 30px;
	font-weight:normal;
	margin-bottom: 34px;
	line-height: 28px;
}
#bloccolargo h3 {
	font-size: 14px;
	margin: 26px 0 10px 0;
}
#bloccolargo p {
	margin: 10px 0 0px 0;
	line-height: 15px;
}
#bloccolargo ul li {
	background: url(../images/li-round.png);
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 14px;
}

/*   schede reperti   */
#bloccostretto #boxschedereperti {
	position: relative;
	float:left;
	width: 307px;
	border: 0px solid red;
	margin-bottom: 20px;
}
#bloccostretto .boxscheda {
	position: relative;
	float:left;
	width: 307px;
	border: 0px solid red;
	background: #f0efef;
	min-height: 80px;
	margin-top: 12px;
	font-size: 11px;
}
#bloccostretto .boxscheda img {
	float:left;
	border: 5px solid #fff;
	background: #fff;
	margin-right: 8px;
}
#bloccostretto .boxscheda h3 {
	margin-top: 5px;
}
#bloccostretto .boxscheda h3 a:link,
#bloccostretto .boxscheda h3 a:active,
#bloccostretto .boxscheda h3 a:visited {
	font-weight: bold;
	text-decoration: none;
}
#bloccostretto .boxscheda h3 a:hover {
	text-decoration: none;
}
#bloccostretto .boxscheda .testoscheda {
	position: absolute;
	left: 87px;
	top: 1px;
	border: 0px solid red;
	width: 218px;
	height: 58px;
	overflow: hidden;
}
#bloccostretto .boxscheda .linkscheda {
	position: absolute;
	left: 85px;
	bottom: 4px;
	background: url(../images/freccia-grigia.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 13px;
	width: 200px;
	height: 16px;
	text-decoration: none;
}
#bloccostretto .boxscheda .linkscheda2 {
	position: absolute;
	left: 150px;
	bottom: 4px;
	background: url(../images/freccia-grigia.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 13px;
	width: 200px;
	height: 16px;
	text-decoration: none;
}
#bloccostretto .boxscheda .linkscheda a:link,
#bloccostretto .boxscheda .linkscheda a:active,
#bloccostretto .boxscheda .linkscheda a:visited,
#bloccostretto .boxscheda .linkscheda2 a:link,
#bloccostretto .boxscheda .linkscheda2 a:active,
#bloccostretto .boxscheda .linkscheda2 a:visited {
	text-decoration: none;
}
#bloccostretto .boxscheda .linkscheda a:hover,
#bloccostretto .boxscheda .linkscheda2 a:hover {
	text-decoration: underline;
}
#bloccostretto #boxschedereperti .archivioscheda {
	background: url(../images/bg-link-d.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 15px 0 10px;
	height: 19px;
	text-align: right;
	border: 0px solid red;
	float: right;
	margin-top: 8px;
}
#bloccolargo .boxschedeeventi .archivioeventi {
	margin-top: 16px;
}
#bloccostretto #boxschedereperti .archivioscheda a:link,
#bloccostretto #boxschedereperti .archivioscheda a:active,
#bloccostretto #boxschedereperti .archivioscheda a:visited,
#bloccolargo .boxschedeeventi .archivioeventi a:link,
#bloccolargo .boxschedeeventi .archivioeventi a:active,
#bloccolargo .boxschedeeventi .archivioeventi a:visited {
	text-decoration: none;
	font-size: 11px;
	background: url(../images/bg-link-s.png);
	background-repeat: no-repeat;
	background-position: top left; 
	/* display: block; */
	height: 19px;
	padding: 0 5px 0 10px;
	line-height: 17px;
	float: right;
}
/*   end schede reperti   */

/*   schede bibliografiche   */
#bloccostretto .boxschedebibliografiche {
	position: relative;
	float:left;
	width: 307px;
	border-top: 2px solid #b50000;
	background:  #f5f2e5 url(../images/bg-boxstretto.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-bottom: 60px;
}
#bloccostretto .boxschedebibliografiche h2 {
	margin: 14px;
}
#bloccostretto .boxschedebibliografiche ul li {
	float: left;
	margin-bottom: 8px;
	font-size: 11px;
	width: 260px;
}
#bloccostretto .boxschedebibliografiche a:link,
#bloccostretto .boxschedebibliografiche a:active,
#bloccostretto .boxschedebibliografiche a:visited {
	font-size: 11px;
	text-decoration: none;
	line-height: 11px;
}
#bloccostretto .boxschedebibliografiche form {
	margin: 20px  16px  10px  0px;
}
#bloccostretto .boxschedebibliografiche .bottom {
	position: absolute;
	width: 307px;
	height: 10px;
	left: 0;
	bottom: 0;
	background: url(../images/bg-boxstretto-b.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0px solid red;
}
/*   end schede bibliografiche   */


/*   boxdatiutente   */
#bloccostretto .boxdatiutente {
	position: relative;
	float:left;
	width: 307px;
	border-top: 2px solid #b50000;
	background:  #f5f2e5 url(../images/bg-boxstretto.png);
	background-repeat: repeat-y;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
#bloccostretto .boxdatiutente h2 {
	margin: 14px;
}
#bloccostretto .boxdatiutente ul li {
	float: left;
	margin-bottom: 8px;
	font-size: 11px;
	width: 260px;
	background: url(../images/freccia-grigia.png);
	background-repeat: no-repeat;
	background-position: left;
}
#bloccostretto .boxdatiutente a:link,
#bloccostretto .boxdatiutente a:active,
#bloccostretto .boxdatiutente a:visited {
	font-size: 12px;
	text-decoration: none;
	line-height: 11px;
}
#bloccostretto .boxdatiutente form {
	margin: 20px  16px  10px  0px;
}
#bloccostretto .boxdatiutente .bottom {
	position: absolute;
	width: 307px;
	height: 10px;
	left: 0;
	bottom: 0;
	background: url(../images/bg-boxstretto-b.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border: 0px solid red;
}
/*   end boxdatiutente   */


/*   boxschedeeventi   */
#bloccolargo .boxschedeeventi {
	position: relative;
	width: 600px;
	background:  #f5f2e5 url(../images/bg-boxlargo-b.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin: 46px 0 30px 0;
	border: 1px solid #E8E8E8;
}
#bloccolargo .boxschedeeventi h2 	{
	position: absolute;
	top:-33px;
	left: 0;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000;
	display: block;
	/* margin: -33px 0 0 0; */
}
#bloccolargo .boxschedeeventi .boxsingoloevento {
	float:left;
	width: 176px;
	margin: 10px 4px 3px 16px;
	font-size: 10px;
}
#bloccolargo .boxschedeeventi .boxsingoloevento img {
	float: none;
	width: 170px;
	height: 69px;
	border: 1px solid #e7e7e9;
	background:  #fff;
	padding: 2px;
	margin: 0 auto;
	margin: 2px 0;
}
#bloccolargo .boxschedeeventi .boxsingoloevento p {
	margin-top: 4px;
	line-height: 11px;
	/* border: 1px solid red; */
}
#bloccolargo .boxschedeeventi .boxsingoloevento a:link,
#bloccolargo .boxschedeeventi .boxsingoloevento a:active,
#bloccolargo .boxschedeeventi .boxsingoloevento a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}
#bloccolargo .boxschedeeventi .archivioeventi {
	background: url(../images/bg-link-d.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 15px 0 10px;
	height: 19px;
	text-align: right;
	border: 0px solid red;
	float: right;
	margin-top: 8px;
	position: absolute;
	right: 0px;
	bottom: -26px;
}
/*   end boxschedeeventi   */

ul {
	display: block;
	margin:10px 10px 10px 15px;
}
ul li {
	list-style: none;
	padding-left: 14px;
	background: url(../images/li.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 4px;
}
#top-menu {
	position: relative;
	width:945px;
	height: 36px;
	margin-bottom: 30px;
}
#top-menu ul {
	list-style: none;
	margin:0 0 0 50px;
	padding:0;
	height: 36px;
}
#top-menu ul li {
	list-style: none;
	display: inline;
	float:left;
	background: none;
	height: 36px;
}
#top-menu a {
	float:left;
	position: relative;
	padding:0 15px 0 15px;
	margin-right:0px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight:normal;
	height: 36px;
	display: block;
	line-height: 34px;
	text-transform: uppercase;
}
#top-menu a:hover {
	color: #a61901;
	text-decoration: none;

}
#top-menu a.current {
	color: #a61901;
	text-decoration: none;
	background: url(../images/bg-menu-s.png);
	background-repeat: no-repeat;
	background-position: left ;
}
/*
#top-menu a:hover span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 10px;
	margin-left: 10px;
	height: 36px;
	width: 10px;
	display: block;
	text-decoration: none;
	background: url(../images/bg-menu-d.png);
	background-repeat: no-repeat;
	background-position: right bottom ;
}
*/
#top-menu a.current span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 0 0 10px;
	margin-left: 10px;
	height: 36px;
	width: 10px;
	display: block;
	text-decoration: none;
	background: url(../images/bg-menu-d.png);
	background-repeat: no-repeat;
	background-position: right bottom ;
}
#top-menu #email {
	position: absolute;
	width:16px;
	height: 16px;
	top: 3px;
	right: 72px;
}
#top-menu #it {
	position: absolute;
	width:18px;
	height: 15px;
	top: 1px;
	right: 40px;
}
#top-menu #en {
	position: absolute;
	width:18px;
	height: 15px;
	top: 1px;
	right: 15px;
}


.boxlargo {
	width: 600px;
	border-top: 2px solid #b50000;
	background:  #fff url(../images/bg-boxlargo-b.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.boxlargo .inner {
	display: block;
	width: 580px;
	border: 0px solid #b50000;
	margin: 10px 0 10px 12px ;
}
.boxlargo .inner-sub {
	background:  #f5f2e5;
	padding: 10px 13px 6px 13px;
	font-size: 11px;
	border-top:1px solid #c0bfbb;
	margin-top: 10px;
}
.boxlargo .inner-sub .left {
	float: left;
	width: 410px;
	border: 0px solid red;
}
#bloccolargo .boxlargo .inner-sub .left h3 {
	margin: 0 0 8px 0;
}
.boxlargo .inner-sub .right {
	float: right;
	width: 150px;
	text-align: right;
}
.boxlargo .inner-sub .right a:link,
.boxlargo .inner-sub .right a:active,
.boxlargo .inner-sub .right a:visited {
	text-decoration: none;
}
.boxlargo .inner-sub .right a:hover {
	text-decoration: underline;
}
.boxlargo .boxfotobig {
	float: left;
	width: 413px;
	height: 307px;
	border: 1px solid #e7e7e9;
	background:  #fff;
	margin-left: 0px;
	overflow: hidden;
	text-align: center;
}
.boxlargo .boxfotobigframe {
	display: block;
	width: 409px;
	height: 303px;
	border: 2px solid #fff;
	background:  #fff;
	margin-left: 0px;
	overflow: hidden;
	text-align: center;
}
.boxlargo .boxthumbs {
	float: right;
	width: 157px;
	height: 306px;
	border: 0px solid #b50000;
	background:  #fff;
	margin-right: 0px;
}
.boxlargo .boxthumbs img {
	float: left;
	width: 69px;
	height: 69px;
	border: 1px solid #e7e7e9;
	background:  #fff;
	padding: 2px;
	margin: 0 3px 3px 0;
}
.boxlargo  .inner-sub .right form {
	margin-top: 20px;
}

.boxlargo_chiaro {
	width: 600px;
	border-top: 2px solid #b50000;
	background:  #fff url(../images/bg-boxlargo-b2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.mappa_big {
	margin: 26px 0 20px 0;
	width: 584px; 
	height: 484px;
	border: 8px solid #fff;
	}
.mappa_small {
	margin: 13px 0 20px 0;
	width: 299px; 
	height: 299px;
	border: 4px solid #fff;
	overflow: hidden;
	}

/* FOOTER */
.footerstrips {
	display: block;
	width: 945px;
	margin:30px auto 20px auto;
	background: url("../images/bg-footer-separatori.png");
	background-repeat: repeat-y;
	text-align:left;
	border: 0px solid red;
}
.footbox {
	float: left;
	width: 270px;
	margin: 0 30px 2px 15px;
	border-bottom: 0px solid white;
	font-size: 12px;
	font-weight:normal;
	color: #f6dd97;
	}
.footbox h4		{
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #fff;
	display: block;
	margin-bottom: 8px;
}
.footbox p {
	font-size: 11px;
	}
.footbox ul {
	padding: 0;
	margin: 0;
}
.footbox ul li {
	list-style: none;
	background: none;
	padding: 0;
	margin-bottom: 1px;
}
.footbox ul li a:link,
.footbox ul li a:active,
.footbox ul li a:visited {
	font-size: 11px;
	font-weight:normal;
	color: #f6dd97;
	text-decoration: none;
}
.footbox ul li a:hover {
	color: #631614;
	text-decoration: underline;
}
.footbox ul li a.rss:link, 
.footbox ul li a.rss:active, 
.footbox ul li a.rss:visited {
	background: url(../images/rss.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 22px;
	padding-left: 34px;
	line-height: 24px;
	border: 0px solid white;
	margin-bottom: 2px;
	font-size: 9px;
}
.footbox ul li a.xhtml:link, 
.footbox ul li a.xhtml:active, 
.footbox ul li a.xhtml:visited {
	background: url(../images/xhtml.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 20px;
	padding-left: 34px;
	line-height: 16px;
	border: 0px solid white;
	margin-bottom: 0px;
	font-size: 9px;
}
.footbox ul li a.css:link, 
.footbox ul li a.css:active, 
.footbox ul li a.css:visited {
	background: url(../images/css.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 20px;
	padding-left: 34px;
	line-height: 16px;
	border: 0px solid white;
	margin-bottom: 0px;
	font-size: 9px;
}
.footbox ul li a.nbit:link, 
.footbox ul li a.nbit:active, 
.footbox ul li a.nbit:visited {
	background: url(../images/nbit.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	height: 20px;
	padding-left: 41px;
	line-height: 16px;
	border: 0px solid white;
	margin-bottom: 2px;
	font-size: 9px;
}
.logo-eu {
	float: left;
	margin: 2px 5px 3px 0;
	border: 1px solid #f6dd97;
	}
table.scheda_sito {
	width: 96%;
	text-align: center;
	border-collapse: collapse;
	margin: 0 auto 15px auto;
	}
table.scheda_sito p {	
	margin: 0;
	padding: 3px 0;
	text-align: left;
	line-height: 110%;
	}
table.scheda_sito th {
	background:  #eae9e9;
	border: 1px solid #eae9e9;
	border-right: 1px solid #fff;
	padding: 5px 8px;	
	vertical-align: top;
	}
table.scheda_sito td {
	border: 1px solid #ccc;
	padding: 5px 8px;	
	vertical-align: top;
	}
table.scheda_sito th.nobordo {
	border: 0px solid #ccc;
	background: none;
	}
#bloccolargo table.scheda_sito h2 {
	margin: 25px 0 6px 0;
	font-size: 15px;
	font-weight:bold;
	color: #b50000; 
	}
	
table.elenco {
	width: 96%;
	text-align: left;
	border-collapse: collapse;
	margin: 0 0 15px 0;
	}
table.elenco th {
	padding: 5px 8px 10px 4px;	
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
table.elenco td {
	border-bottom: 1px solid #fff;
	padding: 5px 8px 5px 4px;		
	vertical-align: top;
	}
table.elenco td a:link,
table.elenco td a:active,
table.elenco td a:visited {
	text-decoration: none;
	}
	
	
table.scheda_ra {
	width: 96%;
	text-align: left;
	border-collapse: collapse;
	margin: 0 auto 15px auto;
	}
table.scheda_ra p {	
	margin: 0;
	padding: 3px 0;
	text-align: left;
	line-height: 110%;
	}
table.scheda_ra th {
	background:  #b6b4b1;
	border: 1px solid #b6b4b1;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 8px;	
	vertical-align: top;
	color: #fff;
	}
table.scheda_ra td {
	background:  #f9f8f8;
	border: 1px solid #f9f8f8;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 8px;	
	vertical-align: top;
	font-weight:normal;
	}
table.scheda_ra td em {
	font-weight:normal;
	color: #b50000; 
	}
table.scheda_ra td.gruppo {
	background: #f9b67b;
	border: 1px solid #f9b67b;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
table.scheda_ra th.nobordo {
	border: 0px solid #ccc;
	background: none;
	}
table.scheda_ra td.nobordo {
	border: 0px solid #ccc;
	background: none;
	}
#bloccolargo table.scheda_ra h2 {
	margin: 25px 0 6px 0;
	font-size: 15px;
	font-weight:bold;
	color: #b50000; 
	}



table.scheda_ra td.messaggio {
	border: 0px solid #ccc;
	background: none;
	font-size: 13px;
	font-weight:bold;
	color: #b50000;
	text-align: center;
	vertical-align: middle;
	}


