/* ### FONT FAMILY and FONT SIZE FOR ALL ELEMENTS ### */
/* ### FONT FAMILY and FONT SIZE FOR ALL ELEMENTS ### */
@font-face {
	font-family: 'helveticaneue';
	src: url('fonts/helveticaneue-webfont.woff2') format('woff2'),
		 url('fonts/helveticaneue-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'montserrat';
	src: url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
		 url('fonts/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto';
	src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
		 url('fonts/roboto-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html * {
	font-family: 'roboto', sans-serif;
	font-size:12px;
}

body {
	margin: 0px;
/* 	background: #c6cfd0 url(../images/background.jpg) repeat-x; */
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	background: #3A6995;
	font-size:12px;
}

.screen {}

b {font-weight: bold;}

/*### layout tables ###*/
TABLE {
	text-align: center;
}

TH {
	font-size:12px;
}

TD {
	font-size:12px;
}

TABLE.tblchk {
	text-align: center;
	border-width:0px;
	border-spacing:0px;
}

/*TABLE.tblchk TH {
	border-width:0px;
	border-bottom:1px dotted #C0C0C0;
	background: #FF9900 url(../images/tbl_th.png) repeat-x top left;
	vertical-align:center;
}

TABLE.tblchk TH a {
	color:#000000;
	text-decoration:none;
}

*/

TABLE.tblchk TH {
	border-width:0px;
	border-bottom:1px dotted #C0C0C0;

	background-color: #356BAE;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -moz-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -o-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -ms-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);

	color: #FFFFFF;

	vertical-align:center;
}

TABLE.tblchk TH a {
	/* color:#000000; */
	color: #FFFFFF;
	text-decoration:none;
}

TABLE.tblchk TH a:hover {
	color:#2B2B2B;
}

TABLE.tblchk TD {
	border-width:0px;
	border-bottom:1px dotted #C0C0C0;
	line-height: 20px;
}

TABLE.tblpubb {
	text-align: center;
	border:0px;
	border-spacing:0px;
	padding: 3px;
}

TABLE.tblpubb TD {
	border-width:0px;
}

/*input form style*/
/*input form style*/
input[type="text"]
{

	background-color:#F7F9FA;
	border:1px #8D8C8C inset;
	color:#000000;
	font-weight: normal;
}

input[type="password"]
{
	background-color:#F7F9FA;
	border:1px #8D8C8C inset;
	color:#000000;
	font-weight: normal;
}

input[type="text"].txtFields
{
	background-color:#EAEEF2;
	border:1px #e5e4e4 inset;
	color:#000000;
	font-weight: normal;
}

input[type="password"].txtFields
{
	background-color:#EAEEF2;
	border:1px #e5e4e4 inset;
	color:#000000;
	font-weight: normal;
}

select.txtFields
{
	background-color:#EAEEF2;
	border:1px #e5e4e4 inset;
	color:#000000;
	font-weight: normal;
}

textarea
{
	background-color:#F7F9FA;
	border:1px #8D8C8C inset;
	color:#000000;
	vertical-align:middle;
}

textarea.note
{
	background-color:#F7F9FA;
	color:#000000;
	vertical-align:middle;
	width: 300px;
	height: 60px;
}

select
{
	background-color:#F7F9FA;
	border:1px #8D8C8C inset;
	color:#000000;
}

input[type="file"]
{
	background-color:#F7F9FA;
	border:1px #8D8C8C inset;
	color:#000000;
}

input[type="submit"]
{
	color:#FFFFFF;

	background:   #8C8D91;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -moz-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -o-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -ms-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: linear-gradient(top, #9FA0A5 0%, #737478 100%);

	border-top:  #A1A2A7 2px outset;
	border-right: #A1A2A7 1px outset;
	border-bottom: #737478 1px outset;
	border-left:  #737478 2px outset;

 	height: 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	/* transition-delay:1s; */

}

input[type="submit"]:hover
{
	background:   #B9BAC0;

	background: -webkit-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -moz-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -o-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -ms-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);

	color: #3E3F42;
}

input[type="button"]
{
	color:#FFFFFF;

	background:   #8C8D91;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -moz-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -o-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -ms-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: linear-gradient(top, #9FA0A5 0%, #737478 100%);

	border-top:  #A1A2A7 2px outset;
	border-right: #A1A2A7 1px outset;
	border-bottom: #737478 1px outset;
	border-left:  #737478 2px outset;

 	height: 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

input[type="button"]:hover
{
	background:   #B9BAC0;

	background: -webkit-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -moz-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -o-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -ms-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);

	color: #3E3F42;

}

/*buttons style*/
input[type="submit"].publication
{
	color: #3D6EAA;
	font-size: 12px;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].publication:hover
{
	color: #0B4460;
	font-size: 12px;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}
input[type="submit"].login
{
	color: #222222;
	font-weight:bold;
	background:#CCD0D3;
	border: 2px outset #888888;
	height: 30px;
}

input[type="button"].login
{
	color: #222222;
	font-weight:bold;
	background:#CCD0D3;
	border: 2px outset #888888;
	height: 30px;
}

input[type="submit"].btn_pubb
{
	color:#FFFFFF;
	font-size:11px;
	width: 100px;

	background:   #8C8D91;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -moz-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -o-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -ms-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: linear-gradient(top, #9FA0A5 0%, #737478 100%);

	border-top:  #A1A2A7 2px outset;
	border-right: #A1A2A7 1px outset;
	border-bottom: #737478 1px outset;
	border-left:  #737478 2px outset;

 	height: 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

}

input[type="submit"].btn_pubb:hover
{
	background:   #B9BAC0;

	background: -webkit-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -moz-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -o-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -ms-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);

	color: #3E3F42;
}

input[type="submit"].btn_pubb_refresh
{
	color: #3D6EAA;
	font-size: 12px;
	background:transparent url(../images/page_refresh.png) no-repeat center right;
	padding: 0px;
	padding-right: 40px;
	border:0px;
	text-decoration: none;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].btn_pubb_refresh:hover
{
	color: #0B4460;
	font-size: 12px;
	background:transparent url(../images/page_refresh.png) no-repeat center right;
	padding: 0px;
	padding-right: 40px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].btn_select_tt
{
	color:#FFFFFF;

	font-size:12px;
	width:140px;
	padding-left: 22px;

	background: #8C8D91 url(../images/search_button.png) no-repeat center left;
	/*Gradient*/
	background: url(../images/search_button.png) no-repeat center left, -webkit-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: url(../images/search_button.png) no-repeat center left, -moz-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: url(../images/search_button.png) no-repeat center left, -o-linear-gradient(top,#9FA0A5 0%, #737478 100%);
	background: url(../images/search_button.png) no-repeat center left, -ms-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: url(../images/search_button.png) no-repeat center left, linear-gradient(top, #9FA0A5 0%, #737478 100%);

	border-top:  #A1A2A7 2px outset;
	border-right: #A1A2A7 1px outset;
	border-bottom: #737478 1px outset;
	border-left:  #737478 2px outset;

	height: 40px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

input[type="submit"].btn_select_tt:hover
{
	background: #B9BAC0 url(../images/search_button.png) no-repeat center left;
	/*Gradient*/
	background: url(../images/search_button.png) no-repeat center left, -webkit-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: url(../images/search_button.png) no-repeat center left, -moz-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: url(../images/search_button.png) no-repeat center left, -o-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: url(../images/search_button.png) no-repeat center left, -ms-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: url(../images/search_button.png) no-repeat center left, linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);

	color: #3E3F42;
}


.select_tt
{
	font-size: 16px;
	line-height:18px;
	color: #285284;
}

select.selectAA
{
	background-color:#FFFFFF;

	border:2px solid #616F7B;
	color:#000000;
	font-size: 12px;
	height: 25;
	padding: 1px;
	vertical-align: middle;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}



/* profilo utente */
input[type="password"].teacher_profile
{
    height:21px;
    width:300px;
    padding-left: 3px;
    border:1px solid #AEC4E3;
    background-color: #FFFFFF;
}

input[type="text"].teacher_profile
{
	height:21px;
        width:300px;
	background-color:#FFFFFF;
	border:1px #AEC4E3 solid;

        padding-left: 3px;
	color:#000000;
	font-weight: normal;
}

select.teacher_profile
{
	height:27px;
        width:305px;
	background-color:#FFFFFF;
	border:2px #AEC4E3 solid;

        padding-left: 3px;
	color:#000000;
	font-weight: normal;
}

input[type="select"].teacher_profile:focus
{
	outline:0;
}

input[type="select"].teacher_profile::-moz-focus-inner{
	border: 0;
}

/*buttons style*/
input[type="submit"].publication
{
	color: #3D6EAA;
	font-size: 12px;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].publication:hover
{
	color: #0B4460;
	font-size: 12px;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}

TD.home {
	background-color: #FFFFFF;
}
TD.footer {
	background-color: #284866;
}
TD.yellowHead {
	background: url(../images/yellowHead.jpg);
	background-color: #FFCC00;
	background-repeat: no-repeat;
	background-position: top right;

}
TD.yellow {
	background-color: #FFCC00;
}
TABLE.yellow {
	background-color: #FFCC00;
	padding:4px;
}
TD.blueHead {
	background: url(../images/yellowHead.jpg);
	background-color: #2A68BE;
	background-repeat: no-repeat;
	background-position: top right;

}
TD.blue {
	background-color: #3A6995;
}
TABLE.blue {
	background-color: #3A6995;
	padding:4px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
TD.redHead {
	background: url(../images/redHead.jpg);
	background-color: #B4402D;
	background-repeat: no-repeat;
	background-position: top right;

}
TR.red {
	background-color: #B4402D;
}
TD.red {
	background-color: #B4402D;
}
TABLE.red {
	background-color: #B4402D;
	padding:4px;
}
TABLE.white {
	background-color: #FFFFFF;
	padding:2px;
}
TR.white {
	background-color: #FFFFFF;
}
TD.white {
	background-color: #FFFFFF;
}
li.up_legend_list {
	list-style-image: url(../images/list.gif);
}
ul.legend_list {
	list-style-image: url(../images/list3.gif);
}
li.legend_list {
	list-style-image: url(../images/list2.gif);
}
li.tooltip_list {
	list-style-image: url(../images/list2.gif);
}
.text-white-title{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.text-white{
	color: #FFFFFF;
}
.psw {
	padding-top:10px;
	padding-left: 10px;
	text-align: left;
	color: #FFFFFF;
}
.contenuto {
	padding: 11px;
	background-color: #E5E5DD;
}
.bordo_bottom {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bordo_laterale_sx {
	border: 0px;
	width: 10px;

}
.bordo_laterale_dx {
	border: 0px;
	width: 10px;

}
.tabella1 {
	border: 1px solid #B3B3B1;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-right: 4px;
}
.linea_cont_laterale_sx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tratteggio_sx {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style:dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.linea_giu {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: solid;
}
.footer {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 9px; */
	color: #FFD21A;
	line-height: 24px;
}

a:link.footer	{color : #FFD21A; text-decoration: none; outline: none;}
a:visited.footer	{color : #FFD21A; text-decoration: none; outline: none;}
a:active.footer	{color : #FFD21A; text-decoration: none; outline: none;}
a:hover.footer	{color : #FFD21A; text-decoration: underline; outline: none;}

.footer_teacher {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 9px; */
	color: #FFFFFF;
	line-height: 24px;
}

.footer_sw {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 11px; */
	font-weight: bold;
	color: #FFD21A;
}

.index_message{
/* 	font-size: 11px; */
	font-weight: bold;
}

.borderTable {
	border: 1px solid #c1c1c1;
	padding: 1px;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1px;
}

.txtFields {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 11px; */
	color: #000000;
	text-decoration: none;
	border: thin solid #c1c1c1;
}

.font_menu {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 10px; */
	color: #3D6EAA;
	text-decoration: none;
}

.font_menu_title {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
/* 	font-size: 9px; */
	color: #006697;
	text-decoration: none;
	font-weight: bold;
}

.font_style1_margine_sx {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	font-size: 9px;
	color: #3D6EAA;
	padding-left: 10px;
	text-align: justify;
}

.font_normal {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}

.tab_header_bottom {
/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #0B8DCC;
	border-right-color: #0B8DCC;
	border-bottom-color: #0B8DCC;
	border-left-color: #0B8DCC;
	border-top-style: solid;
}

a:link.psw	{color : #FFE15D; text-decoration: none; outline: none;}
a:visited.psw	{color : #FFE15D; text-decoration: none; outline: none;}
a:active.psw	{color : #FFE15D; text-decoration: none; outline: none;}
a:hover.psw	{color : #FFD21A; text-decoration: underline; outline: none;}

a:link.font_menu	{color : #3D6EAA; text-decoration: none; outline: none;}
a:visited.font_menu	{color : #3D6EAA; text-decoration: none; outline: none;}
a:active.font_menu	{color : #3D6EAA; text-decoration: none; outline: none;}
a:hover.font_menu	{color : #0B4460; text-decoration: underline; outline: none;}

a:link.font_back	{color : #3D6EAA; text-decoration: none; font-size: 12px; outline: none;}
a:visited.font_back	{color : #3D6EAA; text-decoration: none; font-size: 12px; outline: none;}
a:active.font_back	{color : #3D6EAA; text-decoration: none; font-size: 12px; outline: none;}
a:hover.font_back	{color : #0B4460; text-decoration: underline; font-size: 12px; outline: none;}

a:link img		{color : #FFFFFF; text-decoration: none; border: 0px; outline: none;}
a:visited img	        {color : #0B4460; text-decoration: none; border: 0px; outline: none;}
a:active img	        {color : #0B4460; text-decoration: none; border: 0px; outline: none;}
a:hover img		{color : #0B4460; text-decoration: none; border: 0px; outline: none;}

a:link.legenda		{color : #FF6633; text-decoration: none; border: 0px; outline: none; font-size:13px; font-weight:bold;}
a:visited.legenda       {color : #FF6633; text-decoration: none; border: 0px; outline: none; font-size:13px; font-weight:bold;}
a:active.legenda	{color : #FF6633; text-decoration: none; border: 0px; outline: none; font-size:13px; font-weight:bold;}
a:hover.legenda		{color : #FF6633; text-decoration: none; border: 0px; outline: none; font-size:13px; font-weight:bold;}

TD.title {

/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	font-weight: normal;
/* 	color: #FFFFFF; */
/* 	background-color: #333333; */
	color: #000000;
/* 	background-color: #8D8D8D; */

	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}

TD.IndexTitle {

/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	font-size: 22px;
	font-weight: bold;
}

/*TD.filter {

	background-color: #BAEE90;
}*/

.filter-title
{
	text-align: left;
	font-weight:bold;
	padding-left:10px;
	font-size:16px;
	font-style:italic;
	line-height:30px;
	/* color: #285284; */
	color: #2E5E98;
}

TABLE.filter
{
	background-color: #F0F0F0;

	background: -webkit-linear-gradient(#EDEDED 0%, #F9FAFA 100%);
	background: -moz-linear-gradient(#EDEDED 0%, #F9FAFA 100%);
	background: -o-linear-gradient(#EDEDED 0%, #F9FAFA 100%);
	background: -ms-linear-gradient( #EDEDED 0%, #F9FAFA 100%);
	background: linear-gradient(#EDEDED 0%, #F9FAFA 100%);

	border: 1px solid #DDDDDE;
	/* border: 1px solid #2E5E98; */

	border-radius: 5px;delay
	border-radius: 5px;
 	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

input[type="submit"].search-button
{
	background: transparent url(../images/search.png) no-repeat center right;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 120px;
}

input[type="submit"].reset-button
{
	background: transparent url(../images/reset.png) no-repeat center right;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 120px;
}

input[type="submit"].add-user-button
{
	background: transparent url(../images/add_user.png) no-repeat center left;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 100px;
}

input[type="submit"].add-button
{
	background: transparent url(../images/add_element.png) no-repeat center left;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 100px;
}

.parent-filter
{
	background: transparent url(../images/plus-icon.png) no-repeat top left;
	padding: 0px;
	padding-left: 20px;
	margin-left: 20px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: center;
	font-style: italic;
}

input[type="submit"].all-pages
{
	background: transparent url(../images/all_pages2.png) no-repeat center right;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 80px;
	vertical-align: top;
	margin-left: 20px;
	text-align: left;
	margin-right: 20px;
}

input[type="submit"].single-page
{
	background: transparent url(../images/next_page2.png) no-repeat center right;
	padding: 0px;
	border:0px;
	text-decoration: none;
	color: #444444;
	display:inline-block;
	cursor:pointer;
	height: 30px;
	width: 80px;
	text-align: left;
	vertical-align: top;
	margin-right: 20px;
}

TD.parameters {

/* 	font-family: Verdana, calibri, Helvetica, sans-serif; */
	background-color: #FFFDD9;
}

.titleTT {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	font-size:12px;
	font-weight: bold;
	line-height:15px;
}

a:link		{color : #3D6EAA ; text-decoration: none; outline: none;}
a:visited	{color : #3D6EAA ; text-decoration: none; outline: none;}
a:active	{color : #3D6EAA ; text-decoration: none; outline: none;}
a:hover		{color : #0B4460 ; text-decoration: underline; outline: none;}

.message {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	font-size:12px;
	font-weight: bold;
	color: blue;
}

.alert {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	font-size:12px;
	font-weight: bold;
	color: red;
}

.evidence {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	font-size:12px;
	font-weight: bold;
}

.name_violation {
/* 	font-family:Verdana, calibri, Helvetica, sans-serif; */
	font-size:12px;
	font-weight: bold;
}

.text_weight{
	background-color: #FFFFAA;
	font-size: 12px;
	padding-left:15px;
	padding-right:15px;
	border: 3px groove #FFFFFF;
	line-height:18px;
	text-align: justify;
}



.text_fasi{
	font-size: 13px;
	color: #DD7700;
	font-weight: bold;
}

.text_title{
	font-size: 18px;
	background: #FF9900 url(../images/tbl_th.png) repeat-x top left;
}

.text_subtitle{
	font-size: 12px;
	background: #FF9900;
	color: white;
	font-weight: bold;
}

.legenda_rooms{
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	font-style: italic;
}

.legenda{
	font-size: 12px;
	margin-left: 40px;
	margin-top: 20px;
	text-align: left;
}

.legenda_pesi{
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

.legenda_descrizione{
	font-size: 12px;
	text-align: left;
	margin-top: 0px;
}

.setup_text{
	font-size: 12px;
	margin-top: 10px;
	text-align: left;
}

li.procedure_list {
	list-style-image: url(../images/list4.gif);
}

li.procedure_sublist {
	list-style-image: url(../images/list6.gif);
}

.elenco{
	text-decoration: underline;
	font-weight: bold;
	line-height: 25px;
}

/*-----------------------------------------*/

.msg{	background-color: #D4DADC;
	font-size: 12px;
	padding:5px;
	border: 1px outset #D4DADC;
	text-align: justify;}

.xstooltip
{
	visibility: hidden;
	position: absolute;
	z-index: 500;

	background-color: #FFFFDC;
	border: 1px solid #000000;
	width: 380px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

/* 	font: normal 11px Verdana; */
	text-align: center;
	padding: 5px;
}

.xstooltip_left
{
	visibility: hidden;
	position: absolute;
	z-index: 12;
	background-color: #FFFFDC;
	border: 1px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

/* 	font: normal 11px; */

	text-align: left;
	padding: 7px;
	font-weight: normal;
}

.xstooltip_left ul
{
	list-style-image:url(../images/notes-list-style.png);
	text-align:left;
}

.xstooltip_justify
{
	visibility: hidden;
	position: absolute;
	z-index: 12;
/*	background-color: #FFFFAA;*/
	background-color: #FFFFDC;
	border: 1px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

/* 	font: normal 11px Verdana; */
	text-align: justify;
	padding: 7px;
}

.xstooltip_justify ul
{
	list-style-image:url(../images/notes-list-style.png);
	text-align:justify;
}

.xstooltip_title
{
	visibility: hidden;
	position: absolute;
	z-index: 12;
/*	background-color: #FFFFAA;*/
	background-color: #FFFFDC;
	border: 1px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

/* 	font: normal 11px Verdana; */
	text-align: left;
	padding: 3px;
}

.msg_alert
{
	width: 80%;
/* 	font-size: 11px; */
	text-align: left;
	color: red;
}

.msg_errore
{
	font-weight:bold;
	color:red;
}

.navigazione_giorni , a.navigazione_giorni:link, a.navigazione_giorni:visited
{
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	outline: none;
}
a.navigazione_giorni:hover
{
	color:#006699;
	font-size: 12px;
	outline: none;
}

.navigazione_giorni_highlight , a.navigazione_giorni_highlight:link, a.navigazione_giorni_highlight:visited
{
	color:#7385D9;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}
a.navigazione_giorni_highlight:hover
{
	color:#006699;
	font-size: 16px;
	font-weight: bold;
	outline: none;
/*	background-color: yellow;*/
}

.legend , a.legend:link, a.legend:visited
{
	color:#FF9800;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	outline: none;
	padding-right: 100px;
}
a.legend:hover
{
	color:#FF6500;
	font-size:12px;
	font-weight:bold;
	outline: none;
}

.header{
	white-space: nowrap;
	font-weight:bold;
	background: #FF9900 url(../images/tbl_th.png) repeat-x top left;
	padding-left:10px;
}



.sub_header
{
	font-size:12px;
	font-weight:bold;
	background-color: #71828A;
	border-color: #000000;
}

.sub_sub_header
{
	font-weight:bold;
}

.labels
{
	font-weight:normal;
	color:#C0C0C0;
}

.normal
{
	font-weight:normal;
}

#intro_cell
{
	vertical-align:top;
	margin-left:15px;
}

.tabella_legenda table
{
	margin:auto;
	border:2px ridge #000;
	border-spacing: 1px;
	background-color: #FFFFFF;
}

.tabella_legenda th
{
	border:2px ridge #000;
	text-align:center;
	background-color:#E7E7E7;
	font-size:12px;
}

.tabella_legenda td
{
	border:2px ridge #000;
	text-align:center;
	font-size:12px;
}

.palette
{
	visibility: hidden;
	position: absolute;
	z-index: 12;
	display: none;
}

.palette td.command { border:2px solid #DDDDDD; }

.palette a { border:2px ridge #FFFFFF; outline: none;}
.palette a:hover { text-decoration:none; border:2px ridge red; outline: none;}
.palette a.scr { text-decoration:none; border-width:0px; outline: none;}

input[type="text"].hexcolor
{
	background-color:#70AAAA;
}

input[type="text"].hexlink
{
	background-color:#3D6EAA;
}

input[type="text"].hexheaders
{
	background-color:#3D6EAA;
}

input[type="text"].hexhighlight
{
	background-color:#2B4E78;
}

/* .logout
{
	background:#FFFFFF url(../images/three_0.gif) repeat-x;
}
.logout a:hover img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
} */

/*====================================================
	- HTML Table Filter Generator v1.6
	elements and classes
	- edit classes below to change filter grid style
=====================================================*/

.fltrow{ /* filter grid row appearance */
	height:35px;
	background-color:#DFDFDF;
/*	background-color:#f4f4f4;*/
}
.btnflt{ /* button appearance */
	font-size:12px;
	margin:0 2px 0 2px; padding:0 1px 0 1px;
	text-decoration:none; color: #ffffff;
	background-color:#666666;
}
input[type="button"].btnflt
{
	color:#FFFFFF;
/*  	font-family:calibri,helvetica,sans-serif;  */
	font-size:12px;
	background-color:#666666;
	border-color:#FFFFDF;
	height: 22px;
	width: 50px;
}
.flt{ /* filter (input) appearance */
	background-color:#f4f4f4; border:1px inset #cccccc;
	margin:0; width:100%;
}
.flt_s{ /* small filter (input) appearance */
	background-color:#f4f4f4; border:1px inset #cccccc;
	margin:0; width:80%;
}
input[type="text"].flt { /* filter (input) appearance */
	background-color:#f4f4f4; border:1px inset #cccccc;
	margin:0; width:100%;
}

.inf{ /* div containing left, middle and right divs */
	clear:both; /*width:auto; */height:20px;
	background:#f4f4f4;
	font-size:12px;
	margin:0; padding:1px 3px 1px 3px;
	border:1px solid #cccccc;
}
.inf select{
background-color:#666666;
border:1px #f4f4f4 inset;
color:#ffffff;
}
.ldiv{ /* left div */
	float:left; width:30%; position:inherit; text-align:left;
}
.mdiv{ /* middle div */
	float:left; width:30%; position:inherit; text-align:center;
}
.rdiv{ /* right div */
	float:right; width:30%; position:inherit; text-align:right;
}
.loader{ /* loader appearance */
	position:absolute; padding: 15px 0 15px 0;
	margin-top:7%; width:200px; left:40%;
	z-index:1000; font-size:12px; font-weight:bold;
	border:1px solid #666; background:#f4f4f4;
	text-align:center; vertical-align:middle;
}
div.mdiv select{ height:20px; }/*paging drop-down list*/
.tot{ font-weight:bold; }/*rows counter*/
.even{ background-color:#ffffff; }/*row bg alternating color*/
.odd{ background-color:#f4f4f4; }/*row bg alternating color*/

/*### Date Picker ###*/

.ds_box {
	background-color: #FFFFFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFFFFF;
}

.ds_head {
	background-color: #333333;
	color: #FFFFFF;
/* 	font-family: calibri, Helvetica, sans-serif; */
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/* 	font-family: calibri, Helvetica, sans-serif; */
	width: 32px;
}

.ds_subhead_red {
	background-color: #CCCCCC;
	color: red;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
/* 	font-family: calibri, Helvetica, sans-serif; */
	width: 32px;
}

.ds_cell {
	background-color: #EEEEEE;
	color: #000000;
	font-size: 13px;
	text-align: center;
/* 	font-family: calibri, Helvetica, sans-serif; */
	padding: 5px;
	cursor: pointer;
}

.ds_cell_red {
	background-color: #EEEEEE;
	color: red;
	font-size: 13px;
	text-align: center;
/* 	font-family: calibri, Helvetica, sans-serif; */
	padding: 5px;
	cursor: pointer;
}

.ds_cell_selected {
	background-color: #DDDDDD;
	color: #0000FF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
/* 	font-family: calibri, Helvetica, sans-serif; */
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

.date_picker:link {outline: none; color: #FF0000;}
.date_picker:hover
{
	outline: none;
	text-decoration:none;
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.2;
}

.settings_title{
	font-size:12px;
	font-weight:bold;
	border-width:0px;
	background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left;
	height:30px;
}

.settings_title_blu{
	font-size:12px;
	font-weight:bold;
	border-width:0px;
	background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left;
	height:30px;
}

/*.header_form{
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	background: #FF9900 url(../images/tbl_th.png) repeat-x top left;
	height:20px;
	padding-left:10px;
}*/

.header_form{
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;

 	background-color: #356BAE;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -moz-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -o-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: -ms-linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	background: linear-gradient(top, #3E7FCE 0%, #2D5C95 100%);
	color: #FFFFFF;

	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;

	vertical-align:center;

	line-height:20px;
	padding-left:10px;
	padding-right:10px;
}

.header_form_light{
	white-space: nowrap;
	font-size:15px;
	font-weight:normal;
	/*background-color: #71828A;*/
	border: 1px dotted #458CE2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #000000;
	text-align:left;
	padding-left:10px;
	line-height:20px;
}

.subheader_form{

	font-size: 14px;
	padding-left:10px;
	color: #3E7ECC;
	font-weight: bold;
	line-height: 18px;

}

.subheader_form_border{

	font-size: 14px;
	padding-left:10px;
	color: #3E7ECC;
	font-weight: bold;
	line-height: 18px;
	border: 1px dotted #458CE2;
	border-top-width: 0px;
	border-right-width: 0px;
}

.header_form_pds{
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;
	background-color: #71828A;	/*#C1A387;*/
	color: #FFFFFF;
	height:20px;
	padding-left: 10px;
}

.subheader
{
	font-size: 13px;
	padding-left:80px;
	color: #3E7ECC;
	font-weight: bold;
}

.header_sites{
	font-weight:bold;
	background-color: #FF9900;
	height:20px;
}

.title_user
{
	font-size: 14px;
	color: #ffffff;
}

.title_user b
{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

a:link.title_user	{text-decoration:none; color : #ffffff;}
a:visited.title_user	{text-decoration:none; color : #ffffff;}
a:active.title_user	{text-decoration:none; color : #ffffff;}
a:hover.title_user	{text-decoration:underline; color : #FECB00;}

.title_sw
{
	font-size: 22px;
	font-family:calibri;
	padding-top: 7px;
	color: #FFFFFF;
}

a:link.title_sw,
a:visited.title_sw,
a:active.title_sw,
a:link.lang,
a:visited.lang,
a:active.lang
{text-decoration:none; color : #ffffff;}
a:hover.title_sw,
a:hover.lang
{text-decoration:underline; color : #FECB00;}

.title_yellow
{
	font-size: 16px;
	color: #FECB00;
/* 	font-family:calibri; */
}

.title_white
{
	font-size: 22px;
	color: #ffffff;
/* 	font-family:calibri; */
}

.title_AA
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.title_AA span
{
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
}

.title_AA span a:link{text-decoration:none; color : #ffffff; font-size:12px; font-style: italic;}
.title_AA span a:visited{text-decoration:none; color : #ffffff; font-size:12px; font-style: italic;}
.title_AA span a:active{text-decoration:none; color : #ffffff; font-size:12px; font-style: italic;}
.title_AA span a:hover{text-decoration:underline; color : #FECB00; font-size:12px; font-style: italic;}

.title_yellow a
{
	font-size: 16px;
	color: #FECB00;
/* 	font-family:calibri; */
}

.title_yellow a:hover
{
	color: #FECB00;
}

.title_yellow_little
{
	font-size: 16px;
	color: #FECB00;
/* 	font-family:calibri; */
}

.title_yellow_little a img
{
	vertical-align:middle;
	border-width:0px;
}

.title_yellow_little a:hover img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

.logout_ext a:hover img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

.red_color
{
	color:#C92435; font-weight:bold;
}

.blue_color
{
	color:#0033CC; font-weight:bold;
}

dl dt
{
	font-weight:bold;
	padding-left:15px;
	color: green;
}

.ok
{
	color: #3D6EAA;
}

.err
{
	color:#C92435;
}

.viewNextWeek img
{
	width:50px;
	border-width:0px;
}

.viewNextWeek a:hover img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

hr
{
	color:#FF9900;
}

hr.timetabling
{
	color:#3A6995;
}

hr.teacher
{
	color:#d1d1d1;
}

.research
{
	text-align:left;
	/*background-color:#222222;*/
	color:#222222;
}

.header_research
{
	text-align:left;
	background-color:#FF9900;
}

.header_research td
{
	padding-left:5px;
}



/* alphabetical filter */
.navigazione_filtro , a.navigazione_filtro:link, a.navigazione_filtro:visited
{
	color:#333333;
	text-decoration:none;
	font-size: 12px;
	outline: none;
}
a.navigazione_filtro:hover
{
	color:#006699;
	font-size: 12px;
	outline: none;
}

.navigazione_filtro_highlight , a.navigazione_filtro_highlight:link, a.navigazione_filtro_highlight:visited
{
	color:#1E7AC9;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}
a.navigazione_filtro_highlight:hover
{
	color:#006699;
	font-size: 12px;
	font-weight: bold;
	outline: none;
}

.message_filter {
	text-align: left;
	padding-left: 15px;
	font-size: 12px;
	font-style: italic;
}

.message_filter_left {
	text-align: left;
	padding-left: 10px;
	font-size: 13px;
	font-style: italic;
}

/* #### MODAL DIALOG #### */
.boxBg {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: Alpha(Opacity=50);
	-moz-opacity: 0.5;
	background-color: #DDDDDD;
	visibility: hidden;
	width: expression(document.body.clientWidth);
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight);
	z-index: 100;
}

.modalBox {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 101;
	background-color: white;
	top: expression(document.body.clientHeight / 2 - this.offsetHeight / 2);
	left: expression(document.body.clientWidth / 2 - this.offsetWidth / 2);
	border: 1px solid #777777;
	border-top: 0;
	padding: 5px;
	padding-top: 15px;
/*	text-align: left;*/
}

.modalBoxIE {
        position: absolute;
        top: 0px;
        left: 0px;
        visibility: hidden;
        z-index: 101;
        background-color: white;
        top: expression(document.body.clientHeight / 2 - this.offsetHeight / 2);
        left: expression(document.body.clientWidth / 2 - this.offsetWidth / 2);
        border: 1px solid #777777;
        border-top: 10px solid #FF9C08;
        padding: 5px;
        padding-top: 15px;
}

.modalBox .boxHeader {
	margin:0;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	/* background: #FF9900 url(../images/tbl_th.png) repeat-x top left; */
	background: #356BAE;
	border: 1px solid #989898;
	position: absolute;
	top: 0px;
	left: -1px;
	height: 10px;
}

.boxHeaderTeacher {
	margin:0;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	background: #009900 url(../images/tbl_th_blue.png) repeat-x top left;
	border: 1px solid #989898;
	position: absolute;
	top: 0px;
	left: -1px;
	height: 7px;
}

.boxShadow {
	position: absolute;
	background-color: black;
	top: 0px;
	left: 0px;
	z-index: 99;
	left: expression(document.getElementById('box').style.left);
	top: expression(document.getElementById('box').style.top);
}

.xstooltip_green
{
	visibility: hidden;
	position: absolute;
	z-index: 12;
	background-color: #FFFFDC;

	border: 1px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

/* 	font: normal 11px Verdana; */
	text-align: left;
	padding: 7px;
}

.loader_index {
	position: absolute;
	visibility: true;
	display: block;
	border: 0px;
	z-index:1000;
	text-align:center;
	vertical-align: middle;
	top: 40%;
	left: 50%;
	margin-left: -50px;

}

.loader_div {
	position: relative;
	/* visibility: false; */
	/* display: hidden; */
	border: 0px;
	z-index:1000;
	text-align:center;
	vertical-align: middle;
	top: 50%;
	left: 30%;
	margin-left: -70px;
	margin-bottom: 15px;

}

.admin_preference_details
{
	border:2px #c0c0c0 groove;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	width:220px;

/* 	font: normal 11px Verdana; */
	text-align:left;
	padding:0px;
}
.admin_preference_details div { padding:4px; margin:0px; }
.admin_preference_details .window_header {background: #FF9900 url(../images/tbl_th.png.png) repeat-x top left; text-align:left; height:23px; color:#000000; font-weight: bold;}
.admin_preference_details table {border-spacing:0;}
.admin_preference_details td { text-align:left; height:23px}
.admin_preference_details .admin_details_button { text-align:center; }
.admin_details_button input[type="submit"]
{
	color:#FFFFFF;
/* 	font-size:11px; */

	background:   #8C8D91;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -moz-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -o-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: -ms-linear-gradient(top, #9FA0A5 0%, #737478 100%);
	background: linear-gradient(top, #9FA0A5 0%, #737478 100%);

	border-top:  #A1A2A7 2px outset;
	border-right: #A1A2A7 1px outset;
	border-bottom: #737478 1px outset;
	border-left:  #737478 2px outset;

 	height: 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.admin_details_button input[type="submit"]:hover
{
	background:   #B9BAC0;

	background: -webkit-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -moz-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -o-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: -ms-linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);
	background: linear-gradient(top, #E4E5EB 0%, #A6A7AC 100%);

	color: #3E3F42;
}


.preference_details
{
	border:2px #c0c0c0 groove;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	width:220px;

/* 	font: normal 11px Verdana; */
	text-align:left;
	padding:0px;
}
.preference_details div { padding:4px; margin:0px; }
.preference_details .window_header {background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left; text-align:left; height:23px; color:#FFFFFF}
.preference_details table {border-spacing:0;}
.preference_details td { text-align:left; height:23px}
.preference_details .details_button { text-align:center; }

.details
{
	border:2px #c0c0c0 groove;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	position: absolute;
	z-index: 500;
/*	background-color: #FFFFAA;*/
	background-color:#ffffff;
	width:320px;

/* 	font: normal 11px Verdana; */
	text-align:left;
	padding:0px;
}
.details p { padding:4px; }
.details div { padding:4px; margin:0px; }
.details .header { background-color:#c0c0c0; margin:0px; border-bottom:2px #c0c0c0 groove; }
.details .header_teacher { background-color:#c0c0c0; margin:0px; border-bottom:2px #c0c0c0 groove; color:#FFFFFF}
.details .exit { text-align:right; }
.details td { text-align:left; height:23px}
.details .window_header {background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left; text-align:left; height:23px; color:#FFFFFF}
.details table {border-spacing:0;}
.details .details_button { text-align:center; }

.details_button input[type="submit"]
{
	color:#FFFFFF;
/* 	font-size:11px; */

	background:   #8DD657;
	/*Gradient*/
	background: -webkit-linear-gradient(top, #99DF5C 0%, #6CBE47 100%);
	background: -moz-linear-gradient(top, #99DF5C 0%, #6CBE47 100%);
	background: -o-linear-gradient(top, #99DF5C 0%, #6CBE47 100%);
	background: -ms-linear-gradient(top, #99DF5C 0%, #6CBE47 100%);
	background: linear-gradient(top, #99DF5C 0%, #6CBE47 100%);

	border-top:  #FFFFFF 2px outset;
	border-right: #FFFFFF 1px outset;
	border-bottom: #C0C5CE 1px outset;
	border-left:  #C0C5CE 2px outset;

 	height: 30px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

}

.details_button input[type="submit"]:hover
{
	background:   #8DD657;

	background: -webkit-linear-gradient(top, #99DF5C 0%, #5BAA36 100%);
	background: -moz-linear-gradient(top, #99DF5C 0%, #5BAA36 100%);
	background: -o-linear-gradient(top, #99DF5C 0%, #5BAA36 100%);
	background: -ms-linear-gradient(top, #99DF5C 0%, #5BAA36 100%);
	background: linear-gradient(top, #99DF5C 0%, #5BAA36 100%);

	color: #FFFFFF;
}


select.admin
{
/*	height:26px;
	background-color:#FFFFFF;
	border:2px solid #AEC4E3;

	color:#000000;*/

	height:26px;
	background-color:#FFFFFF;

	border:1px solid #285284;
	color:#000000;
	font-size: 12px;
	vertical-align: middle;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

TABLE.detailsArea
{
	background-color: #F2D2B1;
	border: 1px solid #DE9136;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	padding: 2px;
}

/* legenda calendario JQ */
.container_popup_legenda
{
	position: absolute;
	left: -560px;
/* 	right: 150px; */
	width: auto;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

.container_popup_legenda img
{
	position: absolute;
 	z-index:1001;
	right: 10px;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

table.popup_legenda
{
	top: 15px;
	position:relative;
	z-index:1000;

 	width: 700px;
	text-align:left;

/*	text-align:justify;*/
	padding:7px;
	color:#000000;

	border:1px solid #009CFF;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	/*Gradient*/
/*	background: -webkit-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -moz-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -o-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -ms-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);*/
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
}

table.popup_legenda th
{
	/*line-height:20pt;*/
	text-align:left;
	border-bottom:1px solid #00507F;
	background: inherit;
	color: #00507F;
	height: 35px;
	vertical-align: bottom;
	text-decoration: none;
}

table.popup_legenda td
{
	text-align:left;
	border: 0;
	line-height: 25px;
	text-decoration: none;
}

.popup_legenda img
{
	position: relative;
	left: 0;
	right: 0;
}

.parent_legenda
{
	color: #246DB4;
	font-size: 16px;
	text-decoration: none;
}

.parent_legenda:hover
{
	text-decoration: underline;
}

.link_effects
{
	color : #3D6EAA;
}

.link_effects:hover
{
	color : #0B4460;
	text-decoration: underline;
}

/* gestore del calcolo */
.container_actions
{
	position: absolute;
	left: -190px;
	width: auto;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

.container_actions img
{
	position: absolute;
 	z-index:1001;
	right: 10px;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

table.actions
{
	top: 15px;
	position:relative;
	z-index:1000;

	width: 250px;
	text-align:left;

/*	text-align:justify;*/
	padding:7px;
	padding-top: 0px;
	padding-bottom: 15px;
	color:#000000;

	border:1px solid #FDA348;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	/*Gradient*/
/*	background: -webkit-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -moz-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -o-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -ms-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);*/
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #FDDFAB 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FDDFAB 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #FDDFAB 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #FDDFAB 100%);
	background: linear-gradient(top, #FFFFFF 0%, #FDDFAB 100%);
}

table.actions th
{
	/*line-height:20pt;*/
	text-align:left;
	border-bottom:1px solid #C95A00;
	background: inherit;
	color: #C95A00;
	height: 30px;
	vertical-align: bottom;
}

table.actions td
{
	text-align:left;
	border: 0;
	width: 100%;

}

table.actions td:hover
{
	/*background-color:#ffffff;*/
}

.close TD
{
	height: 15px;
}

.actions img
{
	right: 10px;
	top: 10px;
}

.actions a
{
	display:block;
	color:#242424;
	text-decoration:none;
	font-size:12px;

}

.actions a img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

.actions a:hover
{
	color:#000000;
	text-decoration:underline;
}

.actions a:hover img
{
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}

.container_operations
{
	position: absolute;
	left: -190px;
	width: auto;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

.container_operations img
{
	position: absolute;
 	z-index:1001;
	right: 10px;

/*	background-image:url(../images/top_arrow3.png);
	background-repeat:no-repeat;
	background-position:top left;*/
}

table.operations
{
	top: 15px;
	position:relative;
	z-index:1000;

	width: 250px;
	text-align:left;

/*	text-align:justify;*/
	padding:7px;
	padding-top: 0px;
	padding-bottom: 15px;
	color:#000000;

	border:1px solid #009CFF;

	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;

	/*Gradient*/
/*	background: -webkit-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -moz-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -o-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: -ms-linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);
	background: linear-gradient(top, #E2E3E9 0%, #BFC0C5 100%);*/
	background: -webkit-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
	background: linear-gradient(top, #FFFFFF 0%, #BEDFEE 100%);
}

table.operations th
{
	/*line-height:20pt;*/
	text-align:left;
	border-bottom:1px solid #00507F;
	background: inherit;
	color: #00507F;
	height: 35px;
	vertical-align: bottom;
}

table.operations td
{
	text-align:left;
	border: 0;
	width: 100%;

}

table.operations td:hover
{
	/*background-color:#ffffff;*/
}

.operations img
{
	right: 10px;
	top: 10px;
}

.operations a
{
	display:block;
	color:#242424;
	text-decoration:none;
	font-size:12px;

}

.operations a img
{
	filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8;
}

.operations a:hover
{
	color:#000000;
	text-decoration:underline;
}

.operations a:hover img
{
	filter:alpha(opacity=100); -moz-opacity:1; opacity:1;
}

/*buttons style*/
input[type="submit"].operations
{
	color:#000000;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: none;
	display:inline-block;
	cursor:pointer;
	height: 18px;
	font-size:12px;
}

input[type="submit"].operations:hover
{
	color:#000000;
	background:transparent;
	padding: 0px;
	border:0px;
	text-decoration: underline;
	display:inline-block;
	cursor:pointer;
}


/* INDEX PUBLICATIONS */

body.index {
	margin: 10px;
	padding: 0;
	vertical-align: middle;
}

TABLE.home_index {
	margin: 0 auto;
	background: #FFFFFF;
	width: 1000px;
	height: 800px;
	clear:both;
	border: 0px;
	padding: 0;
	border-spacing: 0;
	vertical-align: top;
}

TD.margin_bottom_index
{
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	height:25px;
}

TD.margin_left_index {
	border: 0px;
	width: 10px;
}

TD.margin_right_index {
	border: 0px;
	width: 10px;
}

TD.year_index {
	height: 30px;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #818181;
	cursor: pointer;
}

TD.title_index {
	height: 60px;
	vertical-align: middle;
	padding: 5px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #A1A1A1;
}

TD.faculty_index {
	height: 20px;
	vertical-align: middle;
	padding: 5px;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	cursor: default;
}

a:link.faculty_index	{font-size: 14px; text-decoration: none; outline: none;}
a:visited.faculty_index	{font-size: 14px; text-decoration: none; outline: none;}
a:active.faculty_index	{font-size: 14px; text-decoration: none; outline: none;}
a:hover.faculty_index	{font-size: 14px; text-decoration: underline; outline: none;}

a:link.footer_index		{color : text-decoration: none; outline: none;}
a:visited.footer_index	{color : text-decoration: none; outline: none;}
a:active.footer_index	{color : text-decoration: none; outline: none;}
a:hover.footer_index	{color : text-decoration: underline; outline: none;}


/* TEACHER INTERFACE */

input[type="submit"].teacher_big
{
	color:#FFFFFF;
	font-size:14px;
	text-align:left;

	height:46px;
	background: #B9BAC0 url(../images/arrow_teacher.png) no-repeat 8% 50%;

/*
	background: #83CE50 url(../images/arrow_teacher.png) no-repeat 5% 50%;

	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -webkit-linear-gradient(top, #94DB58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -moz-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -o-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -ms-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, linear-gradient(top, #94DA58 0%, #69BB44 100%);
*/
	border-top: #A1A2A7 1px outset;
	border-right: #737478 1px outset;
	border-bottom: #737478 1px outset;
	border-left: #A1A2A7 1px outset;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	padding-left: 50px;
	padding-right: 15px;
	text-decoration: none;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].teacher_big:hover
{
	background: #9FA0A5 url(../images/arrow_teacher.png) no-repeat 8% 50%;

	/* background: #7EC74A url(../images/arrow_teacher_over.png) no-repeat 5% 50%;
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -webkit-linear-gradient(top, #6BBC44 0%, #96DC59 100%) ;
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -moz-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -o-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -ms-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, linear-gradient(top, #6BBC44 0%, #96DC59 100%); */
}

input[type="submit"].teacher
{
	color:#FFFFFF;
	font-size:14px;
	text-align:left;

	height:46px;
	background: #B9BAC0 url(../images/arrow_teacher.png) no-repeat 8% 50%;

	/* background: #83CE50 url(../images/arrow_teacher.png) no-repeat 5% 50%;
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -webkit-linear-gradient(top, #94DB58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -moz-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -o-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, -ms-linear-gradient(top, #94DA58 0%, #69BB44 100%);
	background: url(../images/arrow_teacher.png) no-repeat 5% 50%, linear-gradient(top, #94DA58 0%, #69BB44 100%); */

	border-top: #A1A2A7 1px outset;
	border-right: #737478 1px outset;
	border-bottom: #737478 1px outset;
	border-left: #A1A2A7 1px outset;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;

	padding-left: 50px;
	padding-right: 15px;
	text-decoration: none;
	display:inline-block;
	cursor:pointer;
}

input[type="submit"].teacher:hover
{
	background: #9FA0A5 url(../images/arrow_teacher.png) no-repeat 8% 50%;

	/* background: #7EC74A url(../images/arrow_teacher_over.png) no-repeat 5% 50%;
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -webkit-linear-gradient(top, #6BBC44 0%, #96DC59 100%) ;
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -moz-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -o-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, -ms-linear-gradient(top, #6BBC44 0%, #96DC59 100%);
	background: url(../images/arrow_teacher_over.png) no-repeat 5% 50%, linear-gradient(top, #6BBC44 0%, #96DC59 100%); */
}

/*
input[type="submit"].teacher_big
{
	color:#FFFFFF;
	border:0;

	font-size:12px;
	text-align:left;
	padding-left:50px;
	background: url(../images/teacher_button_big.png) no-repeat 2px -3px;
	width:300px;
	height:46px
}

input[type="submit"].teacher_big:hover
{
	background-position:2px -61px;
}

input[type="submit"].teacher_big:active
{
	background-position:2px -120px;
}

input[type="submit"].teacher_big:focus
{
	outline:0;
}
*/
/* removing dotted outline when clickin button, only for Firefox
input[type="submit"].teacher_big::-moz-focus-inner {
  border: 0;
}
*/
/*
input[type="submit"].teacher
{
	color:#FFFFFF;
	border:0;

	font-size:12px;
	text-align:left;
	padding-left:55px;
	background: url(../images/teacher_button.png) no-repeat 4px -5px;
	width:250px;
	height:46px
}

input[type="submit"].teacher:hover
{
	background-position:4px -64px;
}

input[type="submit"].teacher:active
{
	background-position:4px -122px;
	outline: 0;
}

input[type="submit"].teacher:focus
{
	outline:0;
}
*/
/* removing dotted outline when clickin button, only for Firefox
input[type="submit"].teacher::-moz-focus-inner {
  border: 0;
}
*/
input[type="button"].teacher
{
	color:#FFFFFF;
	font-size:12px;
	background: url(../images/bg_brown.gif) repeat-x;
	border-color: #5F5343;
	height: 25px;
}

input[type="text"].teacher
{
	height:21px;
	background-color:#FFFFFF;
	border:1px solid #AEC4E3;

        padding-left: 3px;
	color:#000000;
	font-weight: normal;
}

input[type="password"].teacher {

    height:21px;
    padding-left: 3px;
    border-color: #E5E4E4;
    background-color: #FFFFFF;
}

select.teacher
{
	height:26px;
	background-color:#FFFFFF;
	border:1px solid #AEC4E3;
	color:#000000;
}

textarea.teacher
{
	background-color:#FFFFFF;
	color:#000000;
	font: calibri;
	border:1px solid #AEC4E3;
        padding-left: 3px;
}

select.teacher_evidence
{
	background-color:#FFC868;
	border:1px #e5e4e4 inset;
	color:#000000;
}

select.teacher_disabled
{
	background-color:#E4E4E4;
	color:#000000;
}

.header_teacher{
	white-space: nowrap;
	font-weight:bold;
	background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left;
	padding-left:10px;
}

/* procedura guidata interfaccia docente */

.text_docenti{
	background-color: #FFFFAA;
	font-size: 12px;
	padding:10px;
	line-height:20px;
	text-align: justify;
}

.text_procedura_guidata{
	font-size: 12px;
	padding-left:20px;
	padding-right:20px;
	line-height:20px;
	text-align: justify;
}

.text_forms{
	background-color: beige;
	font-size: 12px;
	padding:5px;
	border: 3px groove #FFFFFF;
	text-align: left;
}

.weight{
	font-size: 12px;
	font-weight: bold;

	color: #102846;
}

.text_admin{
	padding-left: 40px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;

	color: #102846;
}

.subheader_teacher{
	white-space: nowrap;
	font-size:12px;
	font-weight:bold;

	background-color: #AEC4E3;
	color: #ffffff;

	padding-left:7px;
	height:25px;
	text-align:middle;
}

.xstooltip_left_teacher
{
	visibility: hidden;
	position: absolute;
	z-index: 500;
	background-color: #D0FFC7;
	border: 1px solid #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

	text-align: left;
	padding: 7px;
}

.xstooltip_left_teacher ul
{
	list-style-image:url(../images/notes-list-style.png);
	text-align:left;
}

/* blue version */

a:link.teacher_path	{text-decoration:underline; color : #102846;}
a:visited.teacher_path {text-decoration:underline;color : #102846;}
a:active.teacher_path	{text-decoration:underline;color : #102846;}
a:hover.teacher_path	{text-decoration:underline;color : #102846;}

.teacher_path
{
	width: 80%;
	font-size: 13px;
	text-align: left;
	color: #102846;
	font-weight: bold;
	padding-left: 0px;
}

/*  teacher interface dashboard */
a:link.piu {
	/* background-image: url(../images/Check_no.png); */
	/*transition-delay: 3s;
	-moz-transition-delay: 3s;*/

	-webkit-transition-duration: 2s; /* Safari */
	-moz-transition-duration: 2s;
    transition-duration: 2s;


	 background: transparent url(../images/Check_no.png) no-repeat top center;
	 padding: 0px;
	 border:0px;
	 text-decoration: none;
	 color: #444444;
	 display:inline-block;
	 cursor:pointer;
	 height: 50px;
	 width: 120px;

}

a:link.piu:hover {
	background-image: url(../images/Check_no_hover.png);
	/* transition-delay:1s; */
}

a:link.red	{text-decoration:none; color : #F20035;}
a:visited.red	{text-decoration:none; color : #F20035;}
a:active.red	{text-decoration:none; color : #F20035;}
a:hover.red	{text-decoration:none; color : #F20035;}

a:link.green	{text-decoration:none; color : green;}
a:visited.green	{text-decoration:none; color : green;}
a:active.green	{text-decoration:none; color : green;}
a:hover.green	{text-decoration:none; color : green;}

a:link.yellow	{text-decoration:none; color : #FFA133;}
a:visited.yellow	{text-decoration:none; color : #FFA133;}
a:active.yellow	{text-decoration:none; color : #FFA133;}
a:hover.yellow	{text-decoration:none; color : #FFA133;}

a:link.light_blue	{text-decoration:none; color : #3893EF;}
a:visited.light_blue	{text-decoration:none; color : #3893EF;}
a:active.light_blue	{text-decoration:none; color : #3893EF;}
a:hover.light_blue	{text-decoration:none; color : #3893EF;}

.blue
{
	width: 85%;
	text-align: left;
	color: #2A68BE;
}

.red
{
	width: 80%;
	text-align: left;
	color: #F20035;
}

.green
{
	width: 80%;
	text-align: left;
	color: green;
}

.yellow
{
	width: 80%;
	text-align: left;
	color: #EEC24A;
	padding-left: 0px;
}

.teacher_title{
	font-size: 18px;
	border-width:0px;
	background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left;
	height:30px;
}

/*classi per la label di aiuto*/

#black{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:-1;
	visibility:hidden;
	opacity:0;
	transition:opacity 0.5s linear;
}

.popupmsg{
	position:fixed;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	width:600px;
	z-index:-1;
	background-color:#f9f9f9;
	line-height:2;
	visibility:hidden;
	border-radius:5px;
	opacity:0;
	transition:opacity 1s linear;
}

.popupHead{
	clear:both;
	background-color:#3268A8;
	color:#FFF;
	font-size:18px;
	padding-left:10px;
}

#helpBody{
	padding:10px;
	border:dashed #94B8FF;
	border-width:0 1px 1px;
	line-height:2;
}

#popupBody{
	padding:5px;
	line-height:2;
}

#helpBody .titolo{
	font-weight:bold;
	font-size:18px;
	color:#3268A8;
}

#helpBody .txtFooter{
	font-size:15px;
}

#helpBody hr{
    background: #ddd -moz-linear-gradient(center top , rgb(221, 221, 221) 70%, rgb(255, 255, 255) 70%) repeat scroll 0 0;
    border: medium none;
    clear: both;
    height: 2px;
    width: 100%;
}

.popupmsg img{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.popupmsg img:hover{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
}

.chiudiHelp {
	width: 30px;
	height:auto;
	margin:2px;
}

#helpLoad{
	margin:30px auto;
	width:100px;
}

#helpLbl{
	position:fixed;
	top:220px;
	background-color:#FF944D;
	color:#FFF;
	padding:10px;
	font-size:18px;
	cursor:pointer;
    -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
   right: -38px;
   -webkit-transform-origin: 100% 50%;
      -moz-transform-origin: 100% 50%;
       -ms-transform-origin: 100% 50%;
        -o-transform-origin: 100% 50%;
           transform-origin: 100% 50%;
   -webkit-transform: rotate(90deg) translate(50%, 50%);
      -moz-transform: rotate(90deg) translate(50%, 50%);
       -ms-transform: rotate(90deg) translate(50%, 50%);
        -o-transform: rotate(90deg) translate(50%, 50%);
           transform: rotate(90deg) translate(50%, 50%);
}

#helpLbl:hover{
	right:0;
}

.helptxt{
	color:#FF944D !important;
	font-size:15px;
	font-weight:600;
}
.helptxt:hover{
	font-weight:800;
	font-size:16px;
	text-decoration:none !important;
}

.details_action
{
	border:2px #c0c0c0 groove;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;

	position: absolute;
	z-index: 500;
/*	background-color: #FFFFAA;*/
	background-color:#ffffff;
	width:300px;

	font: normal 11px;
	text-align:left;
	padding:0px;
}

.details_action .header_left
{
	margin:0px;
	color : #ffffff;
	text-align: left;
	padding: 3px;
	border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;

	/* background-color: #E28800; */
	background-color: #356BAE;
}

.details_action img { border-width:0px; vertical-align:middle; }
.details_action p { padding:4px; }
.details_action div { padding:4px; margin:0px;}
.details_action .header { background-color:#c0c0c0; margin:0px; border-bottom:2px #c0c0c0 groove; }
.details_action .exit { text-align:right; }
.details_action ul { list-style:none; padding-left:5px; }

.details_action .link_close{color : #ffffff; text-decoration: none; outline: none; cursor:pointer;}
.details_action .link_close:hover{color : #ffffff; text-decoration: underline; outline: none;}


.details_action .window_header {background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left; text-align:left; height:23px; color:#FFFFFF}

optgroup.evidence
{
color: green;
}

input[type="submit"].home_green
{
	font-size: 12px;
	text-align: center;
	padding: 5px;
	color: #444444;

	border:0px;
	text-decoration: none;
	display:inline-block;

	height: 70px;
	padding-top: 50px;
	background: transparent url(../images/home_green.png) no-repeat 50% 5%;

	cursor:pointer;
}

TABLE.form
{
	border: 1px solid #3A6995;
}

.teacher_subtitle{
	font-size: 14px;
	border-width:0px;
	background: #FF9900 url(../images/tbl_th_blue.png) repeat-x top left;
	height:18px;
	font-weight: bold;
	color: #ffffff;
	padding-left:10px;
}

.font_moduli
{
	color:#767676;
	font-size:14px;
	font-style: italic;
}

/* Scroll_bar Piastrelle Index */
.scroll_list::-webkit-scrollbar {
	width:8px;
	height:8px;
}
.scroll_list::-webkit-scrollbar-button {
	width:10px;
	height:20px;
}
.scroll_list::-webkit-scrollbar-thumb {
	border:1px none #ffffff;
	border-radius:100px;
}
.scroll_list::-webkit-scrollbar-track {
	background:#c0c0c0;
	border:0px none #ffffff;
	border-radius:100px;
}
.scroll_list::-webkit-scrollbar-track:hover {
	background:#c0c0c0;
}
.scroll_list::-webkit-scrollbar-track:active {
	background:#c0c0c0;
}
.scroll_list::-webkit-scrollbar-corner {
	background:transparent;
}
.scroll_list {
	overflow-y:hidden;
	color:transparent;
	height:180.7px;
	width:391px;
	overflow-x:hidden;
}
.scroll_list:hover {
	overflow-y:auto;
	overflow-x:Auto;
	visibility:visible;
	height:181.7px;
	width:391px;
}
/*-------------*/

/* CSS PIASTRELLE INDEX */
.immaginelogo {
	position:relative;
	margin-top:10px;
}
.tabella th {
	font-weight:normal;
}
.tabella a.link_tabella {
	color:#555555;
	font-size:12px;
}
.tabella ul {
	padding-bottom:2.5px;
}
.tabella li {
	font-size:12px;
	margin-left:50px;
	list-style-type:none;
	padding-bottom:2.5px;
	color:#555555;
}
.button-link {
	background:none!important;
	color:#555555;
	border:none;
	padding:0!important;
	font:inherit;
	cursor:pointer;
	font-size:12px;
}
.tabella {
	float:left;
	text-align:left;
	border:1.7px solid #C9C9C9;
	width:400px;
	height:220px;
	margin-right:5px;
	margin-left:15px;
	margin-bottom:30px;
	display:block;
	border-radius:5px;
}
.tabella td:first-child {
	display:block;
	position:absolute;
	margin-left:12px;
}
.tabella .titolo {
	font-size:16px;
	text-align:left;
	margin-top:13px;
	margin-left:40px;
	color:grey;
}
.button-link:hover{
	text-decoration:underline;
}
.scroll_list::-webkit-scrollbar-thumb {
background:#808080;
}
.scroll_list::-webkit-scrollbar-thumb:hover {
background:#808080;
}
.scroll_list::-webkit-scrollbar-thumb:active {
background:#808080;
}
.tabella a.link_tabella:hover {
	text-decoration: underline;
	color:#808080;
}
.button-link:hover {
	text-decoration: underline;
	color:#808080;
}
/*-------------*/

.display_none
{
	display: none;
}
