@font-face {
  font-family: 'Futura';
  src: url('/fonts/Futura.eot');
  src: url('/fonts/Futura.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura';
  font-weight: bold;
  src: url('/fonts/Futura-Bold.eot');
  src: url('/fonts/Futura-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Futura';
  font-weight: bold;
  font-style: italic;
  src: url('/fonts/Futura-BoldItalic.eot');
  src: url('/fonts/Futura-BoldItalic.ttf') format('truetype');
}
.bg_biancogrigio {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  background-color: #e8e8e8;
}
.bg_grigiobianco {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #e8e8e8 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#ffffff);
  background-color: #ffffff;
}
.bg_rossogradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c10400), color-stop(1, #ad0300));
  background: -moz-linear-gradient(center top, #c10400 5%, #ad0300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c10400, endColorstr=#ad0300);
  background-color: #ad0300;
}
.small {
  font-size: 80%;
}
.grigio {
  background-color: #3c3c3c;
}
.rosso {
  background-color: #dc1f26;
}
.bg_grigio {
  background-color: #F7F4F4;
}
.bg_bianco {
  background-color: #FFFFFF;
}
.table {
  display: table;
}
.tr {
  display: table-row;
}
.td {
  display: table-cell;
}
td.smallcell {
  width: 1px;
}
body {
  font-family: Arial;
  font-size: 12px;
  background-color: #000000;
  padding: 0px;
  margin-top: 0px;
  color: #444444;
  line-height: auto;
}
p {
  font-size: 12px;
  line-height: 18px;
}
#wrapper {
  width: 980px;
  margin: 0px auto;
  background-color: #c8c8c8;
}
/*a{cursor:pointer; color: #c8c8c8; text-decoration: underline;}*/
a img {
  border: 0px;
}
a:hover {
  text-decoration: none;
}
#header {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}
#testata {
  position: relative;
  margin: 0 auto;
  background-image: url(../images/header.jpg);
  width: 980px;
  height: 144px;
}
#testata #scritta_testata {
  position: absolute;
  bottom: 20px;
  left: 155px;
  color: #000000;
  font-size: 18px;
  font-style: italic;
  font-family: "Gill Sans";
  font-weight: bold;
}
#menu {
  text-transform: uppercase;
  width: 980pxpx;
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 18px;
  background-color: #424242;
  color: #FFFFFF;
  margin: 0 auto;
  height: 42px;
}
#table_menu {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}
#table_menu td {
  margin: 0;
  border-right: 1px solid #ffffff;
  text-align: center;
  height: 42px;
}
#table_menu td:last-child {
  border: 0px;
}
#menu a,
#menu a:visited {
  text-decoration: none;
  color: #fff;
}
#menu a:hover {
  color: #bfbfbf;
}
#content {
  width: 960px;
  margin: 0 auto;
  background-color: #c8c8c8;
  padding: 0px 10px;
}
#colonna_sx {
  width: 290px;
  margin: 0px 5px 0px 0px;
  float: left;
}
#colonna_dx {
  width: 660px;
  margin: 0px;
  float: right;
}
#puzzle {
  margin: 0px auto;
  padding-top: 5px;
}
#schedaist_colsx {
  width: 665px;
  margin-top: 0px;
  margin-left: 5px;
  float: left;
}
#schedaist_coldx {
  width: 294px;
  margin: 5px auto;
  padding: 5px;
  float: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.uppercase {
  text-transform: uppercase;
}
h1 {
  text-transform: uppercase;
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 18px;
  color: #1171c4;
  padding: 10px;
  margin: 0px;
}
h2 {
  font-family: "Gill Sans";
  font-weight: bold;
  font-size: 14px;
  color: #424242;
  padding: 7px;
  margin: 0;
}
h3 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
}
h4 {
  font-family: "Arial";
  font-weight: bold;
  font-size: 12px;
}
.lente {
  background: url("../images/lente_ingrandimento.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.news {
  background: url("../images/ico_news.png") no-repeat left bottom transparent;
  padding-left: 50px;
  color: #EE420D;
}
.eventi {
  background: url("../images/ico_eventi.png") no-repeat left bottom transparent;
  padding-left: 50px;
  color: #37810e;
}
.vetrina {
  background: url("../images/ico_vetrina.png") no-repeat left bottom transparent;
  padding-left: 50px;
  color: #008aa6;
}
.ricerca_mappa {
  background-color: #FFFFFF;
}
.searchButton {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #fcae7e;
  border: medium none;
  color: #000000;
  cursor: pointer;
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  padding: 4px;
  text-transform: uppercase;
  text-decoration: none;
}
.istruzioniButton {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #f7f4f4;
  border: medium none;
  color: #4F4F4F;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
  margin-right: 5px;
}
#percorsi a {
  border: 0px solid #fff;
  text-decoration: none;
  display: inline;
}
#ricerca_scuole {
  padding: 0px 10px;
  height: 120px;
  border: 1px solid #838383;
  background-color: #fff;
  background-image: url("../images/sfondo-box.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
}
#ricerca_scuole_2 {
  padding: 2px;
  background-color: #f7f4f4;
  margin: 0px 5px;
  border-radius: 5px 5px 5px 5px;
}
.cercatra {
  font-weight: bold;
  font-size: 18px;
}
#ricerca_scuole_nome,
.ricerca_scuole_nome {
  padding: 10px;
  border: 1px solid #838383;
  background-color: #fff;
  background-image: url("../images/sfondo-box.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
}
#ricerca_scuole_regione_numistituti {
  /* position:absolute;
 bottom:0px;
 left:0px;
 z-index:1000;
 */
  font-size: 18px;
  font-weight: bold;
  background-color: #424242;
  /*background-color: #1171C4;*/
  color: white;
  /*background-image: url('../images/bg_boxnumistituti.png');*/
  padding: 2px;
  padding-left: 10px;
}
#cerca_vicino_casa {
  margin-top: 5px;
}
#cerca_nome {
  margin-top: 5px;
}
#ricerca_scuole_regione {
  /*	width: 643px;
	padding: 10px;
	border: 2px solid #838383;
	background-color: #fff;
	background-image: url("../images/sfondo-box.jpg");
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#cartina_regioni {
  margin-top: 10px;
  text-align: center;
  position: relative;
}
#lista_regioni {
  margin-left: 320px;
}
#footer {
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 18px;
  color: #e6e6e6;
  background-color: #424242;
  margin: 0px auto;
}
#footer a {
  color: #e6e6e6;
  text-decoration: none;
}
#footer a:hover {
  color: #BFBFBF;
}
a.smallinks {
  font-size: 10px;
}
.colore,
a.smallinks {
  color: #085269;
}
.menu_licei {
  background-color: #00d1ff;
}
.menu_tecnici {
  background-color: #97cf0c;
}
.menu_professionali {
  background-color: #ffc001;
}
.menu_formazione_professionale {
  background-color: #ff6201;
}
.coloreL,
.colore_licei {
  color: #009cca;
}
.coloreT,
.colore_tecnici {
  color: #55ba3f;
}
.coloreP,
.colore_professionali {
  color: #ffa200;
}
.coloreA,
.colore_formazione_professionale {
  color: #AD0000;
}
/* colori chiari */
.colore2_licei {
  color: #D2F3FC;
}
.colore2_tecnici {
  color: #d8fcb7;
}
.colore2_professionali {
  color: #fcf5b7;
}
.colore2_formazione_professionale {
  color: #FFCCB5;
}
/* background */
.colorebg_licei {
  background-color: #D2F3FC;
}
.colorebg_tecnici {
  background-color: #d8fcb7;
}
.colorebg_professionali {
  background-color: #fcf5b7;
}
.colorebg_formazione_professionale {
  background-color: #FFCCB5;
}
/*quadratini percorsi didattici */
.bleft_licei {
  border-left: 15px solid #009cca;
  padding-left: 5px;
  margin-bottom: 3px;
}
.bleft_tecnici {
  border-left: 15px solid #55ba3f;
  padding-left: 5px;
  margin-bottom: 3px;
}
.bleft_professionali {
  border-left: 15px solid #ffa200;
  padding-left: 5px;
  margin-bottom: 3px;
}
.bleft_formazione_professionale {
  border-left: 15px solid #9F2C19;
  padding-left: 5px;
  margin-bottom: 3px;
}
.centrale {
  text-align: center;
}
.corsivo {
  font-style: italic;
  margin: 0px;
}
.grigio {
  color: #808080;
}
.italic {
  font-style: italic;
}
.box_istituto {
  /*padding: 5px;
	background-color: #f3f3f3;*/
  margin: 5px;
  border-bottom: 3px solid #838383;
}
.box_istituto p {
  margin: 0px;
}
#istituti_registrati {
  font-family: Arial;
  width: 292px;
  border: 1px solid #838383;
  padding-bottom: 5px;
  margin-top: 7px;
}
.school_advisor {
  width: 292px;
  /*height: 400px;*/
  border: 1px solid #838383;
  padding-bottom: 5px;
  margin-top: 7px;
}
.box_school_advisor_classifica {
  width: 292px;
  /*height: 420px;
	border: 1px solid #838383;*/
  padding-bottom: 5px;
  margin-top: 7px;
}
.school_advisor_commenti {
  width: 292px;
  border: 1px solid #838383;
  /*padding-bottom: 5px;*/
  margin-top: 7px;
}
.school_advisor_ragazzi {
  width: 325px;
  /*height: 420px;
	border: 1px solid #838383;*/
  padding-bottom: 5px;
  /*	margin-top: 7px;*/
}
.icona {
  /*margin: 10px 10px 0px 5px;
	border: 1px solid #838383;*/
  float: left;
  margin-right: 5px;
}
#stelle,
.stelle {
  margin: 7px 0 0 0;
}
#box,
.box {
  border: 1px solid #838383;
  background-color: #fff;
  background-image: url("../images/sfondo-box.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: "Arial";
  font-size: 13px;
}
#box h1,
.box h1,
#box .boxtitle,
.box .boxtitle {
  background-color: #3c3c3c;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 4px;
  text-align: center;
}
#box h1 .boxtitlebtns,
.box h1 .boxtitlebtns,
#box .boxtitle .boxtitlebtns,
.box .boxtitle .boxtitlebtns {
  float: right;
  padding: 0px 15px;
}
#box h1 .boxtitlebtns a,
.box h1 .boxtitlebtns a,
#box .boxtitle .boxtitlebtns a,
.box .boxtitle .boxtitlebtns a {
  font-family: Arial;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}
#box .box_navbar,
.box .box_navbar {
  color: #808080;
  background-color: #3c3c3c;
  color: white;
  font-weight: bold;
  padding: 4px;
}
#box .box_navbar.navbar_success,
.box .box_navbar.navbar_success {
  background-color: #008000;
}
#box .box_navbar .navbar_leftbtns,
.box .box_navbar .navbar_leftbtns {
  float: left;
}
#box .box_navbar .navbar_rightbtns,
.box .box_navbar .navbar_rightbtns {
  float: right;
}
#box .box_navbar .navbar_title,
.box .box_navbar .navbar_title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 4px;
  text-align: center;
}
#box .box_navbar .navbar_subtitle,
.box .box_navbar .navbar_subtitle {
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 2px;
  text-align: center;
}
#box .box_navbar .backbtn,
.box .box_navbar .backbtn {
  display: inline-block;
  background-image: url(images/backbutton.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 25px;
}
#box .box_navbar .backbtn:active,
.box .box_navbar .backbtn:active {
  background-image: url(images/backbutton_pressed.png);
}
#box .box_content,
.box .box_content {
  padding: 4px;
}
.settore_inevidenza {
  background-image: url("../images/sfondo_evidenza.jpg");
  background-repeat: repeat-x;
  padding: 0px 5px;
  font-weight: bold;
  list-style-type: none;
  margin-top: -5px;
}
.percorsi a {
  color: #000000;
  text-decoration: none;
}
.percorsi .settore_nome {
  background-color: #d2f3fc;
  font-weight: bold;
  font-size: 15px;
  list-style-type: none;
  display: block;
  padding: 5px;
  margin-bottom: 20px;
}
.percorsi li {
  list-style-image: none;
  list-style-type: none;
}
.percorsi li.indirizzo_licei,
.percorsi li.articolazione_licei .percorsi li.specializzazione_licei {
  /*list-style-image: url("../images/quadratoL.jpg");*/
}
.percorsi .indirizzo {
  font-weight: normal;
  /*	list-style-image: url("../images/quadrato.jpg");*/
}
.percorsi .indirizzo a {
  color: #000000;
  text-decoration: none;
}
.percorsi .indirizzo a:hover {
  background-color: #d2f3fc;
}
.percorsi .articolazione {
  font-weight: normal;
  /*	list-style-image: url("../images/quadrato.jpg");*/
}
.percorsi .specializzazione {
  font-weight: normal;
  /*	list-style-image: url("../images/quadratoL.jpg");*/
}
/*****************STILE PAGINA PERCORSI COMUNE*****************/
.percorsi ul {
  margin-left: 40px;
  padding-left: 0px;
}
.percorsi li.settore {
  list-style-type: none;
  margin-bottom: 20px;
}
.percorsi .settore_nome {
  padding: 5px;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}
.percorsi .indirizzo_nome {
  font-weight: normal;
  margin-bottom: 4px;
}
.percorsi .articolazione_nome {
  font-weight: normal;
  text-decoration: none;
}
.percorsi .specializzazione_nome {
  font-style: italic;
  font-size: 0.9em;
}
.percorsi .nonministeriale {
  color: #808080;
}
.percorsi .footremark {
  color: #808080;
}
.percorsi a {
  color: #000000;
  /*	text-decoration: none;*/
}
h3.titolopercorso {
  font-size: 20px;
  margin-bottom: 6px;
}
.percorsi ul.organizzazione {
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}
.percorsi ul.organizzazione li {
  position: relative;
}
/*****************STILE PAGINA LICEI*****************/
.percorsi .settore_licei .settore_nome,
.percorsi .settore_licei h3 {
  background-color: #d2f3fc;
}
.percorsi li.indirizzo {
  margin-bottom: 10px;
}
.percorsi li.indirizzo_licei,
.percorsi li.articolazione_licei,
.percorsi li.specializzazione_licei {
  font-weight: normal;
  /*list-style-image: url("../images/quadratoL.jpg");*/
}
.percorsi_licei a:hover,
li.indirizzo_licei a:hover,
li.articolazione_licei a:hover,
li.specializzazione_licei a:hover {
  background-color: #d2f3fc;
}
/*****************STILE PAGINA TECNICI*****************/
.percorsi .settore_tecnici .settore_nome,
.percorsi .settore_tecnici h3 {
  background-color: #d8fcb7;
}
.percorsi li.indirizzo {
  margin-bottom: 10px;
}
.percorsi li.indirizzo_tecnici,
.percorsi li.articolazione_tecnici,
.percorsi li.specializzazione_tecnici {
  font-weight: normal;
  /*list-style-image: url("../images/quadratoT.jpg");*/
}
.percorsi_tecnici a:hover,
li.indirizzo_tecnici a:hover,
li.articolazione_tecnici a:hover,
li.specializzazione_tecnici a:hover {
  background-color: #d8fcb7;
}
/*****************STILE PAGINA PROFESSIONALI*****************/
.percorsi .settore_professionali .settore_nome,
.percorsi .settore_professionali h3 {
  background-color: #fcf5b7;
}
.percorsi li.indirizzo {
  margin-bottom: 10px;
}
.percorsi li.indirizzo_professionali,
.percorsi li.articolazione_professionali,
.percorsi li.specializzazione_professionali {
  font-weight: normal;
  /*list-style-image: url("../images/quadratoP.jpg");*/
}
.percorsi_professionali a:hover,
li.indirizzo_professionali a:hover,
li.articolazione_professionali a:hover,
li.specializzazione_professionali a:hover {
  background-color: #fcf5b7;
}
/*****************STILE PAGINA FORMAZIONE PROFESSIONALE*****************/
.percorsi .settore_formazione_professionale .settore_nome,
.percorsi .settore_formazione_professionale h3 {
  background-color: #FFCCB5;
}
.percorsi li.indirizzo {
  margin-bottom: 10px;
}
.percorsi li.indirizzo_formazione_professionale,
.percorsi li.articolazione_formazione_professionale,
.percorsi li.specializzazione_formazione_professionale {
  font-weight: normal;
  /*list-style-image: url("../images/quadratoA.jpg");*/
}
.percorsi_formazione_professionale a:hover,
li.indirizzo_formazione_professionale a:hover,
li.articolazione_formazione_professionale a:hover,
li.specializzazione_formazione_professionale a:hover {
  background-color: #FFCCB5;
}
/*****************/
.box_cerca {
  width: 272px;
  padding: 10px;
  border: 1px solid #838383;
  background-color: #fff;
  background-image: url("../images/sfondo-box.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
}
#box_cerca_scuola {
  margin: -8px auto 10px auto;
}
.regular {
  font-weight: normal;
}
.lente_stelle {
  background-image: url("../images/fascia_titolo_lente_stelle.jpg");
  background-repeat: no-repeat;
}
.box_qualita {
  background-color: #838383;
  color: #ffffff;
  padding: 5px;
  margin: 5px;
  font-weight: bold;
  position: relative;
}
.searchButtonOro {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-image: url("../images/sfondo_oro.jpg");
  border: medium none;
  color: #000;
  cursor: pointer;
  font-family: arial;
  font-weight: bold;
  padding: 4px;
  text-transform: uppercase;
  /*position: absolute;
	top: 10px;
	right: 5px;
  */
}
#map,
.box_mappa {
  width: 957px;
  margin: 5px auto;
  padding: 5px;
  border: 1px solid #838383;
}
#map_side_bar,
.map_side_bar {
  width: 190px;
  border: 1px solid #838383;
  height: 590px;
  overflow: auto;
  margin-top: 0px;
  float: left;
}
.sede_map {
  margin: 5px;
}
.sede_map li {
  border-bottom: 1px solid #838383;
  padding: 4px 0 2px 0;
  list-style-type: none;
  margin-left: -10px;
}
.icon {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  margin: 0px 10px 5px 5px;
}
.tiposede_LS {
  background-color: #d2f3fc;
}
.tiposede_LP {
  background-color: #00a8ff;
}
.tiposede_LFP {
  background-color: #225db3;
}
.map_link {
  outline: 0 none;
  padding-left: 70px;
  text-align: right;
}
h5 a {
  color: #222222;
  font-weight: bold;
  margin-left: 0.5em;
  text-decoration: none;
  text-transform: uppercase;
}
h5 {
  border-bottom: 1px solid #838383;
  margin-bottom: 5px;
}
#map_grafica img {
  width: 680px;
  margin: -37px 0 0 5px;
  height: 627px;
}
.highslide_gallery table img {
  border: 1px solid #838383;
  width: 100px;
  height: 77px;
}
.highslide_gallery table td {
  border: 1px solid #838383;
  height: 100px;
  padding: 5px;
  background-color: #ededed;
  vertical-align: middle;
}
.highslide_gallery table {
  margin: 0px auto;
}
.highslide {
  outline: medium none;
  text-decoration: none;
}
.punteggi li {
  font-weight: normal;
  list-style-image: url("../images/quadrato_RED.jpg");
  border-bottom: 1px dotted #838383;
  padding: 3px;
}
.punteggi_img {
  /*background-color: #838383;*/
  width: 200px;
  min-height: 240px;
  float: left;
}
.punteggi_descrizione {
  width: 640px;
  float: right;
}
.punteggi_box {
  padding: 5px;
  margin: 5px 0px 10px 0px;
}
.punteggi_box .sb-shadow {
  background: #C5C5C5;
}
.punteggi_box,
.punteggi_box .sb-inner {
  background: #ffffff;
}
#modaliframe,
.modaldlg,
.jqmWindow {
  border: 1px solid #838383;
  background-color: #fff;
  background-image: url("../images/sfondo-box.jpg");
  background-repeat: repeat-x;
  background-position: bottom;
  font-family: "Arial";
  font-size: 13px;
  display: none;
  padding: 0px !important;
  margin: 0px;
}
#modaliframe h1,
.modaldlg h1,
.jqmWindow h1,
#modaliframe .boxtitle,
.modaldlg .boxtitle,
.jqmWindow .boxtitle {
  background-color: #3c3c3c;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 4px;
  text-align: center;
}
#modaliframe h1 .boxtitlebtns,
.modaldlg h1 .boxtitlebtns,
.jqmWindow h1 .boxtitlebtns,
#modaliframe .boxtitle .boxtitlebtns,
.modaldlg .boxtitle .boxtitlebtns,
.jqmWindow .boxtitle .boxtitlebtns {
  float: right;
  padding: 0px 15px;
}
#modaliframe h1 .boxtitlebtns a,
.modaldlg h1 .boxtitlebtns a,
.jqmWindow h1 .boxtitlebtns a,
#modaliframe .boxtitle .boxtitlebtns a,
.modaldlg .boxtitle .boxtitlebtns a,
.jqmWindow .boxtitle .boxtitlebtns a {
  font-family: Arial;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
}
#modaliframe .box_navbar,
.modaldlg .box_navbar,
.jqmWindow .box_navbar {
  color: #808080;
  background-color: #3c3c3c;
  color: white;
  font-weight: bold;
  padding: 4px;
}
#modaliframe .box_navbar.navbar_success,
.modaldlg .box_navbar.navbar_success,
.jqmWindow .box_navbar.navbar_success {
  background-color: #008000;
}
#modaliframe .box_navbar .navbar_leftbtns,
.modaldlg .box_navbar .navbar_leftbtns,
.jqmWindow .box_navbar .navbar_leftbtns {
  float: left;
}
#modaliframe .box_navbar .navbar_rightbtns,
.modaldlg .box_navbar .navbar_rightbtns,
.jqmWindow .box_navbar .navbar_rightbtns {
  float: right;
}
#modaliframe .box_navbar .navbar_title,
.modaldlg .box_navbar .navbar_title,
.jqmWindow .box_navbar .navbar_title {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 0px 4px;
  text-align: center;
}
#modaliframe .box_navbar .navbar_subtitle,
.modaldlg .box_navbar .navbar_subtitle,
.jqmWindow .box_navbar .navbar_subtitle {
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 0px 2px;
  text-align: center;
}
#modaliframe .box_navbar .backbtn,
.modaldlg .box_navbar .backbtn,
.jqmWindow .box_navbar .backbtn {
  display: inline-block;
  background-image: url(images/backbutton.png);
  background-repeat: no-repeat;
  width: 54px;
  height: 25px;
}
#modaliframe .box_navbar .backbtn:active,
.modaldlg .box_navbar .backbtn:active,
.jqmWindow .box_navbar .backbtn:active {
  background-image: url(images/backbutton_pressed.png);
}
#modaliframe .box_content,
.modaldlg .box_content,
.jqmWindow .box_content {
  padding: 4px;
}
#modaliframe .ajaxloader,
.modaldlg .ajaxloader,
.jqmWindow .ajaxloader {
  position: absolute;
  left: 40%;
  top: 20px;
}
.simplemodal-overlay {
  background-color: #808080;
}
a.modalCloseImg {
  background: url(/images/x.png) no-repeat;
  /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
.formerrors {
  border: 2px solid #3A679C;
  padding: 6px;
  width: 80%;
  margin: 10px auto;
}
.formerrors .formerror {
  font-weight: normal;
}
.formerror {
  color: #ff0000;
}
.inlineformerror {
  font-weight: normal;
  color: red;
  font-style: italic;
}
.commento {
  margin: 4px;
  background-color: #F3F3F3;
  font-weight: normal;
}
.commento_autore {
  text-align: right;
  color: #AD0000;
  font-weight: bold;
  font-style: italic;
}
.commento_data {
  font-weight: bold;
}
.closelink {
  font-weight: bold;
  color: #526C9B;
  cursor: pointer;
}
.testimonanza_autore {
  font-style: italic;
  color: #AD0000;
  text-align: right;
}
ul.tabs li {
  display: inline;
  list-style-type: none;
  margin-left: 5px;
}
ul.tabs a {
  background-image: url(../images/sfondo_alfabeto_1.jpg);
  color: #FFFFFF;
  width: 37px;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
ul.tabs a.selected {
  background-image: none;
  color: #000000;
}
ul.tabs a:hover {
  background-image: url(../images/sfondo_alfabeto_2.jpg);
  color: #FFFFFF;
  width: 37px;
  padding: 10px 5px 5px 5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#legenda span {
  display: inline;
  float: left;
  font-size: 0.8em;
  margin-right: 10px;
}
.nomeistituto {
  text-transform: uppercase;
}
.risultati_icon {
  display: block;
  float: left;
  height: 10px;
  width: 10px;
  margin-top: 2px;
  margin-left: 0px;
  margin-right: 5px;
  margin-bottom: 0px;
}
/** TABELLA QUADRO ORARIO DEI PERCORSI **/
.quadro_orario th {
  font-weight: bold;
}
.quadro_orario table {
  border-collapse: separate;
  border-spacing: 0;
}
.quadro_orario td,
.quadro_orario th {
  padding: 4px 10px 4px 5px;
}
.quadro_orario .ore {
  text-align: right;
}
.quadro_orario td {
  border: 1px solid #EEEEEE;
}
.quadro_orario thead th {
  background-color: #C3D9FF;
  text-transform: uppercase;
  font-size: 0.9em;
}
.quadro_orario tr.gruppo-descrizione td {
  color: #3A84C1;
  border-bottom: 1px solid #3A84C1;
  font-weight: bold;
  padding-top: 0.5em;
  text-align: center;
}
.quadro_orario tfoot {
  font-style: italic;
}
.quadro_orario tfoot td {
  color: #3A84C1;
  text-align: center;
}
.quadro_orario tfoot td.descrizione {
  text-align: right;
}
.quadro_orario_note {
  font-style: italic;
  font-size: 0.9em;
  color: gray;
  margin: 10px 0px;
}
/** FINE TABELLA QUADRO ORARIO DEI PERCORSI **/
#loc_img {
  position: absolute;
  /*top:65px;*/
  bottom: 52px;
  left: 271px;
  font-weight: bold;
  color: #b00909;
  font-size: 36px;
  line-height: 29px;
  /*font-family:brush-script-mt1;*/
  font-family: Futura;
  width: 326px;
}
#loc_img.liguria {
  position: absolute;
  bottom: 36px;
  left: 307px;
  font-weight: bold;
  color: #b00909;
  font-size: 36px;
  /*font-family:brush-script-mt1;*/
  font-family: Futura;
  width: 326px;
}
.schooladvisor_classifiche_gruppo {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0px;
}
.punteggio_workinprogress {
  font-weight: normal;
  text-align: center;
  color: gray;
  font-style: italic;
  font-size: 11px;
}
.scuola_percorsi .percorso a:hover {
  text-decoration: underline;
  color: #0b7eab;
}
#bussola {
  background-color: #f3f3f3;
  border: 1px solid #000000;
  padding: 4px;
  margin-top: -5px;
  margin-bottom: 7px;
}
.bussola {
  background-image: url("../images/fascia_jeans.png");
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 15px;
  color: #4e4e4e;
  padding: 10px;
  padding-left: 50px;
  margin: 2px auto 0px auto;
}
.titolocriteri {
  background-color: gray;
  font-weight: bold;
  font-size: 16px;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
}
.punteggi_descrizione_2 {
  width: 727px;
  float: right;
}
ul.elenco_scuole {
  padding: 0px;
  margin: 0px;
  padding-left: 0px;
  margin-left: 20px;
}
.elenco_scuole > li {
  font-weight: normal;
  list-style-type: none;
  border-bottom: 2px solid #838383;
  padding: 3px;
  position: relative;
}
.elenco_scuole .link_scheda {
  float: right;
  position: relative;
  top: 5px;
  font-size: 10px;
}
.risultatiricerca_link_scheda {
  font-size: 10px;
  float: right;
}
.ricerca_noresults {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0px;
  color: gray;
}
.tabcriteri td {
  color: #FFFFFF;
  text-transform: uppercase;
}
.tabcriteri td h3 {
  height: 50px;
}
.disciplina-note {
  font-size: 0.8em;
}
#comparebox {
  margin-bottom: 10px;
}
.listenlink {
  padding-left: 20px;
  background: transparent url(/images/speaker.gif) top left no-repeat;
}
.downloadlink {
  padding-left: 20px;
  background: transparent url(/images/download.png) top left no-repeat;
}
.titolo_presentazione_scuola {
  text-align: center;
  font-weight: bold;
  color: black;
  font-size: 34px;
  font-family: Futura;
  padding-bottom: 10px;
}
a.istitutolink {
  color: #B00909;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
a.istitutolink:hover {
  color: #FF5238;
}
.stdbutton,
.stdbutton_disabled {
  border: 0px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
}
.stdbutton {
  cursor: pointer;
}
.tabcriterismall td {
  font-size: 12px;
  padding: 2px;
  background-color: #C9C7C7;
  color: #FFFFFF;
  margin-right: 2px;
  text-align: center;
  /*min-width:20%;*/
}
.tabcriteri h3 {
  margin: 0px;
}
.tabcriterismall td a {
  color: white;
  text-decoration: none;
  display: block;
}
.tabcriterismall td a:hover {
  color: #ffff00;
}
.school_advisor_ragazzi .likecaption {
  text-align: right;
  color: #777777;
}
.float_sx {
  float: left;
}
.legendapunti {
  background-color: #838383;
}
.legendapuntiall {
  border: 1px solid gray;
  border-collapse: collapse;
  margin-top: 4px;
}
.legendapuntiall td {
  border-bottom: 1px dotted #808080;
}
.puntimeno {
  color: #ff0000;
}
.likebutton {
  background-color: transparent;
  border: 1px solid #838383;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 1px;
  color: #838383;
}
.elenco_scuole_indirizzo {
  font-size: 0.8em;
  color: #808080;
}
/** PAGER **/
.pagenavigation {
  font-size: 12px;
  color: #FFFFFF;
  text-align: right;
  padding: 4px;
  text-align: center;
  background-color: #838383;
}
.nav_gotopageselect {
  float: right;
}
#content .pagenavigation a {
  text-decoration: none;
  color: #FFFFFF;
}
/** FINE PAGER **/
.swfupload_progresscontainer {
  margin-bottom: 6px;
}
/** spazio video **/
#spazio_video {
  border: 1px solid #838383;
  border-top: 3px solid #838383;
  padding: 5px;
}
/** copertine zainet **/
.box_zai {
  background-color: #FFFFFF;
  background-image: url("../images/sfondo-box.jpg");
  background-position: center bottom;
  background-repeat: repeat-x;
  border: 1px solid #838383;
  width: 145px;
  float: left;
  text-align: center;
}
.box_zai img {
  width: 120px;
  height: 175px;
  margin: 5px auto;
}
.box_zai a,
.box_zai a:hover,
.box_zai a:visited {
  text-decoration: none;
  color: #dc1f26;
}
.faq_question {
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  padding-left: 20px;
  background-image: url(../images/);
  background-repeat: no-repeat;
}
/** etichetta tipo di istruzione*/
.testata_etichetta {
  position: absolute;
  bottom: -3px;
  right: 0px;
}
/** tabella contenente il testo dell'etichetta*/
.testata_etichetta table {
  width: 100%;
  height: 100%;
}
.testata_etichetta table td {
  vertical-align: middle;
}
/** testo dell'etichetta*/
.testata_etichetta_testo {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 350px;
  height: 60px;
  text-align: center;
  font-size: 28px;
  font-family: Futura;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
a.icon_vaischeda {
  background: url("/images/icon_avanti.png") no-repeat scroll left center transparent;
  padding-left: 30px;
  border: medium none;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  color: #B00909;
}
.notifymsg {
  margin: 10px;
  font-weight: bold;
  color: #4F4E4E;
  text-align: center;
}
.classifica_nopunti {
  font-style: italic;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.classifica_gruppipunteggi > li {
  list-style-image: url("../images/quadrato_RED.jpg");
  /*border:0px*/
}
ul.elenco_scuole li:last-child {
  border-bottom: 0px;
}
.risultati_provincia_titolo {
  font-size: 14px;
  border-bottom: 1px solid gray;
  margin-bottom: 4px;
  font-weight: bold;
  color: white;
  padding: 4px;
  background-color: #838383;
}
.risultati_n_items {
  display: inline;
}
#risultati_map {
  width: 100%;
  height: 100%;
}
.mapscuolalinkbtn {
  background: transparent url(../images/bg_mapbutton.png) top left repeat-x;
  height: 41px;
  max-width: 120px;
  float: left;
  font-size: 11px;
  font-weight: bold;
  margin-right: 1px;
  cursor: pointer;
}
.mapscuolalinkbtn td {
  padding: 2px;
}
.risultati_ricerca .info-buttons,
.risultati_ricerca .infowindow-box,
.risultati_ricerca .info-box {
  display: none;
}
.risultati_ricerca .risultati_mappa .estendiricerca {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  background-color: #e8e8e8;
  position: absolute;
  /* right:140px;
      top: 5px;
      */
  left: 40px;
  top: 10px;
}
.risultati_ricerca .risultati_mappa .estendiricerca span {
  display: inline-block;
  padding: 2px;
}
.risultati_ricerca .risultati_mappa .estendiricerca a {
  display: inline-block;
  padding: 2px;
  color: black;
  text-decoration: none;
}
.risultati_ricerca .risultati_mappa .estendiricerca a.selected {
  background-color: orange;
  font-weight: bold;
}
#risultati_map_itemlinks {
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 999;
}
#risultati_map_infowindow {
  position: absolute;
  background-color: white;
  /*width:-250px;*/
  /*height:-120px;*/
  width: 60%;
  top: 60px;
  left: 114px;
  display: none;
  background: transparent url(../images/bg_infowindow.png) top left;
}
.risultati_map_infowindow_closebtn {
  background: url(../images/x.png) no-repeat;
  /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}
.risultati_map_infowindow_content {
  padding: 10px;
}
a.risultati_maplinkscheda {
  color: #009cca;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
a.risultati_maplinkscheda:hover {
  text-decoration: underline;
}
/**** università ****/
.link_universita {
  color: #000000;
  font-weight: bold;
  background-color: #eaeaea;
  border: 1px solid #CCCCCC;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  margin: 15px;
}
.img_link_universita {
  vertical-align: text-bottom;
  width: 18px;
}
.link_torna_nazionale {
  position: absolute;
  /*top: 75px; left: 680px;*/
  bottom: 40px;
  right: 5px;
}
ul.stdtabs,
ul.stdtabs li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  width: auto;
}
ul.stdtabs li {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  list-style: none outside none;
  margin-right: 6px;
}
ul.stdtabs a {
  background-color: #D8DFEA;
  padding: 4px 10px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px;
  border-top: 1px solid #3A679C;
  border-left: 1px solid #3A679C;
  border-right: 1px solid #3A679C;
}
ul.stdtabs a.selected {
  background-color: transparent;
}
/*****   Area riservata scuole   *****/
#campi_scheda_scuola {
  margin-left: 100px;
  position: relative;
}
#campi_scheda_scuola .box_link_scheda {
  height: 55px;
}
#campi_scheda_scuola img {
  float: left;
  margin-right: 10px;
}
#campi_scheda_scuola a {
  display: block;
  cursor: pointer;
  line-height: 46px;
  width: 340px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  height: 46px;
  background: url(../images/pulsante_areariservata.png) top left no-repeat transparent;
}
#campi_scheda_scuola a span.spiegazioni_scheda {
  display: none;
  line-height: normal;
}
#campi_scheda_scuola a:hover {
  height: 55px;
}
#campi_scheda_scuola a:hover span.spiegazioni_scheda {
  display: block;
  position: absolute;
  top: 20px;
  left: 385px;
  width: 310px;
  height: 160px;
  background-color: #e8e8e8;
  color: #000000;
  font-weight: normal;
  padding: 15px;
}
.editsezionedlg_titolo {
  padding: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  background-color: #e8e8e8;
  font-weight: bold;
  margin-bottom: 4px;
}
.editsezionedlg_content {
  padding: 4px;
}
.editsezionedlg_bottompanel {
  margin-top: 5px;
}
ul.editsezionedlg_tabs,
ul.editsezionedlg_tabs li {
  margin: 0;
  margin-left: 20px;
  padding: 0;
  width: auto;
}
ul.editsezionedlg_tabs li {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  list-style: none outside none;
  margin-right: 6px;
}
ul.editsezionedlg_tabs a.selected {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dc1f26), color-stop(1, #b00007));
  background: -moz-linear-gradient(center top, #dc1f26 5%, #b00007 100%);
  background-color: #b00007;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc1f26, endColorstr=#b00007);
  /** ie fix **/
  color: white;
}
ul.editsezionedlg_tabs a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  background-color: #e8e8e8;
  padding: 4px 10px;
  color: black;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px;
  border-top: 1px solid #3A679C;
  border-left: 1px solid #3A679C;
  border-right: 1px solid #3A679C;
}
button.btn_scheda {
  font-weight: bold;
  padding: 5px 20px;
  border: solid thin #949494;
  -moz-border-radius: .7em;
  border-radius: .7em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #e8e8e8));
  background: -moz-linear-gradient(center top, #ffffff 5%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e8e8e8);
  background-color: #e8e8e8;
}
button.red {
  color: #FFFFFF;
  background: -moz-linear-gradient(center top, #fd6167 5%, #b00007 100%) repeat scroll 0 0 #ffffff;
  border: solid thin #B00007;
}
/**
 * tabella generica
 */
.generictbl {
  border-collapse: collapse;
}
.generictbl td,
.generictbl th {
  text-align: center;
  border: 1px solid #D5D5D5;
  padding: 2px;
}
.generictbl th {
  padding: 1px 4px;
  color: white;
  font-weight: bold;
  /*background: #AD0300 url(../images/bg_topmenu.jpg) top left repeat-x;*/
  background-color: #dc1f26;
}
.comparazione_sezione {
  color: black;
  font-weight: bold;
  padding: 6px 2px;
  font-size: 15px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e8e8e8), color-stop(1, #ffffff));
  background: -moz-linear-gradient(center top, #e8e8e8 5%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8, endColorstr=#ffffff);
  background-color: #ffffff;
}
.comparazione_nonfornito {
  color: gray;
  text-align: center;
  font-style: italic;
}
.whitebutton {
  background-color: white;
  padding: 2px;
  border: 1px solid gray;
  display: inline-block;
  color: black;
  text-decoration: none;
}
.whitebutton img {
  vertical-align: text-bottom;
}
.scheda_istituto ul.organizzazione li h3 {
  padding: 1px;
  padding-left: 50px;
}
.scheda_istituto ul.organizzazione li h3 img {
  height: 40px;
  position: absolute;
  top: -15px;
  left: 2px;
}
.scheda_istituto ul.organizzazione li .content {
  padding-left: 40px;
}
.scheda_istituto ul.inevidenza {
  padding: 0px;
  margin-left: 10px;
}
.scheda_istituto ul.inevidenza li {
  list-style-type: disc !important;
  margin-bottom: 6px;
}
.scheda_istituto ul.inevidenza .titoloprogetto {
  font-size: 1.1em;
}
/*******    NEWS    *******/
.box_news {
  margin-top: 10px;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
}
.box_news img {
  float: left;
  margin: 0px 10px 10px 0px;
}
.box_news .news_testo {
  font-weight: bold;
  color: #4d4444;
  line-height: 18px;
  padding-top: 15px;
}
.box_news a {
  font-size: 11px;
  text-decoration: none;
  float: right;
}
.data_orario {
  color: #8d8d8d;
}
/*******    EVENTI    *******/
#box_eventi {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  margin: 0;
  outline: 0 none;
  padding: 0;
}
#box_eventi dt {
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 15px 13px 0;
}
#box_eventi dt img {
  width: 264px;
  height: 157px;
}
#box_eventi dd.active {
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  padding: 20px;
}
#box_eventi dd {
  background: none repeat scroll 0 0 #F7F4F4;
  border-bottom: 1px solid #DAD8D8;
  padding: 20px;
}
#box_eventi .evento {
  margin-left: 0px;
}
div.evento_testo_titolo {
  color: #4D4444;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 15px;
  font-size: 14px;
}
div.evento_testo_titolo a {
  text-decoration: none;
  color: #4D4444;
}
/**** news no photo ***/
ul.news_nophoto {
  margin: 0px;
  padding: 10px;
}
ul.news_nophoto li {
  list-style-type: none;
  background: url("../images/news_list.png") no-repeat scroll 0px 0px transparent;
  padding: 0 0 15px 11px;
}
a.news_item {
  color: #4D4444;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
}
a.news_item:hover {
  color: #000000;
  text-decoration: underline;
}
/*******    VETRINA    *******/
.contenitore_vetrina {
  background-color: #FFF;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 660px;
  vertical-align: top;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}
.vetrina_list {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  width: 100000px;
  text-align: left;
}
.vetrina_list li {
  display: inline-block;
  width: 250px;
  margin: 0px 5px;
  vertical-align: bottom;
  position: relative;
}
.next,
.prev {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 100;
}
.next {
  bottom: 40px;
  right: 5px;
  background: rgba(236, 236, 236, 0.3) url('../images/next.png') center center no-repeat;
}
.next:hover {
  background: #ececec url('../images/next.png') center center no-repeat;
}
.prev {
  bottom: 40px;
  left: 5px;
  background: rgba(236, 236, 236, 0.3) url('../images/prev.png') center center no-repeat;
}
.prev:hover {
  background: #ececec url('../images/prev.png') center center no-repeat;
}
.vetrina_scuolaimg_orizz {
  overflow: hidden;
  width: 200px;
  height: 150px;
}
/*****   CONTATTI  *****/
#box_form_contatti {
  width: 425px;
  float: left;
  margin-right: 10px;
}
#box_contatti_mappa {
  width: 505px;
  float: right;
  padding: 10px;
}
.contatti_label {
  outline: medium none;
  padding: 5px 15px;
  width: 250px;
}
/************  SCHEDA CENTRO GIOVANI new *************/
#colonna_sx_scheda {
  float: left;
  margin: 0 5px 0 0;
  width: 660px;
}
#colonna_dx_scheda {
  width: 290px;
  float: right;
  margin: 0;
}
#scheda_centro_elenco {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#scheda_centro_elenco p {
  font-size: 12px;
  line-height: 18px;
}
.presentazione {
  background: url("../images/ico_presentazione.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.orari {
  background: url("../images/ico_orari.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.attivita {
  background: url("../images/ico_attivita.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.comeraggiungerci {
  background: url("../images/ico_comeraggiungerci.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.spazi {
  background: url("../images/ico_spazi.png") no-repeat left bottom transparent;
  padding-left: 50px;
}
.contatti {
  /*background: url("../images/ico_contatti.png") no-repeat left bottom transparent;*/
  padding-left: 50px;
}
.linea {
  background: url("../images/riga_titolo.png") repeat-x top left transparent;
  display: block;
  float: right;
  height: 42px;
  margin-top: -10px;
  width: 65%;
}
#showcase {
  position: relative;
  padding-bottom: 10px;
}
.showcase-content {
  padding: 5px;
}
.showcase-thumbnail {
  cursor: pointer;
  padding: 7px 10px;
}
.showcase-thumbnail img {
  width: 130px;
}
.showcase-thumbnail-container {
  width: 580px;
  margin: 0px auto;
}
/*.active { background-color: #424242; color: #FFFFFF;}*/
.centro_indirizzo {
  float: left;
  width: 200px;
}
.centro_indirizzo h1 {
  padding-left: 0px;
}
.centro_mini_mappa {
  float: right;
}
.centro_mappa {
  border: 1px solid #c8c8c8;
  width: 271px;
  height: 271px;
}
.testimonial_text {
  font-style: italic;
  border-bottom: 1px solid #C8C8C8;
  padding: 10px 0px;
}
.testimonial_text img {
  float: left;
  margin-right: 10px;
}
.testimonial_author {
  text-align: right;
  color: #1171C4;
}
/******************/
/**********  pagina eventi filtro  **********/
a.dp-choose-date {
  background: url("../images/icon_date.png") no-repeat scroll 0 0 transparent;
  display: inline;
  float: right;
  height: 16px;
  margin: 5px 3px 0;
  overflow: hidden;
  padding: 0;
  text-indent: -2000px;
  width: 16px;
}
#datepicker input,
datepicker select {
  border: 1px solid #CCCCCC;
  color: #333333;
  margin-bottom: 0.5em;
  padding: 3px;
}
label.dp-applied,
input.dp-applied {
  float: right;
  vertical-align: bottom;
}
#datepicker ul,
#datepicker li {
  border: medium none;
  list-style-type: none;
  margin-left: 0;
  padding: 0;
}
.link_arancio {
  color: #EE420D;
  font-style: italic;
}
.pagine {
  text-align: center;
  margin-top: 10px;
}
.pagine a {
  color: #444444;
  text-decoration: none;
  padding: 5px;
}
.pagine a:hover {
  color: #FFFFFF;
  background-color: #FCAE7E;
  border-radius: 5px 5px 5px 5px;
}
.pagine a.page_selected {
  color: #FFFFFF;
  background-color: #EE420D;
  border-radius: 5px 5px 5px 5px;
}
.ricercaenti .info-html {
  display: none;
}
.ricercaenti .enteinfowindow .image {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.ricercaenti .enteinfowindow .image img {
  width: 50px;
}
.ricercaenti .enteinfowindow .nome {
  font-weight: bold;
}
.ricercaenti .enteinfowindow .indirizzo {
  color: gray;
  font-size: 0.8em;
}
.ricercaenti .enteinfowindow .contatti {
  font-size: 12px;
  line-height: 15px;
}
.ricercaenti #searchresults {
  border-collapse: collapse;
  border-top: 4px solid #888888;
  padding: 30px 0 0;
}
.ricercaenti #searchresults td {
  vertical-align: top;
}
.ricercaenti #searchresults_map {
  width: 100%;
  height: 500px;
}
.ricercaenti #searchresults_lista {
  height: 500px;
  overflow-y: auto;
}
.ricercaenti .searchresults_listaitem {
  background: none repeat scroll 0 0 #F4F4F4;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.17);
  margin: 6px 0px;
  width: 250px;
  padding: 5px;
  /*border-bottom:1px dotted gray;*/
}
.ricercaenti .searchresults_listaitem .table {
  margin: 0px;
}
.ricercaenti .searchresults_listaitem .imagecell {
  width: 35px;
}
.ricercaenti .searchresults_listaitem .image {
  height: 60px;
  width: 35px;
  overflow: hidden;
}
.ricercaenti .searchresults_listaitem .infopanel {
  padding: 4px;
  text-align: left;
  vertical-align: top;
}
.ricercaenti .searchresults_listaitem .nome {
  font-weight: bold;
  color: #424242;
}
.ricercaenti .searchresults_listaitem .indirizzo {
  color: gray;
  font-size: 0.8em;
}
.ricercaenti .searchresults_listaitem .convenzioni {
  text-align: right;
  margin-top: 6px;
  font-size: 11px;
  text-transform: uppercase;
}
#schedaente .indirizzo,
.schedaente .indirizzo {
  font-size: 13px;
  color: #808080;
}
#schedaente .contatti,
.schedaente .contatti {
  margin-top: 10px;
  font-size: 0.8em;
}
#schedaente .listaservizi .td,
.schedaente .listaservizi .td {
  padding: 1px 0px;
}
#schedaente .listaservizi .iconcell,
.schedaente .listaservizi .iconcell {
  width: 30px;
}
#headernav_shadow_2 {
  background: url("../images/ombra_2.jpg") no-repeat scroll center top #ffffff;
  height: 25px;
  margin: -5px 0px;
}
.searchButton {
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background-color: #e89d24;
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  font-family: arial;
  font-weight: normal;
  font-size: 11px;
  padding: 5px;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}
.title_white {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}
.edit-search-block-form-keys2 {
  background: url("/images/bg_cerca_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 0 solid #FF0000;
  height: 25px;
  padding-left: 10px;
  margin-bottom: 5px;
  width: 238px;
}
.stdtabs {
  margin: 0;
  margin-left: 20px;
  padding: 0;
}
.stdtabs li {
  margin: 0;
  padding: 0;
  width: auto;
  float: left;
  list-style: none outside none;
  margin-right: 6px;
}
.stdtabs li a {
  /*background-color:@grigio;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3c3c3c), color-stop(1, #777676));
  background: -moz-linear-gradient(center top, #3c3c3c 5%, #777676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c3c3c, endColorstr=#777676);
  background-color: #777676;
  color: white;
  padding: 4px 10px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  border-bottom: 0px;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
}
.stdtabs li a.selected {
  /*background-color: @rosso;*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c10400), color-stop(1, #ad0300));
  background: -moz-linear-gradient(center top, #c10400 5%, #ad0300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c10400, endColorstr=#ad0300);
  background-color: #ad0300;
}
/**
 * home menu personale
 */
#content .userhome {
  /*
  .colbacheca{     
    float:right;
    text-align:center;
    font-size:12px;
    width:224px;
    
    .intestazione{
        color:white;
        background-color: @rosso;
        font-size:16px;
        font-weight:bold;
    }
  }
  */
}
#content .userhome .colmenu {
  width: 208px;
  float: left;
}
#content .userhome .colmenu a.zoom {
  text-decoration: none;
}
#content .userhome .colmenu a.zoom img {
  border: solid 1px #c1c1c1;
  position: relative;
  overflow: hidden;
}
#content .userhome .colmenu a.zoom span {
  position: absolute;
  display: none;
}
#content .userhome .colmenu a.zoom:hover span {
  display: inline;
  position: absolute;
  top: 10px;
  left: 220px;
  z-index: 100;
}
#content .userhome .colmenu a.zoom .tutor_home_menu {
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
  width: 180px;
  height: 22px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  /*background: url(../images/link_tutor.png) no-repeat top left;*/
  border-radius: 7px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c10400), color-stop(1, #ad0300));
  background: -moz-linear-gradient(center top, #c10400 5%, #ad0300 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c10400, endColorstr=#ad0300);
  background-color: #ad0300;
}
#content .userhome .colmenu a.zoom .giallo {
  background: yellow;
  color: #3c3c3c;
}
#content .userhome .colmenu .tutor_home_didascalia {
  background: transparent url(../images/back_didascalia.png) top left;
  padding: 5px;
  margin: 1px;
  position: absolute;
  height: 315px;
  color: #000000;
  font-size: 12,5pt;
  margin: 0px;
  width: 460px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  /*	top:50%;margin-top:-157px;
		position:static;*/
  display: table-cell;
  vertical-align: middle;
}
#content .userhome .colimg {
  float: left;
  /*width:520px;*/
  width: 744px;
  text-align: center;
}
.bachecabox {
  border: 1px solid #dc1f26;
}
.bachecabox .content {
  padding: 2px;
}
.bachecabox .intestazione {
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dc1f26), color-stop(1, #f91616));
  background: -moz-linear-gradient(center top, #dc1f26 5%, #f91616 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dc1f26, endColorstr=#f91616);
  background-color: #f91616;
  color: white;
  font-weight: bold;
}
/********** BACHECA *******************/
#content .bacheca_listamessaggi {
  /*immagine utente*/
}
#content .bacheca_listamessaggi .notifymessage {
  text-align: center;
}
#content .bacheca_listamessaggi .msg_spacer {
  margin: 2px 10px;
  height: 1px;
  font-size: 1px;
  border-top: 1px dotted #dc1f26;
}
#content .bacheca_listamessaggi .msg_userimage {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 4px;
  overflow: hidden;
}
#content .bacheca_listamessaggi .msg_userimage img {
  display: block;
}
#content .bacheca_listamessaggi .bacheca_msg {
  padding: 4px 0px;
  border-bottom: 1px dotted #dc1f26;
  margin-bottom: 4px;
}
#content .bacheca_listamessaggi .bacheca_msg .msg_content {
  display: table-cell;
  width: 100000px;
}
#content .bacheca_listamessaggi .bacheca_msg .data {
  color: #3c3c3c;
  font-size: 0.9em;
}
#content .bacheca_listamessaggi .bacheca_msg .autore {
  color: #dc1f26;
  font-size: 0.8em;
}
#content .bacheca_listamessaggi .bacheca_msg .oggetto {
  font-weight: bold;
}
#content .bacheca_listamessaggi .bacheca_msg .actions {
  font-size: 0.8em;
  margin-left: 4px;
  font-style: italic;
}
#content .bacheca_listamessaggi .bacheca_msg .actions a {
  text-decoration: none;
}
#content .bacheca_listamessaggi .bacheca_msg .actions a:hover {
  text-decoration: underline;
}
#content .bacheca_listamessaggi .bacheca_msg .risposte {
  font-size: 0.9em;
  margin-left: 10px;
  border-top: 1px solid #3c3c3c;
}
#content .bacheca_listamessaggi .bacheca_msg .msgactions {
  font-size: 12px;
  margin: 5px 0px;
  padding-left: 10px;
}
#content .bacheca_listamessaggi .bacheca_msg .msgactions a {
  color: #dc1f26;
  text-decoration: none;
}
#content .bacheca_listamessaggi .bacheca_msg .msgactions a img {
  vertical-align: text-bottom;
}
#content .bacheca_listamessaggi .bacheca_msg .msgactions a:hover {
  text-decoration: underline;
}
#content .bacheca_listamessaggi .bacheca_msg .bacheca_risposta {
  border-top: 1px dotted #3c3c3c;
  padding-top: 4px;
  margin-left: 10px;
  color: #3c3c3c;
  font-size: 0.9em;
}
#content .bacheca_listamessaggi .bacheca_msg .bacheca_risposta .autore {
  font-weight: bold;
  color: #3c3c3c;
}
#content .bacheca_listamessaggi .bacheca_replyform {
  display: none;
  background-color: #f4f4f3;
  padding: 10px;
}
#content .bacheca_listamessaggi .bacheca_replyform .cell_risposta {
  display: table-cell;
  width: 100000px;
}
#content .bacheca_listamessaggi .bacheca_replyform .cell_risposta textarea {
  width: 98%;
}
#content .bacheca_listamessaggi .bacheca_newmsgform {
  background-color: #f4f4f3;
  padding: 10px;
}
#content .bacheca_listamessaggi .bacheca_newmsgform .cell_risposta {
  display: table-cell;
  width: 100000px;
}
#content .bacheca_listamessaggi .bacheca_newmsgform .cell_risposta textarea {
  width: 98%;
}
/******* fine bacheca **************/
#editarticolofrm fieldset legend,
#editform fieldset legend {
  color: #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  padding-top: 1em;
}
#editarticolofrm .table,
#editform .table {
  display: table;
}
#editarticolofrm .formfield,
#editform .formfield {
  display: table-row;
}
#editarticolofrm .formfield_name,
#editform .formfield_name {
  display: table-cell;
  width: 15%;
  vertical-align: top;
  padding-right: 0.5em;
}
#editarticolofrm .formfield_value,
#editform .formfield_value {
  display: table-cell;
}
#editarticolofrm input,
#editform input {
  max-width: 100%;
}
#editarticolofrm .requiredmarker,
#editform .requiredmarker {
  color: red;
  font-size: 0.8em;
  vertical-align: super;
}
#editarticolofrm .formfield_value input.text,
#editform .formfield_value input.text,
#editarticolofrm .formfield_value textarea,
#editform .formfield_value textarea {
  width: 600px;
}
#editarticolofrm .formfield_helptxt,
#editform .formfield_helptxt {
  font-size: 80%;
  font-style: italic;
}
#editarticolofrm #titolo,
#editform #titolo {
  width: 90%;
}
#editarticolofrm #testo,
#editform #testo {
  width: 90%;
  height: 400px;
}
#editarticolofrm table,
#editform table {
  width: 100%;
}
#editarticolofrm .uploadprogress,
#editform .uploadprogress {
  width: 200px;
  height: 20px;
  text-align: center;
  position: relative;
}
#editarticolofrm .uploadprogress .bar,
#editform .uploadprogress .bar {
  height: 100%;
  background-color: #73b6ce;
}
#editarticolofrm .uploadprogress .progresslbl,
#editform .uploadprogress .progresslbl {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
}
#editarticolofrm .allegatobox,
#editform .allegatobox {
  background-color: #DBDDDB;
  padding: 4px;
  margin: 10px 0px;
}
#editarticolofrm .sezioni input,
#editform .sezioni input {
  width: auto;
  margin-right: 2px;
  margin-top: 0px;
}
#editarticolofrm .galleryitems,
#editform .galleryitems {
  min-height: 200px;
  margin-top: 2px;
  border-top: 1px solid gray;
  padding-top: 2px;
}
#editarticolofrm .galleryitem,
#editform .galleryitem,
#editarticolofrm .sortable-placeholder,
#editform .sortable-placeholder {
  float: left;
  margin: 2px;
}
#editarticolofrm .galleryitem.loader,
#editform .galleryitem.loader {
  border: 1px solid black;
  padding: 4px;
}
#editarticolofrm .galleryitems img.foto,
#editform .galleryitems img.foto {
  max-height: 150px !important;
  -moz-user-select: none;
}
#editarticolofrm .galleryitems .sortable-placeholder,
#editform .galleryitems .sortable-placeholder {
  background-color: #E0DFE3;
  height: 150px;
  width: 100px;
  border: 1px dashed black;
}
#editarticolofrm .formfield_name,
#editform .formfield_name,
#editarticolofrm .formfield_value,
#editform .formfield_value {
  border-bottom: 1px solid #EAEDEA;
  padding-top: 2px;
  padding-bottom: 6px;
}
