/*---- Layout ----*/
div {
  /* this is for netscape 4's sake */
  padding: 0;
  margin: 0;
}

body {
  padding: 0px;
  margin: 0;
  background-color:#fff;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
}

body a,
body a:active,
body a:focus,
body input:active,
body input:focus {
  outline: none;
}

#oldbrowser {
  text-align: center;
}

#masthead {
  background-color:#fff;
}

#masthead h1 {
  display: inline;
}

#leftcolumn {
  background-color:#ffffcc;
  margin-right: -276px;   /* IE 4 fix */
}

#leftColumn {
  float: left;
  width: 276px;
  /*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}

#contentColumn {
  width: auto;
  margin-left: 275px;
}

#project #contentColumn,
#page_layout #contentColumn,
#widget #contentColumn,
#user #contentColumn,
#permission #contentColumn,
#widget_output #contentColumn,
#project_permission #contentColumn,
#xform #contentColumn,
#validation #contentColumn,
#importer #contentColumn,
#data_importer #contentColumn,
#rbt #contentColumn,
#xform_builder #contentColumn,
#user_content #contentColumn,
#user_content_builder #contentColumn,
#user_content_relation #contentColumn,
#tools #contentColumn
{
  width: auto;
  margin: 0px;
}

#project div#pageFrame.edit #contentColumn, #project div#pageFrame.update #contentColumn, #project div#pageFrame.meta_info #contentColumn, #project div#pageFrame.update_meta_info #contentColumn {
  width: auto;
  margin-left: 275px;
}

#innerContentColumn,
#innerFooter {
  padding: 10px;
}

#innerLeftColumn {
  padding:1px;
  /*background-color:#ffffcc;*/
}

#xmanager_footer {
  clear: left;
}

#innerFooter {
  text-align: center;
}


#innerContentColumn {
  overflow: visible;
  height: 100%;   /* fix the Win32 IE float bug */
  padding: 1.5em 0 3.8em 0;
  margin: 20px 20px 20px 20px;
  background-color:#F8F8F8;
  border:2px solid #dddddd;
}

#innerContentColumn[id] {
  padding: 0 0 1em 0;
}

#contentColumn>#innerContentColumn {
    height: auto;   /* fix Opera 5 which breaks with the above IE fix */
}

#innercontentcolumn {
    height: 100%;   /* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}

#masthead,
#xmanager_footer {
    z-index: 10;
}

/*---- Borders ----*/
#pageFrame {
    border: solid 0px #000;
}

#xmanager_footer,
#masthead,
#innerLeftColumn,
#contentColumn {
    border: solid 0px #000;
}

#xmanager_footer {
    border-top: 2px solid #dddddd;
}

#innerLeftColumn {
    border-right: 0px solid #dddddd;
}

#contentColumn {
    border-left: 0px solid #dddddd;
}

/*---- Visual Elements ----*/

#pageFrame {
    background-color: #fff;
    color: #000;
    min-width: 500px;
}

.hide {
    display: none;
}

#loginBox {
  border:1px solid #DDDDDD;
  background-color:#F8F8F8;
  padding:30px 20px 25px 20px;
  text-align:left;
  width:280px;
  margin:auto;
  background-image: url(/images/fondo_box_login.gif);
  background-position:-60px;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.hnav {
    height:14px;
    border-bottom:2px solid #DDDDDD;
    white-space: nowrap;
    margin: 0;
    padding:2px 0 1px 0;
    color: #000;
    background-color:#F8F8F8;
}

div#oldbrowser {
    display: none;  /* hide the standards compliant warning - this isn't a catch all, but works for old browsers */
}

#innerLeftColumn,
#innerContentColumn {
    overflow: visible;  /* fix the Win32 IE italics bug */
    height: 100%;       /* ditto */
}

#innerleftcolumn,
#innercontentcolumn {
    overflow: hidden;   /* IE5.0 fix the Win32 IE italics bug */
    width: 100%;
    height: auto;
}

#innerleftcolumn/* hide from IE5.0 */,
#innercontentcolumn/* hide from IE5.0 */
{
    overflow: visible;  /* reset IE5.0 fix for 5.5 */
    height: 100%;       /* ditto */
    width: auto;        /* reset Safair after picking up the above IE5.0 fix : it's case insensitive to CSS selectors */
}

/******************************************************************************/

#logo_xmanager {
    height:48px;
    margin-top:2px;
}

#topmenu {
    width:100%;
    border:0;
    padding:0px;
    padding-bottom:3px;
    padding-top:2px;
}

#currentsite {
    background-color: #F8F8F8;
    width:100%;
    color:#203D75;
    white-space:nowrap;
}

#currentsitetext {
    padding: 0px 4px 0 0;
    float: right;
    white-space:nowrap;
}

#currentusertext {
    padding: 0px 4px 0 0;
    float: left;
}

body#user p.login_error{
  margin:0px 0 15px 0;
  padding:0;
  font-size:10px;
}

a {
    text-decoration:none;
    color:#ce0000;
}

.clear {
    height:1px;
    margin:0;
    padding:0;
    clear: both;
}

#innerContentColumn #button {
    height: 42px;
    border-bottom: 1px solid #203d75;
    padding: 10px 10px 10px 20px;
}

#innerContentColumn #button li {
    list-style: none;
    float: left;
}

#innerContentColumn #button li a {
    float: left;
    width: 42px;
    height: 42px;
    padding: 0px 10px 0px 0px;
}

.bt_nuova a {
    background: #f8f8f8 no-repeat;
    background-image: url(/images/bt_nuova.gif);
}

.bt_mediant a {
    background: #f8f8f8 no-repeat;
    background-image: url(/images/bt_mediaint.gif);
}

.bt_salva a {
    background: #f8f8f8 no-repeat;
    background-image: url(/images/bt_salva.gif);
}

#bt_ripristina {
    background: #f8f8f8 no-repeat;
    background-image: url(/images/bt_ripristina.gif);
    width: 42px;
    height: 42px;
    float: right;
    margin-right: 10px;
}

.box_risorsa {
    padding:.2em 0 0 0;
    border:1px solid #203d75;
    border-top:0px;
    margin:0px 20px 10px 20px;
    background-color:#fff;
}

.risorsa_style {
    padding:1px 0 3px 0;
    border:1px solid #203d75;
    border-bottom: 2px solid #203d75;
    border-top: 2px solid #A0272B;
    margin:0px 20px 0px 20px;
    background-color:#fff;
}

*html .mac_os_x_content .risorsa_style {
    margin-top:15px;
}

.risorsa_style[class] {
    margin:20px 20px 0 20px;
}

div.riquadro-header {
    height: 14px;
    margin-top: 2px;
    padding:1px 0 0 5px;
    font-weight:bold;
}

#Contenuto_risorsa {
    width: 167px;
    height: 15px;
    background: White no-repeat;
    background-image: url(/images/Contenuto_risorsa.jpg);
    margin-top: 2px;
}

#Avanzate {
    width: 167px;
    height: 15px;
    background: White no-repeat;
    background-image: url(/images/Avanzate.gif);
    margin-top: 2px;
}

.help_ico {
    width: 16px;
    height: 16px;
    background: White no-repeat;
    background-image: url(/images/Help_ico.jpg);
    float: right;
    margin-right: 3px;
    margin-top: 2px;
    display: none;
}

.close_ico {
    width: 16px;
    height: 16px;
    background: White no-repeat;
    background-image: url(/images/mac_os_x/close.gif);
    float: right;
    margin-right: 3px;
    margin-top: 2px;
}

#text_editor {
    width:661px;
    height: 348px;
    margin-left: 33px;
    margin-top: 0px;
    background-image: url(/images/text_editor.gif);
}

.grigio {
    background-color: #f8f8f8;
    height: 30px;
    padding: 0px 0px 0px 30px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.bianco {
    background-color: White;
    height: 30px;
    padding: 0px 0px 0px 30px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.form {
    margin: 20px;
    display:block;
}

form {
    margin:0;
}

#widgets_list table {
    margin:0 0 10px 0;
    width:100%;
}

#content_fields_list, div.content_fields_list {
    position:relative;
}

/* Se a questi gli dessimo una classe? ..eccola! - solo che e' troppo incasinato tutto il ciborio per usarla davvero! */

table.xm-wide-std-table {
  margin: 0 0 10px 0;
  width: 100%;
}


#content_fields_list table, div.content_fields_list table {
    margin: 0 0 10px 0;
    width: 100%;
}

#edit_relations_div #content_fields_list table, #edit_relations_div div.content_fields_list table {
    margin:0 0 10px 0;
    width:100%;
}

#widget_item_step_by_step_div #content_filters_on_resource_fields table,
#widget_item_step_by_step_div #content_filters_on_relations table {
    margin:0 0 10px 0;
    width:100%;
}

#widget #content_fields_list table {
    margin:0 0 10px 0;
    width:55%;
}

#content_fields_list,
div.content_fields_list,
#widgets_list {
    position:relative;
}

div.relation_header{
    background-color:#ffffff;
    color:#000000;
    padding:5px 0 5px 3px;
    border-bottom:1px solid #DEDFDE;
}

div.relation_header.active, div.relation_header.whitout_instance.active {
    background-color:#203d75;
    color:#ffffff;
}

div.relation_header.whitout_instance { background-color:#ffffcc; }

div.relation_header a { color:#ce0000; }

div.relation_header.active a { color:#ffffcc; }

#content_fields_list td,
div.content_fields_list td,
#widgets_list td,
#content_filters_on_resource_fields td,
#content_filters_on_relations td {
    margin:2px 0 2px 0;
    padding:3px 0px 2px 4px;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

#trnewfield td {
    margin:0px 0 0px 0;
    padding:1px 0px 1px 2px;
}

#relation_without_instance  {
    margin:0px 0 0px 0;
    padding:1px 0px 1px 2px;
}


/*
#content_fields_list tr.even,
div.content_fields_list tr.even,
#widgets_list tr.even,
#content_filters_on_resource_fields tr.even,
#content_filters_on_relations tr.even {
    background-color:#e9e9e9;
    cursor : pointer;
}
*/

tr.even { background-color:#e9e9e9; }

tr.odd { background-color:#FFFBFF; }

tr.inverse { background-color:#203d75; color:#ffffff; }

div.content_fields_list li.even div.colored{
   background-color:#e9e9e9;
}
/*
#content_fields_list tr.odd,
div.content_fields_list tr.odd,
#widgets_list tr.odd,
#content_filters_on_resource_fields tr.odd,
#content_filters_on_relations tr.odd {
    background-color:#FFFBFF;
    cursor : pointer;
}
*/

div.content_fields_list li.odd div{
    background-color:#f6f6f6;
}

/* Spesso l'header di tabelle.. rimpiazza una serie di definizioni che erano molto ad-hoc */
.x-std-th {
    background-color: #213C73;
    color: #FFF;
    font-weight: bold;
    text-align: left;
    font-weight: bold;
    margin: 2px 0 2px 0;
    padding: 3px 4px 3px 4px;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }

input.textfield {
    width:97%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size:11px;
}

#secondary_fields_edit_resource_div input.resource_textfield {
    margin-right:4px;
    float:left;
    width:92%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size:11px;
}

#innerContentColumn input.small_resource_textfield {
    float:left;
    margin-left:1px;
    margin-right:4px;
    margin-top:0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div#xform_list input.resource_textfield {
    float:left;
    width:98%;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-size:11px;
}

#innerContentColumn input.resource_file_field {
    z-index: 2;
    font-size:11px;
}

#innerContentColumn div.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    width:550px;
    border:0px solid black;
    z-index: 1;
    padding-right:30px;
}

.fieldWithErrors {
    margin:0px 0 0px 0;
    padding:0;
    display:inline;
}

#edit_widget_step_by_step{
    text-align:left;
}

#edit_widget_step_by_step select{
    font-size:11px;
}

#innerContentColumn span.error_message, #innerContentColumn div.error_message,
#edit_widget_step_by_step_content span.error_message {
    color:#ce0000;
}

#innerContentColumn div.display_error,
#edit_widget_step_by_step_content div.display_error {
    margin:0px 0 0 0;
    background-image: url(/images/exclamation_mark.png);
    background-repeat: no-repeat;
    background-position:0px -0px;
    padding:3px 0 0px 20px;
    border:0px solid #000000;
    margin:4px 0 2px 0;
    height:13px;
}

div.browse_div {
    float:left;
    margin:0 3px 0 5px;
    color:#ce0000;
    border:0px solid #000000;
    width:47px;
    height:21px;
    padding:1px 0 0px 18px;
    background-image:url(/images/find.png);
    background-repeat: no-repeat;
}

input.fake_file_to_upload{
    background-color:#ffffcc;
    width:440px;
    font-size:11px;
    float:left;
}

*html div.display_error {
    background-color: #ffffff;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/exclamation_mark.png", sizingMethod="crop");
}

div.display-notice {
    margin: 0.5em 0em 0.5em 2em;
    padding: 3px 0 3px 20px;
    background-image: url(/images/on_led.gif);
    background-position: 0 2px ;
    background-repeat: no-repeat;
    /*font-weight: bold;*/
}

.error_message_item {
    color:#ce0000;
    background-color:#ffffcc;
}

.input_separator {
    height:15px;
}

.input_separator_resource_secondary_fields {
    height:17px;
}

*html .input_separator_resource_secondary_fields {
    height:0px;
}

.separator {
    margin: 0 0 40px 0;
}

#innerContentColumn select,
#edit_widget_one_step select,
#edit_widget_step_by_step_div select {
    width:250px;
    display:block;
    margin:0 0 0px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
#user_content #innerContentColumn select{ display:inline;}

.box_contenuto {
    background-color: White;
    height: 450px;
    margin: 20px 20px 20px 20px;
    border: 1px solid #203d75;
}

.nuova_bt {
    background: no-repeat;
    background-image: url(/images/nuova_bt.gif);
}

.salva_bt {
    background: no-repeat;
    background-image: url(/images/salva_bt.gif);
}

.mediant_bt {
    background: no-repeat;
    background-image: url(/images/media_bt.gif);
}

#ripristina_bt {
    background: no-repeat;
    background-image: url(/images/riprstina_bt.gif);
    width: 90px;
    height: 18px;
    float: right;
    padding-right: 20px;
}

div.footerButton {
    border:0px solid #000000;
    height: 30px;
    margin: 0px 20px 10px 17px;
}

/* Non pare usato */
#footer_button[id] {
    margin: 0px 19px 10px 20px;
}

div.rightAlign { float: right; }
div.leftAlign { float: left; }

form.addedfield {
    display:block;
    clear:both;
    margin:0;
    padding:0;
}

select.addedfield,
select.validate-select {
    width:97%;
    font-size:11px;
    display:block;
    margin:1px 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#resource select.validate-select,
#widget select.validate-select {
    width:250px;
}

#resource form#relations_edit_form select.validate-select {
    width:99%;
}

select.addedfield[class],
select.validate-select[class] {
    margin:auto 0px;
}

.form select.validate-select {
    width:98%;
}

input.validate_nothing {
    width:97%;
    font-size:11px;
    display:block;
    margin:auto 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

input.addedfield,
input.validate-alphanum,
input.validate-alpha,
input.validate-rhtml,
input.validate-file,
input.required,
input.validate-url,
input.validate-required-url {
    width:97%;
    font-size:11px;
    display:block;
    margin:auto 0px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.validation-advice {
    color:#ce0000;
    /*background-color:#c1c1c1;*/
    margin:0px 0 0 0;
    background-image:  url(/images/exclamation_mark.png);
    background-repeat: no-repeat;
    background-position:0px -0px;
    padding:3px 0 0px 18px;
    border:0px solid #000000;
}

#resource_model .validation-advice {
    padding-top:4px;
}

* html .validation-advice {
    background-color: #FFFF99;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/exclamation_mark.png", sizingMethod="crop");
}

* html #resource div.edit .validation-advice {
    background-color: #FFF;
}

.loading {
    float:left;
    margin:7px 0 0 15px;
}

.form .fckdiv_loading {
    position:absolute;
    top:2px;
    left:22px;
    width:24px;
    height:21px;
    background-color:#EFEFDE;
    text-align:center;
    padding-top:4px;
}

.div_layout,
.div_format {
    position:relative;
    width:160px;
    padding:8px 5px 5px 5px;
    cursor:pointer;
    background-color:#ffffff;
    border: 2px solid white;
}

.div_layout{
        width:95%;
}

.div_layout:hover, .div_format:hover {
    background-color:#eaeaea;
}

.layout_panel {
    filter:alpha(opacity=80);
    opacity: 0.80;
    -moz-opacity:0.80;
}

.layout_panel_image {
    margin:6px 2px 0px 2px;
    filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

.div_selected {
    position:relative;
    width:162px;
    padding:9px 5px 6px 5px;
    cursor:pointer;
    background-color:#dfdfdf;
    border: 1px solid green;
    color:#203D75;
}

#panel_table td:hover { background-color:#eaeaea; }

#panel_table td.layout{
  cursor:pointer;
  padding:10px 5px 5px 5px;
  border: 2px solid white;
}

#panel_table td.layout_selected{
  background-color:#dfdfdf;
  padding:11px 6px 6px 6px;
  border: 1px solid green;
}

#panel_table td.layout_selected:hover{
    background-color:#dfdfdf;
    padding:11px 6px 6px 6px;
    border: 1px solid green;
}

div.xmanager_menu_top,
div.xmanager_menu_contestuale,
div.xmanager_menu_sx,
div.xmanager_content,
div.xmanager_footer { position:relative; }

div.menu_top ul li.dynamic_menu_item {
    z-index:6;
}

#ul_menu_contestuale div.view_menu_element { }

#ul_menu_contestuale .dynamic_menu_item {
    z-index:6;
    position:relative;
    cursor : pointer;
}

.resource_fields_label {
    margin:3px 0px 0 10px;
    float:left;
}

.resource_fields_label[class] {
    margin:3px 0px 0 19px;
}

.modifica_campo_bg {
    margin:3px 0px 0 0px;
    background-image: url(/images/menu/compila_sito.gif);
    background-repeat:no-repeat;
    padding:3px 0 0 20px;
    height:16px;
}

.modifica_campo_bg[class] {
    padding:3px 0 0 19px;
}

.modifica_campo_bg_right {
    width: 20%;
    margin:3px 0px 0 0px;
    background-image: url(/images/menu/compila_sito.gif);
    background-repeat:no-repeat;
    background-position: right;
    padding:0;
    height:16px;
}

.modifica_campo_bg_right A,
.close_modifica_campo_bg_right A {
    color: #000;
}

.close_modifica_campo_bg {
    margin:3px 0px 0 0px;
    background-image: url(/images/menu/pubblica_sito.gif);
    background-repeat:no-repeat;
    padding:3px 0 0 20px;
    height:16px;
}

.close_modifica_campo_bg_right {
    width: 20%;
    margin:3px 0px 0 0px;
    background-image: url(/images/menu/pubblica_sito.gif);
    background-repeat:no-repeat;
    background-position: right;
    padding:3px 0 0 20px;
    height:16px;
}

.opened_div_bg {
    margin:3px 0px 0 0px;
    background-image: url(/images/opened_div.gif);
    background-repeat:no-repeat;
    padding:3px 0 0 20px;
    height:16px;
}

.loading_resource_field_form {
    margin:3px 0px 0 0px;
    background-image: url(/images/loading.gif);
    background-repeat:no-repeat;
    padding:4px 0 0 20px;
    height:16px;
}

.loading_resource_field_form[class] {
    padding:3px 0 0 19px;
}

div.view_menu_item {
    padding:3px 3px 3px 5px;
    border-bottom:1px solid #f7f7f7;
    cursor:pointer;
    color:#ffffff;
    z-index:11;
    font-weight:normal;
}

div.view_menu_item:hover {
    background-color:#cecece;
}

div.view_menu_item a {
    color:#ffffff;
    cursor:pointer;
}

div.view_menu_element {
    border-left:1px solid #f7f7f7;
    filter:alpha(opacity=09);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index:200;
    background-color:#203D75;
}

#submenu_ul_menu_top {
    position:absolute;
}

#submenu_ul_menu_contestuale {
}

tr.ciccio {
  display:none;
}

#table_fields_selector {
    margin:0;
    padding:0;
}

#table_fields_selector tr td {
    overflow: hidden;
    list-style-type: none;
}

/*
#table_fields_selector tr.even, .table_fields_selector tr.even {
    background-color:#E9E9E9;
}


#table_fields_selector tr.odd, .table_fields_selector tr.odd {
    background-color:#FFFBFF;
}
*/

#table_fields_selector li input {
    margin:6px 0 0 0;
}

.small_xmanager_button a {
  color: #304B7E;
 }

.small_xmanager_button {
    float:left;
    display:block;
    cursor:pointer;
    width:58px;
    height:20px;
    padding:8px 0 0 28px;
    background-color:#F8F8F8;
    background-repeat: no-repeat;
    overflow: hidden;
    color:#304B7E;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#small_xmanager_button_xeditor {
    background-image:url(/images/Xeditor.gif);
}

#small_xmanager_button_ripristina {
    background-image:url(/images/bt_ripristina.gif);
    margin:0 2px 0 0;
    padding-left:26px;
    width:60px;
}

#small_xmanager_button_nuova {
    background-image:url(/images/nuova.gif);
    margin:0 2px 0 0;
}

#small_xmanager_button_nuovo_rss {
    background-image:url(/images/nuova_figlia.gif);
    margin:0 2px 0 0;
    width:91px;
}

#small_xmanager_button_nuova_figlia {
    background-image:url(/images/nuova_92px.gif);
    width:64px;
    margin:0 2px 0 0;
}

#small_xmanager_button_nuovo_progetto {
    background-image:url(/images/nuova_figlia.gif);
    width:91px;
    margin:0 2px 0 0;
}

#small_xmanager_button_elimina {
    background-image:url(/images/elimina.gif);
}

#small_xmanager_button_duplica {
    background-image:url(/images/duplica_bt.gif);
    width:64px;
    margin:0 2px 0 0;
}

div.footerButton input.button_forward {
    float:left;
    cursor:pointer;
    margin:0 2px 0 0;
    border:0;
    width:86px;
    height:28px;
    padding:0 6px 2px 0;
    background-color:#F8F8F8;
    background-image:url(/images/bt_avanti.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:right;
    color:#304B7E;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#small_xmanager_button_forward_off {
    background-image:url(/images/bt_avanti_off.gif);
    margin:0 2px 0 0;
    padding-left:30px;
    cursor:default;
    color:#959595;
}

#small_xmanager_button_back {
    background-image:url(/images/bt_indietro.gif);
    margin:0 2px 0 0;
    padding:8px 18px 0 10px;
}

#small_xmanager_button_back_off {
    background-image:url(/images/bt_indietro_off.gif);
    margin:0 2px 0 0;
    padding:8px 18px 0 10px;
    cursor:default;
    color:#959595;
}


#small_xmanager_button_login {
    background-image:url(/images/bt_compila.gif);
    margin:0 2px 0 0;
}

#small_xmanager_button_salva {
    float:left;
    cursor:pointer;
    margin:0 2px 0 0;
    border:0;
    width:86px;
    height:28px;
    padding-bottom:2px;
    background-color:#F8F8F8;
    background-image:url(/images/bt_salva.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:center;
    color:#304B7E;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#small_xmanager_button_salva:active,
#small_xmanager_button_salva:visited,
#small_xmanager_button_salva:focus {
    outline: none;
}

#small_xmanager_button_loadall {
    float:left;
    margin:0 2px 0 0;
    border:0;
    width:86px;
    height:28px;
    padding:0 12px 2px 0 ;
    background-color:#F8F8F8;
    background-image:url(/images/bt_salva.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:right;
    color:#304B7E;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#small_xmanager_button_login {
    float:left;
    cursor:pointer;
    margin:7px 2px 0 0;
    border:0;
    width:91px;
    height:28px;
    padding-bottom:2px;
    background-color:#F8F8F8;
    background-image:url(/images/bt_compila.gif);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:center;
    color:#ce0000;
    font-weight:bold;
    font-size:10px;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}


#small_xmanager_button_generic_120 {
    background-image:url(/images/bt_generic_120.gif);
    background-repeat: no-repeat;
    width: 120px;
 }

#small_xmanager_button_generic_98 {
    background-image:url(/images/bt_generic_98.gif);
    background-repeat: no-repeat;
    width: 71px;
 }

 #small_xmanager_button_css {
    background-image:url(/images/bt_generic_98.gif);
    background-repeat: no-repeat;
    padding-left:40px;
    width: 58px;
    margin-left:2px;
 }

 #small_xmanager_button_layout {
    background-image:url(/images/bt_generic_98.gif);
    background-repeat: no-repeat;
    padding-left:30px;
    width: 68px;
    margin-left:15px;
 }

form.inplaceeditor-form { /* The form */
    display:inline;
}

form.inplaceeditor-form input[type="text"] {
    background-color:red;
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    display:inline;
    border:0px;
    padding:0;
}

form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}

form.inplaceeditor-form input[type="submit"] { /* The submit button */
    background-color:#ffffff;
    border:0;
    padding:0;
    margin:-4px 0 0 0;
    height:12px;
    font-size:11px;
    color:#CE0000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor:pointer;
}

form.inplaceeditor-form a { /* The cancel link */
    background-color:#ffffff;
    border:0;
    padding:0;
    margin:-4px 0 0 0;
    height:12px;
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


ul#attachment_details {
    margin:3px 0 2px 0px;
    padding:0;
    list-style-type:none;
}

ul#attachment_details li { margin:0 0 3px 0; }

div.search_trigger{
    z-index:2;
    position:absolute;
    top:14px;
    right:24px;
    cursor:pointer;
    font-size:11px;
    color:#999999;
    filter:alpha(opacity=50);-moz-opacity: 0.5; opacity: 0.5;
}
div.search_trigger:hover{
    /*filter:alpha(opacity=80);-moz-opacity: 0.8; opacity: 0.8;*/
}

#innerLeftColumn div.search_trigger{
    right:26px;
}

#edit_widget_step_by_step_content #tree_menu_ul,
#edit_widget_step_by_step_content #branch_ul,
#edit_widget_step_by_step_content ul.tree_menu_ul,
#edit_widget_step_by_step_content ul.branch_ul,
#edit_widget_one_step_content #tree_menu_ul,
#edit_widget_one_step_content #branch_ul,
#edit_widget_one_step_content ul.tree_menu_ul,
#edit_widget_one_step_content ul.branch_ul { width:95%; }

ul#rss_tree_menu_ul {
    padding:0;
    margin:5px 0 0 1px;
}

ul#rbt_tree_menu_ul{
  margin:0px 0 0 15px;
}

ul#rbt_tree_menu_ul li.active{
  background: url(/images/ok.png) 14px 1px no-repeat;
}

#tree_wrapper {
    background-color:#ffffff;
    z-index:1;
    margin-bottom:15px;
    margin-top:18px;
    width:271px;
    height:350px;
    border-left:1px solid #C6C7C6;
    border-top:1px solid #C6C7C6;
    border-bottom:1px solid #C6C7C6;
}

#tree_menu_ul,
ul.tree_menu_ul {
    list-style-type:none;
    padding:0;
    padding-top:10px;
    margin:0px 0 0 0px;
}

ul#rbt_tree_menu_ul{
  padding-top:4px;
}

#table_xform ul.tree_menu_ul{
    padding-top:5px;
    padding-left:5px;
}

#widget_item_tree_menu_ul {
    list-style-type:none;
    padding:0;
    margin:0px 0 0 0px;
    text-align:left;
    margin:0;
    padding:0px 10px 0 0px;
}

#innerLeftColumn #tree_menu_ul,
#innerLeftColumn ul.tree_menu_ul {
    margin:0px 0 0 7px;
}

#root_node_view_ul #tree_menu_ul,
#root_node_view_ul ul.tree_menu_ul {
    margin:0px 0 0 15px;
    padding-top:2px;
}

#tree_menu_ul li,
ul.tree_menu_ul li {
    padding:2px 0 2px 0px ;
    cursor:default;
    margin:0px 0 0 0 ;
    position:relative;
}

#tree_menu_ul li a,
#branch_ul li a,
ul.tree_menu_ul li a,
ul.branch_ul li a { color:#000000; }

#tree_menu_ul li a:hover,
#branch_ul li a:hover,
ul.tree_menu_ul li a:hover,
ul.branch_ul li a:hover {
    background-color:navy;
    color:#ffffff;
}

#tree_menu_ul li a.selected,
#branch_ul li a.selected,
#root_node_view_ul li a.selected,
ul.tree_menu_ul li a.selected,
ul.branch_ul li a.selected,
ul.root_node_view_ul li a.selected {
    background-color:navy;
    color:#ffffff;
}

a.selected_to_move{
    background-color:#ffffcc;
    color:#000000;
}

ul#branch_ul,
ul.branch_ul {
    list-style-type:none;
    padding:0;
    margin:2px 0 0 16px;
}

ul#branch_ul li,
ul.branch_ul li {
    padding:2px 0 2px 0px ;
    cursor:default;
    margin:0px 0 0 0px ;
    position:relative;
}

li.folder_closed,
li.folder_open,
li.folder_open_unpublished,
li.folder_closed_unpublished { white-space:nowrap; }

ul.branch_ul li.leaf{ white-space: normal; }

#tree_menu_ul li.folder_closed,
ul.tree_menu_ul li.folder_closed {
    background-image: url(/images/TreeFolderClosed.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

#tree_menu_ul li.folder_closed_unpublished,
ul.tree_menu_ul li.folder_closed_unpublished {
    background-image: url(/images/TreeFolderClosed_unpublished.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

ul#branch_ul li.folder_closed,
ul.branch_ul li.folder_closed {
    background-image: url(/images/TreeFolderClosed.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

ul#branch_ul li.folder_closed_unpublished,
ul.branch_ul li.folder_closed_unpublished {
    background-image: url(/images/TreeFolderClosed_unpublished.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

#tree_menu_ul li.folder_open,
#widget_item_tree_menu_ul li.folder_open,
ul.tree_menu_ul li.folder_open {
    background-image: url(/images/TreeFolderOpen.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

#tree_menu_ul li.folder_open_unpublished,
#widget_item_tree_menu_ul li.folder_open_unpublished,
ul.tree_menu_ul li.folder_open_unpublished {
    background-image: url(/images/TreeFolderOpen_unpublished.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
}

ul#branch_ul li.folder_open,
ul.branch_ul li.folder_open {
    background-image: url(/images/TreeFolderOpen.png);
    background-repeat:no-repeat;
    background-position: 12px 1px ;
}

ul#branch_ul li.folder_open_unpublished,
ul.branch_ul li.folder_open_unpublished {
    background-image: url(/images/TreeFolderOpen_unpublished.png);
    background-repeat:no-repeat;
    background-position: 12px 1px ;
}

ul#tree_menu_ul li.leaf,
ul.tree_menu_ul li.leaf {
    background-image: url(/images/TreeNodeIcon.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul#widget_item_tree_menu_ul li.leaf,
ul.widget_item_tree_menu_ul li.leaf {
    background-image: url(/images/TreeNodeIcon.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul#widget_item_tree_menu_ul li.folder_closed_unpublished,
ul.widget_item_tree_menu_ul li.folder_closed_unpublished {
    background-image: url(/images/TreeFolderClosed_unpublished.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul#widget_item_tree_menu_ul li.folder_closed_unpublished a,
ul.widget_item_tree_menu_ul li.folder_closed_unpublished a {
        color:#d9d9d9;
}

ul.widget_tree_item_submenu li.leaf {
    background-image: url(/images/TreeNodeIcon.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul.widget_tree_item_submenu li.leaf a:hover {
    background-color:navy;
        color:#ffffff;
}

ul#widget_item_tree_menu_ul li ul.widget_tree_item_submenu li.leaf_selected {
    background-image: url(/images/ok.png);
    background-repeat:no-repeat;
    background-position: 14px 0px ;
    padding-left:32px;
}

ul.widget_tree_item_submenu {
    list-style-type:none;
    padding:0;
    margin:2px 0 0 15px;
}

ul.widget_tree_item_submenu li {
    background-image: url(/images/TreeNodeIcon.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul#tree_menu_ul li.leaf_unpublished,
ul.tree_menu_ul li.leaf_unpublished {
    background-image: url(/images/TreeNodeIcon_unpublished.png);
    background-repeat:no-repeat;
    background-position: 13px 1px ;
    padding-left:32px;
}

ul#branch_ul li.leaf,
ul.branch_ul li.leaf {
    background-image: url(/images/TreeNodeIcon.png);
    background-repeat:no-repeat;
    background-position: 12px 1px ;
    padding-left:32px;
}

ul#branch_ul li.leaf_unpublished,
ul.branch_ul li.leaf_unpublished {
    background-image: url(/images/TreeNodeIcon_unpublished.png);
    background-repeat:no-repeat;
    background-position: 12px 1px ;
    padding-left:32px;
}

ul#tree_menu_ul li a.tree_branch_item_unpublished,
ul#branch_ul li a.tree_branch_item_unpublished,
ul.tree_menu_ul li a.tree_branch_item_unpublished,
ul.branch_ul li a.tree_branch_item_unpublished,
ul#widget_item_tree_menu_ul li a.tree_branch_item_unpublished{
    color:#B2B2B2;
}

ul#tree_menu_ul li a.tree_branch_item_unpublished:hover,
ul#branch_ul li a.tree_branch_item_unpublished:hover,
ul.tree_menu_ul li a.tree_branch_item_unpublished:hover,
ul.branch_ul li a.tree_branch_item_unpublished:hover,
ul#widget_item_tree_menu_ul li a.tree_branch_item:hover {
    background-color:navy;
    color:#ffffff;
}

#tree_menu_ul li:hover {
    /*background-color:#e3e3e3;*/
}

/* la maniglia ai lati dell'albero */
div.treehandle {
  cursor: e-resize;
  position: absolute;
  top: 0px;
  right: 0;
  background-image: url(/images/handle.gif);
  background-position: left;
  height: 100%;
  width: 8px;
}

ul#root_node_view_ul {
    list-style-type:none;
    padding:0px 0 0 0;
    margin:10px 0 0 6px;
}

li#root_node_views_li {
    background-image: url(/images/folder_home.png);
    background-repeat:no-repeat;
    background-position: 13px 0px;
    cursor:default;
    padding-left:33px;
}

ul#root_node_view_ul li a {
    color:#000000;
}

ul#root_node_view_ul li a:hover {
    background-color:navy;
    color:#ffffff;
}

.node_text:hover {
    /*background-color:#ffffcc;*/
}

/* Un po' di tabs. Quanto mi piacerebbe pulirle un po', cosi' sono rigide
   e verbose! */

div.tab_div_resources {
    font-size:10px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_resources_of {
    font-size:10px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20_of.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_xforms {
    font-size:10px;
    float:left;
    width:54px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_54x20.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_xforms_of {
    font-size:10px;
    float:left;
    width:54px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_54x20_of.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_resource_models {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_resource_models_of {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20_of.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}


div.tab_div_editing {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_editing_of {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20_of.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_behaviors {
    font-size:10px;
    float:left;
    width:92px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_92x20.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_behaviors_of {
    font-size:10px;
    float:left;
    width:92px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_92x20_of.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_models {
    font-size:10px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_models_of {
    font-size:10px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20_of.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_export_widget_item {
    font-size:10px;
    margin:0 0 0 -1px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
}

div.tab_div_export_widget_item_of {
    font-size:10px;
    margin:0 0 0 -1px;
    float:left;
    width:81px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_81x20_of.gif);
    background-position: 0px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_views_of {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20_of.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
    cursor:pointer;
}

div.tab_div_views {
    font-size:10px;
    float:left;
    width:60px;
    height:15px;
    padding:5px 0px 0px 0px;
    text-align:center;
    background-image: url(/images/sfondo_tab_61x20.gif);
    background-position: -1px 0px ;
    background-repeat:no-repeat;
}

div.small_modechange {
  float:left;
  padding:2px 5px 2px 5px;
  border-right:1px solid #ffffff;
  color:#ffffff;
  background-color:#e4e4e4;
}

li.dynamic_menu_item:hover {
    /*filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;*/
}

ul.results_above_tree {
    list-style-type:none;
    padding:0;
    margin:0;
}

ul.results_above_tree li {
    margin:0 0 0px 0;
    padding:3px 0 3px 0;
}

ul.results_above_tree li:hover {
    background-color:#ffffcc;
    cursor:pointer;
}

.tf-search-above-left-tree {
  font-size:11px;
  width:180px;
  background-color:#ffffcc;
  padding:0 0 1px 1px;
  border-bottom:1px inset #d2d2d2;
  border-right:1px inset #c0c0c0;
}

#xmanager_tree tr.even {
    background-color:#f4f4f4;
    padding:0px 4px 0px 4px;
}

#xmanager_tree tr.odd{
    background-color:#fcfcfc;
}

#widget_item_step_by_step_div tr.odd td,
#widget_item_one_step_div tr.odd td{
    padding:1px 4px 1px 5px;
}

#widget_item_step_by_step_div tr.even td,
#widget_item_one_step_div tr.even td {
    padding:1px 4px 1px 5px;
}

#tree_menu_ul li a.target_view_selected,
#branch_ul li a.target_view_selected,
ul.tree_menu_ul li a.target_view_selected,
ul.branch_ul li a.target_view_selected  {
    background-color:#ffffcc;
    padding:1px 0px 2px 4px;
    border-top:0px solid #e4e4e4;;
    border-left:0px solid #e4e4e4;;
    border-right:0px solid #e4e4e4;;
    margin-left:-4px;
}

#tree_menu_ul li a.target_view_selected:hover,
#branch_ul li a.target_view_selected:hover,
ul.tree_menu_ul li a.target_view_selected:hover,
ul.branch_ul li a.target_view_selected:hover  {
    color:#000000;
}

div.results_above_tree {
    position:absolute;
    top:80px;
    left:50%;
    margin-left:-112px;
    width:200px;
    /*height:200px;*/
    overflow:auto;
    z-index:3;
    padding:5px ;
    border:1px solid #C6C7C6;
    background-color:#fdfdfd;
}

div.resource_model_selector ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

div.resource_model_selector ul#resource_model_list_selector li{
  padding: 1px 0 1px 0 ;
  cursor:pointer;
  /*color:#AAAAAA;*/
}

div.resource_model_selector ul#resource_model_list_selector li:hover{
  background-color:#ffffcc;
}

#innerLeftColumn div.results_above_tree {
    margin-left:-112px;
}

table.search_form_table {
    width:250px;
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-125px;
    z-index:2;
}

#innerLeftColumn table.search_form_table {
    width:250px;
    position:absolute;
    top:25px;
    left:50%;
    margin-left:-125px;
    z-index:2;
}

.x_form .single_field_name {
    font-weight: bold;
}

#widget_item_step_by_step_div,
#widget_item_one_step_div {
    font-size:11px;
        text-align:left;
}

#widget_item_step_by_step_div textarea,
#widget_item_one_step_div textarea {
    border-top: 2px inset #bdbdbd;
    border-left: 2px inset #bdbdbd;
    border-bottom: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
}

.second_level_box_container {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;

}

.second_level_box {
    background-color: #f8f8f8;
    width: 70%;
    padding: 10px;
}

#progress-bar {
    width: 90%;
    height: 19px;
    background: url(/images/aquabarright.gif);
    background-position: right center;
}

#bar {
    background: url(/images/aquabarleft.gif);
    width: 0%;
    height: 100%;
}

#innerContentColumn span.handler {
    background: url(/images/drag.gif);
    background-repeat:no-repeat;
    float:left;
    cursor:pointer;
    display:block;
    margin-left:2px;
    width:7px;
    height:18px;
}

ul#preordered_values_list li {
    margin:0;
    padding:0;
    list-style-type:none;
    white-space:nowrap;
}

body#xform_builder ol li {
    margin:0 5px 10px 0;
    border:0px solid #000000;
    font-size:18px;
    font-weight:bold;
    color:#ce0000;
}

body#xform_builder ul#model_list {
    list-style-type:none;
    margin:-2px 0px 0 0;
    padding:0px;
    width:100%;
}

body#xform_builder div#field_data_div {
    position:relative;
    border:1px solid #c9c9c9;
    background-color:#F7F9FC;
    width:190px;
    height:auto;
    padding:5px;
}

body#xform_builder ul#model_list li {
    padding-left:3px;
    margin: 2px 0 2px 0;
    cursor:pointer;
}

#table_xform td {
    padding:0px;
}

#table_xform td#model_list_td {
    padding-right:20px;
}

#table_xform td#field_data_td {
    padding-left:17px;
}

div#xform_list {
    width:100%;
    position:relative;
        border:0px solid #000000;
        /*min-height:200px;*/
}


body#xform_builder ul#xform_field_list li.sortables_resource_model_fields {
    margin:0 0 2px 0 ;
    padding:2px 5px 5px 7px;
}

body#xform_builder ul#xform_field_list li.sortables_resource_model_fields_selected {
    margin:0 0 2px 0 ;
    padding:2px 5px 5px 7px;
    background-color:#ffffcc;
}

body#xform_builder ul#xform_field_list li.sortables_resource_model_fields:hover {
    background-color:#F7F9FC;
}

body#xform_builder ul#xform_field_list {
        list-style-type:none;
        /*min-height:150px;*/
        width:auto;
        margin:0;
        padding:5px 5px 20px 10px;
        border:1px solid #c9c9c9;
}

div.collapsed_xform ul#xform_field_list {
        list-style-type:none;
        width:auto;
        margin:0;
        padding:0px;
}

div.collapsed_xform{
        border:1px solid #c9c9c9;
        background-color:#ffffff;
        padding:13px 5px 14px 13px;
        margin:0 0 5px 0;
        cursor:pointer;
        width:auto;
        position:relative;
}

div.collapsed_xform:hover{
        background-color:#ffffcc;
}

body#xform_builder input.textfield {
   width:99%;
   margin:0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-size:11px;
}

ul#model_list ul#relation_list li.relation_elem{
        margin-right:10px;
        background-color:#ffffcc;
        font-size:10px;
        padding:2px 0 4px 2px;
        border-bottom:1px solid #c9c9c9;
}

ul#model_list ul#relation_list li.relation_elem_selected{
        margin-right:10px;
        background-color:#ffffff;
        font-size:10px;
        padding:2px 0 4px 2px;
        border-bottom:1px solid #c9c9c9;
}

ul#relation_list li.relation_elem div{
        background-color:#ffffcc;
}


li.resource_model_elem {
    color:#000000;
    padding:2px 0 2px 0 ;
        border:1px solid #c9c9c9;
    font-weight:normal;
        background-color:#F7F9FC;
}

li.resource_model_elem_selected {
    color:#000000;
        border:1px solid #c9c9c9;
        padding:2px 0 2px 0 ;
        background-color:#ffffcc;
}

li.resource_model_elem_selected span{
        /*font-weight:bold;*/
        color:#ce0000;
}

div.relation_list_div{
        color:#000000;
}

ul#relation_list li{
        margin:2px 0 2px 0;
}

div#xform_list select{
        margin:0;
        width:auto;
        padding:0;
}

div#xform_list input {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

div.xform_model{
        margin:15px 0 5px 0;
}

div.xform_model h1{
        margin:0;
        padding:0;
}

div.xform_model small{
        color:#cccccc;
}

body#xform div.xfields_wrapper{
        width:auto;
        padding:10px 0 0 20px;
        border-left:5px solid #dddddd;
}


div#xform_list input.string_field, div#xform_list input.link_field, div#xform_wrapper input.string_field, div#xform_wrapper input.link_field{
    width:99%;
}

div#xform_list input.numeric_field, div#xform_wrapper input.numeric_field {
    width:20%;
}

div#xform_list input.date_field, div#xform_wrapper input.date_field {
    width:85px;
}

div#xform_list input.date_time_field, div#xform_wrapper input.date_time_field {
    width:138px;
}

div#xform_list textarea.text_field, div#xform_wrapper textarea.text_field{
    width:99%;
    height:144px;
}

div#resource_window div#xform_wrapper textarea.text_field{height:156px;}

div#xform_wrapper label{
        display:block;
        font-size:13px;
        font-weight:bold;
}

div#xform_wrapper label.boolean_field{
        display:inline;
        font-size:12px;
        font-weight:normal;
}

div#xform_wrapper ul#attachment_details {
    margin:5px 0 0px 15px;
    padding:0;
        list-style-type: disc;
}

div#xform_wrapper ul#attachment_details li{

}

#resource_window div#xform_wrapper label{font-size:11px;}

*:first-child+html div#xform_wrapper form.xform_inplace_editor{
        position:relative;
        display:inline;
        margin:0px 0 0 0;
        padding: 0 0 0 0 ;
}

html>/**/body div#xform_wrapper form.xform_inplace_editor{
        position:relative;
        display:inline;
        margin:0px 0 0 0;
        padding: 0 0 0 0 ;
}

*:first-child+html div#xform_wrapper form.xform_inplace_editor input.editor_field{
        border:0;
        padding:0;
        width:80px;
        position:absolute;
        top:0;
        left:4px;
        height:16px;
        font-size:11px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html>/**/body div#xform_wrapper form.xform_inplace_editor input.editor_field{
                position:relative;
                font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    display:inline;
    border:0px;
    padding:0;
}

*:first-child+html div#xform_wrapper form.xform_inplace_editor a.editor_cancel_link{
        font-size:11px;
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        position:absolute;
        top:1px;
        left:102px;
}

html>/**/body div#xform_wrapper form.xform_inplace_editor a.editor_cancel_link{
        position:relative;
}

*:first-child+html div#xform_wrapper form.xform_inplace_editor input.editor_ok_button{
    background-color:#ffffff;
    color:#ce0000;
    position:absolute;
    top:1px;
    left:85px;
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    width:15px;
    border:0;
}

html>/**/body div#xform_wrapper form.xform_inplace_editor input.editor_ok_button{
                position:relative;
    background-color:transparent;
    border:0;
    padding:0;
    margin:-6px 0 0 0;
    height:14px;
    font-size:11px;
    color:#CE0000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor:pointer;
}


body#xform div#xform_wrapper div.input_separator {
  height:20px;
  clear:both;
}


div#xform_wrapper div.input_separator {
  clear:none;
  height:20px;
}

#xform_filter_div {
    width:100%;
    height:100%;
    text-align:center;
    position:absolute;
    top:0;
    left:0;
    z-index:1000;
    padding-top:30px;
    border:0px solid #c9c9c9;
}

div#xform_list form.inplaceeditor-form { /* The form */
    display:inline;
}

div#xform_list form.inplaceeditor-form input.editor_field {
    background-color:#ffffcc;
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    display:inline;
    border:0px;
    padding:0;
}

body#xform_builder form.inplaceeditor-form textarea { /* Textarea, if multiple columns */
}

div#xform_wrapper div.xfield_wrapper{position:relative;}

body#xform_builder form.inplaceeditor-form input.editor_ok_button { /* The submit button */
    background-color:transparent;
    border:0;
    padding:0;
    margin:-6px 0 0 0;
    height:14px;
    font-size:11px;
    color:#CE0000;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    cursor:pointer;
}

body#xform_builder form.inplaceeditor-form a { /* The cancel link */
    background-color:transparent;
    border:0;
    padding:0;
    margin:-4px 0 0 0;
    height:14px;
    font-size:11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img.calendar_trigger_image {
                margin:1px 0px -2px 0;
    cursor:pointer;
}

body#xform_builder img.calendar_trigger_image {
    margin:1px 4px -3px 0;
    cursor:pointer;
}

#validation img.calendar_trigger_image {
    margin:1px 0px -3px 0;
    cursor:pointer;
}

div.content_preview{
        overflow:auto;padding:10px 15px 10px 15px;position:absolute;top:2px;left:-355px;background-color:#ffffcc;width:400px;height:300px;border:1px solid #c9c9c9;text-align:left;
}

div.show_hide_xfield {
    float:right;
    margin-right:3px;
}

div.show_hide_xfield a {
    cursor:pointer;
}

/* Stili relativi ai wizard dei widget_item_field */
.edit-wizard-item {
    margin-bottom: 1px;
    width: 95%;
    padding: 0 2px 0 2px;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.wizard-step {
  color: #ce0000;
  /*font-weight: bold;*/
}

.wizard-explanation {
        margin:0 0 5px 0;
  font-size: 10px;
  font-weight: normal;
}

.wizard-edit {
  margin-bottom:1px;
  font-size:11px;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  width:98%;
}

div.wizardwrapper {
  border-bottom:1px solid #C6C7C6;
  border-right:1px solid #C6C7C6;
  border-left:1px solid #C6C7C6;
  margin: 0px 13px 0 15px;
  padding-bottom:15px;
  margin-bottom:15px;
  position:relative;
}

.wizardcurrentstep {
  float:left;
  width:13px;
  height:13px;
  background-color:#ce0000;
  margin:17px 3px 0 0;
 }

div.wizardreqstep {
  float:left;
  width:10px;
  height:10px;
  background-color:#ff5555;
  margin:20px 3px 0 0;
}

div.wizardoptstep {
  float:left;
  width:10px;
  height:10px;
  background-color:#cbcbcb;
  margin:20px 3px 0 0;
}

.wizard-ss-label {
  margin: 0px;
  padding: 0px;
}

#wizard-goto-step {
  display: block;
  text-align: right;
  margin: 0.5em 2em 0 0;
  padding: 0;
  color: #888;
  font-weight: bold;
}

#main_tab_div {
  position:absolute;
  top:0px;
  left:0;
  width:280px;
  height:20px;
  z-index:2;
}

#main_tab_div a {
  color: #000000;
}

div.xmformdesc {
  margin: 2em 1em;
}

div.layoutpaneldesc {
  color: #868686;
  width: 100%;
  margin-top: 2px;
}

a.grayed:hover, a.grayed:visited, a.grayed:active {
  color: grey;
}


div#progress_bar_track{
        z-index:20;
        display:block;position:absolute;top:150px;left:50%;margin-left:-110px;width:220px;height:35px;
        background-image: url(/images/bar_track.png);
        background-repeat: repeat-x;
}

div#progress_bar{
        z-index:20;
        display:block;position:absolute;top:159px;left:50%;margin-left:-103px;width:0px;height:21px;
        background-image: url(/images/bar.png);
        background-repeat: repeat-x;

}

/* Search con OmniFind */
span.ellipsis { color: #aaaadd; }
span.highlight { background-color: #FFFF66; }

div.container_sub_menu{
  border:0px solid #000000;
  width:200px;
  height:auto;
  position:absolute;
  z-index:16;
  left:5px;
  padding:0px 0px 0px 0px;
}

#stylehash a{
        margin:0;
        padding:0;
}

div#test_importer_div{font-size:10px;}



/* IMPORTER */
div#data_source_wrapper_file{position:relative;width:95%;}
div.importer_overlay{ width:100%;height:100%;position:absolute;top:0;left:0;background-color:#ffffff;z-index:1; }
#data_importer h3{color:#ce0000;}
body#data_importer textarea {width:97%; height:100px;}
#data_importer table#data_source_selector td.data_source_selector{ margin:0px 0 5px 0;padding:8px 0 2px 52px;background-repeat: no-repeat;clear:both; }
#data_importer table#data_source_selector td.data_source_selector a {cursor:pointer;}
#data_importer table#data_source_selector td#file{ background-image: url(/images/file_new.png);}
#data_importer table#data_source_selector td#existing_data{ background-image: url(/images/fileopen.png);}
#data_importer ul#data_source_selector li.data_source_selector div.data_source_wrapper{margin:10px 0 0px 0;}
#data_importer div.input_separator{ height:8px;}
#data_importer input.data_source_checkbox{height:17px;width:17px;margin:0 0 -3px 0;}




/* form definition for form_maker */
#formdef-newrow {
  border: 2px solid #c00;
  background-color:#e9e9e9;
  width: 100%;
  padding: 1.5em;
}

#formdef-newrow tr { margin: 0.5em; padding: 0.5em; } /* border: 1px solid black; } */

#formdef-newrow label { border-bottom: 1px solid #aaa; }

#button-for-line { font-size:1.1em; margin: 1em; }
/* fine form definition for form_maker */

small.editor_function{float:right;margin-right:5px;}
small.editor_function a{font-weight:normal;}
body#xform small.editor_function{margin-right:10px;}

div#error_overlay{
        z-index:1;position:absolute;top:0;left:0;background-color:#ffffff;filter:alpha(opacity=80);-moz-opacity: 0.8; opacity: 0.8;width:100%;height:100%;border-bottom:1px solid #dddddd;
}

div#error_alert {
  font-size: 11px;
  z-index:2;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-40px;
  margin-top:-20px;
  padding:3px 0 2px 20px;
  overflow:hidden;
  width:auto;
  border:0px solid #ce0000;
  color:#ce0000;
  text-align:left;
  background: url(/images/exclamation_mark.png) 0px 0px no-repeat;
}

div.data_importer_progress_info {
  margin:10px auto;
  width:145px;
  padding:2px 0 0 20px ;
  text-align:left;
}

div.data_importer_progress_info.data_importing_complete{
  background-image: url(/images/ok.png);
  background-repeat: no-repeat;
  margin:3px auto;
}

div.silverlight_container{
  z-index:0;position:relative;
}

#fields_to_show li.hidden { background-color:#e2e2e2;}
#fields_to_show li.visible { background-color:#ff9900;}
#fields_to_show li.linkable { background-color:#ffcc00;}

#tag_cloud_xmanager  {
  padding-left:10px;
  border-left:#009 8px solid;
  margin: 5px 0px 0px 0px;
}

.tag_cloud_xmanager  {
  padding:10px;
  border:#ccc 1px solid;
  margin:10px 0px;
  background-color:#e2e2e2;
}
.tag_cloud_xmanager a  {
  color:#66c;
  padding:1px;
}

.tag_cloud .nube1 {font-size: 1.0em;}
.tag_cloud .nube2 {font-size: 1.4em;}
.tag_cloud .nube3 {font-size: 1.8em;}
.tag_cloud .nube4 {font-size: 2.2em;}
.tag_cloud .nube5 {font-size: 2.6em;}
.tag_cloud .nube6 {font-size: 3.0em;}


div.autocomplete {
  width:350px;
  background-color:white;
  border:1px solid #888;
  margin:0px;
  padding:2px;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}

div.autocomplete ul li.selected { background-color: #bbf; font-weight:bold; color:#fff;}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px 6px;
  cursor:pointer;
  border-bottom:1px solid #999;
  background-color: #e2e2e2;
}

.options_container{
  position: absolute;
  top: 0;
  left: 0;
  font-family: verdana;
  text-align:left;
  background: #FEFEFE;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 2px 0;
}

div.slider {
  width:256px;
  margin:10px 0;
  background-color:#ccc;
  height:10px;
  position: relative;
}

div.slider div.handle {
  width:10px;
  height:15px;
  background-color:#f00;
  cursor:move;
  position: absolute;
}

div.editor-notice {
  background-color: #fdd;
  font-weight:bold;
 }

 span#language_helper{
  float:right;
  display:block;
  font-weight:normal;
  margin-right:8px;
 }

  span#language_helper a {
    cursor:pointer;
  }

  #resource_window span#language_helper a {
    padding:0 2px 0 2px;
  }

  span#language_helper span.current_language {
    background-color:#ffffcc;
  }

  #resource_window span.current_language{
    padding:0 2px 0 2px;
  }

div.wo-wizard-help {
  font-size: 0.9em;
  color: #222255;
 }

/* Rake tools */

.tool-item {
  border-bottom: 2px solid #BBB;
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  padding-left: 20px;
}

.tool-name {
  font-weight: bold;
}

.tool-arguments {
  font-size: 0.9em;
}

#task-list {
  width: 95%;
  /* background-color: #ffffff; */
  list-style-type: none;
  margin:0 auto;
  padding:0;
}

div.tool-description {
  white-space: pre-wrap;
}

.tool-loading {
  border-bottom: 2px solid #FF0000;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-color: #FFEEEE;
}

/* Classe applicata ai wi containers mentre carichiamo il dialog del bulk update
   Ha senso solo in edit */
li.selection-loading {
  background-color: #FFEEEE;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

div.tool-buttons {
  position: relative;
  text-align: right;
}

div.terminal {
  color: white;
  background-color: black;
  border: 2px solid #BBBBBB;
  padding: 0.5em;
  font-family: Terminus, Neep, Terminal, Monospace;
  white-space: pre;
}

li.content_validation{
  cursor:pointer;
  padding:1px 0 1px 0;
}


li.content_validation:hover{
  cursor:pointer;
  background-color:#ffffcc;
}

#user_content_relation_description {
    position: relative;
    left: 750px;
    top : -100px;
    width: 250px;
}
