@import url('public.css');

#tab_corsi{
	empty-cells: hide;
	width: 100%;
	}

#tab_corsi td{
	width: 20%;
	border: 1px solid silver;
	vertical-align: middle;
	line-height: 13px;
	}
	
b{
	color: #AAA;
	}
	
.thumb{ 
	float: left;
	width: 71px;
	height: 90px;
	vertical-align: middle;
	border: none;
	margin: 6px 8px 6px 6px;
	}

#prev, #next{ 
	width: 47%;
	margin-top: 6px;
	}

#prev{
	float: left;
	text-align: right;
	}
#next{
	float: right;
	text-align: left;
	}
	
#main a {font-weight: bold;}	