/*
 * Automatically created by CMSimple_XH 1.6.1. DO NOT MODIFY!
 * filebrowser,gallery,hi_fancybox,hi_updatecheck,jquery,meta_tags,pagemanager,page_params,pluginloader,tinymce,utf8,zgallery
 */


/*********************************** ./plugins/filebrowser/css/stylesheet.css */

#xhFilebrowser, #xhFilebrowserMenu {
background: #fff;
min-width: 440px;
color: #333;
border: 1px solid #999999;
margin: 1px 0;
overflow: auto;
padding: 8px 16px;
font-family: arial, sans-serif;
font-size: 14px;
}

#xhFilebrowserMenu {
font-weight: 700;
}


/* FILEBROWSER MENU */

#xhFilebrowser {
font-family: arial, sans-serif;
font-size: 14px;
font-weight: 900;

}

#xhFilebrowser  fieldset, #xhFilebrowserMenu  fieldset {
margin: 5px;
display:none;
}

#xhFilebrowser fieldset legend, #xhFilebrowserMenu fieldset legend {
   font-weight: bold;
}


/* FILEBROWSER LISTS */

span.xhfb_files {
font-weight: 700;
color: #900;
}

p.xhfb_files {
font-weight: 700;
padding: 0;
}

#xhFilebrowser ul, #xhFilebrowserMenu ul {
list-style-image: none;
list-style-position:inside;
padding: 0;
margin: auto;
}

#xhFilebrowser ul.unseen, #xhFilebrowserMenu ul.unseen{
display: none;
}

#xhFilebrowser li.openFolder, #xhFilebrowserMenu li.openFolder {
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 14px;
font-weight: 900;
}

#xhFilebrowser li.folder, #xhFilebrowserMenu li.folder{
list-style-image:url(../../plugins/filebrowser/css/icons/folder.png);
padding: 2px 0 2px 5px;
margin: 0 0 0 0;
line-height: 1em;
font-size: 13px;
font-weight: 300;
}


#xhFilebrowser li.openFolder ul, #xhFilebrowserMenu li.openFolder ul {margin-left: 20px;}


/* FILEBROWSER FOLDERS */

#xhFilebrowser #filebrowser_folders {
    float: left;
    width: 40%;
    overflow: auto;

}

#filebrowser_subfolders {
    padding: 0 0 10px 0;
}

#filebrowser_subfolders li {
    font-size: 13px;
    font-weight: 900;
}


/* FILEBROWSER FILES */

#filebrowser_files {
    font-weight: 300;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}

#filebrowser_files li {
    list-style-type: none;
    font-size: 13px;
    padding: 2px 0;
    margin: 0;
}

#filebrowser_files li:hover {
   background-color: #ccc;
}

#filebrowser_files li.odd {}

#filebrowser_files ul, #filebrowser_files ul li {
    margin-left: 0em;
    padding-left: 0em;
}

#xhFilebrowser a { color: #333;}
a.xhfbfile, span.xhfbfile {padding: 0 2px 0 0; line-height: 1em;}
a.xhfbfile img, span.xhfbfile img {border: none; margin: 6px;}
a.xhfbfile span, span.xhfbfile span {display: none;}
a.xhfbfile:hover span, #filebrowser_files ul li:hover a.xhfbfile span,
span.xhfbfile:hover span, #filebrowser_files ul li:hover span.xhfbfile span {
    display: block;
    float: right;
    border: #aaa 1px solid;
    padding: 2px;
    background-color: #ddd;
}
a.xhfbfile:hover, span.xhfbfile:hover {
    background-color: #ccc;
    cursor:pointer;
}
#xhFilebrowser div {
    font-family: arial, sans-serif;
    padding: 0px;
    margin: 0px;
}


#filebrowser_subfolders  fieldset legend {}

#xhFilebrowser a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser a:active {color: #c60; text-decoration: none;}
#xhFilebrowser a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.openFolder a:link {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:visited {color: #920; text-decoration: none; font-style: normal;}
#xhFilebrowser li.openFolder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.openFolder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowser li.folder a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowser li.folder a:hover {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:active {color: #c60; text-decoration: none;}
#xhFilebrowser li.folder a:focus {color: #c60; text-decoration: none;}

#xhFilebrowserMenu a:link {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:visited {color: #222; text-decoration: none; font-style: normal;}
#xhFilebrowserMenu a:hover {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:active {color: #c60; text-decoration: none;}
#xhFilebrowserMenu a:focus {color: #c60; text-decoration: none;}


/*************************************** ./plugins/gallery/css/stylesheet.css */

#gallery_main { /* box around the complete output */
    margin: auto;
    width: 450px;
    width: 100%;   /* kurt */
}

#gallery_main_inner {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

#gallery_main a {
    border: 0px none;
}

.gallery_heading { 
    /* The "Header" of the gallery.
    Styles the "XX Pics in Gallery" line, 
    and the "YY Pictures found by search" message */
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gallery_navigation { 
    /* Styles the "priv / next / return" navigation */
    font-weight: bold;
    color: #930;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.lbg_nav {
    border: 0;
    margin: 0 0 -4px 0;
}

.lbg_nav_anchor {
}

/* priv- / next-page links */
.gallery_navigation a:link    { text-decoration: none; }
.gallery_navigation a:active  { text-decoration: none; }
.gallery_navigation a:visited { text-decoration: none; }
.gallery_navigation a:hover   { text-decoration: none; }

.gallery_title { /* The title of the picture in the "Details-View" */
    font-size: 1.33em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.gallery_pic { /* The container for the Picture in the "Detail-Page" */
    text-align:center;
    vertical-align: middle;
background: red;       /* kurt */
}

.addcommentform { /* Styles the Addcomment-Form */
    text-align: left;
    width: 300px;
    /* height: 200px; */
    margin: 0 0 0 20px;
    float:left; 
}

.gallery_html { /* the box with the content of the external html-file */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    padding: 25px;         /*  kurt  */
border: 1px solid green;   /*  kurt  */
    /* border: 1px solid #c1c1c1; */
}

.gallery_html_inner {
    text-align: left;
}

.gallery_html p {
    margin-top: 0;
    padding-top: 0;
}

.gallery_extrainfo { /*the box with the extrainfo-fields */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_extrainfo_inner {
    text-align: left;
}

.gallery_extrainfo_name { /* field-name */
    font-weight: bold;
}

.gallery_extrainfo_text { /* field content */
    font-style: normal;
}

.gallery_addcomment { /* box with the comments at the details-page */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_addcomment_inner {
    text-align: left;
}

.gallery_comment_heading {
    background: #d6dcdc;
    font-size: 87%;
    border: 1px solid #d6dcdc;
    padding: 5px 10px 3px 10px;
    text-align: left;
}

.gallery_comment_name {
    font-weight: bold;
}

.gallery_comment_time {
    font-weight: normal;
}

.gallery_comment_text {
    background: #f6f9f9;
    font-weight: normal;
    line-height: normal;
    border: 1px solid #d6dcdc;
    padding: 10px 10px 12px 10px;
    margin: 0 0 3px 0;
}

.gallery_addcomment hr { /* the line between the comments */
    background-color: #c1c1c1; /* Mozilla 1.4 */
    color: #c1c1c1; /* IE 6 */
    border: #c1c1c1; /* Opera 7.11 */
    height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
}

.gallery_comment_form { /* comment - textareas and input */
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    margin-right: 0px;
}

a.gallery_comment_form {
    padding: 1px;
    text-decoration: none;
    border: 1px solid #c1c1c1;
}

.gallery_comment_error {
    color: red;
}

#gallery_comments_closed {
    font-style: italic;
    font-weight: bold;
}

#gallery_thumbs { /* the box around the thumbnail-area */
    /*width: 450px;*/
    margin: auto;
    text-align: center;
}

#gallery_thumbs_inner {
    /* contains the thumbs */
    width: 100%;
    border: 0;
    margin: 0 auto;
    display: block;
}

/* container for a single thumbnail with title and "xxx comments" message     */
/* Play with margin left/right and/or padding to fit or "center" your thumbs  */
/* If you not use thumbs with width=height (thumb_crop=false) you must set    */
/* here a propper width and height - depending on your thumbnail size and the */
/* enabled fields (title & comments) - to fit the thumbs together in the output  */

.thumbnailitem {
    float: left;
    width:150px;
    width:100px;  /* kurt */
    text-align: center;
    padding: 0;
    margin: 0;
}

.thumbnailitem_inner {
    height: 150px;
    height: 100px;  /* kurt */
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 1px;
    padding: 4px 2px 0 0;
    padding: 0px 0px 0 0;        /*  kurt  */
    vertical-align: middle;
    border: 0px solid #ccc;
    /*background: #e6e6e6;*/
}

.thumbnailitem img {
    margin-top: 2px;
    margin-bottom: 2px; /* when use comments=true and shadow.js */
background: black;      /*  kurt  */
}

.thumbnailtitle {     /* the title on thumbnail page */
    font-size: 0.75em;
}

.thumbnail_comments { /* number of comments message on thumbnail page */
    font-size: 0.75em;
}

.picture {            /* Styles the picture in the "Details-View" */
    margin: 0px 0px 0px 0px;
    border: 1px solid #CFCFCF;
    padding: 3px;
    background-color: #FFF;

    -moz-box-shadow: 3px 3px 4px #999999;
    -webkit-box-shadow: 3px 3px 4px #999999;
    box-shadow: 3px 3px 4px #999999;
    /* For IE 8+ */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}

a.thumb {
    border: none;
}

/* thumbnail-picture links */
a.thumb:link img    { border: 1px solid #CFCFCF; }
a.thumb:active img  { border: 1px solid #CFCFCF; }
a.thumb:visited img { border: 1px solid #CFCFCF; }
a.thumb:hover img   { border: 1px solid #FF0000; }

.general_text {       /* styles the general text field on details page */
    font-weight: bold;
    text-align: center;
}

.gallery_input{
    font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
    background-color: #f8f8f8;
    color: #102132;
    border: 1px solid #c1c1c1;
    padding: 2px 6px;
    margin-right: 5px;
}

.search_nothing {      /* Styles "Search found nothing" message */
    font-size: larger;
    font-weight: bold;
    text-align: center;
    color: #F00000;
}

.gallery_search {      /* Styles the search form */
    text-align: center;
}

.gallery_clearfix {
    clear: both;
}

/* Styles of the advanced PopUp */
#gallery_adv_popup_outer {
    width:  100%;
    height: 100%;
}

#gallery_adv_popup_inner {
    width:  100%;
    height: 100%;
}
.gallery_adv_popup_img {
    margin-bottom: 30px;   
}

.gallery_adv_popup_title {
    text-align: center; 
}

.gallery_copy {
    margin-top: 20px;
    text-align: center;
}

.gallery_copy a{
    font: 9px  Arial, Verdana, Geneva, Helvetica, sans-serif;
    font-style: italic;
    color: #c1c1c1;
    text-decoration: none;
}

/* --------------------------- */
/* ADMINISTRATION / ADMIN AREA */
/* --------------------------- */

#lb_gallery_admin {
    background: #fff;
    color: #333;
    border: 1px solid #999;
    font-family: arial, sans-serif;
    font-size: 15px;
    padding: 6px;
}

#lb_gallery_admin a:link {
    text-decoration: none;
}
#lb_gallery_admin a:visited {
    text-decoration: none;
}
#lb_gallery_admin a:hover {
    text-decoration: none;
}
#lb_gallery_admin a:active {
    text-decoration: none;
}
#lb_gallery_admin a:focus {
    text-decoration: none;
}

#lb_gallery_admin fieldset.lbg_message {
    border: 1px solid;
    text-align: center;
    background-color: #ededed;
}
#lb_gallery_admin table.admin_table {
    width: 99%;
}
#lb_gallery_admin .admin_table .picture {
    border: 0px solid;
    margin: 6px;
}

#lb_gallery_admin .admin_table_title {
    background: none;
    font-weight: 700;
    padding: 10px 0;
}

#lb_gallery_admin td.admin_table_row {
    background: none;
    padding: 8px 2px;
    font-size: 14px;
}

#lb_gallery_admin fieldset {
    background: #fff;
    padding: 10px;
    margin: 8px 0;
}

#lb_gallery_admin legend {
    font-weight: 700;
}

#lb_gallery_admin .admin_input {
    width: 90%;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea {
    width: 90%;
    height: 150px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

#lb_gallery_admin .admin_textarea_full {
    width: 95%;
    height: 350px;
    background: #eee;
    font-size: 15px;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin: 2px 0px;
}

/*Zebra-Tabelle*/
.lb_odd { 
    background-color: #eff;
}

#lb_uploader {
    width: 100%;
    height: 360px;
}

/* Button-Styles */
.lb_buttons a, .lb_buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.lb_buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.lb_buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.lb_buttons button img, .lb_buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .lb_buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .lb_buttons a.positive{
    color:#529214;
}
.lb_buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.lb_buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.lb_buttons a.negative, button.negative{
    color:#d12f19;
}
.lb_buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.lb_buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.regular, .lb_buttons a.regular{
    color:#336699;
}
.lb_buttons a.regular:hover, button.regular:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.lb_buttons a.regular:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/*
<div class="buttons">
    <button type="submit" class="positive" name="save">
        <img src="images/apply2.png" alt=""/>
        Save
    </button>

    <a href="" class="regular"><!-- class="regular"-->
        <img src="images/textfield_key.png" alt=""/>
        Change Password
    </a>

    <a href="#" class="negative">
        <img src="images/cross.png" alt=""/>
        Cancel
    </a>
</div>
*/

/* End of Button-Styles*/

/* lb_gallery_all() - addon */

/* Div um komplette Übersicht */
#lb_overview {
    
}

#lb_overview_inner {
    
}

/* Tabellen-Layout */
table.lb_galleries {
    width: 100%;
    border: 0 none;
}

/* Thumbnail-Zelle */
td.lb_thumb_cell {
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* Zelle für Beschreibung */
td.lb_desc_cell {
    width: 100%;
    font-size: inherit;
    text-align: left;
    vertical-align: top;
    padding: 20px 10px 0 0;
}

/* DIV-Layout */
/* Container für eine Galerie mit Thumb und Beschreibung */
div.lb_overview_item {
    width: 100%;
    padding: 10px 0 0 0;
    padding: 5px 0 0 0;  /*  kurt */
}

/* Container für thumb */
div.lb_overview_thumb {
    float: left;
    padding: 0 20px 10px 0;
    padding: 0 10px 5px 0;   /*  kurt */
}


/* h1 - Überschrift in Beschreibung */
td.lb_desc_cell h1,  div.lb_overview_item h1{
    margin-top: 0;
    padding-top: 0;
}


/* Titel-Anzeige oberhalb der Galerie */
.lb_all_title h1 {
    text-align: center;
}

/* Back-Links */
p.lb_all_backtop {

}

p.lb_all_backbottom {

}

a.lb_all_back {

}
/* End of lb_gallery_all() - addon */


/******************************** ./plugins/hi_updatecheck/css/stylesheet.css */

#upd_list_container {
    max-width: 500px;
}
.upd_container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.upd_container p {
    margin: 5px 0;
}

hr.upd_list {
    background-color: #999999;
    border: 0 none;
    clear: both;
    color: #999999;
    height: 1px;
}

/*** Messageboxes ***/
.upd_info, .upd_success, .upd_warning, .upd_error {
    min-width: 220px;
    max-width: 440px;
    display: inline-block;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    /*background-position: 10px center;*/
    background-position: 10px 10px;
    -moz-border-radius:4px; /* Firefox */
    -webkit-border-radius:4px; /* Safari, Chrome */
    -khtml-border-radius:4px; /* Konqueror */
    border-radius:4px; /* CSS3 */
}
.upd_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}

/*** Messages-List ***/

ul.upd_list {
	margin: 0;
	padding: 0;
    max-width: 600px;
    list-style: none;
    border-top: 1px solid #999;
}

ul.upd_list li {
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0 0 0 0px;
}

.upd_info_list, .upd_success_list, .upd_warning_list, .upd_error_list, .upd_noinfo_list {
    margin: 0;
    padding:15px 10px 15px 50px;
    border: 0px solid;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    /*background-position: 10px center;*/
}
.upd_info_list {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../../plugins/hi_updatecheck/css/../images/info.png');
}
.upd_success_list {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('../../plugins/hi_updatecheck/css/../images/success.png');
}
.upd_warning_list {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning.png');
}
.upd_error_list {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../../plugins/hi_updatecheck/css/../images/error.png');
}
.upd_noinfo_list {
    color: #999;
    border: 0px solid #CCC;
    background-color: #FFF;
    background-image: url('../../plugins/hi_updatecheck/css/../images/warning_grey.png');
}
p.upd_license {
    text-align: justify;
}
img.upd_plugin_icon {display: block; float: left; margin: 0 20px 0 0}

/* Editmenu-Notification */

#editmenu_update, #xh_adminmenu_update {
    display: none;
}

li#editmenu_update, li#xh_adminmenu_update {
    padding: 4px 0;
    width: 44px;
}

#editmenu_update img, #xh_adminmenu_update img {
    border: 0 none;
}

/* Fix for older (splitted) editmenu */
#edit_menu {
    width: auto;
}


/************************************* ./plugins/meta_tags/css/stylesheet.css */

#meta_tags hr {
	margin:6px 0;
	visibility:hidden;
}


/*********************************** ./plugins/pagemanager/css/stylesheet.css */

/*
 * Treeview
 */

#pagemanager {
    background: #fff;
    border: 1px solid #999;
    padding: 16px;
    margin: 1px 0;
    /* the following lines enable a scrollable treeview; adjust the height to your needs */
    height: 400px;
    overflow: scroll !important;
}

#pagemanager.pagemanager-vertical {
    margin-left: 27px;
}

/*
 * Toolbar
 */

#pagemanager-toolbar {
    margin: 1px 0;
    border: 1px solid #999;
    background-color: #eee;
    padding: 0 8px;
    font-size: 14px;
}

#pagemanager-toolbar button,
#pagemanager-toolbar a {
    float: left;
    border: 0;
    padding: 0;
    width: 16px;
    height: 16px;
    background-image: url("../../plugins/pagemanager/css/../images/tools.png");
    cursor: pointer;
}

#pagemanager-expand {background-position: -16px 0}
#pagemanager-collapse {background-position: -32px 0}
#pagemanager-create {background-position: -48px 0}
#pagemanager-create_after {background-position: 0 -16px}
#pagemanager-rename {background-position: -16px -16px}
#pagemanager-delete {background-position: -32px -16px}
#pagemanager-cut {background-position: -48px -16px}
#pagemanager-copy {background-position: 0 -32px}
#pagemanager-paste {background-position: -16px -32px}
#pagemanager-paste_after {background-position: -32px -32px}
#pagemanager-help {background-position: -48px -32px}

/*
 * horizontal toolbar
 */

/* for floating horizontal toolbar: uncomment the following */
/*
#pagemanager-toolbar.pagemanager-horizontal {
    position: fixed;
    top: 150px;
    z-index: 1000;
}
*/

#pagemanager-toolbar.pagemanager-horizontal img {
    margin: 8px 0;
}

#pagemanager-toolbar.pagemanager-horizontal button,
#pagemanager-toolbar.pagemanager-horizontal a {
    margin: 6px 5px;
}

/*
 * vertical toolbar
 *
 * The style should be adjusted to your needs.
 * Change top and left accordingly.
 */

#pagemanager-toolbar.pagemanager-vertical {
    text-align: center;
    position: fixed;
    margin: 0 auto;
    padding: 0 2px;
    z-index: 1000;
}

/* You might adjust the left or right margin of the treeview */
/*
#pagemanager {
    margin-left: 32px;
}
*/
/* and for a lefthand toolbar the margin of the submit button */
/*
#pagemanager-submit {
    margin-left: 32px !important;
}
*/
/* and for a righthand toolbar the position of the tooltips */
/*
#pagemanager-toolbar.pagemanager-vertical a.pl_tooltip:hover span {
    left: -320px;
}
*/

#pagemanager-toolbar.pagemanager-vertical img {
    margin: 0 8px;
}

#pagemanager-toolbar.pagemanager-vertical button,
#pagemanager-toolbar.pagemanager-vertical a {
    margin: 6px 2px;
}


/*
 * Context menu
 */

/* To have enough space for the whole context menu, if the template has a small footer */
#pagemanager-footer {
    height: 150px;
}

#vakata-contextmenu {
    width: 20em;
}



/*********************************** ./plugins/page_params/css/stylesheet.css */

#page_params hr {
	margin:8px 0;
}
#page_params input {
    width: auto;
}
#page_params img {
    margin:0;
}



/********************************** ./plugins/pluginloader/css/stylesheet.css */



div.pluginerror { background-color: crimson; color: white; }

textarea.plugininput { height: 16px; }
textarea.plugininput:focus, .plugininputmax { height: 48px; }

textarea.plugintextarea {
  width: 400px;
  height: 300px;
}

div.pluginedit, div.plugintext {
	border: 1px solid #828177;
	padding: 4px 4px 4px 4px;
	background-color: buttonface;
}

form.plugineditform {}

div.plugineditcaption { font-size: 14px; font-weight: bold; }

table.pluginedittable {
	width: 100%;
}
table.pluginedittable td {
	border: 1px solid #828177;
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	font-size: 12px;
	font-family: tahoma, verdana, arial;
}

.pluginedittable td.plugincfcap, pluginedittable td.plugincfhint { padding-top: 12px; }
.pluginedittable td.plugincfcap { font-weight: bold; }

table.pluginedittable td.plugincf {}


/************************************** ./plugins/zgallery/css/stylesheet.css */

/* CHANGE - picture thumbnail background tile. */
/* .zgal_pic_holder { background-image:url(../../plugins/zgallery/css/gth_simple_140.gif);    
height:140px; width:140px; margin:auto;}
*/

.zgal_pic_holder { background-image:url(../../plugins/zgallery/css/gth_simple_100.gif); height:90px; width:120px; margin:auto;
}

.zgal_gallery_holder{
border: none;
margin: 0px;
padding: 0px;
padding-bottom: 5px;
}
.zgal_gallery_legend{text-align:left;margin:10px;padding:10px;}

.zgal_gallery_title{
font-weight:bold;
margin-top:9px; margin-bottom:9px;text-align: center;
}
.zgal_gallery_thumb_title{
font-weight:normal;
margin-top:5px;margin-bottom:5px;text-align: center;
}
.zgal_gallery_pic_index{margin: 0px; padding: 0px; }

/* Borders around gallery images*/
.zgal_gallery_pic{text-align: center;vertical-align: middle;}
.zgal_gallery_pic a {border: 0px solid #ccc;}
.zgal_gallery_pic a:link img{border: 1px solid #ccc;}
.zgal_gallery_pic a:visited img{border: 1px solid #ccc;}
.zgal_gallery_pic a:hover img{border: 1px solid #cc0000;}
.zgal_gallery_pic a:active img{border: 1px solid #cc0000;}

.zgal_pic_holder table { width:100%; height:100%}
.zgal_pic_holder table td {border: 0px solid #ccc; padding:5px; background-color:transparent; text-align:center; vertical-align:middle;
}
table.zgal_galpictureholder td {border: 3px solid #ccc; padding:7px; background-color:#000000; margin-left:auto; margin-right:auto;}

.zgal_gallery_extrainfo{
/*
line-height:1.5;
*/
}

/*Gallery Commenting*/

.zgal_addcommentform{text-align:left;width:240px;height:200px;float:left;}
.zgal_gallery_comment{border: 0px;vertical-align: middle;}
.zgal_gallery_comment_form{background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 0px;}
textarea.zgal_gallery_comment_form {width:100%;}

/*Thumbnail Style*/

.zgal_thumbnailitem{ 
line-height:120%;
text-align:center;
width:100px; /* width:120px; */
height:75px; /* height:90px; */
float:left;
border: 0px solid #cc0000;
margin-top:5px; /* margin-top:10px; */
}

/* Borders around thumbnail images*/

.zgal_thumb img{  border: 2px solid #ccc; margin:15px }
a.zgal_thumb{ border: none; }
a.zgal_thumb:link img{ border: 1px solid #ccc; }
a.zgal_thumb:visited img{ border: 1px solid #ccc; }
a.zgal_thumb:active img{ border: 1px solid #cc0000; }
a.zgal_thumb:hover img{ border: 1px solid #cc0000; }

.zgal_thumb2 img{  border: 1px solid #ccc; margin:10px }
a.zgal_thumb2{ border: none; }
a.zgal_thumb2:link img{border: 1px solid #ccc; }
a.zgal_thumb2:visited img{border: 1px solid #ccc; }
a.zgal_thumb2:active img{border: 1px solid #ccc; }
a.zgal_thumb2:hover img{border: 1px solid #cc0000; }

/*Admin Fields*/

.zgal_admin_legend {background-color:#f7f7f7;color:#000000; font-weight:bold; }

div.zgal_start_admin_table {background-color:#f7f7f7;color:#000000; margin-left:0px; padding-top:6px;}
div.zgal_start_admin_table table{margin-left:0px;}

.zgal_admin_table1{background-color: #f7f7f7; color:#000000; width:100%;}
.zgal_admin_table2 {background-color: #f7f7f7; color:#000000; width:100%;}

.zgal_admin_table_title{ border-top: 3px #f7f7f7 solid;border-bottom: 3px #f7f7f7 solid; border-left: 1px #f7f7f7 solid; border-right: 1px #f7f7f7 solid; }
.zgal_start_admin_table fieldset {border: 1px solid #ccc; padding:12px; margin-top:6px;}
.zgal_start_admin_table form {margin:0px;}

.zgal_admin_table_title{background-color:#cccccc;color:#000000; padding:2px;}

.zgal_admin_table_row{ border-bottom: 1px #cccccc dotted; color:#000000; padding:2px;}
.zgal_admin_table_row{background-color:#f7f7f7;color:#000000; }
.zgal_admin_table_row a{color:#000000;}
.zgal_admin_table_row a:link,.zgal_admin_table_row a:visited{color:#000000; border:none;}
.zgal_admin_table_row a:active,.zgal_admin_table_row a:hover{color:#cc0000; border:none;}

.zgal_admin_table_row2{background-color:#f7f7f7;color:#000000;}
.zgal_admin_table_row2 td{background-color:#f7f7f7;color:#000000; }
.zgal_admin_table_row2 fieldset {border: 1px solid #ccc; padding:12px; margin-top:6px;}
.zgal_admin_table_row2 form {margin:0px;}
div.zgal_admin_table_row2 {margin-left:0px;}
div.zgal_admin_table_row2 table{margin-left:0px;}

.zgal_admin_input {
padding:4px;width:98%; background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 0px;}
.zgal_admin_input:focus {
padding:4px;width:98%; background-color: #ffffff;color: #102132;border: 1px solid #cc0000;margin-right: 0px;}
.zgal_admin_textarea {padding:4px;height: 150px; width:98%; background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 0px; font-size:10pt;}
.zgal_admin_textarea:focus{padding:4px;height: 150px; width:98%; background-color: #ffffff;color: #102132;border: 1px solid #cc0000;margin-right: 0px;}

/* Remove any unwanted borders if an image is used in admin navigation links */
a.zgal_nav {border:none;} 

/* Gallery dropdown selector in admin */
.zgal_admin_gal_select {width:100%; background-color:#f7f7f7;padding-top:4px;padding-left:1px;}
.zgal_admin_gal_select form{margin: 0px;}

div.zgal_admin_upload {padding-top:6px;}

.zgal_gallery_input{background-color: #f7f7f7;color: #102132;border: 1px solid #ccc;margin-right: 4px; margin-left: 6px;}
.zgal_gallery_submit{}

.zgal_copyright {font-size:.8em;}