/* CSS Document for Politecnico di Torino - Servizi alla didattica - PAGINE INTERNE */
/* varie classi ad uso e consumo portale/sito*/

.policorpo {font-family: verdana, helvetica, sans-serif; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: none;}
.guideTitolo1 {font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; text-decoration: none; color: #014B96;}
.policorpolink {font-family: verdana, helvetica, sans-serif; font-weight: normal; FONT-SIZE: 11px; COLOR: #000000; TEXT-DECORATION: none;}
.policasella {font-family: Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none; color: #000000;}
.guideTitolo2 {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; text-decoration: none; color: #0084c9;}
.politable {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; text-decoration: none; COLOR: #575757; line-height: 110%}
.titoloBlu {font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; COLOR: #014B96;}
.titoloAzzurro {font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; COLOR: #0084c9;}
.polititolo4 {font-family: arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none; COLOR: #014B96;}
.polititolo4:hover {color: #fb7a08;}
.polititolo3 {font-family: verdana, helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none; COLOR: #0084c9;}


*{margin: 0; padding: 0;}
hr{ visibility: hidden; clear: left; height: 0px;}
img, a img{border: none;}

a{text-decoration: none;  color: #575552;
}
a:hover{text-decoration: underline; 
color: #ff3300;
}


#main a{text-decoration: underline; color: #050505;}
#main a:hover{text-decoration: underline; color: #fb7a08;}

body{
	font: .75em/1.4em "Trebuchet MS", Geneva, sans-serif;
	color: #575552;
	background: #fff;
	margin: 20px auto;
}
#container{
	background: transparent url(/img/bg.gif) repeat-y center top;
	width: 940px;
	margin: 0 auto;
	}
#subcontainer{
	position: relative;
	padding-top: 29px;
	}
	#logo{ 
	width: 256px;
	position: absolute;
	top: 0px;
	left: 0;
	}

	#utility{
	width: 150px; --130px;
	position: absolute;
	/*top: 200px;*/
	margin-top: 5px;
	height: 25px;
	right: 12px;
	}
	#utility p.lang{
  background: url(/img/bg-chooseLang_piccola.gif) no-repeat left center;
	font-size: 10px;
	display: inline;
	text-transform: uppercase;
	padding: 5px 10px;
		float: left;
		width: 40px;
	}
	#utility p.lang a.ita{
	background: url(/img/ita-flag.gif) no-repeat left center;
	/*background: url(/img/it.gif) no-repeat left center;*/
	padding-left: 22px;
	color: #333333;
	}
	#utility p.lang a.ita:hover, #utility p.lang a.eng:hover{
	color: #ff3300;
	}
	#utility p.lang a.eng{
	/*background: url(/img/eng-flag.gif) no-repeat left center;*/
	background: url(/img/en.gif) no-repeat left center;
	padding-left: 22px;
	color: #333333;
	}
	
	#utility p.login{
	background: url(/img/bg-login.gif) no-repeat left center;
	font-size: 10px;
	display: inline;	
	text-transform: uppercase;	
/*	padding: 1px 15px 2px 25px;*/
		padding: 5px 15px 5px 25px;
		float: left;
	}
	
	#utility p.login a{
	color: #333333;
	}
	#utility p.login a:hover{
	color: #ff3300;
	}
	.bottone_login {
	font-size: 10px;
	color: #333333;
	display: inline;
	text-transform: uppercase;
	}

/*mio inizio inserimento*/
	#tabs_en{
	position: absolute;
	top: 0px;
	left: 300px;
}
		#tabs_en ul{
		height: 29px;
		list-style: none;
		position: relative;
		}
		#tabs_en ul span{
		visibility: hidden;
		}
		#tabs_en ul li{
		float: left;
		}
			#tabs_en ul li.ateneo a{
			background: url(/img/tab-ateneo-off_en_big.gif) no-repeat left top;
			display: block;
			width: 153px;
			height: 29px;
			text-decoration: none;
			}
			#tabs_en ul li.ateneo a:hover{
			background: url(/img/tab-ateneo-on_en_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs_en ul li.didattica{
		}
			#tabs_en ul li.didattica a{
			background: url(/img/tab-didattica-off_en_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs_en ul li.didattica a:hover{
			background: url(/img/tab-didattica-on_en_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs_en ul li.ricerca{
		}
			#tabs_en ul li.ricerca a{
			background: url(/img/tab-ricerca-off_en_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs_en ul li.ricerca a:hover{
			background: url(/img/tab-ricerca-on_en_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs_en ul li.poli{
		}
			#tabs_en ul li.poli a{
			background: url(/img/tab-poliimprese-off_en_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs_en ul li.poli a:hover{
			background: url(/img/tab-poliimprese-on_en_big.gif) no-repeat left top;
			text-decoration: none;
			}

/*mio fine inserimento*/

	#tabs{
	position: absolute;
	top: 0px;
	left: 300px;
}
		#tabs ul{
		height: 29px;
		list-style: none;
		position: relative;
		}
		#tabs ul span{
		visibility: hidden;
		}
		#tabs ul li{
		float: left;
		}
			#tabs ul li.ateneo a{
			background: url(/img/tab-ateneo-off_big.gif) no-repeat left top;
			display: block;
			width: 153px;
			height: 29px;
			text-decoration: none;
			}
			#tabs ul li.ateneo a:hover{
			background: url(/img/tab-ateneo-on_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs ul li.didattica{
		}
			#tabs ul li.didattica a{
			background: url(/img/tab-didattica-off_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs ul li.didattica a:hover{
			background: url(/img/tab-didattica-on_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs ul li.ricerca{
		}
			#tabs ul li.ricerca a{
			background: url(/img/tab-ricerca-off_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs ul li.ricerca a:hover{
			background: url(/img/tab-ricerca-on_big.gif) no-repeat left top;
			text-decoration: none;
			}
		#tabs ul li.poli{
		}
			#tabs ul li.poli a{
			background: url(/img/tab-poliimprese-off_big.gif) no-repeat left top;
			display: block;
			width: 152px;
			height: 29px;
			text-decoration: none;
			}
			#tabs ul li.poli a:hover{
			background: url(/img/tab-poliimprese-on_big.gif) no-repeat left top;
			text-decoration: none;
			}

	#header{
  	background: #fff url(/img/bg-header_big.jpg) no-repeat left top;	
		height: 160px;
	}
		#header h1 {
		visibility: hidden;
		}	
		#header h1 span{
		visibility: hidden;
		}
	



		#content{
		/*background: url(/img/bg-content-int.gif) repeat-y left top;*/
		margin: 0px 0px 0px 0px;
		width: 930px;
		float: left;
		clear: left;
		position: relative;
	 }	




	#content #canale{
	width: 200px;
	float: left;
	margin-top: 10px;
	}
	#content #canale dl{
	font-size: 95%;
	line-height: 125%;
	padding: 10px 10px 0px 10px;
	}
	#content #canale dl dt{
	text-transform: uppercase;
	/*COLOR: #014B96;*/
	margin-bottom: 7px;
	}
	#content #canale dl dd{
	padding-left: 4px;
	margin-bottom: 7px;
	}
	
	#content #main{
	margin-left: 5px;
	margin-top: 10px;	
	}
	#content #main #path{
	margin-top: 15px;
	margin-bottom: 10px;
	}
	#content #main #path ul{
	margin: 0;
	}
	#content #main #path ul li{
	font: normal 85% "Trebuchet MS", Geneva, sans-serif;
	color: #a3a2a4;
	margin: 0;
	display: inline;
	}
	#content #main #path ul li a{
	text-decoration: none;
	color: #a3a2a4;
	margin-right: 5px;
	}
	#content #main #path ul li a:hover{
	text-decoration: underline;
	}
	
          th.degree
          {
            color: #ffffff;
            width: 518px;
            padding: 1px;
            font-size: 100%;
            border: 1px #ddd solid;
            text-align: left;
            vertical-align: top;
            background-color: Silver;
          }
          th.campus
          {
            color: #ffffff;
            width: 105px;
            padding: 1px;
            font-size: 100%;
            border: 1px #ddd solid;
            text-align: left;
            vertical-align: top;
            background-color: Silver;
          }



		#content  h1{
			font: normal 200% "Trebuchet MS", Geneva, sans-serif;
			line-height: 110%;
			color: #fb7a08;
			margin: 10px 0 5px 0px;

		}
		#content h2{
			font: normal 180% "Trebuchet MS", Geneva, sans-serif;
			color: #fb7a08;
			margin: 5px 0;
		}
		#content h3{
			font: normal 160% "Trebuchet MS", Geneva, sans-serif;
			color: #fb7a08;
			margin: 5px 0;
		}
		#content  h4{
			font: normal 140% "Trebuchet MS", Geneva, sans-serif;
			color: #fb7a08;
			margin: 5px 0 0 0px;
		}
		#content h5{
			font: normal 120% "Trebuchet MS", Geneva, sans-serif;
			color: #fb7a08;
			margin: 5px 0;
		}
		#content h6{
			font: normal 100% "Trebuchet MS", Geneva, sans-serif;
			color: #fb7a08;
			margin: 5px 0;
		}
		#content h7{
			font: normal 200% "Trebuchet MS", Geneva, sans-serif;
			line-height: 110%;
			color: #fb7a08;
			margin: 10px 0 5px 270px;
		}		
		#content p{
			font: normal 100%/150% "Trebuchet MS", Geneva, sans-serif;
			margin: 5px 0;
		}


		

		#content a{
			text-decoration: none;
			color: #fb7a08;
		}
		#content a:hover{
			text-decoration: underline;
			color: #c9610e;
		}

	/*	#content #main a{			
			text-decoration: underline;
			color: #050505;
		}
		#content #main a:hover{
			text-decoration: underline;
			color: #fb7a08;
		}	
	
*/
	
		#canale a{
			text-decoration: none;
			color: #fb7a08;
		}
		#canale a:hover{
			text-decoration: underline;
			color: #c9610e;
		}		
		
		
		
		#content p.important{
			font: bold 120%/150% "Trebuchet MS", Geneva, sans-serif;
		/*	color: #918e13;*/
	   	color: #336699;
			margin: 10px 0 7px 0;
		}
		
	
		#content #main ul{
			font: normal 100%/150% "Trebuchet MS", Geneva, sans-serif;
			margin: 5px 15px;			  
		}
	
		#content #main ul li{
			list-style-type: square;
			/*margin: 5px 0;*/
			margin: 5px 20px;
		}
		#content #main ul ol{
			list-style-type: decimal;
		
		}
		#content #main ol li {
		font: normal 100%/150% "Trebuchet MS", Geneva, sans-serif;
			list-style-type: decimal;
					margin:5px 20px;
		}
	
	
	#footer{
	}
		#footerTop{
		background: url(/img/bg-footerTop_big.gif) no-repeat left top;
		height: 16px;
		}
		#footerContent{
			background: #fd9d06 url(/img/bg-footer.gif) no-repeat right center;			
			height: 52px;
			margin-top: -5px;
		}
		#footerBottom{
		background: url(/img/bg-footerBottom_big.gif) no-repeat left top;
		height: 16px;
		}
		
		#footer p{
			font-size: 90%;
			color:#fff;
			margin-right: 256px;
			padding: 1px 20px;
		}
		#footer a{
			color:#fff;
		}
		
.plink { font-weight: normal; text-decoration: none; COLOR: #0084c9;}
.plink:hover {color: #fb7a08; text-decoration: underline;}		