/* ========================================================== *
 * Global configuration: body, table, etc...                  *
 * ========================================================== */
BODY {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
  background-color: #EEFEED;
  background-image: URL('../images/LogoAREASTraspPiccolo-33-35.gif');
  margin: 0px;
}

TD {
  font-family: Tahoma, sans-serif;
  font-size: 11px;
}

TEXTAREA {
 white-space: pre-wrap;
}

A:link {
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
  color: #357A5B;
  font-size: 12px;
}

A:visited {
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
  color: #357A5B;
  font-size: 12px;
}

A:hover {
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
  color: #357A5B;
  font-size: 12px;
}

/* ========================================================== *
 * Fields
 * ========================================================== */
.defaultField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #006699;
  background-color: #FFFFFF;
}

.standardField { 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-weight: bold; 
  font-size: 10px; 
  text-decoration: none; 
  border-width: 1px;
  border-style: solid; 
  border-color: #006699; 
  background-color: #FFFFFF; 
}

.lockedField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #006699;
  background-color: #F5F5F5 !important;
}

.mandatoryField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #006699;
  background-color: #FFFFBB !important;
}

.mandatoryLookupField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #006699;
  background-color: #FFFFBB !important;
}

.noBorderField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: none;
  border: 0px;
} 

.deletedField  {
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 10px;
  text-decoration: line-through;
  border-width: 1px;
  border-style: solid;
  border-color: #006699;
  background: #F5F5F5;
}

.disabledField{
  background-color: #EEEEEE;
}

/* ========================================================== *
 * Boxes
 * ========================================================== */
.treeBox {
  text-decoration:none;
  border-width: 1px;
  border-style: solid;
  border-color: #318D5D;
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
}

.buttonBox {
  text-decoration:none;
  border-width: 1px;
  border-style: solid;
  border-color: #318D5D;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #DEFEDC;
}

.detailBox {
  text-decoration:none;
  border-width: 1px;
  border-style: solid;
  border-color: #318D5D;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.errorBox {
  font-family: Tahoma, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  text-align: center; 
  text-decoration: none;
  color: #000000;
  border-width: 2px;
  border-style: solid; 
  border-color: #800000; 
  background-color: #FFCCCC;
  height: 40px;
}

.warningBox {
  font-family: Tahoma, sans-serif; 
  font-size: 12px; 
  font-weight: bold; 
  text-align: center; 
  text-decoration: none;
  color: #000000;
  border-width: 2px;
  border-style: solid; 
  border-color: #b2b018; 
  background-color: #efee87;
  height: 40px;
}

/* ========================================================== *
 * Buttons
 * ========================================================== */
.BTN {
  font-family: Tahoma, sans-serif; 
  font-weight: bold; 
  font-size: 8pt;
  color: #FFFFFF;
  text-align: center ; 
  text-decoration: none;
  border-left: 2px solid #529F77; 
  border-top: 2px solid #78B495; 
  border-right: 2px solid #1A5A38; 
  border-bottom: 2px solid #0E3E24; 
  margin: 1pt;
  cursor: pointer;
  background: #318D5D; 
}

.BTN_FIXED {
  width: 80px;
  font-family: Tahoma,sans-serif; 
  font-weight: bold; 
  font-size: 8pt;
  color: #FFFFFF;
  text-align: center; 
  text-decoration: none;
  border-left: 2px solid #529F77; 
  border-top: 2px solid #78B495; 
  border-right: 2px solid #1A5A38; 
  border-bottom: 2px solid #0E3E24; 
  margin: 1pt;
  cursor: pointer;
  background: #318D5D; 
}

.BTN_FIXED_SMALL {
  width: 40px;
  font-family: Tahoma,sans-serif; 
  font-weight: bold; 
  font-size: 8pt;
  color: #FFFFFF;
  text-align: center; 
  text-decoration: none;
  border-left: 2px solid #529F77; 
  border-top: 2px solid #78B495; 
  border-right: 2px solid #1A5A38; 
  border-bottom: 2px solid #0E3E24; 
  margin: 1pt;
  cursor: pointer;
  background: #318D5D; 
}

.BTN_FRECCIA {
  width: 16px;
  height: 16px;
  font-family: Tahoma,sans-serif; 
  font-size: 1pt;
  color: #FFFFFF;
  text-align: center; 
  text-decoration: none;
  border-left: 2px solid #529F77; 
  border-top: 2px solid #78B495; 
  border-right: 2px solid #1A5A38; 
  border-bottom: 2px solid #0E3E24; 
  cursor: pointer;
  background: #318D5D;  
  padding-left: 2px;
  padding-right: 2px;
}

.BTN_NAVIGATE {
  width: 20px;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border-style: none;
  border-width: 0px;
  background-color: #DFFDDA;
  color: #318D5D;
  border: none;
}

/* -----
   Firefox only 
          ----- */
BUTTON:DISABLED {
  color: #C0C0C0;
  font-style: italic;
}

input[type="button"]:DISABLED {
  color: #C0C0C0;
  font-style: italic;
}

/* ========================================================== *
 * Labels
 * ========================================================== */
.label { 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}
 
.label_r {
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: right;
}

.label_obl {
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.label_obl_r {
  color: #990000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-align: right;
}

.label_h {
  color: #FFCC00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}

/* ========================================================== *
 * Fieldset
 * ========================================================== */
.fieldset_text {
  color: #060698;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.fieldset_error {
  color: red;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

/* ========================================================== *
 * Results
 * ========================================================== */
.bg_results {
  background-color: #EEEEEE;
}

.bg_results_red {
  color: red;
  background-color: #EEEEEE;
}

.treeResult{
  height: 500px;
  width: 900px;
  overflow: scroll;
  border: #000 1px;
  padding: 5px;
}

.genericResult {
  height: 150px;
  overflow: auto;
  border: #000 1px;
  padding: 5px;
}

.genericResult100 {
  height: 100px;
  overflow: auto;
  border: #000 1px;
  padding: 5px;
}

.genericResult200 {
  height: 200px;
  overflow: auto;
  border: #000 1px;
	padding: 5px;
}

.genericResult400 {
  height: 400px;
  overflow: auto;
  border: #000 1px;
	padding: 5px;
}

.upper_bg_results {
  text-transform: uppercase;
  background-color: #EEEEEE;
}

.findResult {
  height: 365px;
  overflow-y: auto;
  border: #000 1px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.results { 
  background-color: #318D5D; 
  color: #FFFFFF; 
  font-family: Tahoma, sans-serif; 
  font-size:10px; 
  font-weight: bold; 
  text-decoration:none; 
}

.result_cell0 { 
  background-color: #FAFAFA; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell1 { 
  background-color: #F0F0F0; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell_selected {
  background-color: #FFFFBB; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration:none; 
}

.row_highlight {
  background-color: #FBF8CC; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
  border: 1px solid #FBF8CC;
}

.result_cell_highlight0 { 
  background-color: #EEFFEE; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration:none; 
}

.result_cell_highlight1 { 
  background-color: #FFFFEE; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell_highlight2 { 
  background-color: #EEEEFF; 
  color: #000000; 
  font-family: Tahoma;
  font-size: 10px; 
  text-decoration:none; 
}

.results_hover { 
  cursor: pointer; 
}

.result_cell_day_selected { 
  background-color: #FFFFBB; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell_day_available { 
  background-color: #00FF00; 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell_day_unavailable { 
  background-color: #FF0000; 
  color: #000000;
  font-family: Tahoma; 
  font-size: 10px; 
  text-decoration: none; 
}

.result_cell_day_available, .result_cell_day_selected, .result_cell_day_unavailable {  
  border-color: #FFFFFF #B0C2DB #B0C2DB #FFFFFF; 
  border-style: solid; 
  border-width: 2px;
}

.results, .result_cell0, .result_cell1, .result_cell_selected, .result_cell_highlight0, .result_cell_highlight1, .result_cell_highlight2 {
  border-color: #FFFFFF #CAE6C6 #CAE6C6 #FFFFFF; 
  border-style: solid; 
  border-width: 1px;
}

.row0, .row1, .cell_border {
  border-color: #E0E0E0 #7CCD9C #7CCD9C #FFFFFF; 
  border-style: solid; 
  border-width: 1px;
}

.row0 {
  background-color: #DFFDDA;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.row1 {
  background-color: #CAE6C6;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.row0PropDett {
	background-color: #B3F7C7;
	font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

.row1PropDett {
	background-color: #CBFAD9;
	font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
}

/* ========================================================== *
 * Print
 * ========================================================== */
.body_stampa {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size : 7pt;
  background-color: #FFFFFF;
}

.testo_stampa {
	font-family : Verdana,Arial,Helvetica;
	font-size : 7pt;
	background-color: #FFFFFF;
}

/* ========================================================== *
 * Header
 * ========================================================== */
.header{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  background-color: #004a84;
}

/* ========================================================== *
 * Form and table
 * ========================================================== */
.form_01 { 
  color: #000000; 
  font-family: Tahoma, sans-serif; 
  font-weight: bold; 
  font-size: 10px; 
  text-decoration: none;
  background: #FFFFFF; 
  border-style: solid; 
  border-color: #006699; 
  border-width: 1px;
}

.tabletipo_01 {
  text-decoration: none; 
  border-style: solid; 
  border-color: #A0A0A0; 
  border-width: 1px;
}

.tabletipo_02 {
  text-decoration: none; 
  border-style: solid;
  border-color: #00306F; 
  border-width: 1px;
}

.tabletipo_03 {
  text-decoration: none; 
  border-style: solid; 
  border-color: #F0F0F0; 
  border-width: 1px;
}

.tabletipo_04 {
  text-decoration: none;
  border-style: solid;
  border-color: #318D5D;
  border-width: 1px;
}

.tabletipo_05 {
  text-decoration: none; 
  border-style: solid;
  border-color: #C6CFDB;
  border-width: 1px;
}

.tabletipo_06 {
  text-decoration: none;
  border-style: solid;
  border-color: #318D5D; 
  border-width: 1px;
}

.border_sinistra { 
  background-color: #318D5D;
}
.border_destra { 
  background-color: #003823; 
}

.border_top1 { 
  background-color: #82BA9C; 
}

.border_top2 { 
  background-color: #61A882; 
}

.border_bottom { 
  background-color: #003823; 
}

.table_ricerca {
  background-color: #FAFAFA;
  color: #000000;
  font-family: Tahoma, sans-serif;
  font-size: 10px;
  text-decoration: none;
	border-color: #CAE6C6 #FFFFFF #FFFFFF #CAE6C6; 
	border-style: solid; 
	border-width: 1px;
}

.label_table {
  border-color: #7CCD9C #FFFFFF #FFFFFF #7CCD9C; 
  border-style: solid; 
  border-width: 1px;
}

/* -----
   Workarounds 
         ----- */

thead.find_results tr {
  POSITION: relative; 
  TOP: expression(offsetParent.scrollTop-2);
}

table > tbody.find_results {
  overflow: auto;
  height: auto;
  overflow-x: hidden;
}

tbody.find_results tr td {
  padding-right: 16px;
}

/* -----
   Marcatori per la gestione delle liste di dettaglio
                                                ----- */
div > table > tbody.detail_results {
  overflow-y: auto;
  overflow-x: hidden;
}

div.genericResult > table > tbody.detail_results {
  overflow-y: auto;
  overflow-x: hidden;
  height:130px;
}

div.genericResult100 > table > tbody.detail_results {
  overflow-y: auto;
  overflow-x: hidden;
  height: 65px;
}

div.genericResult200 > table > tbody.detail_results {
  overflow-y: auto;
  overflow-x: hidden;
  height: 165px;
}

div.genericResult400 > table > tbody.detail_results {
  overflow-y: auto;
  overflow-x: hidden;
  height: 365px;
}

tbody.detail_results tr td:last-child {
  padding-right: 10px;
}

/* -----
   Gestione scroll nella find result: pulsanti nascosti
                                                  ----- */

thead.find_results tr {
  position: relative; 
  top: expression(offsetParent.scrollTop-2);
}

table > tbody.find_results {
  overflow: auto;
  height: 320px;
  overflow-x: hidden;
}

tbody.find_results tr td:unknown {
  padding-right: 16px;
}

/* ========================================================== *
 * Sheet
 * ========================================================== */
.scheda { 
  background-color: #CAE6C6; 
}

.scheda_dis {
  background-color: #82BA9C; 
}

.scheda_ena { 
  background-color: #ADD4B7; 
}

.title_scheda { 
  color: #318D5D;
  font-family: Tahoma, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
}

.title_scheda_dis { 
  color: #318D5D; 
  background-color: #82BA9C;
  font-family: Tahoma, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  text-decoration: none;
  font-style:italic
}

.title_scheda_ena { 
  color: #318D5D; 
  background-color: #ADD4B7; 
  font-family: Tahoma, sans-serif; 
  font-size: 9pt;
  font-weight: bold;
  text-decoration:none;
}

.title_tab { 
  cursor:pointer; 
  white-space: nowrap;
}

/* ========================================================== *
 * Tooltip
 * ========================================================== */
.tooltip {
  height:100%; 
  width:100%;
  background-color: #DFFDDA;
  layer-background-color: #DFFDDA;
  border-color: #318D5D;
  border-width: 1px;
  border-style: solid;
  font-family: Tahoma, sans-serif;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration:none;
}

/* ========================================================== *
 * Tab
 * ========================================================== */
.selected_tabbed {
  border-right: #000000 2px solid;
  border-top: #1873c6 2px solid;
  border-left: #1873c6 2px solid;
  font-weight: bold;
  font-size: 8pt;
	background: #004a84;
  margin-bottom: 1pt;
  cursor: pointer;
  color: #FFCC00;
  font-family: Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.tabbed_foot {
  background: #004a84;
  height:7px;
  border-left: #1873c6 2px solid;
}

.disabled_tabbed {
  border-right: #000000 2px solid;
  border-top: #1873c6 2px solid;
  border-left: #1873c6 2px solid;
  font-weight: bold;
  font-size: 8pt;
  background: #517A99;
  margin-bottom: 1pt;
  color: #CCCCCC;
  font-family: Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.tabbed {
  border-right: #000000 2px solid;
  border-top: #1873c6 2px solid;
  border-left: #1873c6 2px solid;
  font-weight: bold;
  font-size: 8pt;
  background: #517A99;
  margin-bottom: 1pt;
  cursor: pointer;
  color: #FFCC00;
  font-family: Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.TABBED_LINK:link {
  text-decoration : none;
  color : #FFCC00;
}

.TABBED_LINK:VISITED {
  text-decoration : none;
  color : #FFCC00;
}

.TABBED_LINK:HOVER{
  color: #FFCCFF;
  text-decoration : none;
}

/* ========================================================== *
 * Dual list
 * ========================================================== */
.dualList {
  height: 250px;
  width: 400px;
  overflow: auto;
  border: #000 1px solid;
  padding: 5px;
}

.dualListDyn {
  height: 250px;
  width: 100%;
  overflow: auto;
 	padding: 5px;
  border: #000 1px solid;
}

/* ========================================================== *
 * Menu Skin
 * ========================================================== */
.menuskin {
  position: absolute;
  background-color: #D3D3D3;
  layer-background-color: #D3D3D3;
  border: 2px solid #FFFFFF;
  font: normal 12px Verdana, sans-serif;
  line-height: 18px;
  z-index: 100;
  visibility: hidden;
}

.menuskin a {
  text-decoration: none;
  color: blue;
  padding-left: 10px;
  padding-right: 10px;
}

/* ========================================================== *
 * Miscellanea
 * ========================================================== */
.topLink {
  font-family: Tahoma, sans-serif;
  text-decoration: underline;
  font-size: 12px;
  color: #FFFFFF;
}

.rigaGold {
  color: #FFD700;
}

#mouseoverstyle {
  background-color: highlight;
}

#mouseoverstyle a {
  color: #FFFFFF;
}

.panel {
  background-color: #318D5D;
  color: #FFFFFF;
}

/* ========================================================= *
 * Fixed indipendent CSS class
 * ========================================================== */
.view_black {
  color: #000000;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9pt;
}

.deleted {
  text-decoration: line-through;
}

.upper{
  text-transform: uppercase
}

.black { 
  color:#000000; 
  font-family: Tahoma; 
  font-size: 10px; 
  text-decoration:none;
}

.white { 
  color:#FFFFFF; 
  font-family: Tahoma; 
  font-size: 10px; 
  text-decoration:none;
}

.par_up, .par_down {
  word-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.headerLabel {
  font-family: Tahoma, sans-serif;
  font-size: 11px; 
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.headerText {
  font-family: Tahoma, sans-serif;
  font-size:11px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  white-space: nowrap;
}

/* ========================================================= *
 * image
 * ========================================================== */

.imgXThin{
		border:0;
		heigth:8px;
		width:8px;
}

.imgThin{
		border:0;
		heigth:10px;
		width:10px;
}

.imgXSmall{
		border:0;
		heigth:12px;
		width:12px;
}

.imgSmall{
		border:0;
		heigth:14px;
		width:14px;
}

.imgMedium{
		border:0;
		heigth:16px;
		width:16px;
}

.imgLarge{
		border:0;
		heigth:18px;
		width:18px;
}

.imgXLarge{
		border:0;
		heigth:20px;
		width:20px;
}

.custom-border{
  border:1px;
 }
 
 tr.ff3workaround td {
	padding-bottom: 100%;
    height: 100%;
    border: 0px;
}