@charset "utf-8";
/* CSS Document */
body{padding: 30px 0 0; background:#111; font: 80% Verdana,Arial,sans-serif; text-align:center;}
#box{width:760px; padding: 20px  0px 20px 0px; margin:0 auto; background:#42424B; color:#FFF;}
#content {text-align:left; margin:0 auto; padding:10px 20px;}
/*#content {text-align:left; margin:0 auto; width:740px;}*/  /*sistemare larghezza del div content o della pagina*/

h1{font: lighter 300% "Trebuchet MS",Arial sans-serif;color: #208BE1;}
h2{font: lighter 110% "Trebuchet MS",Arial sans-serif; padding:20px 0 0 0;}

a {font: 110% "Trebuchet MS",Arial,sans-serif; color: #208BE1;text-decoration: none;}
a:visited {font: 110% "Trebuchet MS",Arial,sans-serif; color:#208BE1; text-decoration: none;}
a:active {font:110% "Trebuchet MS",Arial,sans-serif; color: #208BE1; text-decoration: none;}
a:hover {font: 110% "Trebuchet MS",Arial,sans-serif; color:  #FF9900; text-decoration: none;}

hr{border: thick #208BE1 1px; width:400px; float:clear;}

.alert {width: 10px; height: 10px;} /*img alert*/

/* COLORI AL TESTO  */
.bianco {color:#fff;}
.giallo {color:#ffcc00;}
.magenta {color:#ff00cc;}
.rosso {color:red;}
.arancio {color:orange;}

/*calendar grid */
/** {margin:0; padding:0;}*/
#grid {
	width: 730px;
	/*float: left;
	clear: left;*/ clear:both;
	margin:20px 0 20px 0;
	/*border-top: 1px solid white;*/
}
#grid div {float: left;}

	#gridEx {
		width: 730px;
		/*float: left;
		clear: left;*/ clear:both;
		margin:20px 0 20px 0;
		border-top: 1px solid red;
	}
	#gridEx div {float: left;}

	#gridRev {
		width: 730px;
		/*float: left;
		clear: left;*/ clear:both;
		margin:20px 0 20px 0;
		border-top: 1px solid orange;
	}
	#gridRev div {float: left;}

/*  COLONNA INFO */
.info {
	width: 85px; /*valore da sistemare*/
	margin-top: 20px;
	/*border-right: 1px solid white;*/
	text-align: left;
}
.column {
	width: 590px; /* oppure width: 90px; */
	margin:20px 0 10px 20px;
	/*border: 1px solid #aaa;*/
	
}


/*  COLONNA DELLE LEZIONI */
.lezione {
	width: 85px; /*valore da sistemare*/
	margin-top: 12px;
	/*border-right: 1px solid white;*/
	text-align: center;
	color: #208BE1;
	font-size:100%;
	font-weight: bold;
}
.lezione span {display:block;}
.lezione .gg {font-size:300%;font-weight: normal;}

img{
	width: 85px; /*valore da sistemare*/
	height: 85px; /*valore da sistemare*/
}

/*  COLONNE ORA H e CONTENUTI C */

.contenuti {
	width: 640px;
}

.columnH {
	width: 90px; /* oppure width: 90px; */
	margin:20px 10px 0 20px;
	/*border: 1px solid #aaa;*/
	
}

.columnC {
	width: 500px;
	margin-top: 20px;
	/*border: 1px solid #aaa;*/
}