/*
 * Automatically created by CMSimple_XH. DO NOT MODIFY!
 * calendar,fa,filebrowser,hi_updatecheck,imgalbum,jquery,memberpages,meta_tags,pagemanager,page_params,tinymce4
 */


/****************************************************** ./assets/css/core.css */

/*
 * Adminmenu
 */

#xh_adminmenu_scrolling {
    z-index: 999;
}

#xh_adminmenu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#xh_adminmenu {
    width: 100%;
    background-color: #2e3436;
    font-size: 14px;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-bottom: 1px solid #aaa;
    color: #d3d7cf;
}

#xh_adminmenu ul {
    height: 36px;
    list-style-type: none !important;
    list-style-image: none;
    font-family: arial, sans-serif;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #2e3436;
}

#xh_adminmenu li {
    list-style-type: none !important;
    float: left;
    position: relative;
    width: 125px;
    background-color: #2e3436;
    text-align: center;
    color: #d3d7cf;
    padding: 8px 0 0 0;
    margin: 2px 0 0 0;
}

#xh_adminmenu li a:hover,
#xh_adminmenu li:hover {
    background-color: #3f4446;
}

#xh_adminmenu a,
#xh_adminmenu a:visited,
#xh_adminmenu span {
    display: block;
    color: #d3d7cf;
    height: 28px;
    padding: 0 6px 0 6px;
    text-decoration: none;
    font-style: normal;
}

#xh_adminmenu span {
    cursor: default;
}

#xh_adminmenu ul ul {
    list-style-type: none !important;
    height: 0;
    left: 0;
    position: absolute;
    top: 36px;
    margin: 0;
    z-index: 9999;
    visibility: hidden;
}

#xh_adminmenu ul ul li {
    background: #4f5456;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li a,
#xh_adminmenu ul ul li span {
    height: 16px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul li:hover {
    height: 26px;
    padding: 3px 0 0 0;
    background: #c50;
}

#xh_adminmenu ul ul li a:hover,
#xh_adminmenu ul ul li span:hover {
    background: #c50;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul {
    left: 100%;
    top: 0px;
    width: 100%;
    visibility: hidden;
    padding: 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li {
    background: #c50;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a,
#xh_adminmenu ul ul ul li span {
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li:hover {
    background: #e70;
    height: 26px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu ul ul ul li a:hover,
#xh_adminmenu ul ul ul li span:hover {
    background: #e70;
    height: 20px;
    padding: 3px 0 0 0;
    margin: 0;
}

#xh_adminmenu li:hover > ul {
    visibility: visible;
}

/*
 * Pluginmenu
 */

.edit {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 1.2em;
    border: 1px solid;
    margin: 2px 0;
}

.edit td {
    padding: 4px 6px;
}

/*
 * Debug mode
 */

.xh_debug {
    height: 18px;
    background: #900;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    border: 0px solid #000;
    padding: 2px 6px;
    margin: auto;
}

.xh_debug_warnings {
    background: #fc0;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #000;
    padding: 4px 6px;
}

/*
 * Messages
 */

.xh_success,
.xh_info,
.xh_warning,
.xh_fail,
.cmsimplecore_warning {
    padding: 0.7em;
    padding-left: 36px;
    border-radius: 7px;
}

.xh_success {
    background: #e1f8cb url("success.png") no-repeat 10px;
    color: #37620d;
    border: 1px solid #c6d880;
}

.xh_info {
    background: #e9f5fb url("info.png") no-repeat 10px;
    color: #16597a;
    border: 1px solid #84c7e9;
}

.xh_warning,
.cmsimplecore_warning {
    background: #ffffbb url("warning.png") no-repeat 10px;
    color: #756730;
    border: 1px solid #ffd324;
}

.xh_fail {
    background: #fbe5e2 url("fail.png") no-repeat 10px;
    color: #992213;
    border: 1px solid #f2a197;
}

/*
 * Mailform
 */

#xh_mailform div {
    width: 250px;
    margin: 0 0 8px 0;
}

#xh_mailform .text, .xh_mailform textarea {
    width: 100%;
    height: 20px;
    box-sizing: border-box;
    
}

.xh_mailform textarea {
    height: 130px;
}

.xh_captcha_code {
    float: left;
    width: 50px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 1px 5px 2px 5px;
    margin: 0 4px;
}

.text, .xh_captcha_input, .xh_mailform textarea {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    background-color: white;
    padding: 2px 4px;
    margin: 0 0 2px 0;
}

.xh_captcha_input  {
    height: 16px;
    float: left;
    width: 5em;
    border: 1px solid #666;
    margin: 0 0 10px 0;
}

.xh_clear {
  clear: both;
}

#xh_mailform .return_to_page {
  float: left;
  width: 136px;
  color: #333;
  text-align: center;
  border: 1px solid #666;
  border-radius: 4px;
  background-image: linear-gradient(#fff, #bbb);
  margin-top: -10px;
}
/*
 * System Check
 */

#xh_system_check {
    list-style: none;
    padding-left: 0;
}

#xh_system_check li {
    margin-left: 0;
}

#xh_system_check img {
    padding-right: 1em;
}

li.xh_system_check_cat_start {
    margin-top: 1em;
}

/*
 * Configuration
 */

#xh_config_form fieldset {
    padding: 1em 0.5em;
    margin: 1em 0;
}

#xh_config_form div.xh_label,
#xh_config_form div.xh_field {
    padding: 0;
    margin: 0;
    border: 0;
    float: left;
}

#xh_config_form div.xh_label {
    width: 35%;
}

#xh_config_form div.xh_field {
    width: 65%;
}

#xh_config_form .xh_field button {
    margin: 0 0 6px 0;
}

#xh_config_form .xh_field select,
#xh_config_form div.xh_field {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_config_form .xh_field select {
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 6px 0;
}

#xh_config_form div.xh_label span.xh_label {
    margin: 3px 0;
}

#xh_config_form img {
    margin: 0;
}

#xh_config_form input[type="checkbox"] {
    margin: 0.3em 0;
}

#xh_config_form br {
    clear: both;
}

#xh_config_form input.xh_setting,
#xh_config_form input.cmsimplecore_settings,
#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    width: 90%;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #222;
    padding: 1px 2px;
    margin: 0 0 6px 0;
    border: 1px solid #bbb;
    background: #fff;
    border-radius: 0;
}

#xh_config_form textarea.xh_setting,
#xh_config_form textarea.cmsimplecore_settings {
    height: 49px;
    overflow: hidden;
}

#xh_config_form textarea.xh_setting_short,
#xh_config_form textarea.cmsimplecore_settings_short {
    height: 18px;
}

.xh_config_form_advanced_button {
    display: block;
    margin: 1em 0;
}

#xh_change_password label {
    display: inline-block;
    min-width: 12em;
}

/*
 * Tooltips
 */

.pl_tooltip {
    font-family: arial, sans-serif;
    font-size: 14px;
}

a.pl_tooltip,
a.pl_tooltip:link,
a.pl_tooltip:visited,
a.pl_tooltip:active {
    position: relative;
    text-decoration: none;
    font-weight: normal;
    border: 0;
}

a.pl_tooltip:hover {
    /* IE needs some change for the a:hover to handle the a:hover span */
    background-color: transparent;
}

a.pl_tooltip span {
    display: none;
}

a.pl_tooltip span p {
    width: auto !important;
}

a.pl_tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    width: 360px;
    z-index: 10;
    border: 1px dotted;
    padding: 2px 10px 2px 10px;
    background: #eee;
    color: #222;
    text-align: left;
}

a.pl_tooltip img {
    border: 0;
}

/*
 * New tooltip styling, which allows <p> elements in the help texts.
 * TODO: change that everywhere, and get rid of the old styles for XH 2.0
 */

div.pl_tooltip {
    font: normal normal 14px arial, sans-serif;
    text-decoration: none;
    position: relative;
    border: 0;
    float: left;
    margin-right: .25em;
}

div.pl_tooltip:hover {
    /* IE needs some change for the a:hover to handle the a:hover span */
    /* TODO: check if that's necessary for IE >= 7 */
    background-color: transparent;
}

div.pl_tooltip > div {
    display: none;
}

div.pl_tooltip > div p {
    width: auto !important;
}

div.pl_tooltip:hover > div {
    display: block;
    position: absolute;
    top: 1em;
    left: .7em;
    width: 360px;
    z-index: 10;
    border: 1px dotted #666;
    padding: 7px 10px;
    background: #eee;
    color: #222;
    text-align: left;
}

div.pl_tooltip img {
    border: 0;
    /*vertical-align: text-top;*/
}

/*
 * Pagedata tabs and views.
 */

#xh_pdtabs {
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}

#xh_pdtabs a {
    border: 1px solid #888;
    padding: 1px 3px 2px 3px;
    background-color: #ddd;
    background-image: linear-gradient(to bottom, #eee, #ccc);
    border-bottom: none;
    border-radius: 5px 5px 0 0;
}

#xh_pdtabs a:hover {
    color: red;
    cursor: pointer;
    background-color: #cde;
    background-image: linear-gradient(to bottom, #def, #bcd);
}

#xh_pdtabs .xh_active_tab,
#pdtabs .xh_active_tab:hover {
    background-color: #cdc;
    background-image: linear-gradient(to top, #fff, #aba);
    padding-top: 3px;
}

#xh_pdviews {
    background:#fff;
    color: #000;
}

#xh_pdviews .xh_view_toggle {
    width: 20px;
    height: 20px;
    float: right;
    background: url(cross.png) no-repeat top right;
    cursor: pointer;
}

#xh_pdviews .xh_active_view {
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
}

#xh_pdviews .xh_inactive_view {
    display: none;
    display: block;
    padding: 1.5ex 3ex;
    border: 1px solid #808080;
    display: none;
}

/*
 * Modal dialogs
 */

div.xh_modal_dialog_overlay {
    position: fixed;
    display: table;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

div.xh_modal_dialog_center {
    display: table-cell;
    vertical-align: middle;
}

div.xh_modal_dialog {
    overflow: auto;
    color: black;
    background: white;
    margin: auto;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 1em;
}

div.xh_modal_dialog_error {
    padding-top: 1em;
    color: red;
    font-weight: bold;
}

div.xh_modal_dialog_buttons {
    text-align: right;
    padding-top: 0.5em;
}

div.xh_modal_dialog_buttons button {
    width: 5em;
}

form.xh_inline_form {
    display: inline;
}

/*
 * Login form
 */

body.xh_login {
}

body.xh_login div.xh_login {
    width: 30em;
    margin: 2em auto 0 auto;
}

div.xh_break {
    float: none;
    clear: both;
    padding: 0;
    border: 0;
    margin: 0;
    width: 100%;
}

/*
 * Miscellaneous
 */

#xh_logfile {
    height: 40em;
    overflow: auto;
    border: 1px solid #888;
    background:white;
    color:black;
    font: 12px/1.6 "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#xh_pagedata ul {
    list-style: none;
}

textarea.xh_file_edit {
    width: 99%;
    font-family: Consolas, 'courier new', monospace;
    font-size: 14px;
    color: #222;
    background-color: #fff;
    padding: 0 !important;
}

.flag {
    border: 0;
}

.xh_find {
    background: #fd0;
    color: #000;
}

img.helpicon {
    background: none;
}



/************************************** ./plugins/calendar/css/stylesheet.css */

/******************************************/
/*                                        */
/*           Display of Calendar          */
/*                                        */
/******************************************/
/*Codes like "c27" let the config utility
find the values to be changed. So don't
separate these values from their css-variables.
You may however change the css-values by hand
and move the variable together with the code. */

.calendar_main,
.bigcalendar_main {
    text-align: center;
    border-collapse: collapse;
    width:100%;
    table-layout: fixed;
}
.calendar_main td  {
    line-height:/*sc1*/2.2;
    font-family:/*sc2*/inherit;
    font-size:/*sc3*/8pt;
    width:14%;
}
.calendar_main td a,
.bigcalendar_main td a {
    text-decoration: none;
    display: block;
}
.calendar_main td a:hover,
.bigcalendar_main td a:hover {
    background-color: red !important;
    color: white !important;
    font-weight: bold !important;
}

/*Calendar headline of month and year*/
/* =================================== */
.calendar_monthyear {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
/* smallcalfontsize */
    font-size:/*sc3*/8pt;
    white-space: nowrap;
}
/*previous and next month button*/
.calendar_monthyear a {
    text-decoration: none;
    color: red;
    display: inline !important;
}
/*Calendar subheading with daynames*/
.calendar_daynames {
    color: #888;
    font-weight: bold;
}
/* columns? */
.months_in_columns {
    vertical-align: top;
    border:1px solid silver;
}
.calendarheadline  {
    text-align: center;
}
.calendarheadline a {
    text-decoration: none;
}

/* ============================================ */
/* Special settings for  B I G  C A L E N D A R */
/* ============================================ */

/* General settings */
/*==================*/
.bigcalendar_main {
    background-color:/*c2*/;
    background-image:/*c3*/;
    border-color:/*c4*/black;
    border-width:/*c5*/0px;
    border-style: solid;
    border-collapse:/*c37*/collapse;
    border-spacing:/*c6*/0px;
}
.bigcalendar_main td  {
    width:14%;
}
/*  Headline of big calendar  */
/*============================*/
.bigcalendar_monthyear {
    white-space: nowrap;
    margin-top:/*c14*/;
}
.bigcalendar_monthyear a {
    display: inline !important;
    color:red;
}
.bigcalendar_monthyear span {
/*these values are entered via config-program*/
/*c31*/

}
.bigcalendar_monthyear_color {
    color:/*c1*/;
}
.bigcalendar_monthyear span a,
.bigcalendar_monthyear span a:hover{
    font-weight: normal !important;
}
/*  weekday names big calendar  */
/*==============================*/
.bigcalendar_main tr.weekdaynames td {
    padding-top:/*c10*/;
    padding-bottom:/*c11*/1em;
}
.bigcalendar_main .calendar_daynames {
    text-align:center;
    font-size: 12px;
    color:/*c18*/;
}
/*weekday names additional css*/
.bigcalendar_main .calendar_daynames span {
/*these values are entered via config program*/
/*c32*/

}
/*today's weekday name in subhead big calendar*/
.bigcalendar_main .calendar_daynames span.today {
/*these values are entered via config program*/
/*c33*/
/*values for today‘s weekday*/
}

/*   Day fields big calendar   */
/*=============================*/
.bigcalendar_main tr.calendardays  {
    font-family:/*c34*/inherit;
    font-size:/*c35*/8pt;
}
span.no_event {
    padding-left: 3px;
}
.bigcalendar_main .eventday a {
    border-radius:/*c20*/;
    padding-left: 3px;
}
.bigcalendar_main td.calendar_weekend,
.bigcalendar_main td.calendar_workday {
    border:/*c36*/1px solid #000000;
    height:/*c13*/8em;
    vertical-align: top;
    text-align: left;
    line-height: 1.3;
    background:#fff;
    opacity:/*c22*/1;
    border-radius:/*c20*/;
    box-shadow:/*c21*/;
}
.bigcalendar_main td.eventday {
    opacity:1 !important;
}

/* Contents of big calendar day fields */
/* =================================== */
.big_holidayname  {
    white-space: nowrap;
    overflow:hidden;
    font-weight:normal;
    color:#444;
    font-size:80%
}
.big_entry  {
    white-space:/*c7*/normal;
    overflow:hidden;
    padding-left:/*c38*/1px;
    padding-bottom:/*c38*/1px;
}
.big_time  {
    font-weight:normal;
    font-style: italic;
    color:#04f;
}
.big_entry1  { 
    font-weight:normal;
    font-style: italic;
    color:#048;
}
.big_event  {
    font-weight:normal;
    font-style: normal;
    color:#620;
}
.bigcalendar_main .anniversary  {
    font-weight:normal;
    font-style: normal;
    color:#d20;
}
div.anniversary  {
    /* border-top:2px solid #bbb;
    border-bottom:2px solid #bbb; */
    background-color:/*c19*/#F5EDFF !important;
    /* padding-bottom:2px;
    margin: 2px 0 1px; */
    overflow: hidden;
}

p.hint_under_bigcalendar  {
    text-align:center;
    margin-top:0;
}

/* Styling of calendar days */
/* ======================== */
.calendar_noday {
/*empty fields in the beginning 
and end of month day numbers*/
}

/*normal day*/
.calendar_workday,
.calendar_workday a {
    color:/*a1*/#055;
    font-weight: normal;
}
/*weekends*/
.calendar_weekend,
.calendar_weekend a {
    color:/*a2*/#0033FF;
    font-weight: bold;
}
/*holidays*/
.calendar_holiday a {
    color:/*a3*/#FF0000;
    font-weight: bold;
}

.calendar_shortevent a,
.calendar_startevent a,
.calendar_startevent2 a,
.bigcalendar_main .calendar_midevent a,
.bigcalendar_main .calendar_endevent a,
.bigcalendar_main .calendar_startevent a,
.calendar_midevent2 a,
.calendar_endevent2 a {
    color:/*a4*/;
    background-color:/*a5*/#E3FFE4 !important;
    font-weight:/*a10*/;
}

.calendar_shortevent3 {
    border-color:/*a8*/#3029FF;
    border-style:dotted;
    border-width:/*a9*/1px;
}
.calendar_startevent3 {
    border-left-color:/*a8*/#3029FF;
    border-left-style:dotted;
    border-left-width:/*a9*/1px;
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
}
.calendar_midevent3 {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
}
.calendar_endevent3 {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
    border-top-color:/*a8*/#3029FF;
    border-top-style:dotted;
    border-top-width:/*a9*/1px;
    border-right-color:/*a8*/#3029FF;
    border-right-style:dotted;
    border-right-width:/*a9*/1px;
}

.calendar_startevent {
    border-left-color:/*a6*/#43E85F;
    border-left-style:dotted;
    border-left-width:/*a7*/2px;
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
}
.calendar_midevent {
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
}
.calendar_endevent {
    border-bottom-style:dotted;
    border-bottom-color:/*a6*/#43E85F;
    border-bottom-width:/*a7*/2px;
    border-right-color:/*a6*/#43E85F;
    border-right-style:dotted;
    border-right-width:/*a7*/2px;
}
.bigcalendar_main .calendar_shortevent3 a,
.bigcalendar_main .calendar_startevent3 a,
.bigcalendar_main .calendar_midevent3 a,
.bigcalendar_main .calendar_endevent3 a {
    border-bottom-color:/*a8*/#3029FF;
    border-bottom-style:dotted;
    border-bottom-width:/*a9*/1px;
}

.calendar_today, .calendar_today a {
    background-color:/*sc6*/#DAD9FF !important;
    color:/*sc5*/;
    font-weight:/*sc7*/;
}

.calendar_main .calendar_birthday a {
    background-image:/*sc4*/ url(../../plugins/calendar/css/../backgroundimages/yellow_lozange.gif) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


/* ==================================== */
/* ======== Calendar-Popups =========== */
/* ==================================== */
.calendar_main a.info_pop-up:hover span,
.bigcalendar_main a.info_pop-up:hover span {
    text-align:left;
    font-weight:normal;
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
}
.holiday_name, .cal_separator  {
    padding-bottom:2px !important;
    margin-bottom:3px !important;
    border-bottom: 1px solid #999 !important;
    display:block !important;
}
.time_popup {
    color: #03a !important;
    font-style: italic;
    letter-spacing: 1px;
    display:block !important;
}
.endtime_popup {
    color: #037;
    font-style: italic;
    letter-spacing: 1px;
    padding-left:32px;
    display:block !important;
}
.date_popup, .entry1_popup {
    padding-left:32px !important;
    display:block !important;
}
.entry1_popup {
    font-style:italic;
    color:#037 !important;
}
.event_popup {
    font-weight:bold !important;
    padding-left:32px !important;
    color:black;
    display:block !important;
}
.entry3_popup {
    color: #940 !important;
    padding-left:32px !important;
    display:block !important;
}
span.anniversary  {
    background-color:/*c19*/#F5EDFF !important;
}
span.anniversary .big {
    background-color:/*c19*/#F5EDFF !important;
}
.calendar_main a.info_pop-up:hover span .anniversary,
.bigcalendar_main a.info_pop-up:hover span .anniversary {
    border:none;
}

.bigcalendar_main a.info_pop-up,
.calendar_main a.info_pop-up  {
    cursor: pointer;
}
/*location of the pop-up frames*/
/*there are different possibilites*/
.calendar_main a.info_pop-up:hover span.right {
    top:1em;
    left:200px;
}
a.info_pop-up:hover span.down0 {
    top:3em;
    left:160px;
}
a.info_pop-up:hover span.down1 {
    top:3em;
    left:150px;
}
a.info_pop-up:hover span.down2 {
    top:3em;
    left:140px;
}
a.info_pop-up:hover span.down3 {
    top:3em;
    left:90px;
}
a.info_pop-up:hover span.down4 {
    top:3em;
    left:40px;
}
a.info_pop-up:hover span.down5 {
    top:3em;
    left:30px;
}
a.info_pop-up:hover span.down6 {
    top:3em;
    left:20px;
}
.bigcalendar_main a.info_pop-up:hover span  {
    top:4.5em;
}
.bigcalendar_main a.info_pop-up:hover span.left  {
    left:3em;
}
.bigcalendar_main a.info_pop-up:hover span.right  {
    left:200px;
}


/******************************************/
/*                                        */
/*         Display of event list          */
/*                                        */
/******************************************/

table.eventlist,
table.crossout  {
    width:100%;
}
table.crossout .event_data_row td,
table.crossout .birthday_data_row td,
table.crossout .event_description {
    background:url(../../plugins/calendar/css/crossout.gif);
}
.eventfull td {
    background-image:url(../../plugins/calendar/css/stripes.gif);
}
.bookedout {
    position:absolute;
    margin:0 0 0 5em;
    color:#fbb;
    font-weight:normal;
    font-size:180%;
    letter-spacing:.7em;
    line-height:.5;
    /* opacity:.7; */
}
.event_data {
    font-family:/*b15*/inherit;
}

/* announcing text in event list */
.period_of_events {
    font-size: 110%;
    font-variant: small-caps;
    margin-bottom: .5em;
}
.period_of_events span {
    font-size: 91%;
    font-weight: bold;
    font-variant: normal;
}

/*Heading with month and year*/
.event_monthyear {
    font-weight: bold !important;
    font-size:/*b18*/110%;
    padding-top: 1.5em !important;
    padding-bottom: .2em;
}
/*sub heading*/
.event_heading_row td {
    background-color: #eee;
    line-height:1.25;
    color: #777 !important;
    font-weight: bold;
    font-style: italic;
    font-size:/*b17*/70%;
}
.event_heading {
    height:12px;
    padding-left:1px;
}

.event_data_row td,
.birthday_data_row td  {
/*definition here take precedence
 over definitions in fields*/
   /* color:black;*/
    font-size:/*b16*/95%;
    line-height:1.5;
    padding:.4em .15em;
}

/*different background-color for birthdays*/
.birthday_data_row td {
    background:/*b11*/#FFE8BF;
}

/*================================*/
/*show past events in grey*/
/*================================*/
.past_event td, .past_event a,
.past_event i, .past_event li,
.past_event u  {
    background: transparent;
    color:#999 !important;
}
.past_event span.big {
    color:#999 !important;
}
.past_event b, .past_event td b  {
    color:#aaa !important;
}
.past_event a.info_pop-up:hover span  {
    background: white;
    border:2px solid #ddd;
}
/*no description in past events*/
.past_event td.event_description  {
    display: none;
}
/*================================*/


/*this is for ALL data fields*/
.event_data {
    vertical-align: middle;
}

.event_date   {
    width:/*b1*/15%;
    background:/*b9*/#FFFBF0;
}
.event_time   {
    width:/*b2*/11%;
    background:/*b10*/#E6FFE8;
}
.event_entry1   {
    width:/*b13*/14%;
    background:/*b14*/#EBFFFC;
}
.event_main_entry   {
    width:/*b3*/17%;
    background:/*b4*/#EDEBFF;
    font-weight:/*b12*/normal;
}
.event_entry3   {
    width:/*b5*/17%;
    background:/*b6*/#FFF0FB;
}
.event_link   {
    width:/*b7*/8.5%;
    background:/*b8*/#eee;
    text-align:center;
}
/*description field*/
td.event_description {
    padding:0;
}
.event_description   {
    padding-bottom:2em !important;
}


/*====================================*/
/*settings for some reduced formatting in
fields, mainly additional description field*/


td.event_description span.big,
td.event_description big,
td.event_data span.big,
td.event_data big,
a.info_pop-up:hover span span.big,
a.info_pop-up:hover span big  {
    font-size:120%;
    font-weight:bold;
    color: #337;
}
td.event_data small,
td.event_description small,
a.info_pop-up:hover span small  {
    color:#444;
}
td.event_data i,
td.event_data em,
td.event_description i,
td.event_description em,
a.info_pop-up:hover span i,
a.info_pop-up:hover span em  {
    letter-spacing: 0.05em;
    color:#006;
}

td.event_description p span.red,
td.event_description span.red,
td.event_data .red,
a.info_pop-up:hover span .red,
.bigcalendar_main .red  {
    color:red;
}

.eventlist img.left,
.crossout img.left  {
    float:left;
    margin:0 10px 2px 0;
}
.eventlist img.left_under,
.crossout img.left_under  {
    clear:left;
    float:left;
    margin:0 10px 2px 0;
}
.eventlist img.left2,
.crossout img.left2  {
    float:left;
    margin:0 40px 2px 0;
}
.eventlist img.right,
.crossout img.right  {
    float:right;
    margin:0 0 2px 10px;
}
.eventlist img.right_under,
.crossout img.right_under  {
    clear:right;
    float:right;
    margin:0 0 2px 10px;
}



/*********************************************/
/*   pop-up with mouse over the info icon    */
/*********************************************/
td.event_link a img, a.info_pop-up img {
    border:none;
}
a.info_pop-up:hover img { /*IE8 Hack*/
    vertical-align:text-bottom\9;
}
a.info_pop-up {
    position:relative;
    cursor: help;
    text-decoration: none;
    background: transparent;
}
a.info_pop-up:hover  {
    background:#ffffff;
    text-decoration:none;
    z-index: 1;
}
a.info_pop-up span {
    display: none;
}
a.info_pop-up:hover span {
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
    line-height:1.4;
    display:inline;
    position:absolute;
    top:-3em;
    left:-2em;
    width:15em;
    border-width:/*p2*/2px;
    border-style: solid;
    border-color:/*p1*/#f00;
    padding: 4px 5px;
    margin-left: -160px;
    width: 160px;
    background:/*p3*/#dfd;
    color:black;
    text-align:left;
}
a.info_pop-up.wider:hover span {
    width:35em;
    left:-25em;
}
a.info_pop-up:hover span span {
    position: static;
    width:auto;
    border:none;
    padding:0;
    margin:0;
}
a.info_pop-up span table td  {
    font-family:/*p4*/Verdana, Sans-Serif;
    font-size:/*p5*/8.5pt;
}


/*********************************************/
/*  marquee style announcement of next event */
/*********************************************/

.calendar_marquee  {
    width: 100%;
    /*height set in config!*/
    color: #777;
    margin: 10px 0;
    padding:0;
    border: 1px solid #aaf;

}
.calendar_marquee div  {
    width: 100%;

}
.nextevent_dateline  {
    width: 100%;
    color: #555;
    letter-spacing: 0.15em;
    font-size: 85%;
    font-weight: bold;
    text-align: center;
    padding:0 0 2px;
    margin:0;
    /*height set in config!*/
    background: #def;
}
.color1 {
    background:#efe;
}
.color2 {
    background:#fee;
}
.color3 {
    background:#eff;
}
.color4 {
    background:#fef;
}
.color5 {
    background:#ffe;
}
.color6 {
    background:#eef;
}
.color7 {
    background:#dee;
}
.color8 {
    background:#edf;
}
.color9 {
    background:#ede;
}
.nextevent_1stline {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    margin:0;
    text-align: center;
}
.nextevent_2ndline {
    font-size: 13px;
    font-style: italic;
    margin:0;
    text-align: center;
}


/*========================================*/
/*========================================*/
/*                                        */
/*             B A C K E N D              */
/*                                        */
/*========================================*/
/*========================================*/
/*               Admin menu               */
/******************************************/
.calendar_admin_menu a {
    font-size:80%;
}
.calendar_admin_menu a.selected{
    border-bottom: 2px solid red;
    text-decoration: none;
}

/******************************************/
/*             backend input              */
/******************************************/
.nowrap  {
    white-space: nowrap;
}

/* =============  config ================ */
.eventlistconfig div  {
    width:9em;
    float:left;
}
.eventlistconfig {
    line-height: 1.8;
    font-size: 12px;
    font-family: tahoma, verdana,arial, sans-serif;
}
.eventlistconfig input {
    vertical-align: baseline;
}
.calendar_config div div {
    float:left;
    height:2.3em;
    white-space: nowrap;
    margin-right:1em;
    font: normal normal 12px tahoma, verdana,arial, sans-serif;
}
.config_text, .config_text form {
    font: normal normal 12px tahoma, verdana,arial, sans-serif;
    margin:0;
    padding:0;
}
.calendar_config .cal_separator  {
    clear:both;
    width:100%;
    border-top:1px solid #999;
    border-bottom-style: none !important;
    height:4px;
    margin:2px 0 0 0;
    padding:0;
}
#eventlistconfig .cal_separator  {
    padding-top:3px;
    margin-bottom:8px;
}
.calendar_config textarea  {
    clear:both;
    padding:0;
    margin:0;
    font: normal normal 12px/1.4 verdana;
    background:white;
    color:black;
}
#headlineconfig, #daynameconfig  {
    clear:both;
    display:none;
    height:10em;
    width:25em;
}

.title  {
    border-bottom:1px dashed #888;
}
.color, #master-picker  {
    width:5em;
}
#eventlistconfig input  {
    font-size:12px;
}
.config_button  {
    width:1.5em;
    padding:0;
    border-style:outset;
    background:#ccc;
}
.config_button_pressed  {
    width:1.5em;
    padding:0;
    border-style:inset;
    background:#eee;
}
/* ===========  input table  ============= */
.error  {
    color:red;
    font-weight: bold;
}
.success  {
    color:green;
    font-weight: bold;
}
.calendar_input td.eventfile_notice  {
    font: normal normal 10pt/1.3 Arial, sans-serif;
    color:black;
}
.calendar_input {
    border: 2px solid #777;
    padding:0 3px 3px;
    background: #eee;
    width:100%;
    margin-bottom: .5em;
    /*table-layout: fixed;*/
}
.calendar_input .column1 {
    min-width:86px;
}
.calendar_input .column2 {
    min-width:40px;
}
.calendar_input .column3 {
    min-width:40px;
}
.calendar_input .column4 {
    min-width:86px;
}

.calendar_input td  {
    font-family: arial, sans-serif;
    margin:0;
    padding:0;
}

.calendar_input input,
.calendar_input textarea,
.calendar_input select  {
    font-family: tahoma, verdana, arial, sans-serif;
    font-size:8.5pt;
    text-indent:0;
    vertical-align: middle;
}
.calendar_input textarea  {
    padding:0;
    margin:0;
    background:white;
}
.calendar_input textarea.calendar_input_event  {
    height:5em;
}

.calendar_input textarea.description  {
    font: normal normal 12px/1.4 Consolas,monospace;
    width:100%;
}
.calendar_input_caption,
.calendar_input_caption td {
    vertical-align: bottom;
    font-size: 11px;
    line-height:1.3;
    color:black;
}
.calendar_input_caption_rightaligned,
.calendar_input_caption_leftaligned {
    text-align: right;
    font-size: 11px;
    line-height:1.3;
    padding-right:3px;
    vertical-align: middle;
    color:black;
}
.calendar_input_caption_leftaligned {
    text-align: left;
    color:black;
}

.calendar_input_date  {
    width:60px;
}
.calendar_input_time  {
    width:34px;
}
.moredates  {
    width:100%;
}
.calendar_input_event  {
/*controls main_entry and entry3*/
    min-width:200px;
    width: 100%;
}
input.calendar_input_links  {
    font-family:consolas,'Courier New', 'Andale Mono',monospace !important;
}
.input_highlighting  {
    color:#c00;
}
.calendar_edit_off,
.calendar_edit_on  {
    width:16px;
    margin-left:-16px;
    background:white;
    border:1px solid grey;
    color:black;
}
.calendar_edit_off:hover,
.calendar_edit_on:hover  {
    border:1px solid red;
    color:red;
}
.toggle  {
    width:16px;
    background:white;
    border:1px solid grey;
    color:black;
}
.toggle:hover  {
    border:1px solid red;
    color:red;
}


/******************************************/
/* backup admininistration and file view  */
/******************************************/
table.source_view  {
    border: 2px solid #777;
    padding:0 3px 3px;
    background: #eee;
    margin-bottom: 2em;
    position: absolute;
    width:900px;
    margin-left:-450px;
    left: 50%;
}
.source_view input.submit {
    min-width: 100px;
    letter-spacing: .2em;
    font-weight: bold;
}
table.source_view textarea  {
    height:30em;
    padding:0;
    margin:0;
    background:white;
    font: normal normal 13px/1.4 Consolas, monospace;
}
table.source_view td.filestructure  {
    font: bold normal 11px/1.5 Consolas, monospace;
    letter-spacing: 0.01em;
    color:black;
}
table.source_view input  {
    width: 15em;
}
table.source_view td.filestructure span.comma  {
    color: red;
    font-weight:bold;
    font-size: 140%;
    line-height: 60%;
    background:#bfb;
}
#hidden_merge_menu,
#hidden_delete_menu,
#hidden_source_view_links,
#hidden_preset_links {
    display: none;
}

.filelist td{
    margin:0;
    font-family:verdana;
    font-size:12px;
    line-height:1.4;
    color:black;
}

.filename  {
    font-size:15px !important;
    font-family: Consolas,monospace !important;
    height:3ex !important;
    width:14em;
}
.calendar_button  {
    color:black;
    border-style:outset;
    background: #dedede;
    letter-spacing: 1px;
    padding:1px 0;
}
.calendar_button_pressed  {
    color: #a00;
    border-style:inset;
    background:#eee;
    letter-spacing: 1px;
    padding:1px 0;
}




/******************************************** ./plugins/fa/css/stylesheet.css */

.fa_logo {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
}
.fa_license {
    text-align: justify;
}



/*********************************** ./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/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/imgalbum/css/stylesheet.css */

/********************************************************************
	NB!!! Global styles may be overwritten in local gallery folder
********************************************************************/

.imgalbum,
.imgalbpage {
	width:100%;
  text-align: left;
  padding:0px 0px 0px 0px;
  margin-left: -17px;
  /*background-color: blue;*/	
}

.imgalbum_mobile,
.imgalbpage_mobile {
  width:100%;
  text-align: left;
  padding:0;
  margin-left: -4px;
}

/* common classes for Gallery Collection*/
.imgalbum .thumb_container,
.imgalbpage .thumb_container {
  width: 200px;
  height:60px; 
  vertical-align: top;
  padding: 8px;
  border: 1px solid #d8d8d8;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
}

.imgalbum_mobile .thumb_container,
.imgalbpage_mobile .thumb_container {
  padding: 6px;
}

.imgalbum .thumb,
.imgalbpage .thumb {
	/*display: none;*/	
	padding:8px;
  border:1px solid #aaa;
  background-color:#fff;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
}

.imgalbum_mobile .thumb,
.imgalbpage_mobile .thumb {
  padding:4px;
  border:1px solid #aaa;
  background-color:#fff;
	border-radius:8px;
	-moz-border-radius:8px; /* Firefox 3.6 and earlier */
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.35);
}

.imgalbum .thumb_description,
.imgalbpage .thumb_description {
  width: 200px;
	height: auto;
	text-align: left;
	padding-top: 8px;
	color: #555;
	font-size: 12px ;
	line-height: 15px;
}
.imgalbpage .thumb_description {
	height: auto;
}

/*.imgalbum table,*/
.imgalbum_mobile table {
  width: 100%;
}

/*.imgalbum td,*/
.imgalbum_mobile td {
  width: 33%;
  vertical-align: top;
}


.imgalbum_mobile .thumb_description {
  
}
.imgalbpage_mobile .thumb_description {
	height: auto;
	/*display:  none;*/
	text-align: left;
	padding-top: 8px;
	color: #555;
	font-size: 12px ;
	line-height: 15px;
	/*border:1px solid red;*/
}

.imgalbum img,
.imgalbpage img,
.imgalbum_mobile img,
.imgalbpage_mobile img{
  border-style: none;
}

.pagination,
.pagination {
  width:inherit; 
  text-align: left; 
  height: 25px;
  margin: 10px 0;
}

.pagination a,
.pagination a {
  border-radius:3px;
  -moz-border-radius:3px;
  box-shadow: 5px 5px 5px #888888;
  background-color:#eee;color:#555;
  border:1px solid #aaaaaa;
  padding-top:2px;
  padding-bottom:2px;
  padding-right:5px;
  padding-left:5px;
  text-decoration:none;
}

.pagination a:hover,
.pagination a:hover {
  border-color:red;color:#0C52CE;
  background-color:#fff;
}

.pagination .cur,
.pagination .cur {
  border-color:black; font-weight:bold;
}

.imgalbum_error_msg {
	color: red;
}

/* adm */
.imgalbum_button {
	width: 130px;
	float: right;
	padding: 4px;
	font-size: 14px;
}

.imgalbum_label {
	color: gray;
	font-weight: bold;
	display: block;
	width: 100px;
	float: left;
}

/*label:after { content: ": " }*/
/* added in version 1.2.0 */

.imgalbum_credits a:link a:visited {
  color: red;
}

.imgalbum_credits a:hover {
  color:  red;
  font-size: 12px;
  font-weight: bold;
}

/*
PLEASE DO NOT CHANGE,
unless you have purchased the Remote Link license.

To remove the link add a line
dispaly: none; to .imgalbum_credits css below
so it looks as follows
  
.imgalbum_credits {
display: none;
font size: 10px;
.......
}
*/
.imgalbum_credits {
	font-size: 10px;
	text-align: right;
	line-height: 11px;
	padding-right:15px;
	vertical-align: bottom;
}


/*********************************** ./plugins/memberpages/css/stylesheet.css */

#memberlist {
    font-weight:bold;
}

.membp_member,
input.membp_member,
input.membp_member[type="text"],
input.membp_member[type="text"]:focus
 {
    background-color: #f8f8f8;
    color: #505050;
    border: 1px solid #333;

}
.membp_memberspanel {
    margin:1em auto;
    color:black;
    font-weight:normal;
    text-align: left;
    width:100%;
    max-width: 40em;
    border-collapse: separate;
    border-spacing:5px;

}
.membp_memberspanel td {
    width:50%;
    padding:1em 0 0 0 ;
    vertical-align: middle;
    color:black;
}
.membp_memberspanel td input,
.membp_memberspanel td input:focus,
.membp_memberspanel td button,
.membp_message form input,
.membp_memberspanel textarea  {
    width:100%;
    padding:0;
    border: 1px solid red;
}

#p_VIP_access input {
    width:auto;
}
p#p_VIP_access {
    margin:0;
}
.membp_memberspanel td input[type="submit"],
.membp_memberspanel td button {
    cursor: pointer;
    white-space:normal;
}
.membp_log {
    padding:3px;
    background:#fafafa;
    height:35em;
    width:100%;
}
.membp_changes  {
    background:#d99;
}

.membp_small {
/* for text: automatic login */
    font-size:85%;
}
.membp_pluginname {
    text-align:right;
    font-size:80%;
    margin:0;
    line-height:1;
}
.membp_pluginname2 {
    text-align:right;
    font-size:80%;
    margin:0;
}
.membp_buttonpressed,
input[type="submit"].membp_buttonpressed {
    background-color:#cff !important;
    border-style: inset;
    white-space:normal;
    color:black !important;
    cursor: pointer;
}
.membp_config,
.membp_config td select,
.membp_config td textarea,
.membp_config td input,
.membp_config td input:focus {
    width: 100%;
    padding:0;
}
.membp_configtable {
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #999;
    padding: 0 6px 6px 6px;
}
.membp_configtable th {
    font-weight: bold;
    color:black;
    text-align:left;
    font-size:14px;
}
.membp_configtable td {
    color:black;
    padding-bottom:.5em;
    font-size:12px;
}
.membp_configtable input {
    margin:0;
    padding:0;
    font-size:14px;
}
.membp_configtable input:focus {
    font-size:14px;
}
.membp_admin td {
    padding-bottom:.5em;
}
.membp_admin td h5{
    margin:0;
    line-height:1;
}
.membp_admin tr>td {
    padding-right:.5em;
}

.membp_message {
    background: #F4F4F4;
    text-align: center;
    color: #505050;
    font-weight: 600;
    padding: 1em;
    border: 3px solid #505050; /* war #c70; */
    margin: 5px 0;
}
.membp_message div {
    border: 3px solid #da5;
    margin: 1em 0;
    padding:1em;
    text-align:left;
    color:black;
    font-weight:normal;
    line-height:1.4;
    color:black;
}
.membp_message textarea {
    width:100%;
    box-sizing:border-box;
    background:white;
}

.membp_button_pressed  {
    color: #a00;
    border-style:inset;
    background:#eee;
}
a.membp_selected {
    font-weight:bold;
}
.membp_form {
    margin-bottom:30em;
}
.membp_form h1 {
    margin-top:0 !important;
    padding-top:0;
}
.membp_form h5 {
    margin:1em 0 .5em;
    padding-top:0;
}
#membp_saved, #membp_saved2 {
    visibility:hidden;
    font-size:14px;
    padding:0 .5em;
    margin-left: .5em;
    font-weight:normal;
    color:#060;
    letter-spacing:.05em;
    background:#dfd;
}
.membp_warning {
    background:yellow;
    color:black;
}
input.membp_readonly {
    border:none;
    background: #f6f6f6 !important;
}
.membp_justify {
    text-align:justify;
}
/* ---------- Original Version ------------------------------------------------
.membp_oneline {
    white-space: normal;
    margin-bottom:1em;
}
.membp_oneline div,
.membp_oneline form {
    display: inline-block;
}
.membp_oneline button {
    padding:0;
    line-height:1;
    cursor: pointer;
}
 ---------- Original Version Ende -----------------------------------------*/

/* ---------- Adaptierte Version --------------------------------------------*/
.membp_oneline {
  position: fixed;
  top: 36px;
  right: 15px;
  width: 100px;
  height: 50px;
  padding-top: 5px;
  z-index: 200;
}
.membp_oneline div,
.membp_oneline form {
    display: inline-block;
}
.membp_oneline button {
    padding:0 9px 0 9px;
    line-height:1;
    cursor: pointer;
}
/* ---------- Adaptierte Version Ende ---------------------------------------*/

.membp_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media screen and (max-width:780px) {
    .membp_registerme, .membp_member_button {
        padding:.5em;
        margin: 1em 0 0;
    }
}
/* ========== Font ============ */
.membp_member,
input.membp_member,
input.membp_member[type="text"],
input.membp_member[type="text"]:focus
 {
    font-family:Consolas, monospace;
}
.membp_memberspanel td input,
.membp_memberspanel td input:focus,
.membp_message form input,
.membp_memberspanel textarea ,
.membp_log,
.membp_config td input
 {
    font: 11pt/1.4 Consolas, monospace;
}
/* ======================== Adaptierungen für www.mein-klumpert Startseite ==== */
#member_login {
/*  float: right;*/
  width: 220px;
  text-align: center;
  padding:10px 15px 20px 15px;
  margin: 10px  auto;
/*  border: 1px solid #d0d0d0; */
}

.membp_member {
  width: 205px;
  margin-bottom: 10px;
}

.membp_member_button {
    width: 220px;
    height: 30px;
    margin: 10px 0 0;
    cursor: pointer;
}

.membp_registerme {
    width: 220px;
    height: 30px;
    cursor: pointer;
    letter-spacing: .05em;
    margin: 10px 0;
}

.membp_small_button {
    background:none;
    font-size: 85%;
    color:inherit;
    cursor: pointer;
    margin-top: 20px;
}
.membp_small_button:hover {
    color:red;
}



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

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


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

/*
 * Treeview
 */

#pagemanager {
    border: 1px solid #999;
    padding: 16px;
    margin: 1px 0;
    background-color: #808080;
    /* 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 {
    text-align: center;
}
#pagemanager_toolbar button {
    margin: 0.7em 0.3em 0.7em 0.3em;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
#pagemanager_toolbar button span {
    display: inline-block;
}
#pagemanager_toolbar button[disabled] span {opacity: 0.3}
.pagemanager_tool_wrapper {
    position: relative;
    display: inline-block;
}
.pagemanager_tool_inner {
    position: absolute;
    display: none;
    z-index: 1;
}
#pagemanager_toolbar .pagemanager_tool_inner button {
    margin: 0;
    width: 100%;
}

/*
 * Context menu
 */

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

/*
 * Plugin info
 */

.pagemanager_logo {
    float: left;
    margin: 0 1em 0.5em 0;
}
.pagemanager_license {
    text-align: justify;
}



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

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