.autocomplete{
  border: 1px solid #000;
  background-color: #FFF;
}
.autocomplete ul{
  margin: 0px;
  text-indent: 0px;
  padding-left:0%;
}
.autocomplete li{
  list-style-type: none;
  margin: 0px;
  border-top:grey 1px dotted;
  font-size:small;
}
.autocomplete li:hover{
  background: #555;
  color: #DDD;
  cursor:pointer;
}
#breadcrumbs {
  background-color: #ffffe5;
  margin: 0 20px 0 20px;
  overflow: hidden;
  padding: 8px 5px 8px 5px;
}
#breadcrumbs img {
  margin: 0px 1px;
}

#configuration_form {
  background-color: #e8e8e8;
  border: 1px black solid;
  border-top: 0px;
  margin: 0px;
  padding: 8px;
}

  #configuration_tabs {
    clear:left;
/*     float:left; */
    width:96%;
    margin:.7em 0 0 2%;
    padding:0;
    list-style:none;
    padding-bottom: 25px;
    display:block;
  }
  #configuration_tabs li {
    display:inline;
    float:left;
  }
  #configuration_tabs li a {
    background: #fffff3;
    display:block;
    float:left;
    list-style:none;
    padding:.2em .5em;
    text-decoration:none;
    margin-right:10px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
  }
  #configuration_tabs li a:hover {
    background: #ffffff;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
  }
  #configuration_tabs li.tableiste_tab_active a {
    font-weight:bold;
    color:#000;
    background:#fff;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
  }

.description {
  color: #448;
  font-size: 85%;
}

.editor_snippet {
  background: #fff;
  filter: alpha(opacity=90); /*für IE*/
  -moz-opacity:0.9; /* ältere Geckos */
  opacity:0.9; /* Standard */
  border: solid 1px #B1FF44;
  border-collapse: separate;
  margin-top: 3px;
  padding: 5px;
}
.editor_edit_link {
  color: #00d;
/*   font-size: xx-small; */
  vertical-align: middle;
}
.editor_edit_link img {
  z-index: 4;
}
.editor_snippet button {
  background-color: #ECFF40;
}
.editor_snippet .field_descr {
  color: #519F74;
  font-size: 80%;
  padding: 0px 4px;
  float: left;
  width: 200px;
}
 #edit_content .editor_snippet .field_descr {
  color: #519F74;

  float: none;
  width: 200px;
}

#edit_page_save {
/*   background: #C87C7C; */
  background: #fff;
  border: #f00 solid 2px;
  font-weight: bold;
  margin-top: 20px;
}
#edit_page_preview {
/*   background: #B1FF44; */
/*   float: right; */
  margin-top: 20px;
}

.editor_snippet .field_title {
  background-color: #ECFF40;
  color: #519F74;
  font-weight: bold;
  padding: 2px 10px;
  text-align: center;

  float: left;
  width: 120px;
}
.editor_snippet .invisible {
  color: #fff;
}
.embedded_at {
  margin: 0pt 1px 0pt 1px;
}
.embedded_form_popup {
  visibility:hidden;
  display:none;
  position:absolute;
/*   right: 2em; */
  background:#ffffff;
  border: 1px black solid;
}
.disabled_text {
  color:#888;
  font-size: 80%;
  text-decoration:line-through;
}
.disabled_text a {
  color:#888;
  text-decoration:line-through underline;
}

.formtitle {
  font-size: 13pt;
  font-weight: bold;
  color: #B5860F;
}

input {
  color: #b18104;
  border: 1px #f1b114 dotted;
}
select {
  color: #b18104;
  border: 1px #f1b114 dotted;
}
radio {
  color: #b18104;
  border: 1px #f1b114 dotted;
}

#language_selector {
  clear:left;
  width:96%;
  margin:0;
  padding:0;
  list-style:none;
  display:block;
}
#language_selector li {
  display:inline;
  float:left;
}

#photo_append_form {
  background-color: #fff;
  border: 1px grey solid;
  margin-top: 20px;
  padding: 15px;
}
#photo_galery {
  background-color: #f2f2f2;/*#B74242;*/
  border: 1px grey solid;
  padding: 25px;
}
.photo_edit_link {
  float: right;
  height: 1.5em;
/*   text-align: right; */
/*   vertical-align: top; */
}
#photo_galery form .photos {
  float: left;
  width: 100%;
}
#photo_galery form .photos .photo {
  background-color: #333333;/*#D76262;*/
  float:  left;
  margin: 10px;
  padding:10px;
  overflow:visible;
  height: 150px;
  width:  230px;
}
#photo_galery form .photos .fullsize_image_link {
  margin-top: 157px;
  position: absolute;
  text-align: right;
  width: 230px;
}
#photo_galery form .photos .photo_edit_image_link a {
  color: #bbb;
  font-size:smaller;
  margin-right: 0px;
}
#photo_galery form .photos .photo_edit_image_link {
  margin-top: 157px;
  position: absolute;
  text-align: left;
  width: 230px;
}
#photo_galery form .photos .fullsize_image_link a {
  color: #bbb;
  font-size:smaller;
  margin-right: 0px;
}
#photo_galery form .photos .photo p {
  color: #eee;
  font-size:smaller;
  margin-left: 25px;
}
#photo_galery form .photos .photo input {
  vertical-align: top;
}
#photo_galery form .photos .photo_action {
  float: none;
  margin: 10px;
}
p.previewbox {
  background: #fff;
  border: 1px solid #ffd588;
  float:left;
  height: 220px;
  margin:2px;
  overflow: hidden;
  text-align:center;
  vertical-align:bottom;
  width: 250px;
}
p.previewbox p {
  font-size:11pt;
  font-weight:bold;
  text-align:center;
  z-index:2;
}
p.previewbox img, div.previewbox a img {
  border:0px;
/*   cursor: pointer; */
  width:230px;
  z-index:1;
}

.table_row_odd {
  border-width:2px;
  background: #FFFBCE;
  text-align:left;
}
.table_row_odd {
  border-width:2px;
  background: #FFEB9E;
  text-align:left;
}

  #tableiste {
    clear:left;
/*     float:left; */
    width:96%;
    margin:.7em 0 0 2%;
    padding:0;
    list-style:none;
    padding-bottom: 50px;
    display:block;
  }
  #tableiste li {
    display:inline;
    float:left;
    margin-left: 0;
  }
  #tableiste li a {
    background: #fffff3;
    display:block;
    float:left;
    list-style:none;
    padding:.2em .5em;
    text-decoration:none;
    margin-right:10px;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
  }
  #tableiste li a:hover {
    background: #ffffff;
    border-top:1px solid #aaa;
    border-left:1px solid #aaa;
    border-right:1px solid #aaa;
  }
  #tableiste li.tableiste_tab_active a {
    font-weight:bold;
    color:#000;
    background:#fff;
    border-top:1px solid #000;
    border-left:1px solid #000;
    border-right:1px solid #000;
  }

.text_embedded_symbol {
  height: 16px;
  margin: 0px 4px;
  padding: 0px;
}

.twinselection_box {
  float: left;
  height: 12em;
}
.twinselection_box select{
  height: 10em;
  width: 14em;
}

.twinselection_buttons {
  float: left;
  height: 9em;
  margin-top: 3em;
}

#usermessage {
/*   background-color: #ddd; */
  border: 1px dashed #B2A103;
  filter: alpha(opacity=80); /*für IE*/
  -moz-opacity:0.8; /* ältere Geckos */
  opacity:0.8; /* Standard */
  font-size: 80%;
}

.usertable_action {
  height: 24px;
}

/**************************** modules styles ****************************/


.attachment_edit_link {
  height: 24px;
}
#attachment_editor_listing {
  width: 80%;
  list-style-type: none;
}
#attachment_editor_listing .listed_attachment {
  background: #f5fff5;
  border-spacing: 2px;
  border: 1px green inset;
  height: 80px;
  line-height: 0.9;
  list-style-type: none;
  margin-top: 4px;
}
#attachment_listing {
  width: 60em;
}
#attachment_listing .listed_attachment {
  list-style-type: none;
  margin-top: 2px;
}
#attachment_listing .listed_attachment:hover {
  background: #f0f9ff;
}
#subpage_attachments .listed_attachment {
  list-style-type: none;
  margin-top: 2px;
}
#subpage_attachments .listed_attachment .attachment_date {
  display:none;
}
#subpage_attachments .listed_attachment .attachment_title {
  float:none;
}
#subpage_attachments .listed_attachment .attachment_icon {
  float: left;
}
.listed_attachment .attachment_icon {
  float: left;
}
#attachment_editor_listing .listed_attachment .attachment_icon {
  padding-bottom: 40px;
}
.listed_attachment .attachment_title {
  float: left;
  padding: 2px 0;
}
.listed_attachment .attachment_date {
  height: 20px;
  text-align: right; 
  padding: 2px 2px 2px 0;
}
.listed_attachment .attachment_descr {
  font-size: 80%;
  margin-left: 16px;
}
.listed_attachment .attachment_actions {
  height: 24px;
  float: left;
  padding: 0;
  text-align: right; 
}
.listed_attachment .attachment_file {
  float: left;
  font-size: 80%;
  padding: 2px 4px 2px 0;
}
.listed_attachment .attachment_avail {
  font-size: 80%;
  padding: 2px 0 2px 4px;
}
.listed_attachment .attachment_owner {
  float: left;
  font-size: 80%;
  padding: 2px 0;
}
.listed_attachment .attachment_group {
  float: left;
  font-size: 80%;
  padding: 2px 0 2px 4px;
}
.listed_attachment .attachment_perms {
  float: left;
  font-size: 80%;
  padding: 2px 0 2px 4px;
}

/** catalogue styles **/

.catalog_record {
  background: white;
  border: 1px #005500 solid;
  margin: 3px;
  page-break-inside: avoid;
}
.catalog_record table {
  border-spacing: 0;
  margin: 0;
  width: 100%;
}
.catalog_record table tbody .table_row_even {
  background: white;
}
.catalog_record table tbody .table_row_even td {
  background: #f5f5f5;
  padding: 0 5px;
/*   border-top: #ddd 1px solid; */
}
.catalog_record table tbody .table_row_even_col_left {
  font-size: 80%;
  vertical-align: baseline;
  width: 20%;
}
.catalog_record table tbody .table_row_odd {
  background: white;
}
.catalog_record table tbody .table_row_odd td {
  padding: 0 5px;
}
.catalog_record table tbody .table_row_odd_col_left {
  font-size: 80%;
  vertical-align: baseline;
  width: 20%;
}
.catalog_record_edit_link {
  float: right;
  height: 1.5em;
  text-align: right;
  vertical-align: top;
  position: absolute;
  margin-left: 130px;
}
.catalog_record_edit_link img {
  height: 1.5em;
  margin:0%;
}

/** combining_node styles **/
.combined_node {
  padding-top:12pt;
}
.combined_node .combined_node_content {
  padding:    5pt 0 0 5pt;
}
.combined_node .combined_node_title {
  background: #def;
  font-size:  11pt;
  font-weight:bold;
  padding:    5pt 0 3pt 5pt;
  width:      100%;
}

.combined_node_box {
  background: #ffffe5;
  border: 1px solid #F1B114;
  float: left;
  margin: 10px;
  width: 17em;
}
.combined_node_box .combined_node_content {
  padding: 5pt;
  background: #ffffff;
  text-align: left;
  height: 12em;
}
.combined_node_box .combined_node_title {
  padding:    5pt;
  background: #F1d144;
/*   font-size:  11pt; */
  font-weight:bold;
  text-align: left;
  padding:    5pt 0 3pt 5pt;
/*   width:      100%; */
}

/** staff styles **/

.staff_dynamic_children {
  background-image: url(graphic/dyn_menu_ecke.jpg);
  background-position: top left;
  background-repeat:no-repeat;
  background-color: #fffff0;
  border: #F1B114 solid 1px;
        
  z-index:3;
  visibility:hidden;

  position: absolute;
  margin-left: 25px;
  padding:0px;
}
.staff_dynamic_children .staff_group {
  margin: 0px;
  padding: 2px 8px;
  border: none;
}

.staff_group {
  margin: 3px 3px 3px 10px;
  padding: 2px;
  border: solid #F1B114 1px;
}

.staff_group_name {
  font-weight:bold;
}

.staff_group_details {
  margin-left: 2em;
}

uid, rid {display: none;}

.staff_group_members .role_widget {
  border: 1px gray dotted;
  margin: 5px;
  padding: 2px;
  width: 15em;
  display: block;
  float: left;
  height: 16em;
  background: #fefefe;
}

.staff_group_members .role_widget_datablock {
  border-top: 1px gray dashed;
  margin: 0px;
  padding: 0px;
/*    */
}
.staff_group_members .role_widget_item {
/*   background-color: #d3d3dd; */
  color: #008;
  float: left;
  font-size:smaller;
  margin: 0px;
  padding: 0px;
}
.staff_group_members.role_widget_value {
  margin-top: 0px;
  text-align: right;
}

/** widget styles **/
.widget {
  page-break-inside: avoid;
}
#bottomblocks .widget {
}
#topblocks .widget {
  float: left;
  margin: 3px;
}
#topblocks .widget, #subpage_topblocks .widget {
  width: 100%;
  margin: 3px;
  background: none;
  border-width: 0 0 1px 0;
}
#topblocks .widget .widget_title, #subpage_topblocks .widget .widget_title{
  background-image: none;
  color: inherit;
}
.widget_title {
  background-image: url(graphic/widget_title.png);
  background-position: top;
  background-repeat: repeat-x;
  font-weight: bold;
  margin: 0px;
  padding: 3px;
  text-align: center;
}
.widget_edit_link {
  height: 1.5em;
  text-align: right;
  position: absolute;
}
.widget_edit_link img {
  height: 1.5em;
}
.widget_content {
  margin: 0px;
  padding: 3px;
  text-align:left;
}
.widget_content li {
  padding-left: 0px;
  text-indent: 0px;
  list-style-type: none;
  border-top: 1px gray dashed;
  margin-top: 3px;
  margin-left: 0;
}
.widget_content ul {
  padding-left: 0px;
  margin-left: 0px;
  text-indent: 0px;
  list-style-type: none;
}

/** role widgets **/
.role_widget {
  border-top: 2px gray dashed;
  margin-top: 8px;
  text-align: left;
}

.role_widget_datablock {
  border-top: 1px gray dashed;
  margin: 0px;
  padding: 0px;
}
.role_widget_item {
/*   background-color: #d3d3dd; */
  color: #008;
  float: left;
  font-size:smaller;
  margin: 0px;
  padding: 0px;
}
.role_widget_longvalue {
  margin-top: 16px;
  text-align: right;
}

#col1_content .widget .widget_content .role_widget .role_widget_datablock .role_widget_longvalue {
  text-align: left;
}

.role_widget_value {
  margin-top: 0px;
  text-align: right;
}

.card {
  border-top: 2px gray dashed;
  padding-bottom: 20px;
  text-align: left;
}
.card .role_widget_value {
  margin-top: 0px;
  margin-left: 80px;
  text-align: left;
}



