﻿#content abbr,#content acronym{
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
#content blockquote,#content ul,#content ol,#content dl{
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
#content ol,#content ul{
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
#content dl{
	/*bringing lists on to the page with breathing room */
	margin-left:1em;
}
#content ol li{
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
#content ul li{
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
#content dl dd{
	/* */
	margin-left:1em;
	margin-bottom:1.5em;
}
#content th,#content td{
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
#content th{
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
#content caption{
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
#content p,#content fieldset,#content table{
	/*so things don't run into each other*/
	margin-bottom:1em;
}









#content{
	color: black;
	background: white;
}

#content h2{
	font-style: italic;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

#content h3{
	font-style: italic;
	color: #FF9900;
	background: white;
	display: inline;
	font-size: 120%;
	font-weight: bold;
	margin-left: 0.3em;
}
#content p{
	margin-top: 10px;
}

#content ul{
  /*list-style-type: none;*/
}

#content ul ul{
  /*list-style-type: square;*/
}

#content li{
  /*margin-top: 10px;*/
}

#content li li{
  /*margin-top: 0;*/
}

#leftcol{
	float:left;
	width: 480px;
}

#rightcol{
	float:right;
	width: 310px;
}

.imgframe{
	min-height:390px;
	padding:29px;
	background:url(Images/cornice.jpg) no-repeat;	
}
.imgframe img{
	border:1px solid #CCCCCC;
}




#content p,#content ul,#content ol,#content dl{
	line-height:1.5em;
}

#content h4, #content strong{
	font-weight:bold;
}
#content em, #content address{
	font-style:italic;
}

#content h4{
	font-style:italic;
	font-size:120%;
	font-weight:bold;
	/* top & bottom margin based on font size */
	margin:1em 0;
}

#content dl.faq dt{
	margin:0.3em 0;
	font-weight:bold;
}
#content dl.faq dt{
	font-size:1.3em;
	color:#666666;
}

.img_text{
	border:2px solid #999999;
}


#content .vcard{
	font-size:1.3em;
	line-height:1.8em;
	padding-left:20px;
	margin-top:20px;
	background:#F1F1F1;
}
#content .vcard .nd{display:none}
#content .vcard .fn{
	font-weight:bold;
}
#content .vcard .tel .value{
	font-weight:bold;
	font-size:1.4em;
}
#content #hcard-tec{
	margin-bottom:1.8em;
}
#content #hcard-tec .piva{
}
#content #hcard-tec .org{
	display:block;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
#content ul.mappa { font-size: large; }
#content .newsitem {
	margin-bottom: 25px;
}
#content .newsitem p { margin-top: 3px;}
#content .newsitem h4 { margin-bottom: 3px;}

#content table.corsi{
	width:440px;
	border:1px solid #000;
	border-spacing:0px;
}
#content table.corsi th{
	background:#EEE;
}
#content table.corsi td{
	font-size:12px;
}
#content table.corsi .bordo{
	border-bottom:1px #000 solid;
	border-left:1px #000 solid;
}
#content table.corsi .div{
	border-left:1px #000 solid;
}

#content table.schema {
	width:550px;
	border:1px solid #000;
	border-spacing:0px;
	font-size:12px;
}
#content table.schema th {
	background:#EEE;
	border-bottom:1px #000 solid;
	border-left:1px #000 solid;
}
