@charset "utf-8";
/* CSS Document */

.td_programma{
	width:200px;
	float:left;
	font-weight:bold;
	border-bottom:#555 dotted 1px;
	height:23px;
		}
		
.td_presentatore {
	width:299px;
	padding-left:10px;
	float:left;
	clear:right;
	border-bottom:#fff dotted 1px;
	height:23px;
		}	
		
#table_docente {
	width:509px;
	height:120px;
	font-size:14px;
	border-bottom:#555 dotted 1px;
	margin-bottom:10px;
	}

#colonnina_docenti  {
	padding-left:5px;
	float:left;
	width:125px;
	color:#333;
	
	/* ackground-image:url(../images/sfondo-docenti-autori.jpg);
	background-position:0 0;
	background-repeat:no-repeat; */
	}

#colonnina_docenti h4 {
	font-size:14px;
	line-height:14px;
	margin-top:5px;
	margin-bottom:5px;
	color: #FFF;
	text-align:left;
}
#colonnina_docenti ul li {
	color: #333;
	font-size:10px;
	border-bottom:1px dotted #030;
}

#colonnina_docenti a:link, #colonnina_docenti a:visited {
	color:#333;
	text-decoration:none;
	background-image:url(../images/blank.gif);
	background-position:left center;
	background-repeat:no-repeat;
	}
#colonnina_docenti a:hover, #colonnina_autori a:active {
	color:#333;
	text-decoration:none;
	background-image:url(../images/dot-rosa.jpg);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:10px;
	}
#colonnina_docenti .strong {
	margin-left:-20px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
}

#scheda ul li {
	list-style-image:url(../images/virgolette.gif);
	margin-left:15px;
	padding-bottom:10px;
	
}
