/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea { font-family: sans-serif; color: #222; }

body { margin: 0; font-size: 1em; line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #F60; color: #fff; text-shadow: none; }
::selection { background: #F60; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button, input { line-height: normal; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }

/*
 * Re-set default cursor for disabled elements
 */

button[disabled], input[disabled] { cursor: default; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
  
/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/*
	Header
*****************/
#banner {
	margin: 0 auto;
	padding: 0 0 0 0;
}
 

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

html, body {
	font-family: Verdana, Geneva, sans-serif;
	
}
h1, h2, p, ul {
	margin: 0;
	padding: 0;
	font-weight: inherit;
}
ul {
	list-style: none;
}
body {
	margin:0;	
}

div#testatapearson {
	width:960px;
	height:43px;
	background:transparent url(../img/pearson_testata.png) top left no-repeat;
}

nav ul.tools,
#logo nav {
	float:right;
}

nav ul li {
	display:inline;
	font-family: 'GillSansRegular';
	font-size:12px;
	border-right:1px solid #000;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	
}

nav ul li.last {
	margin:0;
	padding:0;
	border-right:none;		
}

nav ul li a,nav ul li a:visited,nav ul li a:hover,nav ul li a:focus {
	text-decoration:none;
	color:#000;
}
#logo {
	margin:20px auto 10px auto;	
	padding:0 0 5px 0;
	border-bottom:5px solid #000;	
}

#logo.mystorialab {
	width:910px;
	height:42px;
	background:transparent url(../img/mystorialab_logo.png) top left no-repeat;
}

#toolbar {
	width: 910px;
	margin: auto;
}

.clearfloat {
	clear:both;
}

#menu {
	margin:20px 0 0 0;	
	width:910px;
	height:508px;
	background:transparent url(../img/menu_home.png) top left no-repeat;
}

#menu a  {
	display:block;
	float:left;
	width:293px;
	height:156px;	
	text-align:center;
	font-family: 'GillSansRegular';
	text-decoration:none;
	padding:90px 0 0 0;
	margin:0 14px 15px 1px;
	color:#fff;
	line-height:1em;
	
}

#menu3 a,#menu6 a {
	margin:0 0 0 1px;
		
}

#menu1 a:hover {
	background:transparent url(../img/menu1_over.png) top left no-repeat;	
}

#menu2 a:hover {
	background:transparent url(../img/menu2_over.png) top left no-repeat;	
}

#menu3 a:hover {
	background:transparent url(../img/menu3_over.png) top left no-repeat;	
}

#menu4 a:hover {
	background:transparent url(../img/menu4_over.png) top left no-repeat;	
}

#menu5 a:hover {
	background:transparent url(../img/menu5_over.png) top left no-repeat;	
}

#menu6 a:hover {
	background:transparent url(../img/menu6_over.png) top left no-repeat;	
}

.menutip {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1em;
}
.cont_livello_1 ul li a { text-decoration:none; color:#000; display:block; width:100%;}
.cont_livello_1 ul li:hover { background-color:#E4E4E4;}


.etichiusa { display:none; cursor: pointer;}
.etiaperta {cursor: pointer; display: block;}
.etiaperta a { text-decoration:none; color:#EB6E00;}
.etichiusa a { text-decoration:none; color:#EB6E00;}

.img_off { background:url(../img/close.png) no-repeat ; background-position:93% 15px; cursor:pointer; }
.img_on { background:url(../img/open.png) no-repeat ; background-position:93% 15px; cursor:pointer; }

.cont_livello_1 ul li.attivo { background-color:#16A0C8; color:#fff;}
.cont_livello_1 ul li.attivo a,.cont_livello_1 ul li.attivo a:visited { color:#fff;}


/*colori*/
.verde { color:#008B5D;}
.blu { color:#364395;}
.azzurro { color:#16A0C8;}


/* player */
.aggiungi-risorsa .box-form-top ul li:nth-child(2) label:nth-child(1) {
	margin-bottom: 25px;
}
.aggiungi-risorsa .box-form-top ul li:nth-child(2) .finish {
	width: 190px;
}
.aggiungi-risorsa .box-form-top ul li:nth-child(2) .invia-bottom {
	margin-top: 10px;
	float: right;
}
.aggiungi-risorsa .box-form-top ul li:nth-child(3) label {
	width: 310px;
}
.aggiungi-risorsa .box-form-top ul li .btn-invia {
	float: right;
}
.aggiungi-risorsa .box_table table {
	width: 100%;
}
.aggiungi-risorsa .box_table table td {
	width: 20%;
	border-bottom: 1px solid #c5e5da;
}
.aggiungi-risorsa .box_table table .first_td {
	width: 60%;
}
.aggiungi-risorsa .box_table table .td-frecce a {
	width: 40px;
	height: 22px;
	display: inline-block;
}
.aggiungi-risorsa .box_table table .td-frecce a.sposta-up {
	background: url(../img/sposta-arrow-up.png) center 0 no-repeat;
}
.aggiungi-risorsa .box_table table .td-frecce a.sposta-up:hover {
	background: url(../img/sposta-arrow-up-on.png) center 0 no-repeat;
}
.aggiungi-risorsa .box_table table .td-frecce a.sposta-down {
	background: url(../img/sposta-arrow-down.png) center 0 no-repeat;
}
.aggiungi-risorsa .box_table table .td-frecce a.sposta-down:hover {
	background: url(../img/sposta-arrow-down-on.png) center 0 no-repeat;
}


/* box classi.php */
.box {
	margin-top: -15px;
}

.box_table {
	background: url(../img/griglia_blu.jpg) repeat;
	padding: 10px;
	margin-bottom: 25px;
}
.box_table table .intestazione {
	background-color: #364395;
	color: #FFF;
	height: 31px;
}
.box_table table .intestazione td {
	font-family: 'GillSansRegular';
	font-size: 16px;
}
.box_table table .first_table {
	padding-right: 230px;
	text-align: left;
}
.box_table table .first_td {
	text-align: left;
}
.box_table .spazio_int {
	height: 7px;
	border: none;
}
.box_table .spazio{
	height: 3px;
	border: none;
}
.box_table table td img {
	text-align: center;
}
.box_table table tr {
	height: 39px;
	background-color: #FFF;
	border: 1px solid black;
	border: none;
}
.box_table table #secondo_tr {
	margin-top: 3px;
}
.box_table table td {
	width: 100px;
	font-size: 14px;
	text-align: center;
}


/* nuove classi */
.nuove-classi .box-form,
.gestione-classi .box-form {
	float: none;
	margin-left: 100px;
}
.nuove-classi .box-form ul,
.gestione-classi .box-form ul {
	width: 598px;
}
.nuove-classi .box-form ul li,
.gestione-classi .box-form ul li {
	margin-bottom: 26px;
}
.nuove-classi .box-form ul li label,
.gestione-classi .box-form ul li label {
	clear: none;
	width: 300px;
	margin-right: 40px;
}
.nuove-classi .box-form ul li img,
.gestione-classi .box-form ul li img {
	margin-right: 15px;
    margin-top: -5px;
    margin: -5px 15px 0 0;
}
.nuove-classi .box-form li:nth-child(3) a,
.gestione-classi .box-form li:nth-child(3) a {
	display: block;
	float: right;
}
.nuove-classi .box-form li:nth-child(3) a img,
.gestione-classi .box-form li:nth-child(3) a img {
	margin-right: 0;
}

/* box libreria.php */

.hp-libreria .cont-tit-form,
.hp-libreria-ita .cont-tit-form {
    margin-bottom: 30px;
    overflow: hidden;
}
#libreria .box-ricerca {
	margin-bottom: 10px;
	overflow: hidden;
}
#libreria .box-ricerca ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	float: right;
	overflow: hidden;
}
#libreria .box-ricerca ul li {
	float: left;
	margin-left: 35px;
	/* font-family: 'GillSansRegular'; */
}
#libreria .box-ricerca ul li label {
	cursor: default;
}
#libreria .box-ricerca ul li .btn-invia {
	cursor: pointer;
}
#libreria .box-ricerca ul li input {
	background-color: #F8F8F8;
	width: 130px;
	margin-left: 10px;
}
#libreria .box-ricerca ul li img {
	margin-left :10px;
	margin-top: -6px;
}

#libreria .content-hp-libreria {
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: url(../img/griglia_azzurro.jpg) repeat;
}

#libreria .sfoglia-libro{

	float: right;
}
#libreria .sfoglia-libro .copertina {
	float: left;
	padding-right: 34px;
}
#libreria .sfoglia-libro .descr_sottotitolo {
	float: left;
	/* font-family: 'GillSansRegular'; */
	font-size: 17px;
	color: #EB6E00;
	margin-right: 20px;
}
#libreria .head-contenuti {
	background-color: #16A0C8;
	color: #FFF;
	/* font-family: 'GillSansRegular'; */
	font-size: 16px;
	padding: 5px;
	overflow: hidden;
}
#libreria .head-contenuti span {
	float: left;
}
#libreria .head-contenuti span:nth-child(2) {
	float: right;
}
#libreria .box-contenuti {
	overflow: hidden;
}
#libreria .box-contenuti .box-livello li {
	position: relative;
}
#libreria .box-contenuti .box-livello li a {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
#libreria .cont_livello_1 {
	background-color:#FFF;
	width:250px;
	margin-top:7px;
	float:left;
}
#libreria .cont_livello_1 ul {
	list-style:none;
	max-height:500px;
	overflow:auto;
	margin:0;
	padding:0; 
}
#libreria .cont_livello_1 ul li {
	font-size:12px;
	padding-top:13px;
	padding-bottom:13px;
	line-height:15px;
	padding-left:10px;
}
#libreria .cont_livello_1 ul a {
	text-decoration:none;
	color:#000;
}
#libreria .cont_livello_1 ul li:hover {
	background-color:#E4E4E4;
}

#libreria .cont_livello_2 {
	background-color:#FFF;
	margin-left:8px; 
	width:250px;
	margin-top:7px;
	float:left;
}
#libreria .cont_livello_2 ul {
	list-style:none;
	max-height:500px;
	overflow:auto;
	margin:0;
	padding:0;
}
#libreria .cont_livello_2 ul li {
	font-size:12px;
	padding-top:13px;
	padding-bottom:13px;
	line-height:15px;
	padding-left:10px;
}
#libreria .cont_livello_2 img {
	float:right;
	margin-right:15px;
	margin-top:15px;
}
#libreria .cont_livello_2 ul input {
	float:right;
	margin-right:25px;
	margin-top:15px;
}
#libreria .cont_livello_2 ul a {
	text-decoration:none;
	color:#000;
}
#libreria .cont_livello_2 ul li:hover {
	background-color:#E4E4E4;
}
#libreria .risorse {
	color:#16A0C8;
}
#libreria .active {
	background-color:#16A0C8;
	color:#FFF;
}

#libreria .cont_livello_3 {
	background-color:#FFF;
	margin-left:8px;
	width:372px;
	margin-top:7px;
	float:left;
}
#libreria .cont_livello_3 ul {
	list-style:none;
	max-height:600px;
	overflow:auto;
	margin:0;
	padding:0;
}
#libreria .cont_livello_3 ul li {
	font-size:12px;
	line-height:15px; 
	/* padding-left: 7px; */
	/* padding-top: 13px; */
}
#libreria .cont_livello_3 ul li .cont-tit-input {
	display: block;
	overflow: hidden;
	padding: 13px 0 13px 7px;
}
#libreria .cont_livello_3 ul li .cont-tit-input:hover {
	background-color:#E4E4E4;
	cursor: pointer;
}

#libreria .cont_livello_3 ul li .cont-tit-input .tit-input {
	float: left;
}
#libreria .cont_livello_3 ul li input {
	float: right;
}
/*
#libreria .cont_livello_3 ul input { float:right; margin-right:5px; margin-top:-7px;}
#libreria .cont_livello_3 ul .checkbox_risorsa { margin-top:-41px;}
#libreria .cont_livello_3 ul .checkbox_tot { margin-top:-25px;}
#libreria .cont_livello_3 ul .checkbox_first {margin-top:0px; }
*/
#libreria .cont_livello_3 ul li a { margin-left:1px;}
#libreria .img_off .cont-tit-input {
	background:url(../img/close.png) no-repeat ;
	background-position:88% 15px;
	cursor:pointer;
}
#libreria .cont_livello_3 ul li .checker {
	float: right;
	margin-top: -12px;
}
#libreria .img_on .cont-tit-input {
	background:url(../img/open.png) no-repeat #E4E4E4;
	background-position:88% 15px;
	cursor:pointer;
}
#libreria .cont_livello_3 ul li ul.sotto-sezione li {
	padding: 13px 0 13px 7px;
}
#libreria .cont_livello_3 ul li ul.sotto-sezione li:hover {
	background-color:#E4E4E4;
}
#libreria .cont_livello_3 ul li ul.sotto-sezione li .checker {
	margin-top: -7px;
}

#libreria .assegna_libreria {
	/* font-family: 'GillSansRegular'; */ 
	font-size:16px;
	overflow: hidden;
}
#libreria .assegna_libreria p {
	float: right;
	margin: 10px 0;
}
#libreria .assegna_libreria img { margin-left:10px;}
#libreria .assegna_libreria a { text-decoration:none; color:#EB6E00; margin-left:10px;}


.etichiusa { display:none; cursor: pointer;}
.etiaperta {cursor: pointer; display: block;}
.etiaperta a { text-decoration:none; color:#EB6E00; margin-left:14px;}
.etichiusa a { text-decoration:none; color:#EB6E00;}

/* box registro.php */

#registro .cont-tit-form {
	overflow: hidden;
	margin-bottom: 30px;	
}
#registro .box-form ul li label {
    width: 420px;
}
#registro .content-registro {
	padding: 10px;
	background: url("../img/griglia_blu.jpg") repeat 0 0;
	overflow: hidden;
}
#registro .box_table-registro {
	width:445px;
	float:left;
}
#registro .box_table-registro table td {
	font-size:12px;
	line-height:15px;
	padding-top:13px;
	padding-bottom:13px;
}
#registro .box_table-registro table td div.checker {
	margin-left:30px;
	margin-top:2px;
}
#registro .box_table-registro table .intestazione {
	background-color:#16A0C8;
	height:31px; 
	color:#FFF;
}
#registro .box_table-registro table .intestazione td {
	/* font-family: 'GillSansRegular'; */
	font-size:16px;
	line-height:21px;
	height:20px;
}
#registro .box_table-registro table tr {
	background-color:#FFF;
}
#registro .box_table-registro table tr td ul {
	list-style:none;
	margin:0;
	padding-left:8px;
}
#registro .box_table-registro table tr td ul li {
	list-style:none;
	line-height:15px;
	padding-top:13px;
	padding-bottom:13px;
}

#registro .box_table-registro #registro-box {
	margin-left:10px;
	width: 435px;
}
#registro .box_table-registro #registro-box td {
	padding-right:25px;
	text-align:center;
}
#registro .box_table-registro #registro-box .first_table {
	text-align:left;
} 
#registro .box_table-registro #registro-box .spazio { 
	height:3px;
	border:none;
}
#registro .box_table-registro #registro-box .spazio_int {
	height:7px;
	border:none;
}
#registro #registro-box td .numero-percentuale {
	display: block;
	float: left;
	margin-right: 12px;
}
#registro #registro-box td .percentuale {
	float: left;
	border: 1px solid #344492;
	width: 46px;
	height: 17px;
	background-repeat: no-repeat;
}
#registro #registro-box td .rossa {
	background-image: url(../img/percentuale-rossa.gif);
	background-position: 88%;
}
#registro #registro-box td .verde {
	background-image: url(../img/percentuale-verde.gif);
	background-position: 30%;
}
#registro #registro-box td .gialla {
	background-image: url(../img/percentuale-gialla.gif);
	background-position: 62%;
}

.img_off { background:url(../img/close.png) no-repeat ; background-position:88% 15px; cursor:pointer; }
.img_on { background:url(../img/open.png) no-repeat ; background-position:88% 15px; cursor:pointer; }


.img_off_table { background:url(../img/close.png) no-repeat ; background-position:100% 12px; cursor:pointer; }
.img_on_table { background:url(../img/open.png) no-repeat ; background-position:100% 15px; cursor:pointer;  }

/* attivitą */
#attivita .list-attivita li h2 {
	margin-bottom: 35px;
}
#attivita .list-attivita li p {
	font-size: 12px;
	width: 289px;
	color:#008B5D;
	margin-bottom: 25px;
}
#attivita .list-attivita li .tit-arrow {
	display: block;
	overflow: hidden;
	margin: 10px 0 35px 0;
	height: 37px;
}
#attivita .list-attivita li .tit-arrow h2 {
	margin: 0;
	float: left;
}
#attivita .list-attivita li .tit-arrow img {
	float: left;
	margin: 5px 0 0 109px;
}
#attivita .list-attivita li .filetto {
	display: block;
	margin-top: 0;
}


/* blog */
#blog .box-tit-sezione {
	float: none;
}
#blog #content-blog {
	margin-top: 35px;
}
#blog #content-blog .col-sx {
	width: 505px;
	background: url("../img/griglia_rossa.gif") repeat  0 0;
	float: left;
	margin-right: 60px;
	padding: 15px;
}
#blog #content-blog .col-sx h1 {
	font-family: 'GillSansRegular';
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    background-color: #9d1348;
    color: #fff;
    padding: 10px;
}
#blog #content-blog .col-sx img.img-main-blog {
	display: block;
	margin-top: 10px;
}
#blog #content-blog .col-dx {
	float: left;
}
#blog .art-blog {
	background-color: #fff;
	padding: 8px;
	font-size: 12px;
	margin-top: 15px;
}
#blog .art-blog span {
	display: block;
}
#blog .art-blog .span-tag {
	margin-top: 30px;
}
#blog .ico-cite {
	display: block;
	margin: 8px 0 30px 0;
}
#blog .commenti-blog {
	background-color: #fff;
	padding: 8px;
	font-size: 12px;
}
#blog .commenti-blog li {
	line-height: 14px;
	margin-bottom: 30px;
}
#blog .commenti-blog li:last-child {
	line-height: 14px;
	margin-bottom: 0;
}
#blog .commenti-blog li .nome-autore {
	font-weight: bold;
	display: block;
}
#blog .commenti-blog li .txt-comm {
	display: block;
}
#blog .inp-comm input {
	border: none;
	width: 490px;
	height: 35px;
	padding: 8px;
	margin-top: 20px;
	font-size: 12px;
}
#blog .datepicker-cont {
	background: url("../img/griglia_rossa.gif") repeat 0 0;
	width: 285px;
	padding: 15px;
}

/* social toolbar */
.social-tool {
	margin-top: 10px;
}
.social-tool li {
	float: left;
	margin-right: 4px;
}
.social-tool li#custom-tweet-button a {
	display: block;	
	width: 16px;
	height: 16px;
}
.social-tool li img {
	vertical-align: top;
}
.social-tool .fb-like {
	float: right;
}


/* notifiche */
#notifiche .box-tit-sezione {
	float: none;
}
#notifiche .content-notifiche {
	background: url("../img/griglia_verde-notifiche.gif") repeat 0 0;
	padding: 15px;
	overflow: hidden;
	margin-top: 35px;
}
#notifiche .content-notifiche .notifiche-docente {
	width: 279px;
	float: left;
	position: relative;
}
#notifiche .content-notifiche .notifiche-eventi {
	float: left;
	width: 601px;
}

#notifiche .content-notifiche .notifiche-docente h2 {
 	background-color: #adb04e;
    color: #FFFFFF;
    font-family: 'GillSansRegular';
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px;
}
#notifiche .content-notifiche .notifiche-docente .anagrafica-docente {
	overflow: hidden;
	margin-top: 10px;
}
#notifiche .content-notifiche .notifiche-docente .anagrafica-docente .img-docente {
	float: left;
	padding: 10px;
	background-color: #fff;
}
#notifiche .content-notifiche .notifiche-docente .classi-docente {
	float: left;
	padding: 10px;
	background-color: #fff;
	margin-left: 15px;
}
#notifiche .content-notifiche .notifiche-docente .classi-docente span {
	display: block;
	font-size: 12px;
	width: 124px;
}
#notifiche .content-notifiche .notifiche-docente .social-docente {
	overflow: hidden;
	margin-top: 20px;
}
#notifiche .content-notifiche .notifiche-docente .social-docente li {
	float: left;
	margin-right: 37px;
}
#notifiche .content-notifiche .notifiche-docente .mail-docente {
	padding: 10px;
	background-color: #fff;
	margin-top: 25px;
	font-family: 'GillSansRegular';
    font-size: 13px;
    color: #EB6E00;
    font-weight: bold;
}
#notifiche .content-notifiche .notifiche-docente .mail-docente li {
	overflow: hidden;
	margin-bottom: 10px;
}
#notifiche .content-notifiche .notifiche-docente .mail-docente li span {
	float: left;
	width: 195px;
	display: block;
	margin-top: 8px;
}
#notifiche .content-notifiche .notifiche-docente .mail-docente li img {
	float: left;
	display: block;
}
#notifiche .content-notifiche .notifiche-docente .modifica-impostazioni {
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}
#notifiche .content-notifiche .notifiche-docente .modifica-impostazioni span {
	float: left;
	width: 195px;
	display: block;
	font-size: 12px;
	margin-top: 8px;
}
#notifiche .content-notifiche .notifiche-docente .modifica-impostazioni img {
	float: left;
	display: block;
}
#notifiche .box_table {
    background: none;
    padding: 0;
    margin-left: 15px;
    margin-bottom: 0;
}
#notifiche .box_table table {
	width: 100%;
}
#notifiche .box_table table tr {
	border-bottom: 2px solid #e6e2de;
}
#notifiche .box_table table tr:last-child {
	border-bottom: 0;
}
#notifiche .box_table table td {
	font-size: 12px;
	width: auto;
	padding-bottom: 20px;
}
#notifiche .box_table table .first_td {
	text-align: center;
}
#notifiche .box_table .spazio_int {
	border: 0;
}
#notifiche .box_table table .intestazione {
	background-color: #adb04e;
	height: auto;
	border: 0;
}
#notifiche .box_table table .intestazione td {
	font-weight: bold;
	padding: 10px;
	line-height: 16px;
	font-size: 16px;
}
#notifiche .box_table table .intestazione td.titolo-classe {
	width: 130px;
	text-align: left;
}
#notifiche .box_table table td.ultimi-eventi {
	width: 360px;
	text-align: left;
}
#notifiche .box_table table td.ultimi-eventi span {
	display: block;
	text-align: left;
}
#notifiche .box_table table td.ico-img {
	vertical-align: bottom;
}
#notifiche .box_table table td.ultimi-eventi span.nome-utente {
	margin-bottom: 35px;
}

/*colori*/
.verde { color:#008B5D;}
.blu { color:#364395;}
.azzurro { color:#16A0C8;}

#attivita .griglia_sfondo{
	background: url(../img/griglia_verde.gif)repeat;
}
#libreria .griglia_sfondo {
	background: url(../img/griglia_azzurro.jpg) repeat;
}
#classi .griglia_sfondo {
	background: url(../img/griglia_blu.jpg) repeat;
}
#registro .griglia_sfondo {
	background: url(../img/griglia_blu.jpg) repeat;
}
#blog .griglia_sfondo {
	background: url(../img/griglia_rossa.gif) repeat;
}
#notifiche .griglia_sfondo {
	background: url(../img/griglia_verde-notifiche.gif) repeat;
}

#attivita header#banner .griglia_sfondo {
	color:#008B5D;
}
#libreria header#banner .griglia_sfondo {
	color: #16A0C8;
}
#classi header#banner .griglia_sfondo {
	color: #364395;
}
#registro header#banner .griglia_sfondo {
	color: #364395;
}
#blog header#banner .griglia_sfondo {
	color: #9D1348;
}
#notifiche header#banner .griglia_sfondo {
	color: #ADB04E;
}

#attivita .consegna_sezione {
	color:#008B5D;
}

#blog .consegna_sezione {
	color:#9d1348;
}

#notifiche .consegna_sezione {
	color:#adb04e;
}

#libreria .consegna_sezione {
	color:#16A0C8;
}

#registro .consegna_sezione {
	color:#364395;
}


#attivita .griglia_footer,
#attivita .filetto_top,
#attivita .filetto {
	background: url(../img/griglia_verde.gif)repeat-x;
}
#attivita .box_table {
	background: url("../img/griglia_verde.jpg") repeat  0 0;
}
#attivita .box_table table .intestazione td {
	background-color: #008B5D;
}
#blog .griglia_footer,
#blog .filetto_top,
#blog .filetto {
	background: url(../img/griglia_rossa.gif)repeat-x;
}

#notifiche .griglia_footer,
#notifiche .filetto_top,
#notifiche .filetto {
	background: url(../img/griglia_verde-notifiche.gif)repeat-x;
}

#libreria .griglia_footer,
#libreria .filetto_top,
#libreria .filetto {
	background: url(../img/griglia_azzurro.jpg) repeat-x;
}

#classi .griglia_footer,
#classi .filetto_top,
#classi .filetto {
	background: url(../img/griglia_blu.jpg) repeat-x;
}

#registro .griglia_footer,
#registro .filetto_top,
#registro .filetto {
	background: url(../img/griglia_blu.jpg)repeat-x;
}

#attivita .titolo_sezione,
#attivita .breadcrumbs li {
	color:#008B5D;
}

#blog .titolo_sezione,
#blog .breadcrumbs li {
	color:#9d1348;
}

#notifiche .titolo_sezione,
#notifiche .breadcrumbs li {
	color:#adb04e;
}

#libreria .titolo_sezione,
#libreria .breadcrumbs li {
	color:#16A0C8;
}

#classi .titolo_sezione,
#classi .breadcrumbs li {
	color: #364395;
}

#registro .titolo_sezione,
#registro .breadcrumbs li {
	color: #364395;
}

