/* INIZIO ******************************** principale ******************************** */

html, body {
  padding: 0px;
  margin: 0px;
}

body, input, select, textarea {
  font-family: Arial, Helvetica, sans-serif;
  color: #3E4B53;
}

body  {
  font-size: 80%;
}

input, select, textarea  {
  font-size: 13px;
}

div#logo {
  float: left;
  margin-top: 5px;
}

div#main {
  width: 970px;
  margin: 0px auto;
  background-color: white;
}
div#header, div#main, div#footer {
  overflow: hidden;
  display: block;
  clear: both;
}

div#header {
  padding: 0px;
  margin: 0px;
  height: 80px;
  background: #FFFFFF url(../img/header.jpg) repeat-x;
}

div#main {
  padding-top: 20px;
  min-height: 300px;
}

div#footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background: #FFFFFF url(../img/footer.gif) repeat-x;
  height: 35px;
  padding-top: 10px;
}

div#show-ip {
  font-size: 11px;
  text-align: center;
  color: rgb(136, 136, 136);
  margin-top: 10px;
  margin-bottom: 4px;
}

div.page {
  width: 970px;
  margin: auto;
  text-align: left;
}

div#content {
  width: 790px;
  float: left;
}

div#content-centered {
  width: 790px;
  margin: 0px auto;
}

div#content-centered-large {
  width: 840px;
  margin: 0px auto;
}

div#content-extended {
  width: 970px;
  margin: auto;
}

div#context {
  width: 160px;
  float: right;
}

div#userinfo {
  margin: 0px;
  padding: 0px;
  float: right;
  height: 40px;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
}

div#menu {
  margin: 0px;
  padding: 0px;
  float: right;
  height: 40px;
  overflow: hidden;
}

img {
  border: none;
}

h1 {
  text-transform: lowercase;
  font-weight: normal;
  text-align: right;
  margin: 0 auto;
  width: 970px;
  color: #ccc;
  font-size: 8px;
  height: 13px;
  margin-bottom: 0px;
  padding: 0px;
  overflow:hidden;
}

h2.dotted {
  font-size: 18px;
  border-bottom: 1px dotted #666666;
}

div.bdotted {
  border-bottom: 1px dotted #666666;
}

span.h2-subtitle { /* dentro h2, per un testo pił piccolo */
  font-size: 12px;
  font-weight: normal;
}

a {
  color: #FF9900;
  text-decoration: none;
}

a.big {
  font-size: 14px;
  font-weight: bold;
}

a:hover {
  color: #FF6600;
  text-decoration: none;
}

.clearboth, .clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  line-height: 0px;
  display: block;
}

.left {
  float: left;
  padding: 0px;
  margin: 0px;
}

.right {
  float: right;
  padding: 0px;
  margin: 0px;
}

.left-mb {
  float: left;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

.right-mb {
  float: right;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

form {
  margin: 0px;
  padding: 0px;
}

form label {
  font-weight: bold;
}

.left-button {
  float: left;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  overflow: visible;
  padding: 3px 10px;
}

.right-button {
  float: right;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  overflow: visible;
  padding: 3px 10px;
}

.center-button {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  overflow: visible;
  padding: 3px 10px;
}

.button {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  overflow: visible;
  padding: 3px 10px;
}

.highlited {
	/*background: #FFE1B5;*/
}

/* FINE ******************************** principale ******************************** */

/* INIZIO ******************************** menu ******************************** */

div#top {
  height: 80px;
  padding: 0px;
  width: 970px;
  margin: 0px auto;
  overflow: hidden;
}

div#top-left {
  float: left;
  width: 300px;
}

div#top-right {
  float: right;
  width: 670px;
}

div#top-right ul#items {
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
  height: 35px;
  margin-right: 100px;
  background-color: white;
  display: block;
  overflow: hidden;
}

div#top-right ul#items {
  display: inline;
  float: right;
}

div#top-right ul#items li {
  list-style: none;
  float: left;
  margin-left: 2px;
  display: block;
  width: 110px;
  height: 35px;
  text-align: center;
  white-space: nowrap;
}

div#top-right ul#items li a {
  display: block;
  color: #3E4B53;
  padding-top: 10px;
  width: 110px;
  height: 35px;
  font-weight: bold;
  background: transparent url(../img/menu-item.gif) no-repeat;
}

div#top-right ul#items li a:hover {
  color: black;
  width: 110px;
  height: 35px;
  background: transparent url(../img/menu-item-hover.gif) no-repeat;
}

div#top-right ul#items li.selected a, div#top-right ul#items li.selected a:hover {
  width: 110px;
  height: 35px;
  color: black;
  background: transparent url(../img/menu-item-selected.gif) no-repeat;
}

/* FINE ******************************** menu ******************************** */

/* INIZIO ******************************** home ******************************** */

div#static, div#link-pdc, div#offers, div#curriculum {
  margin-bottom: 10px;
}

div#static {
  width: 420px;
  height: 45px;
  padding: 5px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

div#link-pdc {
}

div#offers, div#curriculum, div#link-pdc {
  height: 35px;
  margin-top: 10px;
  float: right;
}

div#link-pdc {
  width: 420px;
  float: left;
  padding-left: 5px;
}

div#link-pdc a {
  font-weight: bold;
  font-size: 16px;
  line-height: 35px;
}

div#offers {
  width: 170px;
  margin-right: 20px;
}

div#offers div.left {
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

div#offers div.right {
  width: 125px;
  height: 35px;
}

div#curriculum {
  width: 140px;
}

div#curriculum div.left {
  width: 35px;
  height: 35px;
  margin-left: 5px;
}

div#curriculum div.right {
  width: 95px;
  height: 35px;
}

div#offers a span, div#curriculum a span {
  display: block;
  float: right;
  font-weight: bold;
  padding-right: 5px;
}

div#offers a span.offers-grey, div#curriculum a span.offers-grey {
  color: #AAA6A3;
  font-size: 12px;
}

div#offers a span.offers-orange, div#curriculum a span.offers-orange {
  color: #FEB302;
  font-size: 14px;
}

div#area-visibile {
  height: 315px;
  overflow: hidden;
}

div#primo-piano {
}

div#primo-piano table td {
  padding: 2px 2px 1px 2px;
  margin: 0px;
  font-size: 12px;
  line-height: 13px;
}

div#primo-piano table td div {
  line-height: 12px;
}

/* FINE ******************************** home ******************************** */

/* INIZIO ******************************** div arrotondati ******************************** */

div.lightgreen-500 {
  padding: 0px;
  margin: 0px;
  width: 500px;
  min-height: 50px;
  background: transparent url(../img/lg-500.gif) repeat-y;
}

div.lightgreen-container-500 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-500 {
  padding: 0px;
  margin: 0px;
  width: 500px;
  height: 10px;
  background: white url(../img/lg-footer-500.gif) no-repeat;
}

div.lightgreen-header-500 {
  padding: 0px;
  margin: 0px;
  width: 500px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-500.gif) no-repeat bottom center;
}

div.lightgreen-header-500 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-280 {
  padding: 0px;
  margin: 0px;
  width: 280px;
  min-height: 40px;
  background: transparent url(../img/lg-280.gif) repeat-y;
}

div.lightgreen-container-280 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-280 {
  padding: 0px;
  margin: 0px;
  width: 280px;
  height: 10px;
  background: white url(../img/lg-footer-280.gif) no-repeat;
}

div.lightgreen-header-280 {
  padding: 0px;
  margin: 0px;
  width: 280px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-280.gif) no-repeat bottom center;
}

div.lightgreen-header-280 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-630 {
  padding: 0px;
  margin: 0px;
  width: 630px;
  min-height: 40px;
  background: transparent url(../img/lg-630.gif) repeat-y;
}

div.lightgreen-container-630 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-630 {
  padding: 0px;
  margin: 0px;
  width: 630px;
  height: 10px;
  background: white url(../img/lg-footer-630.gif) no-repeat;
}

div.lightgreen-header-630 {
  padding: 0px;
  margin: 0px;
  width: 630px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-630.gif) no-repeat bottom center;
}

div.lightgreen-header-630 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-385 {
  padding: 0px;
  margin: 0px;
  width: 385px;
  min-height: 40px;
  background: transparent url(../img/lg-385.gif) repeat-y;
}

div.lightgreen-container-385 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-385 {
  padding: 0px;
  margin: 0px;
  width: 385px;
  height: 10px;
  background: white url(../img/lg-footer-385.gif) no-repeat;
}

div.lightgreen-header-385 {
  padding: 0px;
  margin: 0px;
  width: 385px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-385.gif) no-repeat bottom center;
}

div.lightgreen-header-385 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-220 {
  padding: 0px;
  margin: 0px;
  width: 220px;
  min-height: 40px;
  background: transparent url(../img/lg-220.gif) repeat-y;
}

div.lightgreen-container-220 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-220 {
  padding: 0px;
  margin: 0px;
  width: 220px;
  height: 10px;
  background: white url(../img/lg-footer-220.gif) no-repeat;
}

div.lightgreen-header-220 {
  padding: 0px;
  margin: 0px;
  width: 220px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-220.gif) no-repeat bottom center;
}

div.lightgreen-header-220 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.red-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  min-height: 40px;
  background: transparent url(../img/r-790.gif) repeat-y;
}

div.red-container-790 {
  margin: 5px;
  background-color: transparent;
  min-height: 10px;
}

div.red-footer-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  height: 10px;
  background: white url(../img/r-footer-790.gif) no-repeat;
}

div.red-header-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/r-header-790.gif) no-repeat bottom center;
}

div.red-header-790 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  min-height: 40px;
  background: transparent url(../img/lg-790.gif) repeat-y;
}

div.lightgreen-container-790 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  height: 10px;
  background: white url(../img/lg-footer-790.gif) no-repeat;
}

div.lightgreen-header-790 {
  padding: 0px;
  margin: 0px;
  width: 790px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-790.gif) no-repeat bottom center;
}

div.lightgreen-header-790 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-350 {
  padding: 0px;
  margin: 0px;
  width: 350px;
  min-height: 40px;
  background: transparent url(../img/lg-350.gif) repeat-y;
}

div.lightgreen-container-350 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-350 {
  padding: 0px;
  margin: 0px;
  width: 350px;
  height: 10px;
  background: white url(../img/lg-footer-350.gif) no-repeat;
}

div.lightgreen-header-350 {
  padding: 0px;
  margin: 0px;
  width: 350px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-350.gif) no-repeat bottom center;
}

div.lightgreen-header-350 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.fullgreen-340 {
  padding: 0px;
  margin: 0px;
  width: 340px;
  min-height: 40px;
  background: transparent url(../img/fg-340.gif) repeat-y;
}

div.fullgreen-container-340 {
  margin: 5px;
  background-color: transparent;
  min-height: 10px;
}

div.fullgreen-footer-340 {
  padding: 0px;
  margin: 0px;
  width: 340px;
  height: 7px;
  background: white url(../img/fg-footer-340.gif) no-repeat;
}

div.fullgreen-header-340 {
  padding: 0px;
  margin: 0px;
  width: 340px;
  height: 7px;
  background: white url(../img/fg-header-340.gif) no-repeat bottom center;
}

div.fullgreen-header-340 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-310 {
  padding: 0px;
  margin: 0px;
  width: 310px;
  min-height: 40px;
  background: transparent url(../img/lg-310.gif) repeat-y;
}

div.lightgreen-container-310 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-310 {
  padding: 0px;
  margin: 0px;
  width: 310px;
  height: 10px;
  background: white url(../img/lg-footer-310.gif) no-repeat;
}

div.lightgreen-header-310 {
  padding: 0px;
  margin: 0px;
  width: 310px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-310.gif) no-repeat bottom center;
}

div.lightgreen-header-310 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

div.lightgreen-150 {
  padding: 0px;
  margin: 0px;
  width: 150px;
  min-height: 40px;
  background: transparent url(../img/lg-150.gif) repeat-y;
}

div.lightgreen-container-150 {
  margin: 5px;
  background-color: transparent;
  min-height: 50px;
}

div.lightgreen-footer-150 {
  padding: 0px;
  margin: 0px;
  width: 150px;
  height: 10px;
  background: white url(../img/lg-footer-150.gif) no-repeat;
}

div.lightgreen-header-150 {
  padding: 0px;
  margin: 0px;
  width: 150px;
  height: 20px; /* 10 px in piu' e' lo spazio per il titoletto, se non c'e' titoletto, porre height a 10 nel css inline */
  background: white url(../img/lg-header-150.gif) no-repeat bottom center;
}

div.lightgreen-header-150 span {
  color: green;
  padding: 3px 5px;
  background-color: white;
  margin-left: 20px;
  font-weight: bold;
}

/* FINE ******************************** div arrotondati ******************************** */

/* INIZIO ******************************** form ricerca ******************************** */

div#search form {
  margin-bottom: 0px;
  width: 490px;
  padding: 0px;
}

div#search form fieldset {
  margin: 0px;
  padding: 0px;
}

div#search form fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
}

div#search label  {
  float: left;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-weight: bold;
}

div#search label input, div#search label select {
  font-weight: normal;
}

div#search p {
  padding: 0px;
  margin: 0px;
}

div#slider {
  padding: 0px;
}

div#slider #close, div#slider #open {
  padding: 15px 15px 0px 10px;
  padding-bottom: 0px;
  color: green;
  font-weight: bold;
}

div#slider #close img, div#slider #open img {
  float: left;
  margin-right: 4px;
  padding-top: 5px;
}

div#slider #close a, div#slider #open a {
  color: green;
}

div#search #fld_query_querystring_1 {
  width: 280px;
}

div#search #fld_query_filter_regione {
  width: 170px;
}

/* FINE ******************************** form ricerca ******************************** */

/* INIZIO ******************************** aree (index) ******************************** */

div#aree .columnleft {
  margin-top: 9px;
  margin-bottom: 8px;
  margin-left: 5px;
  float: left;
  width: 305px;
}

div#aree .columnright {
  margin-top: 9px;
  margin-bottom: 8px;
  float: right;
  width: 305px;
}

div#aree .columnleft a, div#aree .columnright a {
  font-size: 12px;
  color: #666666;
}

div#aree .columnleft a:hover, div#aree .columnright a:hover {
  color: #FF6600;
}

a.a_aree {
  color: green;
  text-decoration: none;
}

/* FINE ******************************** aree (index) ******************************** */

/* INIZIO ******************************** box aziende index ******************************** */

div#aziende {
  margin: 20px 0px;
}

div#aziende div {
  width: 122px;
  float: left;
  margin: 0px 8px;
  text-align: center;
}

div#aziende div img, div#aziende div a {
  display: block;
}

div#aziende div a {
  color: #022394;
  text-decoration: underline;
  font-size: 11px;
}

div#aziende div a:hover {
  color: #022394;
  text-decoration: underline;
  font-size: 11px;
}

/* FINE ******************************** box azienda index ******************************** */

/* INIZIO ******************************** footer ******************************** */

div#footer ul {
  margin: 0px;
  padding: 0px;
}

div#footer a.evidence
{
  color: #FF9900;
  text-decoration: none;
}

div#footer a {
  color: #3E4B53;
}

div#footer a:hover {
  color: #FF6600;
}

div#footer ul {
  list-style: none;
}

div#footer ul {
  text-align: center;
}

div#footer ul li {
  display: inline;
  padding: 10px;
}

div#partner {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

div#partner div {
  width: 110px;
  float: left;
  margin: 0px 4px;
  text-align: center;
}


/* FINE ******************************** footer ******************************** */

/* INIZIO ******************************** pagina search_basesearch.jsp ******************************** */

div#risultati {
  border-top: 2px solid #D9D9D9;
}

/* FINE ******************************** pagina search_basesearch.jsp ******************************** */

/* INIZIO ******************************** tabella lista offerte ******************************** */

table.offerte {
  margin-top: 10px;
  border: none;
  width: 620px;
}

table.offerte th, table.offerte td {
  border: none;
  white-space: normal;
}

table.offerte td {
  vertical-align: top;
}

table.offerte th {
  font-weight: bold;
  text-align: left;
  padding: 10px 0px;
}

table.offerte td.professione {
  width: 65%;
  padding-left: 8px;
}

table.offerte td.ranking {
  width: 1%;
  text-align: right;
}

table.offerte .luogo {
  padding-right: 10px;
  text-align: right;
  width: 1%;
  white-space: nowrap;
}

table.offerte .azienda {
  padding-right: 10px;
  color: #3F3B3B;
  text-align: right;
  width: 34%;
}

table.offerte td.azienda {
  color: #3F3B3B;
}

table.offerte td.descrizione {
  padding-left: 8px;
  white-space: normal;
}

table.offerte span.offerta-urgente {
  color: #FF9900;
}

/* FINE ******************************** tabelle lista offerte ******************************** */

/* INIZIO ******************************** gestione errori ******************************** */

div.error { /* errore nella lista offerte, non generale! */
  text-align: left;
  padding: 0px 3px 10px 3px;
}

div.error p.error-title { /* errore nella lista offerte, non generale */
  margin-top: 15px;
  color: red;
  font-weight: bold;
  font-size: 13px;
}

div.error p.error-text { /* errore nella lista offerte, non generale */
  font-size: 13px;
}

div.error-box {
  text-align: center;
  color: #666666;
  margin-bottom: 10px;
}

div.error-box p {
  font-size: 11px;
  line-height: 13px;
  margin: 0px;
  padding: 0px;
}

div.error-box p.error {
  color: red;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
}


/* per il box errore generale vedi .red-790 e simili */

/* FINE ******************************** gestione errori ******************************** */

/* INIZIO ******************************** dettaglio offerta e formazione ******************************** */

div#dettaglio-offerta, div#dettaglio-formazione {
  width: 610px;
  margin: 0px auto;
}

div#dettaglio-offerta table, div#dettaglio-formazine table {
  width: 590px;
}

div#dettaglio-offerta table caption.titolo-offerta, div#dettaglio-formazione table caption.titolo-formazione {
  text-align: left;
  color: #3e4b53;
  border-bottom: 1px dotted #9FA5A9;
  padding: 0px 10px 5px 10px;
  font-size: 1.3em;
}

div#dettaglio-offerta table th, div#dettaglio-offerta table td, div#dettaglio-formazione table th, div#dettaglio-formazione table td {
  padding: 5px 10px;
  vertical-align: top;
  background-color: #f5f6f6;
  color: #3E4B53;
}

div#dettaglio-offerta table th, div#dettaglio-formazione table th {
  color: #6e787e;
  background-color: #ffffff;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.85em;
}

div#dettaglio-offerta table h4, div#dettaglio-offerta table h3, div#dettaglio-formazione table h4, div#dettaglio-formazione table h3 {
  padding: 0px;
  font-weight: bold;
  margin: 0px;
}

button.candidatura-offerta {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  padding: 3px;
  width: auto;
  overflow: visible;
}

p.candidatura-offerta {
  font-weight: bold;
  text-align: right;
  font-size: 1.1em;
  font-variant: small-caps;
  color: #3E4B53;
  padding: 3px;
  margin: 3px;
}

div#dettaglio-offerta div#numero_candidature {
  line-height: 30px;
}

div.offerta-left {
  float: left;
  width: 150px;
  margin-top: 20px;
  padding-top: 50px;
}

div.offerta-right {
  float: right;
  width: 640px;
  margin-top: 20px;
}

/* FINE ******************************** dettaglio offerta ******************************** */

/* INIZIO ******************************** PdC ******************************** */

div#pdc {
  margin-top: 20px;
  margin-bottom: 30px;
}

div#pdc div.lightgreen-container-385 div.left-pdc {
  float: left;
  width: 80px;
  height: 60px;
}

div#pdc div.lightgreen-container-385 div.left-pdc a {
  display: block;
  width: 50px;
  margin: 0px 10px 0px 20px;
}

div#pdc div.lightgreen-container-385 div.right-pdc {
  float: right;
  width: 250px;
  padding-right: 40px;
  height: 60px;
}

div#pdc div.lightgreen-container-385 div.right-pdc span {
  color: #CCC;
  font-size: 11px;
  font-weight: bold;
}

div#pdc span a.pdc-rollover {
  color: #BBB;
  font-size: 11px;
  font-weight: normal;
}

div#pdc span a.pdc-rollover:hover {
  color: #3E4B53;
  cursor: default;
}

div#pdc div.lightgreen-container-385 div.pdc-separator {
  margin: 12px auto 12px auto;
  width: 320px;
  border-bottom: 1px dotted #666666;
  color: #666666;
  font-weight: bold;
  clear: both;
}

div#pdc div.lightgreen-container-310 div.left-pdc {
  float: left;
  width: 40px;
  height: 80px;
}

div#pdc div.lightgreen-container-310 div.left-pdc a {
  display: block;
  width: 40px;
  margin: 0px 5px;
}

div#pdc div.lightgreen-container-310 div.right-pdc {
  float: right;
  width: 230px;
  height: 80px;
}

div#pdc div.lightgreen-container-310 div.right-pdc span {
  color: #BBB;
  font-size: 11px;
  line-height: 12px;
}

div#pdc div.lightgreen-container-310 div.pdc-separator {
  margin: 5px auto 20px auto;
  width: 290px;
  border-bottom: 1px dotted #6D6F6C;
  color: #6D6F6C;
  font-weight: bold;
  clear: both;
  font-size: 16px;
}

div#pdc div.lightgreen-container-150 div.pdc-separator {
  margin: 5px auto 20px auto;
  width: 130px;
  border-bottom: 1px dotted #6D6F6C;
  color: #6D6F6C;
  font-weight: bold;
  clear: both;
  font-size: 16px;
}

div#pdc div.lightgreen-container-150 div.right-pdc {
  float: right;
  width: 80px;
}

div#pdc div.lightgreen-container-150 div.left-pdc {
  float: left;
  width: 50px;
  margin-right: 5px;
  text-align: right;
}

div#pdc div.lightgreen-container-150 div.clearboth {
  height: 18px;
}

div#pdc_static {
  width: 790px;
  max-width: 790px;
  overflow: hidden;
}

/* FINE ******************************** PdC ******************************** */

/* INIZIO ******************************** Azienda sintesi ******************************** */

div#azienda-sintesi {
  z-index: 10;
  position: relative;
  width: 220px;
  float: right;
}

div#azienda-sintesi a.bottom-link {
  float: right;
  font-size: 11px;
  margin: 5px;
}

div#azienda-sintesi div.left {
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
  font-size: 11px;
  width: 115px;
  line-height: 16px;
}

div#azienda-sintesi div.right {
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
  font-size: 11px;
  width: 75px;
  line-height: 16px;
}

div#azienda-sintesi div.lightgreen-220 {
  z-index: 1;
  position: relative;
}

div#azienda-sintesi div.lightgreen-header-220 {
  z-index: 2;
  position: relative;
}

div#azienda-sintesi div.lightgreen-footer-220 {
  z-index: 2;
  position: relative;
}

div#azienda-sintesi img.azienda-sintesi-ico {
  position: absolute;
  left: 180px;
  top: 0px;
  z-index: 10;
}

/* FINE ******************************** Azienda sintesi ******************************** */

/* INIZIO ******************************** Box alto destra, come azienda sintesi ma generico ******************************** */

div#box-top-dx {
  z-index: 10;
  position: relative;
  width: 220px;
  float: right;
}

div#box-top-dx div.left {
  font-size: 11px;
}

div#box-top-dx div.right {
  font-size: 11px;
}

div#box-top-dx div.lightgreen-220 {
  z-index: 1;
  position: relative;
}

div#box-top-dx div.lightgreen-header-220 {
  z-index: 2;
  position: relative;
}

div#box-top-dx div.lightgreen-footer-220 {
  z-index: 2;
  position: relative;
}

div#box-top-dx img.box-top-dx-ico {
  position: absolute;
  left: 180px;
  top: 0px;
  z-index: 10;
}

div#box-top-dx a.bottom-link {
  float: right;
  font-size: 11px;
  margin: 5px;
}

/* FINE ******************************** Box alto destra, come azienda sintesi ma generico ******************************** */

/* INIZIO ******************************** Segnalazioni pdc ******************************** */

div#segnalazioni-pdc {
  margin-bottom: 20px;
}

div.segnalazione-pdc {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #CCC;
}

div.segnalazione-pdc p.title {
  color: #666666;
  font-weight: bold;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}

div.segnalazione-pdc p.text {
  color: #666666;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
  line-height: 16px;
}

div#segnalazione-pdc-last {
  border: none;
  padding-bottom: 0px;
}

/* FINE ******************************** Segnalazioni pdc ******************************** */

/* INIZIO ******************************** Summary ******************************** */

div.summary img.icon {
  float: left;
  margin-right: 10px;
}

div.summary p.title {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
  padding-top: 15px;
  font-weight: bold;
  margin-left: 0px;
}

div.summary p.text {
  font-size: 11px;
  padding-top: 10px;
  padding: 0px;
  margin: 0px;
  margin-left: 0px;
}

/* FINE ******************************** Summary ******************************** */

/* INIZIO ******************************** Legenda ******************************** */

div.legenda {
  line-height: 16px;
}

div.legenda p.title {
  margin: 0px;
  padding: 0px;
  padding-bottom: 5px;
}

div.legenda p.text {
  margin: 0px;
  padding: 0px;
  margin-bottom: 5px;
}

div.legenda p.text img, div.legenda p.text-small img {
  vertical-align: middle;
}

div.legenda p.text-small {
  margin: 0px;
  padding: 0px;
  font-size: 11px;
}

/* FINE ******************************** Legenda ******************************** */

/* INIZIO ******************************** Azienda e candidato: div standard ******************************** */

div#contenuti-azienda, div#contenuti-candidato {
  margin-top: 20px;
}
/* FINE ******************************** Azienda e candidato: div standard ******************************** */

/* INIZIO ******************************** Azienda: tabella standard ******************************** */

table.std-table {
  margin: 20px auto;
  background-color: transparent;
}

table.std-table table.sub-std-table {
  width: 1%;
  margin: 0px;
  background-color: transparent;
  white-space: nowrap;
}

table.std-table table.sub-std-table th, table.std-table table.sub-std-table td {
  width: 33%;
  white-space: nowrap;
  padding: 2px 20px;

}

table.std-table caption {
  border-bottom: 1px dotted #ccc;
  text-align: left;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
}

table.std-table tbody {
  margin: 0px;
  padding: 0px;
}

table.std-table tfoot td {
  margin: 0px;
  padding: 0px;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}

table.std-table th, table.std-table td {
  vertical-align: top;
  background-color: transparent;
}

table.std-table th {
  text-align: left;
  padding: 2px 5px;
  white-space: nowrap;
  width: 1%;
  font-variant: small-caps;
  font-weight: normal;
  border-bottom: 1px dotted #CCC;
}

table.std-table th div.green { /* evidenziazione per th, vedi alla pagina offerta_list.jsp, sezione aziende */
  width: 15px;
  height: 15px;
  color: green;
  background-color: #B8F7B0;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

table.std-table td {
  padding: 2px 6px;
  white-space: nowrap;
  width: 1%;
}

table.std-table td.separator {
  font-size: 1px;
  line-height: 1px;
  height: 2px;
  max-height: 1px;
  overflow: hidden;
  border-bottom: 1px dotted #CCC;
  padding: 0px;
  white-space: normal;
}

table.std-table td.bborder {
  border-bottom: 1px dotted #CCC;
}

table.std-table td.tborder {
  border-top: 1px dotted #CCC;
}

table.std-table td.centered {
  text-align: center;
}

td.actions a { /* ancore piu' piccole del resto, vedi alla pagina offerta_list.jsp, sezione aziende */
  color: #666666; font-size: 11px;
}

td.actions a:hover {
  color: #FF6600;
}

td.actions a.actions-orange { /* ancore piu' piccole del resto, vedi alla pagina offerta_list.jsp, sezione aziende */
  color: #FF9900;
}

td.actions a.actions-orange:hover {
  color: #FF6600;
}

td.actions a img {
  vertical-align: middle; margin-right: 2px;
}

td.actions div {
  margin: 2px 0px;
  line-height: 18px;
}

td.actions div.left {
  margin-right: 10px;
}

tr.details td {
  font-size: 11px;
}

tr.top {
  height: 7px; overflow: hidden;
}

/* le regole che seguono fino a fine sezione riguardano la possibilita' di aggiungere un bordo sottostante verde arrotondato
/* come esempio vedere pagina offerta_list, offerte con visibilita' attivata / disattivata
*/

tr.top td, tr.bottom td {
  font-size: 0px;
  line-height: 0px;
  height: 7px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

tr.top td {
  height: 10px;
}

tr.top td.sf-dx { background: transparent url(../img/fg-header-dx.gif) bottom right no-repeat; }
tr.top td.sf-cn { background: transparent url(../img/fg.gif) bottom repeat-x; }
tr.top td.sf-sx { background: transparent url(../img/fg-header-sx.gif) bottom left no-repeat; }
tr.bottom td.sf-dx { background: transparent url(../img/fg-footer-dx.gif) top right no-repeat; }
tr.bottom td.sf-cn { background: transparent url(../img/fg.gif) top repeat-x; }
tr.bottom td.sf-sx { background: transparent url(../img/fg-footer-sx.gif) top left no-repeat; }

/* FINE ******************************** Azienda: tabella standard ******************************** */

/* INIZIO ******************************** BOTTONI ******************************** */

a.orange-button {
  background: transparent url(../img/b-orange-arrows-dx.gif) no-repeat scroll top right;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 28px;
  margin-right: 6px;
  padding-right: 28px; /* sliding doors padding */
  text-decoration: none;
}

a.orange-button span {
  background: transparent url(../img/b-orange.gif) no-repeat;
  display: block;
  line-height: 28px;
  padding: 0px 0px 0px 28px;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

a.orange-button:hover {
  background: transparent url(../img/b-orange-arrows-dx-hover.gif) no-repeat scroll top right;
}

a.orange-button:hover span {
  background: transparent url(../img/b-orange-hover.gif) no-repeat;
}

/* FINE ******************************** BOTTONI ******************************** */

/* INIZIO ******************************** pagina login azienda e candidato ******************************** */

div#box-login-azienda, div#box-primoaccesso-azienda, div#box-login-candidato, div#box-primoaccesso-candidato  {
  height: 130px;
  overflow: hidden;
}

div#box-login-azienda form, div#box-login-candidato form {
  padding: 10px;
}

div#box-login-azienda div.error, div#box-login-candidato div.error, div#box-login-candidatura div.error, div#nota div.error {
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: red;
  font-variant: small-caps;
  font-style: italic;
  font-size: 12px;
  padding-bottom: 10px;
}

div#box-login-azienda div.error img, div#box-login-candidato div.error img, div#box-login-candidatura div.error img {
  vertical-align: middle;
}

div#box-login-candidatura div.error {
  text-align: left;
  margin-left: 100px;
}

div#box-primoaccesso-azienda div#info-primoaccesso, div#box-primoaccesso-candidato div#info-primoaccesso {
  width: 300px;
  margin: 20px auto 0px auto;
  font-size: 12px;
  height: 80px;
  overflow: hidden;
}

div#box-primoaccesso-azienda a.orange-button, div#box-primoaccesso-candidato a.orange-button {
  width: 300px;
  margin-left: 7px;
  text-align: right;
}

div#box-destra-azienda, div#box-destra-candidato {
  width: 170px;
  overflow-x: hidden;
  overflow-y: visible;
}

div#box-corpo-azienda, div#box-corpo-candidati {
  width: 650px;
  overflow: hidden;
}

/* FINE ******************************** pagina login azienda e candidato ******************************** */

/* INIZIO ********************************* menu inserimento curriculum *************************************** */

ol#steps {
  margin: 0px;
  padding: 0px;
}

ol#steps {
  clear: both;
  width: 790px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

ol#steps li {
  list-style: none;
  display: block;
  float: left;
  overflow: visible;
  margin-right: 0px;
  color: #3E4B53;
  font-weight: bold;
  width: 131px;
  height: 45px;
  background: transparent url(../img/rett-120x45-grey.gif) no-repeat;
  color: #000000;
  padding: 0px;
  white-space: nowrap;
  font-size: 12px;
}

ol#steps li.last {
  margin-right: 0px;
}

ol#steps li.selected {
  background: transparent url(../img/rett-120x45-green.gif) no-repeat;
  color: #FFFFFF;
}

/*
ol#steps li span.number {
  clear: both;
  padding: 7px 2px 2px 4px;
  float: left;
  display: block;
  width: 20px;
}

ol#steps li span.step {
  padding: 5px 0px;
  display: block;
  height: 45px;
  width: 120px;
  overflow: visible;
}

ol#steps li span.number {
  font-size: 2.1em;
  line-height: 0.85em;
}
*/

ol#steps li span.number {
  display: block;
  float: left;
  padding: 4px 6px 4px 4px;
  height: 45px;
  font-size: 26px;
  line-height: 36px;
}

ol#steps li span.step {
  display: block;
  float: left;
  height: 45px;
  padding: 6px 0px 0px 0px;
  overflow: hidden;
}



/* FINE ********************************* menu inserimento curriculum *************************************** */

/* INIZIO ********************************* form secondo il vecchio stile ******************************* */

fieldset {
  clear: both;
  display: block;
  padding: 0px;
  margin: 0px;
  border: none;
}

fieldset.procedure {
  border: 1px dotted #9FA5A9;
  margin: auto;
  padding: 10px;
}

fieldset.procedure p {
  margin: 0px;
  padding: 0px;
}

fieldset.procedure label {
  line-height: 1.1em;
}

fieldset.procedure legend {
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  font-size: 1.3em;
}

fieldset.procedure legend.procedure {
  color: #3E4B53;
  background-color: #FFFFFF;
  padding: 10px;
  margin: 0px;
}

fieldset.procedure input {
  /*width: 120px;*/
  font-weight: normal;
  font-style: normal;
  padding: 1px;
  margin-top: 2px;
  margin-bottom: 2px;
}

fieldset.procedure button.submit, fieldset.procedure input.submit, fieldset.procedure input.auto {
  width: auto;
}

fieldset.procedure button.submit, fieldset.procedure input.submit {
  /*font-weight: bold;*/
  text-transform: uppercase;
}

fieldset.procedure select {
  font-weight: normal;
  font-style: normal;
  margin-top: 2px;
  margin-bottom: 2px;
}

.nodisplay {
  display: none;
}

/* FINE *********************************** form secondo il vecchio stile ******************************** */

/* INIZIO ********************************* altri css riportati da vecchio stile ************************* */

/*** upload foto e video curriculum ***/
div.uploadBox {
  width: 100%;
  padding: 10px 0;
  height: 150px;
  clear: both;
}

div.showBox {
  width: 205px;
  float: left;
  border: solid 1px #ccc;
  text-align: center;
  overflow: hidden;
  padding: 2px;
  margin-right: 20px;
  margin-top: 5px;
}

div.inputBox {
  width: 500px;
  float: left;
}

div.uploadBox form {
  width: 500px;
  height: 250px;
  float: left;
  margin: 0;
  padding: 0;
}

div.uploadBox form p {
  margin: 10px;
}

div#flashcontent {
  width: 250px;
  height: 250px;
}

div.helpbox  {
  position: absolute;
  width: 200px;
  z-index: 1000;
  text-align: left;
  padding: 10px;
  padding-left: 24px;
}

form#formCandidato label, form#formCandidato1 label, form#formCandidato2 label, form#formcurriculum label {
  width:200px;
  display:block;
  float:left;
  font-weight:bold;
}


form#formCandidato label.short {
  width: 100px;
}

form#formCandidato input.autoWidth, form#formCandidato1 input.autoWidth, form#formCandidato2 input.autoWidth, form#formcurriculum input.autoWidth {
  width:auto;
}

form#formCandidato p, form#formCandidato1 p, form#formCandidato2 p, form#formcurriculum p {
  margin: 8px 0;
}

form#formCandidato input, form#formCandidato1 input, form#formCandidato2 input, form#formcurriculum input {
  width: 300px;
}

form#formCandidato input.submit, form#formCandidato1 input.submit, form#formCandidato2 input.submit, form#formcurriculum input.submit {
  width: auto;
}

.std-table td.row1 ,div.tablen td.row1 {
	background: #F5F6F6;
}

.std-table td.odddetails, div.tablen td.odddetails {
	background: #F5F6F6;
}

.std-table td.row0, div.tablen td.row0 {
	background: #FFFFFF;
}

#summary2 {
  clear: both;
  font-size: 11px;
  background-color: #F5F6F6;
  padding: 10px;
  margin: 5px 0px 10px 0px;
}

span.error {
  font-size: 11px;
  line-height: 15px;
}

span.error img {
  vertical-align: middle;
}

div#privacyBox {
   border:solid 1px #848284;
   padding:2px;
   width:500px;
   height:80px;
   overflow-x:auto;
   overflow-y:scroll;
}

#videocvlink {
	display: none;
}

a.evidence {
  font-weight: bold;
}

a.active {
}


/* FINE ************************************ altri css riportati da vecchio stile ************************ */

/* INIZIO ************************************ curriculum (xml) ************************ */

div#cv-detail {
  clear: both;
}

div#cv-aut {
  clear: both;
  padding: 10px 0px;
  text-align: center;
  font-size: 11px;
}

div#cv-detail h3 {
  font-size: 18px;
  border-bottom: 1px dotted #666666;
  clear: both;
  text-transform: uppercase;
}

div#cv-detail .currtbl {
	margin-bottom: 2em;
	float: left;
}

div#cv-detail .currtbl2 {
	margin-bottom: 2em;
	width: 100%;
}

div#cv-detail td.lbl {
	width: 200px;
}

div#cv-detail td.lbl2 {
	font-weight: bold;
	width: 200px;
}

div#cv-detail img {
	float: right;
	width: 200px;
	margin: 2em 1em;
}

div#cv-documento {
  z-index: 10;
  position: relative;
  width: 220px;
  float: right;
  margin-right: 6px;
}

div#cv-documento div.lightgreen-220 {
  z-index: 1;
  position: relative;
}

div#cv-documento div.lightgreen-header-220 {
  z-index: 2;
  position: relative;
}

div#cv-documento div.lightgreen-footer-220 {
  z-index: 2;
  position: relative;
}

div#cv-documento div.lightgreen-container-220 {
  text-align: right;
  padding-right: 50px;
  padding-left: 20px;
}

div#cv-documento img.cv-documento-ico {
  position: absolute;
  left: 165px;
  top: -25px;
  z-index: 10;
  width: 50px;
  height: 50px;
}

/* FINE ************************************ curriculum (xml) ************************ */

/* INIZIO ************************************ avvisi email ricerca ************************ */

div#avvisoemail_box { clear: both; margin: 10px auto 20px 0px; }
div#avvisoemail_box .lightgreen-container-150 { font-size: 11px; text-align: center; }
div#avvisoemail_box label { clear: both; font-weight: normal; font-size: 9px; }
div#avvisoemail_box input { width: 130px; }

/* FINE ************************************ avvisi email ricerca ************************ */

/* INIZIO ************************************ tag offerta e curriculum ************************ */

div#tagofferta-list, div#tagcurriculum-list { margin: 20px 10px 20px 0px; }
.hidden { display: none; }
div.tagOfferta, div.tagCurriculum { float: left; margin: 5px 10px 0px 0px; height: 20px; line-height: 20px; border: 1px dotted orange; background-color: #FFFACD; padding: 0px 4px; }
span.delTagOfferta img, span.delTagCurriculum img { vertical-align: middle; }


/* FINE ************************************ tag offerta e curriculum ************************ */

/* INIZIO ************************************ pagina candidature (area candidato) ************************ */

div#ricezionesms div.left {
  width: 400px;
}

div#ricezionesms div.right {
  width: 280px;
  text-align: center;
  padding-top: 10px;
}

div#ricezionesms div.left, div#ricezionesms div.right {
  margin: 20px 20px;
}

/* FINE ************************************ pagina candidature (area candidato ************************ */
