/* Adminpanel oben */
div#cms_ap_menu {float: left; margin: 0; background: transparent;}
div#cms_ap_menu ul {margin: 0; padding: 0; z-index:100;}
div#cms_ap_menu li {position: relative; list-style: none; margin: 0;  float: left; width: 10em; line-height: 1em;margin-right:5px; border: 1px solid black; background: white; z-index:101;}
div#cms_ap_menu li:hover {background: #fff;}
div#cms_ap_menu li.submenu {background-color: #fff;}
div#cms_ap_menu li.submenu:hover {background-color: #ccc;}
div#cms_ap_menu li a {display: block; padding: 0.25em 0 0.25em 0.5em; text-decoration: none; width: 10em; color: #000;}
div#cms_ap_menu>ul a {width: auto;}
div#cms_ap_menu ul ul {position: absolute; width: 10em; display: none;}
div#cms_ap_menu ul ul li {border-bottom: 1px solid #CCC;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu {background-color: #edd;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu:hover {background-color: #EDD;}
div#cms_ap_menu li.cms_ap_submenu li.cms_ap_submenu:hover {background-color: #EDD;}
div#cms_ap_menu ul.cms_ap_level1 li.cms_ap_submenu:hover ul.cms_ap_level2,
div#cms_ap_menu ul.cms_ap_level2 li.cms_ap_submenu:hover {display:block;border-bottom:1px solid}
div#cms_ap_menu ul.cms_ap_level2 {top: 1.5em; left: -1px;}

/* Darstellung beim OnClick Publishing */
.oc_background
{
  background-color: #FFFFFF;
  color: #000 !important;
}

.oc_background a {
 color: #000 !important;
}

.oc_background table, .oc_background tr, .oc_background td {
 color: #000 !important;
}

/* Adminpanel im Block */
div#cms_ap_block ul { list-style-type: none; margin: 0; padding: 0; padding-left: 5px;}
div#cms_ap_block ul li ul { list-style-type: circle; margin: 0px; padding-left: 25px;}
div#cms_ap_block ul li ul li { list-style-type: circle; margin: 0px; padding-left: 0px;}

/* ModulAdminBlock */
div.moduleadminblock ul { margin: 0; padding: 0; list-style-type:none;}
div.moduleadminblock ul li{ margin: 0; padding: 2px 0 2px 0; list-style-type:none;}
div.moduleadminblock ul li ul { margin: 0; padding: 0; list-style-type:none;}
div.moduleadminblock ul li ul li{ margin: 0; list-style-type:none;}

/* ModulAdminBlock_Direct */
div.moduleadminblock_direct ul { margin: 0; padding: 0; list-style-type:none; overflow:hidden;}
div.moduleadminblock_direct ul li{ margin: 0; padding: 0 15px 0 0; list-style-type:none; float:left;}

/* Admin Titel */
div.AdminTitle {position:relative; z-index:0; overflow:hidden;}
div.AdminTitleLeft {float:left; width: 90%;}
div.AdminTitleRight {overflow:hidden;}
#HelpImage {}
div.AdminTitleFunctions {padding: 10px 0 0 0; clear:both;}

#loading {
    background: white;
    padding: 20px;
    border: 2px solid red;
    display: none; /* hidden */
    position: absolute;    
    left: 50%;
    margin-left: -100px;
    top: 25%;
    width: 200px;
    /*height: 100px;*/
        /*margin-top: -50;*/
    font-weight: bold;
    font-size: large;
    z-index:1000;
    }
    
.DHTMLSuite_modalDialog_transparentDivs{  
  filter:alpha(opacity=40); /* Transparency */
  opacity:0.4;  /* Transparency */
  -moz-opacity:0.4; /* Transparency */
  background-color:#666;
  z-index:1;
  position:absolute; /* Always needed */
  z-index:100000;
  height:100% !important;
}

#DHTMLSuite_modalBox_contentDiv {
  border: 3px solid #000; 
  padding:30px;
  z-index:100002;/* Always needed */
  position:absolute;  /* Always needed  */
  background-color:#FFF;  /* White background color for the message */
  overflow:auto;
}

/* Textboxen, z.B. fuer Warnungen und Fehlermeldungen */
.sys_textbox
{
  margin: 10px 0 10px 0;
  padding: 0;
  overflow: auto;
}
.sys_textbox_main 
{
  padding: 1em;
  margin: 0;
}
.sys_textbox_header
{
  margin: 0;
  padding: 0.5em 1em;
  font-weight: bold;
}
.sys_error
{
  font-size: 1em;
}
.sys_warn
{
  font-size: 1em;
}    
.sys_error .sys_textbox_header
{
  background-color: rgb(238,157,144);
  color: #FFFFFF;
}
.sys_error .sys_textbox_main
{
  background-color: rgb(245,196,188);
}
.sys_warn .sys_textbox_header
{
  background-color: rgb(251,239,139);
  color: grey;
}
.sys_warn .sys_textbox_main
{
  background-color: rgb(253,246,185);
  color: grey;
}
.sys_info .sys_textbox_header
{
  background-color: rgb(167,211,127);
  color: #000;
}
.sys_info .sys_textbox_main
{
  background-color: rgb(237,246,229);
  color: #000;
}

/* Neue Tabs */
.DHTMLSuite_aTab{
color:#000; !important
}
.DHTMLSuite_tabContainer{
color:#000; !important
}

/* Definitionen für das Tab-Menü im Adminbereich */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}
