
.main{
  padding: 4px 8px 8px;

  left:0;
  position:absolute;
  right:0;

  /*width: 90%;*/
}

.main1{
  left:0;
 
  right:0;

  /*width: 90%;*/
}

.table_content{
  border-radius: 4px 4px 4px 4px;
  border: 1px solid silver;
  border-spacing: 0;
  clear: right;
  width: 100%;
}
.tr_content{
  background: repeat-x scroll 50% 50% #fafafa;
  color: #222222;
}

thead{
  border: 1px solid #AAAAAA;
  color: #ffffff;
  font-weight: bold;
  
}
tfoot{
  background: none repeat scroll 0 0 white;
  border: 1px solid #AAAAAA;
  color: #222222;
  font-weight: bold;
}
.tbody{
  padding: 0 8px 8px;
  width: 100%;
  vertical-align: top;
  border-spacing: 4px;
  margin-bottom: 10px;
  background: repeat-x scroll 50% 50% #fafafa;
  border: 1px solid #AAAAAA;
  color: #222222;
}
.td_content{
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 3px;
  padding-top: 3px;
  border-bottom: 1px solid #E3E3E3;
  border-left: 1px solid #DADADA;
  text-align: left;
  vertical-align: middle;
  border-spacing: 40px;
}   
.selettore{
  border-bottom: 1px solid #E3E3E3;
  padding: 1px 2px;
  text-align: left;
  vertical-align: middle;
  border-left: medium none;
}
.tr_header_content{
  background: -moz-linear-gradient(center top , #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;  
  background: -webkit-linear-gradient(top, #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
  background: -o-linear-gradient(top, #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
  background: -ms-linear-gradient(top, #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD30C', endColorstr='#e65f25',GradientType=0 ) repeat scroll 0 0 transparent;
}
.tr_header_action_content{
  background: #ffffff repeat scroll 0 0;
  margin-bottom: 10px;
}
.tr_header_search_content{
  /*background: #ffffff repeat scroll 0 0;*/
  background: none repeat scroll 0 0 #d5d5d5;
  margin-bottom: 10px;
  color: #222222;
}

.tr_header_search_content2{
  background: none repeat scroll 0 0 #AAAAAA;
  margin-bottom: 10px;
  color: #ffffff;
}

.button{
    background: none repeat scroll 0 0%, -moz-linear-gradient(#EFEFEF, #D8D8D8) repeat scroll 0 0 transparent;    
    background: -webkit-linear-gradient(#EFEFEF, #D8D8D8) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#EFEFEF, #D8D8D8) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(#EFEFEF, #D8D8D8) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EFEFEF', endColorstr='#D8D8D8',GradientType=0 ) repeat scroll 0 0 transparent; 
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    color: #404040;
    display: inline-block;
    font-size: 12px;
    outline: medium none;
    padding: 3px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.button_tab{
    background: none repeat scroll 0 0%, -moz-linear-gradient(#949292, #282828) repeat scroll 0 0 transparent;    
    background: -webkit-linear-gradient(#949292, #282828) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#949292, #282828) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(#949292, #282828) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#949292', endColorstr='#282828',GradientType=0 ) repeat scroll 0 0 transparent;    
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    outline: medium none;
    padding: 3px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
table{
  background: transparent;
}
.tr_footer_content{
  background: #ffffff repeat scroll 0 0;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 white;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    color: #1F1F1F;
    margin: 0 2px;
    min-width: 200px;
    padding: 3px 2px;
}

.input_det {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 white;
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    color: #1F1F1F;
    margin: 0 2px;
    min-width: 90px;
    padding: 3px 2px;
}

.input_det_key {
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #ffffff;
    border-radius: 3px 3px 3px 3px;
    color: #1F1F1F;
    margin: 0 2px;
    min-width: 90px;
    padding: 3px 2px;
}

#tips {
    display:none;
    background:transparent url(../images/black_arrow.png);
    font-size:12px;
    height:70px;
    width:160px;
    padding:25px;
    color:#fff;
  }

.top_menu {
  background-color: #454343;
  background-image: linear-gradient(to bottom, #646060, #262626);
  height: 32px;
  width: 100%;
}
.oe_dropdown, .oe_dropdown_hover, .oe_dropdown_toggle {
    cursor: pointer;
    position: relative;
}
.oe_dropdown_toggle {
    color: #4C4C4C;
    font-weight: normal;
}
.oe_user_menu {
    float: right;
    margin: 0.5px;
    padding: 0;
}
.top_menu .oe_topbar_item {
    color: #EEEEEE;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 5px 10px 7px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out 0s;
    vertical-align: top;
}
.top_menu .oe_topbar_item:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    color: white;
    text-shadow: 0 0 3px black;
}
.oe_dropdown_arrow:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #404040;
    content: "&darr";
    display: inline-block;
    height: 0;
    margin-left: 3px;
    margin-top: 8px;
    opacity: 0.5;
    text-indent: -99999px;
    vertical-align: top;
    width: 0;
}
.top_menu .oe_dropdown_arrow:after {
    border-top: 4px solid white;
}

.top_menu .oe_topbar_avatar {
    vertical-align: top;
    border-radius: 3px 3px 3px 3px;
    height: 24px;
    margin: -2px 2px 0 0;
    width: 24px;
}

.top_menu .oe_topbar_name {
    display: inline-block;
    max-height: 100%;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 80px;
}
.oe_dropdown_menu {
    background: none repeat scroll 0 0 white;
    border: 1px solid #AFAFB6;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    display: none;
    left: 0;
    margin: 0;
    min-width: 140px;
    padding: 4px 0;
    position: absolute;
    text-align: left;
    top: 26px;
    z-index: 3;
}
.oe_dropdown_menu:hover{
  background-color: #EFEFF8;
}
.top_menu .oe_dropdown_menu {
    background: none repeat scroll 0 0 padding-box rgba(37, 37, 37, 0.9);
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 0 1px 1px;
    top: 32px;
}
.oe_user_menu .oe_dropdown_menu {
    right: -1px;
}
.oe_dropdown_menu > li {
    display: block;
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 2px 8px;
    position: relative;
}
.oe_dropdown_menu > li:hover {
    background-color: #EFEFF8;
    background-image: linear-gradient(to bottom, #F0F0FA, #EEEEF6);
    box-shadow: none;
}
.oe_user_menu li {
    float: left;
    list-style-type: none;
}
.top_menu .oe_dropdown_menu li {
    float: none;
    padding: 3px 12px;
}
.top_menu .oe_dropdown_menu li:hover {
    background-color: #212121;
    background-image: linear-gradient(to bottom, #292929, #191919);
    box-shadow: none;
}
.oe_dropdown_menu > li > a {
    color: #4C4C4C;
    display: block;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.oe_dropdown_menu > li > a:hover {
    text-decoration: none;
}
.top_menu .oe_dropdown_menu li a {
    color: #EEEEEE;
}


.menu_principale2 {
    background: none repeat scroll 0 0 #D5D5D5;
    border-bottom: 1px solid #5A5858;       
    color: white;
    text-shadow: 0 1px 0 #333333;
    white-space: nowrap;
    display: block;
    line-height: 20px;
    padding: 0 5px 2px;
    text-decoration: none;
}
.menu_principale2 a:hover, .menu_principale a:focus, .menu_principale a.active {
    background: -moz-linear-gradient(center top , #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.menu_principale2 a {
  background: -moz-linear-gradient(center top , #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
    color: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.8) inset;
    color: #404040;
    display: inline-block;
    font-size: 12px;
    outline: medium none;
    padding: 3px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    white-space: nowrap;
}
.div_float_main{
    border: 1px solid silver;
    border-radius: 4px 4px 4px 4px;
    background-color: white;
    margin: 0 0.5em 0.5em 0;
    padding: 0;
    z-index: 500;   
    position: fixed;
    left:500px;
    top:100px;
    display: none;
    width:520px;
}
.div_float_header{
    /*background: url("/immagini/box-a-header-a.gif") repeat-x scroll 0 0 white;*/
    background: -moz-linear-gradient(center top , #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
    
    background: -webkit-linear-gradient(#FFD30C, #FFA50C,#e65f25) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(#FFD30C, #FFA50C,#e65f25) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(#FFD30C, #FFA50C,#e65f25) repeat scroll 0 0 transparent;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFD30C', endColorstr='#e65f25',GradientType=0 ) repeat scroll 0 0 transparent;
    
    
    border-bottom: 1px solid #E5E5E5;
    font-weight: normal;
    text-indent: 10px;
    vertical-align: middle;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin: 0;
    padding: 4px;
    z-index: 500; 
    color: white;
    text-shadow: 0 1px 0 #333333;
   
}
.div_float_main .div_float_header .ui-icon {
    float: right;
}

.div_float_main .ui-icon {
    cursor: pointer;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-plusthick {
    background-position: -34px -128px;
}

.ui-icon {
    background-image: url("/immagini/ui-icons_222222_256x240.png");
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    text-indent: -99999px;
}
.ui-icon-minusthick {
    background-position: -64px -128px;
}

.div_float_main .ui-icon:hover {
    background-color: #CCCCCC;
    border-radius: 4px 4px 4px 4px;
}

.div_float_main .div_float_header:hover {
    cursor: move;
}
.div_float_main .div_float_content 
{

}

element.style {
    display: block;
}
.contenuti {
    background: none;
    /*display: block;*/
    height: 100%;
    min-width: 200px;
    /*position: absolute;*/
    vertical-align: top;
    width: 100%;
    /*padding: 0px 200px;
    padding-left: 200px;*/
    left:20px;
}

.contenuti2 {
    background: none;
    /*display: block;*/
    height: 100%;
    min-width: 200px;
    /*position: absolute;*/
    vertical-align: top;
    padding-left: 210px;
    left:20px;
}
.menu_sx {
    background: none repeat scroll 0 0 #d5d5d5;
    border-bottom: 1px solid #5A5858;
    border-right: 1px solid #3C3C3C;
    display: block;
    height: 100%;
    min-width: 200px;
    position: absolute;
    vertical-align: top;
    width: 200px;
    z-index: 100;
    
}
.menu_sx .menu_sx_contenuti{
    background: none repeat scroll 0 0 #d5d5d5;
    border-bottom: 1px solid #5A5858;
    border-right: 1px solid #3C3C3C;
    display: block;
    height: 100%;
    min-width: 200px;
    position: absolute;
    vertical-align: top;
    width: 200px;
    
}
.menu_sx .contenuti_header{
  background: -moz-linear-gradient(center top , #FFD30C 0%, #FFA50C 8%, #e65f25 100%) repeat scroll 0 0 transparent;
  color: white;
  text-shadow: 0 1px 0 #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 20px;
  padding: 0 5px 2px;
  text-decoration: none;
  border-bottom: 1px solid #282828;
}

.menu_sx .vista_aperto {
    background: none repeat scroll 0 0 #818181;
    border-bottom: 1px solid #282828;
    border-left: 1px solid #282828;
    color: white;
    cursor: pointer;
    font-size: 18px;
    height: 21px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 0 #333333;
    width: 21px;
    z-index: 10;
}
.menu_sx .vista_chiuso {
background: none repeat scroll 0 0 #818181;
    border-bottom: 1px solid #282828;
    border-left: medium none;
    height: 21px;
    position: static;
    width: 21px;
}
.menu_sx .vista_aperto span.oe_menu_fold {
    display: block;
}
.menu_sx .vista_aperto span.oe_menu_unfold {
    display: none;
}

.menu_sx .oe_secondary_menu a.oe_secondary_menu_item {
    overflow: hidden;
    text-overflow: ellipsis;
    background: -moz-linear-gradient(center top , #949292 0%, #6D6B6B 87%, #282828 99%) repeat scroll 0 0 transparent;
    color: white;
    display: block;
    text-shadow: 0 1px 0 #333333;
    padding: 0 5px 2px 10px;
    white-space: nowrap;
    line-height: 20px;
    text-decoration: none;
}

.menu_sx .oe_secondary_menu a.oe_secondary_menu_item:hover, .menu_sx .oe_secondary_menu a.oe_secondary_menu_item:active{
    overflow: hidden;
    text-overflow: ellipsis;
    background: -moz-linear-gradient(center top , #FFFFFF 0%, #D8D8D8 11%, #AFAFAF 86%, #333333 91%, #5A5858 96%) repeat scroll 0 0 transparent;
    color: #3F3D3D;
    display: block;
    text-shadow: 0 1px 0 #FFFFFF;
    line-height: 20px;
    padding: 0 5px 2px 10px;
    text-decoration: none;   
    white-space: nowrap;    
}

.titolo_sezione {
    color: #252424;
    font-size: 150%;
    font-weight: normal;
    text-shadow: 0 1px 0 white;
    margin: 6px 2px 6px 7px;
    overflow: auto;
}
.etichetta1{
  font-size: 110%;
  font-weight: bold;
  color:222222;
}

.testata{
  font-size: 105%;
  padding: 4px 0px 8px 0px;
}


input[readonly="readonly"] { background: #DDD; }
input[readonly="readonly"]:focus { background: #DDD; }