table#tmenu p#active{
    background: #ffc84c;
}

div#left li{
    color: #000000;
    background: #ffc84c;
}

p.title{
    margin: 0 0 20px;
	text-align: center;
	font-size:20px;
	font-family: Verdana;
	color:#003366;
}

#orienta{
	font-weight: bold;
}

#mat{
	font-weight: bold;
	color: blue;
}

/************* static/progetto_orientamat    ***************************/
table#project{
	border-collapse:collapse;
	background-color: white;
	border-spacing: 0px 0px;
	margin: auto auto auto auto;
	text-align: justify;
}

table#project td {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 10px;
}

table#project .hproject{
	color:gray;
	text-align: left;
}

table#project .highlight {
	color: blue;
}

table#project .bold_highlight{
	font-weight: bold;
	color: blue;
}

/**************** static/percorso_di_autovalutazione ****************************/

div.meeting .hmeeting{
	text-decoration: underline;
}

div.meeting{
    background-color: #e1e2ea;
	border-width: 2px;
	border-style: dotted;
	border-color: #b9c2f8;
	color: #000000;
	padding: 5px 10px;/*indent text (20px of each side)*/
	margin: 20px 0px;
}

div.meeting p{
    margin: 0 0 20px;
    padding: 0;
}

/****************** static/collaborazione ***********************************/

table.studsyear{	
	background-color: white;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	margin: auto auto auto auto;
	text-align: center;
	
}

table.studsyear td {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 10px;/*indent text (20px of each side)*/
}

table.studsyear td.col{
    background-color: #ced7fc;
}

div#year{
    margin: 0;
    padding: 0px 0px;/*indent text (20px of each side)*/
}

div#year p{
    background-color: #fcf3d2;
	border-width: 3px;
	border-style: double;
	border-color: #f4bd28;
	color: #000000;
	margin: 10px 0px;
	padding: 10px;
}

div#year span{
	font-weight: bold;
}

div.collaboration{
    background-color: #e8e4e4;
	border-width: 1px;
	border-style: solid;
	border-color: #c4c1c1;
	color: #000000;
	padding: 5px 10px;/*indent text (20px of each side)*/
	margin: 20px 0px;
}

div.collaboration p{
    margin: 0 0 20px;
    padding: 0;
}

/*****************  static/chi_siamo     ************/

table#tcollab{
	background-color: white;
	border-collapse:collapse;
	border-spacing: 0px 0px;
	margin: auto auto auto auto;
	text-align: center;
}

table#tcollab td {
	background-color: white;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	padding: 10px;/*indent text (20px of each side)*/
}
