body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0px;
	font-size:12px;
	background-image:url(files/images/bg.jpg);
	background-repeat:repeat-x;
}

select{
	border:2px #ffffff solid;
	background-color:#bababa;
	color:#FFFFFF;
}

option{
	background-color:#787878;
	color:#FFFFFF;
}

tr {
	background-color:#FFFFFF;
}

.menu {
	float:left;
	width:236px;
	margin-left:12px;
	margin-top:20px;
}

.menu_aree {
	color:#00CC66;
	padding-bottom:5px;
	
}

.menu_ist {
	background-image:url(files/images/menu_ist.png);
	background-repeat:no-repeat;
	font-weight:bold;
	padding-bottom:20px;
	line-height:16px;
	margin-bottom:10px;
}

.menu_ist_item {
	margin-left:34px;
	background-repeat:no-repeat;
	color:#787878;
	padding-left:10px;
	padding-top:4px;
/*	height:16px; */
}

.menu_ist_item A, .menu_ist_item A:link {
	text-decoration:none;
	color:#787878;
} 

.menu_ist_item A:hover {
	color:#004d93;
} 

.menu_studenti {
	margin-left:24px;
	background-repeat:no-repeat;
	color:#036;
	padding-left:10px;
	padding-top:3px;
	height:16px;
}

.menu_studenti_title {
	background-image:url(files/images/menu.png);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	padding-left:30px;
	color:#FFFFFF;
	margin-bottom:5px;
}

.menu_docenti {
	margin-left:24px;
	background-repeat:no-repeat;
	color:#036;
	padding-left:10px;
	padding-top:3px;
	height:16px;
}

.menu_docenti_title {
	background-image:url(files/images/menu.png);
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
	padding:10px;
	padding-left:30px;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
}

.menu_genitori{
	margin-left:24px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	height:16px;
}

.menu_genitori_title {
	background-image:url(files/images/menu.png);
	background-repeat:no-repeat;
	font-size:13px;
	padding:10px;
	padding-left:30px;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:5px;
	margin-top:5px;
}

.main_content A,.main_content A:link, .main_content A:visited{
	text-decoration:none;
	color:#36F;

}

.menu_studenti A, .menu_studenti A:link, .menu_docenti A, .menu_docenti A:link, .menu_genitori A, .menu_genitori A:link{
	text-decoration:none;
	color:#036;
} 

.menu_studenti A:hover {
	color:#36F;
} 

.menu_genitori A:hover {
	color:#36F;
}

.menu_docenti A:hover {
	color:#36F;
} 




/* classi per il contenuto principale*/


.container {
	margin-left:10px;
	width:697px;
/*	float:left; */
	position:absolute;
	left: 238px;
	top:0px;
	background-repeat:repeat-y;
	/*height:100%;*/
	overflow:hidden;
}

.main {
	padding-left:25px;
	padding-right:21px;
}

.main_sep {
	height:13px;
}

.main_title{
	margin-top:20px;
	color:#FFFFFF;
	width:540px;
	padding-left:108px;
	padding-top:40px;
	height:64px;
	background-image:url(files/images/logo.gif);
	background-repeat:no-repeat;
}

.main_content{
	background-image:url(files/images/page_content.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:608px;
	color:#036;
	font-size:12px;
	padding-left:10px;
	padding-right:20px;
	padding-bottom:20px;
	
}

.main_content_table{
	width:96%;
	background-color:#FFFFFF;
}

.main_content_table td {
	background-color:#eee;
	color:#036;
}

.main_content_table th {
	color:#036;
	font-weight:bolder;
}


.main_bottom{
	width:697px;
	background-repeat:no-repeat;
	height:8px;
	overflow:hidden;
}

.credits{
	width:677px;
	font-size:10px;
	text-align:center;
	padding:10px;
}

.credits A,.credits A:link, .credits A:visited{
	text-decoration:none;
	color:#333333;

}


.logo_big{
	font-size:23px;
	font-family:Arial,"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
}

.logo_sub{
	font-size:12px;
	font-family:Verdana,"Times New Roman", Times, serif;
}

.main_page_title {
	font-size:13px;
	font-weight:bold;
	text-align:center;
	width:628px;
	color:#ffffff;
	font-size:12px;
	padding:10px;
	height:30px;
	overflow:hidden;
	background-image:url(/files/images/main_title.png);
	background-repeat:no-repeat;

}

.istituto_bg {

}

.studenti_bg {
}

.docenti_bg {
}

.genitori_bg {
} 

.istituto_fg {	
	color:#004d93;	
}

.studenti_fg {
	color:#c0ff00;
}

.docenti_fg {
	color:#787878;
}

.genitori_fg {
	color:#90052c;
}

.border5 {
	border:10px solid #ffffff;
}

.file_item {
	padding-bottom:6px;
	border-bottom:#ffffff solid 2px;
	padding-top:6px;
}

.foto_cut{
	height:177px;
	text-align:center;
	overflow:hidden;
}

/*
definizione per prenotazione risorse
*/

.prenotazione {
	opacity:0.95;
	filter: alpha(opacity = 95);
	position:absolute;
	top:150px;
	left:400px;
	width:300px;
	background-color:#888888;
	border:10px #ffffff solid;
	color:#FFFFFF;
	padding:10px;
}

.prenotato{
	 background-color:#ffcc66;
	cursor:pointer;
}

.libero{
	background-color:#eeeeee;
	cursor:pointer;
}

.sovrapposto{
	background-color:#FF8822;
	cursor:pointer;
}

.tabella_pren {
	background-color:#888888;
}

.risorsa_big {
	padding-top:3px;
	margin-bottom:20px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	padding-left:40px;
	padding-right:40px;
	
}



