@charset "UTF-8";
.tab_buttons{
	height: auto;
	margin: 0px;
	min-height:400px;
	width: 480px;
	padding: 5px;
}
.tab_buttons ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
.tab_buttons li {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: table-cell;
	padding-top: 25px;
	padding-bottom: 25px;
}
.tab_buttons .double{
	padding-right: 45px;
	padding-left: 45px;
}
.tab_buttons .single{
	padding-right: 165px;
	padding-left: 165px;
}
.tab_buttons a{
	display: block;
	cursor: pointer;
	height: 140px;
	width: 140px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.tab_buttos a:link,a:visited, .tab_buttons a:active{
	color: #000000;
	text-decoration: none;
	
}
.tab_buttons a:hover{
	color: #000000;
	text-decoration: none;
	background-image: url(../images/tab_btns.png);
	background-repeat: repeat-x;
	background-position: center;
}
.tab_buttons .container{
	display: block;
	text-align: center;
	vertical-align: middle;
	height: auto;
	padding-top: 55px;	
}

.tab_buttons .rosso{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	display: block;
}
.tab_buttons .verde{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	display: block;
}
.tab_buttons .giallo{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFF66;
	border-bottom-color: #FFFF66;
	display: block;
}
.tab_buttons .blu{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	display: block;
}
.tab_buttons .arancione{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	display: block;
}
.tab_buttons .viola{
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #6666CC;
	border-bottom-color: #6666CC;
	display: block;
}






.area_tbl {
	margin: 0px;
	padding: 0px;
	width:100%;
	
}
.area_tbl td{
	padding: 5px;
	font-size: 10px;
	font-weight: bold;
}
.area_tbl th{
	font-size: 12px;
	padding: 5px;
	background-color: #cc3399;

	color: #FFFFFF;
	text-align: left;
}
.area_tbl .right_desc{
	background-color: #cc3366;
	color: #FFFFFF;
	text-transform: capitalize;
}
.area_tbl .first_row{
	background-color: #ffccff;
}
.area_tbl .second_row{
	background-color: #cc9999;
}
.area_tbl .third_row{
	background-color: #ffcccc;
}
.nome_corso{
	width: 70%;
}
