#gallery_main { /* box around the complete output */
    margin: auto;
    width: 450px;
}

#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;
}

.addcommentform { /* Styles the Addcomment-Form */
    text-align: left;
    width: 300px;
    /* height: 200px; */
    margin: 0 0 0 0px;
    float:left; 
}

.gallery_html { /* the box with the content of the external html-file */
    /* width: 400px; */
    margin: auto;
    padding: 5px;
    /* border: 1px solid #c1c1c1; */
}

.gallery_html_inner {
    text-align: center;
}

.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: center;
}

.gallery_extrainfo_name { /* field-name */
    font-style: normal;
}

.gallery_extrainfo_text { /* field content */
    font-weight: bold;
}

.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;
    text-align: center;
    padding: 0;
    margin: 0;
}

.thumbnailitem_inner {
/*    height: 150px; */
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    margin: 1px;
    padding: 4px 2px 0 0;
    vertical-align: middle;
    border: 0px solid #282828;
    /*background: #e6e6e6;*/
}

.thumbnailitem img {
    margin-top: 2px;
    margin-bottom: 2px; /* when use comments=true and shadow.js */
}

.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 #282828;
    padding: 3px;
    background-color: #282828;

/*    -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 #282828; }
a.thumb:active img  { border: 1px solid #282828; }
a.thumb:visited img { border: 1px solid #282828; }
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;
}

/* Container für thumb */
div.lb_overview_thumb {
    float: left;
    padding: 0 20px 10px 0;
}


/* 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 */