.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
body {
  font-size: 13px;
  background-color: #F4F4F3;
  padding: 0px;
  color: #545454;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
#nicpanel,
.nicEdit-pane {
  color: #000000;
}
form {
  margin: 0px;
}
p {
  text-align: left;
}
a {
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
#content a {
  text-decoration: underline;
}
a:hover {
  color: #dc1f26;
}
a:visited {
  color: #000000;
}
a img {
  border: 0px;
}
#wrapper {
  width: 980px;
  margin: 0px auto;
  background-color: #FFFFFF;
}
/* header */
#header {
  text-align: center;
  background: #FFFFFF;
  padding: 0px;
  position: relative;
  width: 981px;
  margin: 0 auto;
}
#testata {
  /* width: 978px;*/
  height: 130px;
  background: url("images/sfondo_grigio.jpg") repeat-x scroll left bottom transparent;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  /*border: 1px solid #868686;*/
}
/*
#logo_n_div{
margin:none; margin-left:10px; margin-top:10px; padding:none; 
width:250px; height:60px; float:left; position:relative;
background-image: url('images/logo-zainet.png'); background-position: left center; background-repeat: no-repeat;
border:0px solid #ffffff; z-index:1; position:relative;
cursor:pointer;
}
*/
#logo_n_div {
  margin: none;
  margin-left: 10px;
  margin-top: 10px;
  padding: none;
  float: left;
  width: 580px;
  height: 100px;
  background-image: url('images/testata_onstage.jpg');
  background-position: left center;
  background-repeat: no-repeat;
  border: 0px solid #ffffff;
  z-index: 1;
  position: relative;
  cursor: pointer;
}
#headerimgtopsx {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 130px;
  height: 100%;
  background: gray;
}
#headerlogoconcorso {
  position: absolute;
  left: 150px;
  top: 0px;
  width: 570px;
  height: 100px;
  background: gray;
}
#languagemenu {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
#languagemenu div {
  float: left;
  margin: 0px 5px;
}
#languagemenu img {
  border: 1px solid #545454;
}
.cornicebox {
  /*cornice bianca attorno al contentbox */
  position: absolute;
  /*float: left;*/
  display: inlne;
  padding: 0;
  margin: 0;
}
.cornicebox.topleft {
  top: 2px;
  left: 2px;
  width: 110%;
  height: 110%;
  border: 1px solid #B8B8B8;
}
.cornicebox.bottomright {
  bottom: 2px;
  right: 2px !important;
  /*hide from IE*/
  right: 1px;
  width: 110%;
  height: 110%;
  border: 1px solid #B8B8B8;
}
.cornicebox.bottomleft {
  bottom: 0px;
  left: 0px;
  width: 110%;
  height: 110%;
  border: 2px solid #707070;
}
.cornicebox.topright {
  top: 0px;
  right: 0px !important;
  /*hide from IE */
  right: -1px;
  width: 110%;
  height: 110%;
  border: 2px solid #707070;
}
#topmenu {
  text-transform: uppercase;
  background-color: #dc1f26;
  position: relative;
  width: 970px;
  margin: 0 auto;
  padding: 5px;
  /*background: url(images/backtopnavigation.png) no-repeat;*/
  z-index: 2;
  height: 20px;
  /*text-align:center;
  height: 23px;
  line-height:71px;
  background: #5A96E0 url(images/bg_topmenu.jpg) top repeat;*/
}
#topmenu table {
  border-collapse: collapse;
}
#topmenu table td,
a.topmenuitem {
  /*float:left;*/
  /*   margin:0px 14px;*/
  color: #FFFFFF;
  border-right: 1px solid #701908;
  font-size: 13px;
  font-weight: bold;
  font-family: arial;
}
a.topmenuitem_alert {
  /*float:left;*/
  /*   margin:0px 14px;*/
  color: yellow;
  font-size: 13px;
  font-weight: bold;
  font-family: arial;
}
a.topmenuitem_selected {
  /*float:left;*/
  /*   margin:0px 14px;*/
  color: #F89402;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  font-family: verdana;
  line-height: 26px;
  text-transform: uppercase;
  text-decoration: underline;
}
a.topmenuitem:hover {
  color: yellow;
}
.topmenu_cell {
  background: transparent url(images/topmenu_separator.png) center left no-repeat;
  vertical-align: middle;
  padding: 0px 10px;
  text-align: center;
}
#footer {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  height: 45px;
  color: #000000;
  background: url("images/footerback.png") repeat scroll 0 0 transparent;
  border-top: 1px solid #b8b8b8;
  padding: 10px 0px;
}
#maincontent {
  /* min-height:400px;*/
  /*border:1px solid white;*/
  background-color: #FFFFFF;
  padding-top: 10px;
  margin: 0;
}
#content {
  font-size: 16px;
}
.contentbox {
  position: relative;
  float: left;
  height: 100%;
  padding: 3px;
  background-color: #F4F4F3;
  /*background: #000000 url(images/backcontentbox.png) repeat-x top right; */
  font-size: 1.10em;
  overflow: hidden;
  display: inline;
  width: 100%;
  border: 1px solid #868686;
  margin-bottom: 5px;
}
/*#content h1{ color: #81AFFF;text-align:center;font-size:24px;}
#content h2{ color: #81AFFF;text-align:center;font-size:18px;}
#content h3{ color: #81AFFF;margin:0px;text-align:left;font-size:16px;}
#content h4{ color: #81AFFF;}
#content h5{ color: #81AFFF;}
#content h6{ color: #81AFFF;}
*/
#onairbox {
  position: relative;
}
#nowonair {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  left: 20px;
  width: 80%;
  color: #3C6A9E;
  font-weight: bold;
}
#colonnasxcell,
#colonnacentralecell,
#colonnadxcell {
  vertical-align: top;
  padding-bottom: 10px;
}
#colonnacentrale {
  min-height: 400px;
}
#colonnasx {
  width: 241px;
  text-align: center;
}
#colonnadx {
  text-align: center;
}
/**
 * spazio pubblicitario
 */
#advbox {
  position: relative;
  background-color: #4D4D4F;
  /*height:400px;*/
}
#advbox a,
#advbox img {
  vertical-align: top;
}
/* FINE spazio pubblicitario */
/**
 * box "in collaborazione con"
 */
#incollaborazione {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-weight: bold;
  font-style: italic;
}
#incollaborazione a {
  display: block;
  text-align: center;
}
/* FINE box "in collaborazione con */
/**
 * box selezione lingua 
 **/
#langmenu {
  margin: 0px auto;
  width: 180px;
  /*116px;*/
  position: absolute;
  bottom: 10px;
  right: 0px;
}
#langmenu img {
  border: 1px solid #545454;
}
a.langmenu_item {
  float: left;
  text-align: center;
  width: 20%;
  font-weight: bold;
  font-size: 12px;
  font-style: italic;
  color: #FFFFFF;
}
a.langmenu_item:hover {
  color: #81AFFF;
}
/* FINE box selezione lingua */
div.iscriviti {
  margin: 20px 0px;
  text-align: center;
}
.iscriviti a {
  text-align: center;
  background-color: #81AFFF;
  color: red;
  border: 1px solid black;
  padding: 4px;
  font-weight: bold;
  text-transform: uppercase;
}
.iscriviti a:hover {
  background-color: blue;
}
.formerrors {
  border: 2px solid #3A679C;
  padding: 6px;
  width: 80%;
  margin: 10px auto;
}
.formerrors .formerror {
  font-weight: normal;
}
.formerror {
  color: red;
}
.inlineformerror {
  font-weight: normal;
  color: red;
  font-style: italic;
}
.fullwidth {
  width: 100%;
}
#registrazione input.text {
  width: 200px;
}
/**
 * MENU Utente
 */
#usermenu {
  text-align: right;
  padding: 4px;
}
#usermenu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
#usermenu ul li {
  border-bottom: 1px solid black;
}
/* FINE men� utente */
a.editpagelink {
  font-size: 0.8em;
  display: block;
  padding-bottom: 5px;
  font-style: italic;
  color: #81afff;
}
.suggerimenti a {
  text-decoration: underline;
}
#loginbox {
  text-align: right;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 10px;
}
#loginbox a {
  color: #81AFFF;
  font-size: 10px;
}
#loginbox a:hover {
  color: #ed1d24;
}
#user_inviafile textarea {
  width: 100%;
  height: 50px;
  margin-bottom: 5px;
}
a.adminaction {
  color: #81AFFF;
  font-size: 10px;
}
a.adminaction:hover {
  color: #ffffff;
}
#user_filelist {
  margin-top: 30px;
}
/**
 * LINK Amici
 */
.linkamici .linkitem {
  /*border-bottom:1px dotted #F89402;*/
  /*margin:5px 0px;*/
  padding: 6px;
}
#content .linkamici a.linktitle {
  color: #81AFFF;
  text-decoration: none;
  font-weight: bold;
}
#content a.linktitle:hover,
#content .linkamici a.linktitle:active {
  color: #F67524;
}
#content .linkamici .linkdesc {
  font-style: italic;
}
/* FINE link amici */
.coldxtitle {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #FFFFFF;
  margin-top: 20px;
  padding-bottom: 2px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#registrazione fieldset {
  margin: 4px 0px;
  border: 1px solid #dc1f26;
}
#registrazione legend {
  font-weight: bold;
  color: #dc1f26;
}
#content .highlight {
  color: #dc1f26;
  font-weight: bold;
}
/*
fieldset{border:1px solid #81AFFF}
legend{font-weight:bold; color: #81AFFF}
*/
fieldset {
  border: 1px solid #b8b8b8;
}
legend {
  font-weight: bold;
  color: #dc1f26;
}
#faq p {
  margin-top: 0px;
}
a.galleriabacklink {
  text-align: right;
  font-size: 0.8em;
  display: block;
  padding-bottom: 5px;
  font-style: italic;
  color: #81AFFF;
  margin-bottom: 10px;
}
#content .guidaiscrizione ul,
#content .guidaiscrizione ol {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
#content .guidaiscrizione li {
  margin: 0px;
  padding: 0px;
}
/**
 * standard box
 */
.stdbox,
.box {
  border: 1px solid #b8b8b8;
  font-size: 14px;
  padding: 2px;
  padding-bottom: 10px;
}
.stdbox ul,
.box ul {
  margin: 0px;
  padding: 0px;
  padding-left: 16px;
}
.stdbox h1,
.stdbox_titolo,
.stdbox .boxtitle,
.box h1,
.box .boxtitle {
  text-transform: uppercase;
  text-align: left;
  color: #FFFFFF;
  background-color: #dc1f26;
  /*font-weight:bold;*/
  font-size: 20px;
  margin: 6px 10px;
  padding: 4px;
  border-bottom: 1px solid #b8b8b8;
  /*background-image: url(images/stdbox_titolo.png);*/
}
.stdbox h3,
.box h3 {
  color: #dc1f26;
  font-size: 1.2em;
}
.stdbox h2,
.box h2 {
  color: #dc1f26;
  text-align: center;
  font-size: 18px;
}
.stdbox_testo,
.box .boxcontent {
  font-size: 14px;
  line-height: 120%;
  padding: 4px;
}
/* FINE standard box
 */
.colsxspacer {
  height: 0px;
  font-size: 1px;
}
.coldxcontainer {
  width: 234px;
  margin: 5px auto;
}
.colbox_outer {
  background-color: #CBCBCB;
}
.colbox_inner {
  background-color: #FFFFFF;
}
.clear {
  clear: both;
}
.spacer {
  font-size: 0px;
}
.vcenter {
  vertical-align: middle;
}
.center {
  text-align: center;
}
#maincontent table.vcenter td {
  vertical-align: middle;
}
#maintable .loghitbl td {
  vertical-align: middle;
}
table.interviste {
  border: 0px;
}
#maintable table.interviste td {
  padding: 2px;
  vertical-align: middle;
}
.msgnotifica {
  color: #000000;
  font-weight: bold;
  text-align: center;
  padding: 4px;
  margin: 10px;
}
.home_leftbox {
  float: left;
  width: 460px;
  min-height: 200px;
}
.home_rightbox {
  float: right;
  text-align: right;
  position: relative;
  width: 460px;
}
#homeuserimg {
  text-align: right;
  margin-bottom: 10px;
}
.homesection {
  background-color: #205C93;
  padding: 0px 10px;
  font-size: 20px;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid white;
}
#content .homelink,
.homelink_disabled {
  margin: 4px 0px;
  background: transparent url(images/homelink.png) top left no-repeat;
  text-decoration: none;
  padding: 0px 10px;
  padding-left: 20px;
  font-size: 14px;
  /*color: #FFFFFF;*/
  height: 20px;
  line-height: 20px;
}
#content .homelink_admin {
  background: transparent url(images/homelink_admin.png) top left no-repeat;
}
#content .homelink_disabled {
  color: #545454;
  background: transparent;
  text-decoration: none;
  cursor: default;
}
.home_headline {
  display: none;
  padding: 4px;
}
.home_headline_titolo {
  float: left;
  width: 320px;
}
.home_headline_ora {
  float: left;
  width: 30px;
  font-size: 10px;
  color: #fffbc1;
}
.home_headline_actions {
  float: right;
  text-align: right;
  font-size: 10px;
  font-style: italic;
  width: 50px;
}
#content a.home_headline_action {
  font-weight: normal;
  text-decoration: none;
  color: #dc1f26;
}
#headlines .allvisible {
  border-bottom: 1px dotted gray;
  padding: 4px 0px;
}
#home_ultime_notizie {
  min-height: 200px;
}
#home_ultime_discussioni {
  min-height: 150px;
}
#content .home_headline_titolo a,
#content .home_ultimolink a {
  text-decoration: none;
  font-weight: bold;
}
#content .home_ultimolink_date a {
  font-weight: normal;
}
.profile_section {
  background-color: #c0c0c0;
  color: #000000;
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #b8b8b8;
}
.profilo_divider {
  height: 20px;
}
.profilo_info {
  float: left;
  width: 500px;
}
.profilo_foto {
  float: right;
  width: 360px;
  text-align: center;
}
.profiloutente td {
  padding: 4px;
}
.profiloutente td.fieldname {
  color: #DC1F26;
}
.questionario_titolo {
  font-size: 22px;
  color: #DC1F26;
  font-weight: bold;
  margin-bottom: 10px;
}
.stdsection {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  background-color: #DC1F26;
  font-weight: bold;
  padding: 4px;
  border: 1px solid #acacac;
  text-align: left;
  /*background-image: url(images/stdsection.png);*/
  color: #FFFFFF;
}
#headlines_viewalllink {
  text-transform: lowercase;
}
#mosaico_amministratori_viewalllink {
  text-transform: lowercase;
}
#mosaico_supervisors_viewalllink {
  text-transform: lowercase;
}
#mosaico_tutors_viewalllink {
  text-transform: lowercase;
}
#mosaico_corrispondenti_viewalllink {
  text-transform: lowercase;
}
.adminsection {
  color: #FFF;
}
.home_mosaicoexpanded {
  max-height: 200px;
  overflow: auto;
}
a.home_mosaicoutenti {
  display: block;
  height: 50px;
  width: 50px;
  float: left;
  margin: 0px;
  padding: 0px;
}
#content a.stdsectionaction {
  float: right;
  font-size: 10px;
  text-decoration: none;
  text-transform: lowercase;
  color: #FFFFFF;
}
/** ricerca utenti **/
.usersearchbtn {
  padding: 0px;
  height: 25px;
}
.usersearch_results td {
  height: 55px;
  border-bottom: 1px solid #1d7db7;
}
.usersearch_userimg {
  width: 55px;
  text-align: center;
  padding: 2px;
}
td.usersearch_userimg {
  text-align: center;
  vertical-align: middle;
}
#content a.usersearch_usernome {
  font-weight: bold;
  text-decoration: none;
}
.usersearch_userscuola {
  font-size: 0.9em;
  color: #205C93;
}
.usersearch_ruoli {
  color: #808080;
  font-size: 0.9em;
}
.usersearch_anni {
  color: #808080;
  font-size: 0.9em;
  font-style: italic;
}
/** FINE ricerca utenti **/
/** tooltip mosaico utenti **/
.usertip {
  font-size: 10px;
}
.usertip_nome {
  font-weight: bold;
}
.usertip_scuola {
  font-size: 0.9em;
  font-style: italic;
}
.usertip_ruoli {
  color: #808080;
  font-size: 0.9em;
}
/** FINE tooltip mosaico utenti **/
/* mail */
#msgform .text,
#msgform textarea {
  width: 100%;
}
#msgform .formfield_name {
  text-align: right;
  width: 150px;
  vertical-align: top;
  font-weight: bold;
  color: #000000;
  padding-right: 10px;
}
#msgform .destinatari {
  color: #205C93;
  font-style: italic;
  font-weight: bold;
}
#replyform textarea {
  width: 100%;
}
#replyform .formfield_name {
  text-align: right;
  width: 55px;
  vertical-align: top;
  font-weight: bold;
  color: #000000;
  padding-right: 10px;
}
#rispondi {
  margin-top: 15px;
}
#content a.msglist_usernome {
  font-weight: bold;
  text-decoration: none;
  color: #dc1f26;
}
.msglist_userimg {
  width: 55px;
  text-align: center;
  padding: 2px;
}
.msglist_data {
  font-size: 0.8em;
  color: #ffffff;
}
.msglist_subject {
  color: #dc1f26;
}
.msglist_unread {
  font-weight: bold;
}
.msglist_info {
  margin-bottom: 10px;
}
td.msglist_cellsender {
  text-align: left;
}
.msglist_actions {
  width: 30px;
  text-align: center;
}
td.msglist_cellcontent {
  text-align: left;
}
td.msglist_userimg {
  text-align: center;
  vertical-align: top;
}
table.msglist td {
  border-bottom: 1px dotted gray;
  padding: 4px;
}
table.msglist th {
  text-align: left;
  color: #FFFFFF;
}
.sendmsg_recipientbox {
  float: left;
  background-color: #F4F2F2;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 10px;
  padding-left: 4px;
  margin-bottom: 2px;
  margin-left: 2px;
  position: relative;
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
}
#content .sendmsg_recipientbox a {
  text-decoration: none;
}
.sendmsg_recipientdeletelink {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 6px;
  height: 6px;
  font-weight: bold;
  font-size: 10px;
  color: gray;
}
/* FINE mail */
/* forum */
table.forumslist td {
  border-bottom: 1px dotted gray;
  padding: 4px;
}
.forumslist_topicdetail {
  font-size: 0.8em;
}
.forumslist_lastpostinfo {
  width: 300px;
}
.forumslist_lastpostdetail {
  font-size: 0.8em;
  color: #fffbc1;
}
#content a.forumslist_topic {
  text-decoration: none;
  font-weight: bold;
}
.forumslist_lastpostinfo {
  font-size: 12px;
}
#content .forumslist a {
  text-decoration: none;
}
.forumslist_numargomenti {
  font-size: 0.9em;
  padding-left: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid gray;
}
.forum_postbottominfo {
  font-size: 0.8em;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 6px;
}
.forum_topicnumposts {
  font-size: 14px;
  font-style: italic;
  color: #1D7DB7;
  font-weight: normal;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.forum_rispondibox {
  margin-right: 20px;
}
.forummsg_actions {
  width: 30px;
  text-align: center;
}
.forummsg_userimg {
  width: 55px;
  text-align: center;
  padding: 2px;
}
#content a.forummsg_usernome {
  font-weight: bold;
  text-decoration: none;
}
.forummsg_info {
  margin-bottom: 10px;
}
td.forummsg_userimg {
  text-align: center;
  vertical-align: top;
}
table.forummsglist tr.forummsg td {
  border-bottom: 1px dotted gray;
  padding: 4px;
}
#newtopic .formfield_name {
  font-weight: bold;
  color: #545454;
}
#newtopic .formfield_value {
  margin-bottom: 6px;
}
#newtopic .text,
#newtopic textarea {
  width: 450px;
}
/* FINE forum */
/* links */
#content a.links_titolo {
  font-weight: bold;
  text-decoration: none;
}
#content a.links_baseurl {
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: none;
}
.links_data {
  text-align: center;
  width: 100px;
  font-size: 0.9em;
}
.links_body {
  margin-top: 6px;
}
.links_commentaform textarea {
  width: 100%;
}
.links_commenti {
  padding: 4px;
  font-size: 0.9em;
}
.links_commento {
  background-color: #F7F8F9;
  margin-bottom: 2px;
  padding: 4px;
}
.links_actions {
  width: 30px;
  text-align: center;
  vertical-align: top;
}
/* FINE links */
.home_ultimolink_date {
  font-size: 0.8em;
  color: #cacaca;
}
.home_ultimolink {
  margin-bottom: 6px;
}
.segnalazioni_numargomenti {
  font-size: 0.9em;
  padding-left: 2px;
  padding-bottom: 4px;
  border-bottom: 1px solid gray;
}
.segnalazioni_dategroup {
  font-weight: bold;
}
.segnalazione_cell {
  padding-left: 10px !important;
}
#content .seguelink {
  font-style: italic;
  text-decoration: none;
  font-size: 0.9em;
}
ul.checklist {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.split3 {
  float: left;
  width: 33%;
}
.split2 {
  float: left;
  width: 45%;
}
#content .smallactions a {
  color: #FFFFFF;
  font-size: 10px;
}
#content .smallactions {
  font-size: 10px;
  color: #ffffff;
}
.profilo_livello {
  font-size: 0.9em;
  color: #d6d5d5;
}
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;
}
#content ul.stdtabs a {
  background-color: #F4F4F3;
  padding: 4px 10px;
  display: block;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 0px;
  border-top: 1px solid #868686;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
}
#content ul.stdtabs a.selected {
  background-color: transparent;
}
#simplemodal-container 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;
}
.swfupload_progresscontainer {
  margin-bottom: 6px;
}
.headersection {
  /*background-color: #D8E9FB;*/
  font-weight: bold;
  padding: 4px;
  border-bottom: 1px solid #205C93;
  text-align: left;
  margin-bottom: 10px;
}
/** PAGER **/
.pagenavigation {
  font-size: 12px;
  text-align: right;
  padding: 4px;
  text-align: center;
  background-color: transparent;
}
.nav_gotopageselect {
  float: right;
}
#content .pagenavigation a {
  text-decoration: none;
}
/** FINE PAGER **/
/**ARCHIVIO**/
.archivio_risultati .lavori {
  border-collapse: collapse;
  background-color: transparent;
}
.archivio_risultati .lavori td {
  border-bottom: 1px solid #868686;
  padding: 5px;
}
.archivio_risultati .archivioadmin td {
  border: 1px solid #868686;
  padding: 5px;
}
.archivio_risultati .archivioadmin th {
  border: 1px solid #868686;
  padding: 5px;
  color: #545454;
  font-weight: bold;
}
.archivio_risultati tr.selected td {
  background-color: #FFFFFF;
}
.archivio_risultati_brani tr.selected td {
  background-color: #FFFFFF;
}
.archivio_risultati .titololavoro {
  font-weight: bold;
  color: #dc1f26;
}
.archivio_risultati .lavoro_foto .titololavoro {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
}
.archivio_risultati .pagenavigation {
  font-size: 12px;
  text-align: right;
  padding: 4px;
  text-align: center;
}
.archivio_risultati .nav_gotopageselect {
  float: right;
}
#content .archivio_risultati .pagenavigation a {
  text-decoration: none;
}
.archivio_risultati .lavori {
  border-top: 1px solid #868686;
  border-bottom: 1px solid #868686;
  padding: 6px 0px;
}
.archivio_risultati .data {
  font-size: 0.8em;
  color: gray;
  text-align: right;
  width: 100px;
}
.archivio_risultati td.icons {
  width: 24px;
}
.archivio_risultati .lavoro {
  cursor: pointer;
}
.archivio_risultati .categoria {
  color: #DC1F26;
  font-size: 0.7em;
  text-transform: uppercase;
}
.archivio_risultati .tiponotizia {
  color: #545454;
  font-size: 0.8em;
  text-transform: uppercase;
}
.archivio_risultati .autore {
  font-size: 0.7em;
  color: #000000;
  font-style: italic;
}
.archivio_risultati .testo {
  color: #000000;
  font-size: 0.9em;
}
.archivio_risultati td.idx {
  width: 50px;
  font-size: 0.8em;
  color: gray;
  font-style: italic;
}
.archivio_risultati .brano_autore {
  font-weight: bold;
  color: #DC1F26;
}
.archivio_risultati .sender {
  font-size: 11px;
  text-align: right;
  vertical-align: top;
}
.archivio_risultati .sender_desc {
  font-size: 0.8em;
  color: #545454;
}
.archivio_risultati .davalidare td {
  background-color: transparent;
}
.archivio_risultati {
  /*background-image: url(/images/backcontentbox.png);
	background-repeat: repeat-x;*/
  background-color: #FFFFFF;
  border-top: 1px solid #868686;
}
.archivio_risultati_brani {
  background-image: none;
  background-color: #FFFFFF;
  border-top: 1px solid #868686;
}
#istituti .risultati .smallactions {
  color: #000000;
}
/** FINE ARCHIVIO**/
/**  ANAGRAFICA ISTITUTI **/
#istituti .risultati td {
  border-bottom: 1px solid #868686;
}
#istituti .nome {
  color: #000000;
}
#istituti .risultati th {
  border-bottom: 1px solid #868686;
  color: #DC1F26;
}
#istituti .risultati {
  border-top: 1px solid #868686;
}
#istituti .profilo_ok {
  color: #42BE42;
}
table.generictbl {
  border-collapse: collapse;
}
table.generictbl caption.rightinfo {
  font-size: 0.8em;
  text-align: right;
}
table.generictbl td.actions {
  white-space: nowrap;
}
table.generictbl td,
table.generictbl th {
  text-align: center;
  border: 1px solid #D5D5D5;
  padding: 2px;
}
table.generictbl th {
  color: #DC1F26;
  padding: 4px;
  background: url("images/sfondo_grigio.jpg") repeat-x scroll left bottom transparent;
}
#modaliframe {
  display: none;
  border: 4px solid #1D7DB7;
  padding: 10px;
  background-color: #FFFFFF;
}
/** box informazioni validazione **/
.validationinfo {
  float: right;
  border: 1px solid black;
  font-size: 8px;
  padding: 4px;
  width: auto;
}
.validationinfo_item {
  float: left;
  padding: 0px 10px;
}
.validationinfo_icon {
  width: 10px;
  height: 10px;
  font-size: 1px;
  float: left;
  margin-right: 4px;
}
/** box informazioni validazione in lista archivio**/
.validationinfoarchivio {
  font-size: 8px;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  padding: 1px;
  width: auto;
  position: absolute;
  bottom: 0px;
  right: 0px;
  line-height: 100%;
  color: #FFFFFF;
}
.bg_red {
  background-color: red;
}
.bg_green {
  background-color: green;
}
#categorietree {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  color: #FFFFFF;
}
#categorietree .filetree span.folder {
  background-color: #202020;
}
#content .stdfiletree {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
table.explorer {
  border-collapse: collapse;
}
td.explorer_pane {
  vertical-align: top;
}
td.explorer_pane li.selected span.folder {
  background-color: #202020;
  color: white;
}
.elencoprogrammi td.nomeprogramma {
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
}
.elencoprogrammi td.tipoprogrammazione {
  text-align: center;
  width: 100px;
  color: #FFFFFF;
}
.elencoprogrammi tr.selected td {
  background-color: #202020;
}
.elencoprogrammi td {
  cursor: pointer;
  color: #1d7db7;
}
.stdroundedbox {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
}
.footremark {
  font-size: 12px;
  font-style: italic;
  color: #545456;
  margin: 0px 4px;
}
.scuola_percorsi .percorso {
  margin: 2px 0px;
  font-size: 12px;
  padding-left: 10px;
}
.bleft_licei {
  border-left: 5px solid #00AFFD;
}
.bleft_tecnici {
  border-left: 5px solid #90ba1a;
}
.bleft_professionali {
  border-left: 5px solid #FFB403;
}
.bleft_formazione_professionale {
  border-left: 5px solid #AB2502;
}
.helptext {
  color: #FFFFFF;
}
.invianav {
  border: 1px solid #868686;
  padding: 4px;
  margin: 4px 0px;
  font-weight: bold;
  font-size: 12px;
}
.invianav .active {
  color: #ffff00;
}
.invianav .inactive {
  color: #868686;
}
.formfield_name {
  color: #545454;
}
#form_modificaprogramma .formfield_name {
  font-weight: bold;
  color: #dc1f26;
}
table.radiokits td.nome {
  font-weight: normal;
}
table.radiokits .indirizzo {
  color: #d6d5d5;
}
.collegatoa a {
  color: #FFFF00;
}
#searchform .formfield_name {
  color: #545454;
}
#twr .formfield_name {
  color: #545454;
}
#dati .formfield_name {
  color: #545454;
}
.msglist_allegato {
  float: left;
  margin: 4px;
}
