/*
 * Automatically created by CMSimple_XH 1.6.7. DO NOT MODIFY!
 * advancedform,boilerplate,calendar,ckeditor,filebrowser,flexslider,hi_fancybox,hi_updatecheck,jm_cookie_control,jm_landingpage,jquery,legendbox,memberpages,message,meta_tags,news,pagemanager,page_params,pdfviewer,privacy,realblog,simplerss,sitemapper,socialwebbuttons,teaser,tg_popup,utf8,zgallery
 */


/********************************** ./plugins/advancedform/css/stylesheet.css */

div.advfrm-mailform td.label {
    vertical-align: top;
    padding-right: 1em;
    /* the following aligns the labels to the right */
    /*text-align: right;*/
}

/* END OF MAIL CSS */


div.advfrm-mailform {opacity: 0.8;background-color: white;padding: 1em;border-radius:2em;box-shadow: -1px 0px 15px 0px rgba(0,0,0,0.75);border-radius: 4px;}

div.advfrm-mailform table {
    margin-bottom: 1em;
    border-collapse: collapse;
}

div.advfrm-mailform tr.hidden {
    display: none;
}

div.advfrm-mailform td.label {padding-bottom: 0.3em}
div.advfrm-mailform td.field {padding-bottom: 0.3em}

div.advfrm-mailform td.field div.horz {
    float:left;
    margin-right: 1em;
}

div.advfrm-mailform td.field div.vert {}

div.advfrm-mailform div.required {
    margin: 1em 0;font-weight: bold;}

/* error messages when filling out a form */
.ul .advfrm-error {
    color: black;
    background: #FFFF80;
    border: 2px solid black;
    padding: 0.9em;
	/* list-style: none !important;
	list-style-position: inside; */
}
.advfrm-error li {font-family: Tahoma, arial;
	list-style-position: inside;color: red;border: 2px solid #FFFF00;list-style-type: decimal;
    background: #FFFF80;
    padding: .2em .5em;
	font-size: 80%}
/* the simple text captcha */
div.advfrm-mailform span.captcha-explanation {
    display: block;
    margin-bottom: 1em;
}

div.advfrm-mailform span.captcha {
    padding: 0.3em 0.5em;background-color: #FED46C;border: 2px #800000 solid;margin-right: 10px;}

/* the submit and reset button */
div.advfrm-mailform div.buttons {
    margin-top: 1em;
}


/*
 * Back-end
 */

#advfrm-form-list {
    overflow: auto;
}

#advfrm-form-list a:link img,
#advfrm-form-list a:visited img {
    border: 0;
}

#advfrm-form-list form {
    display: inline-block;
}
#advfrm-form-list button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

#advfrm-form-list table {
    margin: 10px 0;
}

#advfrm-form-list a img {
    margin-right: 4px;
}

#advfrm-form-list td.name {
    padding: 0 10px;
}

#advfrm-form-list td.script {
    /*padding-left: 20px;*/
    font-size: xx-small;
    font-family: monospace;
}

#advfrm-editor {
    overflow: auto;
}

#advfrm-editor div.toolbar {
    margin: 10px 0;
}

#advfrm-editor div.toolbar a {
    padding: 5px;
}

#advfrm-editor a:hover {
    background: none;
    cursor: pointer;
}

#advfrm-form,
#advfrm-fields {
    margin: 10px 0;
}

#advfrm-select-props {
    overflow: auto;
    max-height: 300px;
}

#advfrm-text-props td {
    vertical-align: top;
}

#advfrm-editor tr.selected .highlightable,
#advfrm-prop-fields tr.selected .highlightable {
    background: navy;
    color:white;
}

img.advancedform_plugin_icon {display: block; float: left; margin: -10px 10px 10px 0}
p.advancedform_license {clear: both; text-align: justify}



/*********************************** ./plugins/boilerplate/css/stylesheet.css */

#boilerplate_admin table {width: 100%; margin: 1em 0}
#boilerplate_admin table input[type=text] {width: 95%}


/************************************** ./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*/bold;
}
.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: black;
    margin: 10px 0;
    padding:0;
	text-align: center !important;
	white-space: pre-wrap;
    /* border: 1px solid #aaf; */

}
.calendar_marquee div  {
    width: 100%;

}
.nextevent_dateline  {
    width: 100%;
    color: black;
    letter-spacing: 0.15em;
    font-size: 85%;
    font-weight: bold;
    text-align: center !important;
    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/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/flexslider/css/stylesheet.css */

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * (Some changes and additions by svasti)
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../plugins/flexslider/css/fonts/flexslider-icon.eot');
  src: url('../../plugins/flexslider/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../plugins/flexslider/css/fonts/flexslider-icon.woff') format('woff'), url('../../plugins/flexslider/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../plugins/flexslider/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.blink_text { 
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear; 
    animation-iteration-count: infinite; color: red; 
} 

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.2; }
    100% { opacity: 1.0; } 
}

@-webkit-keyframes blinker { 
    0% { opacity: 1.0; }
    50% { opacity: 0.3; }
    100% { opacity: 1.0; } 
} 

@keyframes blinker { 
    0% { opacity: 1.0; } 
    50% { opacity: 0.3; } 
    100% { opacity: 1.0; } 
}
 
 .flexslider {
  margin: 0;
  padding: 0;overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
 /*  background: #ffffff; */

  /*************************************************
  if you don't want white space and border aroung
  images, delete or comment out the following lines*/
/*   border: 4px solid #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/

  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 
}

a:hover {text-decoration: none !important;
color: black}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  /* overflow: hidden; */ /* changed by svasti */
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 2em; /* changed by svasti */
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
/* added by svasti */
.flexslider:hover .flex-direction-nav .flex-next:hover:before,
.flexslider:hover .flex-direction-nav .flex-prev:hover:before{
  color: red;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



/* added by svasti */
/* =============== */

/* simpler vertical control, delete lines 64-69 and use the following*/
/*
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3);  }
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next { right: 0; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 0px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 0px; }
*/


/* Reset so that template css will not interfere with flexslider*/
.flexslider ul,
.flexslider ul.slides,
.flexslider ul.slides li {
    margin: 0;
    padding:0;
}
.flexslider ul.flex-direction-nav li {
   list-style-type: none;
}
.flexslider ul.slides li img {
    margin:0;
}
.flexslider ul.slides li:before{
    content:"" !important;
    content:none !important;
}
.flexslider ul.slides li div.flex-text ul > li {
    overflow-y:visible;
}

/*==================================*/
/* Setting for text only slides     */
.flexslider ul.slides li div.flex-text {
    margin:2% 2% 2%;
    border:.3em solid #FF8040;
    padding:1em 1em 0;
    border-radius:.5em;background: white;
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	
}
.flexslider ul.slides li div.flex-text h1,
.flexslider ul.slides li div.flex-text h2,
.flexslider ul.slides li div.flex-text h3,
.flexslider ul.slides li div.flex-text h4,
.flexslider ul.slides li div.flex-text h5,
.flexslider ul.slides li div.flex-text h6 {
    margin-top:0;
}
.flexslider ul.slides li div.flex-text ul {
    list-style:square outside none;
}
.flexslider ul.slides li div.flex-text ul,
.flexslider ul.slides li div.flex-text ol {
    margin:1em 0;
    padding-left:1.75em;
}
.flexslider ul.slides li div.flex-text ul ul,
.flexslider ul.slides li div.flex-text ul ol,
.flexslider ul.slides li div.flex-text ol ol,
.flexslider ul.slides li div.flex-text ol ul {
    margin:0;
}


/* Settings for image text */
.flexslider ul.slides li p.flex-caption {
    width: 96%;
    padding: 2px 0;
    margin:0;
    display:inline-block;
    text-align:center;
}
.flexslider ul.slides li p.flex-normal {
}
.flexslider ul.slides li p.flex-inverted {
    letter-spacing:1px;
    font-size:1em;
    color:white;
    font-weight:bold;
    background:#777;
    text-shadow: 2px 2px 6px  #000;
}
/* This setting is for overlay text */
.flexslider .slides>li {
    position: relative
}
.flexslider ul.slides li p.flex-overlay {
  /*   width: 96%; */
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-weight:bold;
    letter-spacing:1px;
}
.flexslider ul.slides li p.flex-overlay2 {
    width: 96%;
    padding: 0 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000;
    text-shadow: 1px 1px 4px rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7), 1px 1px 4px  rgba(255,255,255,.7), -1px -1px 4px  rgba(255,255,255,.7), 1px -1px  4px rgba(255,255,255,.7), -1px 1px  4px rgba(255,255,255,.7);
    font-weight:bold;
    letter-spacing:1px;
}
.flexslider ul.slides li p.flex-overlay3 {
    position: absolute;
    left: 0;
    bottom: 15%;
    background: rgba(0,0,0,.3);  
    color: #fff;
    font:bold 60px sans-serif;
    padding:2%;
    width:50%;
    text-align:center;
    overflow-y: hidden;
}
a:hover p {text-decoration: none !important;
color: black}
@media (max-width: 979px) {
    .flexslider ul.slides li p.flex-overlay3 {
     font-size: 6vmin;
    }
}

.flexslider ul.slides li a:hover p {
    text-decoration: underline;
}
a:hover p.flex-inverted {
    background:#f77;
}


/* Navigation for static "slider" */
.extradirnav {
    font-size:1.4em;
}
.extradirnav a {
    text-decoration:none;
    color:#555;
    font-family: "flexslider-icon" !important;
}
.extradirnav a:hover {
    color:red;
}
.flexfullsize {
    position:fixed;
    width:90%;
    height:100%;
    top:0;
    left:0;
    z-index:10000;
    background:rgba(0,0,0,.7);
}
input.flexfullsizebutton {
    vertical-align:sub;
    width:20px;
    height:20px;
    position:relative;
    z-index:0;
}
input.flexfullsizebutton:hover {
    background:#fbb;
}
.flexfullsize .flexslider ul.slides li p.flex-normal {
    position: absolute;
    bottom: 0;
    background:white;
}
.flexfullsize .flexslider ul.slides li p.flex-inverted {
    position: absolute;
    left: 0;
    bottom: 0;
}


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

 #cookie-space {
                display:none;
                height: 51px;
            }    
            #cookie-consent {
                width: 100%;
                position: fixed;font-family: Arial;
                left: 0px;
                z-index: 999;
                background: none repeat scroll 0% 0% rgba(96,96,96, 0.82);
                border-bottom: 1px solid rgba(195, 195, 195, 0.73);
                display: none;
                padding: 10px 0px;
                bottom: 0px;font-size: .7em;text-align: center;
color: #ffffff;
            }
            #cookie-consent #accept {
                float: right;
                margin-top: 1px;
                margin-left: 10px;
                background: none repeat scroll 0% 0% rgba(67,202,67, 0.65);
                padding: 5px 10px;
                border: rgba(255, 255, 255, 0.65) solid 1px;
                border-radius:4px;
        	-moz-border-radius:5px; /* Firefox 3.6 and earlier */
                color: #ffffff;
                cursor: pointer;
            }
#cookie-consent a{ color: #ffffff;text-decoration: underline;}
            #cookie-inner {
                display: block;
                max-width: 80%;
                margin-left: auto;
                margin-right: auto;
                padding: 0px 20px;
                min-width: 300px;
				
				
            } 


/******************************** ./plugins/jm_landingpage/css/stylesheet.css */

/* CSS - jm_landingpage */

 #page-space {
                display:none;
                height: 100%;
            }    
            #page-consent {
		HEIGHT: 100%;
                width: 100%;
                position: fixed;
                margin-top: 0 auto 1em;
                z-index: 9999;
                background: none repeat scroll 0% 0% rgba(95, 95, 95, 0.50);
                border-bottom: 1px solid rgba(195, 195, 195, 0.73);
                display: none;
                padding: 10px;
                top: 0px;
                overflow: scroll;
            }
            #page-consent #accept1 {
                text-align: center;
                margin: 15px;
                margin-left: 10px;
                background-color: #bfbfbf; /* none repeat scroll 0% 0% rgba(97, 97, 97, 0.65);*/
                padding: 5px 10px;
                border: medium none;
                color: #FFF;
                cursor: pointer;
				font-size: 20px;
                border-radius: 0.3em;
                box-shadow: 3px 3px 3px #555;
            }
           #page-consent #accept1:hover {
                text-align: center;
                margin: 15px;
                margin-left: 10px;
                 background-color: #55E5B2; /* none repeat scroll 0% 0% rgba(97, 97, 97, 0.65);*/
                padding: 5px 10px;
                border: medium none;
                color: #000;
                cursor: pointer;
				font-size: .9em;
                border-radius: 0.3em;
                box-shadow: 0px 0px 3px #555;
            }
			#accept1 {
                text-align: center;
                margin: 1em;
                background-color: #179B6D !important; /*none repeat scroll 0% 0% rgba(97, 97, 97, 0.65);*/
                padding: 5px 10px;
                border: medium #555;
                color: #FF0000;
                cursor: pointer;
                border-radius: 0.3em;
                box-shadow: 3px 3px 0px #222;
				font-size: .9em !important;
            }
            #page-inner {
			min-height: 100px;
			position: relative;
				margin-top: 10%;
                display: block;
                max-width: 40%;
                margin-left: auto;
                margin-right: auto;
                padding: 0px 0px;
                min-width: 300px;
				color: #000000;
				border: solid 3px #060;
				border-radius: 20px;
				background-color: rgba(255,255,255,0.8);
				text-align: center !important;
				box-shadow: 5px 5px 5px #555;
				
            }      
			#center{text-align: center !important}
			#page-text{
			font-size: 15.8333px;
			padding: 5%; text-align: center;}
			
			


/************************************* ./plugins/legendbox/css/stylesheet.css */

/* for all legendboxes */
.legendbox input.text,
.legendbox textarea {
    width:100%;
    box-sizing: border-box;
}
.legendbox {
    width:100%;
    max-width:300px;
    padding:1em;
	clear: both;
	display: inline-block;
}


/* individual styles */
.legendbox_grey {
    /* float:right; */
    margin:0 0 1em .5em;
    border:3px solid #909090;
    border-radius: .4em;
	background-color: white !important;
	z-index: 100;
	padding: 1em;
	color: black: !important;
   
}
.legendbox_grey legend {
    font-weight:bold;
    color:#909090;
}


.legendbox_blue {
    float:right;
    margin:0 0 1em 1em;
    background:#eee;
    border:2px solid #008;
    border-radius: .5em;
}
.legendbox_blue legend {
    font-weight:bold;
    color:#008;
}


.legendbox_green {
    float:left;
    margin:0 2em 1em 0;
    background:#efe;
    border:1px solid green;
}
.legendbox_green legend {
    font-weight:bold;
    color:#060;
}


.legendbox_red {
    clear:both;
    width: 200px;
    padding:2em 3em;
    margin: 1em auto;
    border:4px dotted red;
}
.legendbox_red legend {
    text-align:center;
    width:100%;
    color:#a06;
    font-size:120%;/*IE8*/
    font-size:1.1rem;
    font-weight:normal;
}



/*********************************** ./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: #f6f6f6;
    color: black;
    border: 1px solid #999;

}
.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;
}
#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_member_button {
    margin: .6em 0 0;
    cursor: pointer;
}
.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_small_button {
    border:none;
    background:none;
    font-size: 85%;
    color:inherit;
    cursor: pointer;
    padding:0;
}
.membp_small_button:hover {
    color:red;
}
.membp_buttonpressed,
input[type="submit"].membp_buttonpressed {
    background-color:#cff !important;
    border-style: inset;
    white-space:normal;
    color:black !important;
    cursor: pointer;
}
.membp_registerme {
    cursor: pointer;
    letter-spacing: .05em;
    padding:0 1em;
}
.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: #eee;
    text-align: center;
    color: #900;
    font-weight: 600;
    padding: 1em;
    border: 3px solid #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;
}
.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;
}
.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;
}



/*************************************** ./plugins/message/css/stylesheet.css */

/*
 * Message agreement form.
 */
#message {display:none;z-index:1000;padding: 0.5em;margin: -7em auto;
position: relative;
/* top: 5%; */
background-color: white;
color: #000;
width:35%;
opacity: 0.90;
-moz-opacity: 0.90;
filter: alpha(opacity=90);
text-align: center;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 3px solid #800000;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 450px 450px #888;
}
#message > #body {background-color: black !important; z-index: 10000}
#message h4, #message a:link, #message a:visited   {color: gold;}
#message a:hover {color: yellow}
#message label {padding: 0 0.5em}
#message_agree {display:none}
#message label {display:none}





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

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


/****************************************** ./plugins/news/css/stylesheet.css */

/**
 * @file css/stylesheet.css
 * @brief Containing frontend and backend style.
 * 
 * @author David Stutz
 * @version 1.1.0
 * @license GPLv3
 * @package news
 * @see http://sourceforge.net/projects/cmsimplenews/
 * 
 *  This file is part of the news plugin for CMSimple.
 *
 *  The plugin is free software: you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation, either version 3 of the License, or
 *  (at your option) any later version.
 *
 *  The plugin is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 *  GNU General Public License for more details.
 *
 *  @see <http://www.gnu.org/licenses/>.
 */
 /*
 * Frontend style.
 */
/* Entry div. */

/* Entry's description return div. */
.news-entry-description-return {
clear:both;float: right;
font-weight: normal;
font-size: 1em;
border: 1px solid #666;
padding: 5px 10px;
background-color: #800000;
color: #ffffff;
text-decoration: none;
}
.news-entry-description-return a, .news-entry-description-return a:visited {
color: #ffffff;text-decoration: none;}
.news-entry {
margin: 1.5em auto;
background-color: #EEE4DB;
padding: 1em;height: auto;-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 8px 6px -6px black;
-moz-box-shadow: 0 8px 6px -6px black;
box-shadow: 0 8px 6px -6px black;}
/* Entry's title div. */
.news-entry-title, .news-entry-title a, .news-entry-title a:visited {
font-weight: bold;
font-size: 1.1em;
padding: 5px 0;
margin-bottom: .5em;
border-bottom: 1px #afafaf dotted;
text-decoration: none;}
/* Entry's date span (in title). */
.news-entry-title-date {
clear:both;float: right;
font-style: italic;
font-weight: normal;
font-size: 8pt;
}
/* Entry's short description div. */
.news-entry-short { clear: both;height: auto;	
}
/* Entry's description div. */
.news-entry-description { height: 100% !important;
margin-bottom: 2em;}
/* Entry's link div. */
.news-entry-link {
	display: block;
}

/* News archive div. */
.news-archive {
	width: 100%;
	padding: 2%;
}
/* News archive header. */
.news-archive-header {
	font-size: 16pt;
	margin-bottom: 1em;
	font-weight: bold;
}
/* News archive footer. */
table.news-archive-footer {
	width: 100%;
}

/**
 * 	Newsticker.
 */
.newsticker-wrapper {
	height: 20px;
}

.newsticker-title {
	font-weight: bold;
	margin: 0;
	float: left;
	width: 10%;
	padding: 1% 0;
}

.newsticker-content {
	margin: 0;
	float: left;
	width: 70%;
	padding: 1% 0;
}

/* Li of the entry. */
.newsticker-wrapper .newsticker-entry {
	width: 100%;
}

/* Date of the entry. */
.newsticker-wrapper .newsticker-entry-date {
	margin-right: 1em;
}

.newsticker-wrapper .newsticker-entry-title {
	margin-right: 1em;
}

/* Link of the entry. */
.newsticker-wrapper .newsticker-entry-link {
	
}

.newsticker-wrapper .newsticker-controls {
	list-style-type: none;
	float: right;
	width: 48px;
	margin: 1% 0;
}
.newsticker-wrapper .newsticker-controls li {
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause {
	background-image: url('../../plugins/news/css/../images/newsticker/pause.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause.over {
	background-image: url('../../plugins/news/css/../images/newsticker/pause.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause.down {
	background-image: url('../../plugins/news/css/../images/newsticker/pause.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause.paused {
	background-image: url('../../plugins/news/css/../images/newsticker/play.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause.paused.over {
	background-image: url('../../plugins/news/css/../images/newsticker/play.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-play-pause.paused.down {
	background-image: url('../../plugins/news/css/../images/newsticker/play.png');
}
.newsticker-wrapper .newsticker-controls li.newsticker-prev {
	background-image: url('../../plugins/news/css/../images/newsticker/previous.png');	
}
.newsticker-wrapper .newsticker-controls li.newsticker-prev.over {
	background-image: url('../../plugins/news/css/../images/newsticker/previous.png');	
}
.newsticker-wrapper .newsticker-controls li.newsticker-prev.down {
	background-image: url('../../plugins/news/css/../images/newsticker/previous.png');		
}
.newsticker-wrapper .newsticker-controls li.newsticker-next {
	background-image: url('../../plugins/news/css/../images/newsticker/next.png');	
}
.newsticker-wrapper .newsticker-controls li.newsticker-next.over {
	background-image: url('../../plugins/news/css/../images/newsticker/next.png');	
}
.newsticker-wrapper .newsticker-controls li.newsticker-next.down {	
	background-image: url('../../plugins/news/css/../images/newsticker/next.png');	
}

/* Newsslider driver. */
/* Main window containing the ul (not the controls and pager). */
.bx-window {
	
}

/* Main li with entry content. */
.newsslider-entry, .bx-window li {
	padding: 10px;
}

.newsslider-entry-title {
	font-weight: bold;
	font-size: 12pt;
}

.newsslider-entry-title-date {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 2em;
}

.newsslider-entry-description {
	
}

.newsslider-entry-date {
	
}

/**
 * 	Blockquotes.
 */
.blockquotes-entry {
	
}

.blockquotes-entry-title {
	font-size: 18px;
}

.blockquotes-entry-short p {
	font-size: 14px;
}

.blockquotes-entry-date {
	
}

/**
 * Newsscroller.
 */
.newsscroller-container { 
    width: 400px; 
    height: 27px; 
    margin: 0; 
    padding: 0;
    overflow: hidden; 
}
.newsscroller-mask {
    position: relative;
    left: 10px;
    top: 8px;
    width: 380px;
    overflow: hidden;
}
ul.newsscroller {
    position: relative;
    left: 380px;
    list-style-type: none;
    margin: 0;
    padding: 0;

}
ul.newsscroller li {
    float: left;
    margin: 0;
    padding: 0;
}
ul.newsscroller li a {
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0;
} 
ul.newsscroller li span {
    margin: 0 10px 0 0;
}

/*
 * Backend style.
 * No changes needed.
 */

.news-head {
	margin-bottom: .5em;
}

.news-submit {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px !important;
	height:32px !important;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
.news-submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.news-submit:active {
	position:relative;
	top:1px;
}
.news-small {
	font-size: 80%;
}
.news-error, .news-success, .news-help, .news-notice {
	padding: .8em .8em .8em 2.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}
.news-error {
	color:#8a1f11;
	border-color:#FBC2C4;
	background: #FBE3E4 url('../../plugins/news/css/../images/error.png') scroll no-repeat .8em .8em;
}
.news-success {
	color:#264409;
	border-color:#C6D880;
	background: #E6EFC2 url('../../plugins/news/css/../images/success.png') scroll no-repeat .8em .8em;
}
.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background: #BDCDE3 url('../../plugins/news/css/../images/help.png') scroll no-repeat .8em .8em;
}
.news-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
table.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background-image: none;
}
.news-select {
	width: 30%;
	min-width: 80px;
}
.news-editor-short {
	max-height: 120px;
}
.news-collapsed {
	background-image: url(../../plugins/news/css/../images/collapsed.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-shown {
	background-image: url(../../plugins/news/css/../images/shown.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-input-title {
	max-width: 90%;
	width: 90%;
}

.vice a {
color: #ffffff;
text-decoration: none;
background-color: #3B2229;
border: 1px #000000 solid;
padding-top: 3px;
padding-left: 4px;
padding-bottom: 3px;
padding-right: 4px;
width: 160px;
float:right;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.vice {
margin-bottom: 2em;
clear: both;

}

.faq {
			counter-reset: my-badass-counter;
		}
		.faq dt {
			position: relative;
			font: bold 14px Georgia;
			padding: 4px 0 0px 0;
		}
		.faq dt:before {
			content: counter(my-badass-counter);
			counter-increment: my-badass-counter;
			position: absolute;
			left: 0;
			top: 0;
			font: bold 38px/1 Sans-Serif;
			color: #800000;
			text-shadow: 1px 2px 3px #666;
		}
		.faq dd {
			margin: 0 0 20px 0; font-weight: normal; color: black;font-style: italic;}	
		.faq dt, .faq dd {
			padding-left: 30px;
		}


/*********************************** ./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;
    overflow: hidden;
}

#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");
    background-color: #eee;
    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/pdfviewer/css/stylesheet.css */

#pdf_container {
  width:100%;
  height: 782px;
}
#pdf_container_1 {
  width:80%;
  height: 680px;
}



/*************************************** ./plugins/privacy/css/stylesheet.css */

/*
 * Privacy agreement form.
 */
#privacy {min-height: auto;border: 3px solid black; position:fixed !important;bottom:0; left: 0; min-width: 100%; background: rgba(52, 47, 41, 0.9);text-align: center; color: white; font-family: Arial;}
#privacy label {padding: 0 0.5em}
#privacy a:link {color: yellow}



/************************************** ./plugins/realblog/css/stylesheet.css */

form[name=realblogsearch] {
    overflow: hidden;
}
.realblog_search_toggle {
    border: none;
    vertical-align: bottom;
    margin-right: 0.5em;
    cursor: pointer;
}
.realblog_search_caption {
    font-weight: bold;
}

/* Textareas */

.realblog_headline_field {
    width: 99%;
    height: 200px;
}
.realblog_story_field {
    width: 99%;
    height: 500px;
}
li {
list-style: square;list-style-position: inside;}
/* buttons */

.realblog_buttons {
clear: both;
padding: 6px 0;
}

.realblog_button {
    display: inline-block;
    border: 1px solid #888;
    /* border-radius: 0.8em; */
    padding: 0.1em 0.5em;
    margin-right: 1em;
	background: #3B2229;
}

.realblog_button a:link {color: #fff; text-decoration: none;}
.realblog_button a:visited {color: #fff; text-decoration: none;}
.realblog_button a:hover {color: #FF8080; /* text-decoration: underline; */}
.realblog_button a:active {color: #FF8080; /* text-decoration: underline; */}
.realblog_button a:focus {color: #FF8080; /* text-decoration: underline; */}

.realblog_fields_block #date1 {
margin-bottom: 12px;
}
.realblog_fields_block table {
    width: 100%;
}

.realblog_date_label {
    font-weight: bold;
}

.realblog_entry_footer {
    clear: both;
}

.realblog_number_of_comments {
float: left;
font-style: italic;
}

.realblog_read_more {
float: right;
text-align: right;
padding-bottom: 12px;
}

/* BACKEND select entry table */

.realblog_table {
    width: 100%;
    table-layout: auto;
    border: 1px solid;
    border-collapse: collapse;
}

.realblog_table_header {
    background: #555;
    color: #fff;
    padding: 0.5em 0;
    font-weight: bold;
    text-align: center;
}
.realblog_table_header button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.realblog_table_details {
border: 1px solid #075FB9;
}

.realblog_table_line {
    padding: 0.3em;
    text-align: center;
}
.realblog_table_line:nth-child(4), .realblog_table_line:nth-child(6),
.realblog_table_line:nth-child(7), .realblog_table_line:nth-child(8) {
    font-weight: bold;
}

.realblog_table_title {
    padding: 0.3em 1em;
    border-bottom: 1px solid;
}

.realblog_table_line img, .realblog_table_header img {
border: 0;
}

.realblog_paging_block {
    overflow: hidden;
    padding-top: 1em;
}

.realblog_db_info {
    float: right;
    margin-bottom: 1em;
}

.realblog_page_info {
    float: left;
    margin-bottom: 1em;
}

.realblog_page_info a {
    text-decoration: none;
}

.realblog_table_paging {
    text-align: center;
}
.realblog_table_paging a {
    text-decoration: none;
}

/* entries overwiew */

.realblog_entries_preview {
border-top: 1px solid;
margin: 10px 0 0 0;
}

/* multi columns overwiew outer div */
.realblog_single_entry_preview {
width: 49.9%;
float: left;
}

/* multi columns overwiew inner div */
.realblog_single_entry_preview_in {
height: 250px;
overflow: auto;
border: 1px solid;
padding: 10px;
margin: 10px 10px 0 0;
}

.realblog_show_date {
font-size: 94%;
font-weight: 700;
font-style: italic;
margin: 6px 0 10px 0;
}

.realblog_show_story {
width: 100%;
border-bottom: 1px solid;
}

.realblog_show_story_entry {
width: 100%;
border-bottom: 0;
}

.realblog_show_box {
margin: 10px 0;
width:100%;
overflow: hidden;
}

/* tpl_classes for function realbloglink */

.realbloglink {
    font-weight: 700;
}

.realblog_tpl_show_date {
font-style: italic;
border-top: 1px solid;
padding: 5px 0 0 0;
margin: 6px 0 0 0;
}

.realblog_tpl_show_story {}

.realblog_tpl_show_box {
border-bottom: 1px solid;
padding: 0 0 8px 0;
}

.realblog_admin {
height:24px;
background-color: #075FB9;
color: White;
display: block;
}

.realblog_date_selector {
    margin: 0 0 -3px 1px;
}

.realblog_archive {
    padding-left: 0;
}
.realblog_archive li {
    list-style: none;
}

.realblog_search_text {
text-align: right;
font-weight: 700;
}

.realblog_search_hint {
padding: 0 0 10px 0;
}

.realblog_search_input {
border: 1px solid #999;
padding: 2px 5px;
}

/*
 * Back-end.
 */
.realblog_logo {
    float: left;
    margin-right: 16px;
}
.realblog_license {
    text-align: justify;
}

.realblog_filter {
    margin: 1em 0;
}
.realblog_filter label {
    margin-right: 1em;
}



/************************************* ./plugins/simplerss/css/stylesheet.css */

.member {

 color:#000000;

}
div.navigation {

  text-align:right;
  color:#000000;

  margin-top: 10px;
}
div.items {

margin-left: 1em;}
a.item {
font-weight: bold;}
div.channel {

  color:#000000;

  margin-bottom: 10px;
}
div.channellanguage {
}
div.channeltitle {
visibility: hidden;height:0}
div.sperror {
}
div.newsbox{
    margin: 5px;

    padding: 5px;
    width: 100%;


}
ul.newsboxlist{
    list-style-type: none;
}
li.odd{
    background-color: #BBBBBB;
    margin-left: 1em;
}
li.even{
   margin-left: 1em;
}
div.newsboxhead{
    border-bottom-style:dotted;
}
img.items {z-index: 1000 !important;}
div.items li {
    overflow: hidden;
}
div.items li a:first-child {
    display: inline-block;
    margin: 1em 0;
}
div.items img {
    z-index: 1000 !important;
	float: left;
    /* margin-right: 1em;margin-left: 1em; */margin: .2em 1em 1em 1em;
	min-width:15%;height:auto;
	padding: .5em;
	border-radius: 8px;
	box-shadow: 0 0 1em #c0c0c0;
}


/****************************** ./plugins/socialwebbuttons/css/stylesheet.css */

/* MAIN SETTINGS 2CLICK BUTTONS */

div#socialshareprivacy {
background: transparent;
font-family: arial, sans-serif;
font-size: 14px;
text-align: left;
border: 0px solid #ccc;
padding: 10px 0 6px 0;
margin: 10px auto 0 0;
}

ul.social_share_privacy_area {
clear: both;
margin: auto !important;
list-style: none;
padding: 0 !important;
width: auto;
height: 25px;
display: block;
}

ul.social_share_privacy_area li {
margin: 0 !important;
padding: 0 !important;
height: 21px;
float: left;
}

ul.social_share_privacy_area li .dummy_btn {
float: left;
margin: 0;
cursor: pointer;
padding: 0;
height: inherit;
}

ul.social_share_privacy_area li div iframe {
overflow: hidden;
height: inherit;
width: inherit;
}


/* Facebook begin */
ul.social_share_privacy_area .facebook {
width: 120px;
display: inline-block;
}

ul.social_share_privacy_area .facebook .fb_like iframe {
width: 120px;
}


/* Twitter begin */
ul.social_share_privacy_area .twitter {
width: 96px;
}

ul.social_share_privacy_area li div.tweet {
width: 96px;
}


/* Google+ begin */
ul.social_share_privacy_area .gplus {
width: 80px;
}

ul.social_share_privacy_area li div.gplusone {
width: 80px;
}


/* Switch begin */
ul.social_share_privacy_area li .switch {
display: none; /*inline-block;*/
text-indent: -9999em;
background: transparent url(../../plugins/socialwebbuttons/css/images/socialshareprivacy_on_off.png) no-repeat 0 0 scroll;
width: 23px;
height: 12px;
overflow: hidden;
float: left;
margin: 4px 0 0;
padding: 0;
cursor: pointer;
}

ul.social_share_privacy_area li .switch.on {
background-position: 0 -12px;
}


/* Tooltips begin */
ul.social_share_privacy_area li.help_info {
position: relative;
}

ul.social_share_privacy_area li.help_info .info,
ul.social_share_privacy_area li .help_info.icon .info {
display: none;
position: absolute;
bottom: 40px;
left: 0;
width: 360px;
padding: 4px 16px 6px 16px;
margin: 0;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #999;
background-color: #fdfbec;
color: #333;
z-index: 500;
}

ul.social_share_privacy_area li.gplus.help_info .info {
left: -90px;
}

ul.social_share_privacy_area li .help_info.icon .info {
left: -300px;
width: 400px;
}

ul.social_share_privacy_area li.help_info.display .info,
ul.social_share_privacy_area li .help_info.icon.display .info {
display: block;
}

ul.social_share_privacy_area li.help_info.info_off.display .info {
display: none;
}

ul.social_share_privacy_area li .help_info.icon {
background: #eee url(../../plugins/socialwebbuttons/css/images/socialshareprivacy_info.png) no-repeat center center scroll;
width: 25px;
height: 21px;
position: relative;
display: inline-block;
vertical-align: top;
border: 1px solid #ccc;
border-right-width: 0;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
margin: 0;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
border-top-width: 0;
border-left-width: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
border-right-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}


/* Settings/Info begin */
ul.social_share_privacy_area li.settings_info {
position: relative;
top: -2px;
}

ul.social_share_privacy_area li.settings_info a {
text-decoration: none;
margin: 0 !important;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu {
border: 1px solid #ccc;
background-color: #f3f4f5;
color: #333;
left: 0;
position: absolute;
top: 0;
width: 200px;
z-index: 1000;
margin: 0;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu.off {
border-width: 0;
background-color: transparent;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu.off form {
display: none;
margin: 0;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu .settings {
text-indent: -9999em;
display: inline-block;
background: #eee url(../../plugins/socialwebbuttons/css/images/settings.png) no-repeat center center scroll;
width: 25px;
height: 21px;
border: 1px solid #ccc;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
border-left: 1px solid #ddd;
margin: 0;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
border-top-width: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
border: 0px solid #c00;
margin: 0;
padding: 0 10px 10px;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
width: 180px!important;
margin: 0;
padding: 10px 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
clear: both;
width: 20px;
float: left;
margin: 11px 6px 4px 6px;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
display: inline-block;
float: left;
font-weight: bold;
line-height: 24px;
-moz-transition: color .5s ease-in;
-webkit-transition: color .5s ease-in;
margin: 6px 6px 0 0;
padding: 0;
}

ul.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
color: #090;
}


/* SETTINGS VISIBLE BUTTONS */

div.swb_content {}

div.swb_template {}

div.swb_socialbutton_facebook {
float: left;
text-align: left;
width: 116px;
padding: 8px 0;
}

div.swb_socialbutton_twitter {
float: left;
text-align: left;
width: 120px;
padding: 8px 0;
}

div.swb_socialbutton_gplus {
float: left;
text-align: left;
width: 120px;
padding: 8px 0;
}



/**************************************** ./plugins/teaser/css/stylesheet.css */

div.teaser {
    width:100%;
    clear:both;
}

/*startstandard*/
div.teaser.standard div {
    width:47%;
    margin:0 3% 15px 0%;
    float: left;
    overflow: hidden;
}
div.teaser.standard div h1, div.teaser.standard div h2,
div.teaser.standard div h3, div.teaser.standard div h4,
div.teaser.standard div h5, div.teaser.standard div h6 {
    margin:0 0 .5em;
    padding:5px 15px;
    display:block;
    background:#3B2229;font-size: 150% !important;}
div.teaser.standard div p {
    margin:0 15px 10px 0;
}
div.teaser.standard div:hover a ~ h1,
div.teaser.standard div:hover a ~ h2,
div.teaser.standard div:hover a ~ h3,
div.teaser.standard div:hover a ~ h4,
div.teaser.standard div:hover a ~ h5,
div.teaser.standard div:hover a ~ h6 {
    background: #ddd;
}
/*endstandard*/


/*startrounded*/
div.teaser.rounded div {
    border: 1px #3B2229 solid;
    /* border-radius: 6px; */
    width:47%;
    margin:0 1.25% 15px;
    float: left;
    overflow: hidden;background: white;
    
}
div.teaser.rounded div:hover span.teaser {
   /*  border-radius: 2px; */
    border:3px dashed #0be;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	background: white;}
div.teaser.rounded div p {
    margin:0 5px .5em;    
}
div.teaser.rounded div h1, div.teaser.rounded div h2,
div.teaser.rounded div h3, div.teaser.rounded div h4,
div.teaser.rounded div h5, div.teaser.rounded div h6 {
    margin:0 0 .5em;
    padding:5px 5px;
    background:#3B2229;
   /*  border-radius: 6px 6px 0 0; */
	color:white !important;font-size: 100% !important;}
/*endrounded*/


/*startrow_of_2*/
div.teaser.row_of_2 div {
    border:1px solid #aaa;
    border-bottom:none;
    border-radius: 15px 15px 0 0;
    width:47%;
    margin:0 1.25% 10px;
    padding-bottom:5px;
    float: left;
    overflow: hidden;
}
div.teaser.row_of_2 div:hover span.teaser {
    border-top:3px solid #fec;
    box-shadow:inset 0 0 2em 0 #fec;
}
div.teaser.row_of_2 div p {
    margin:0 5px .5em;
}
div.teaser.row_of_2 div h1, div.teaser.row_of_2 div h2,
div.teaser.row_of_2 div h3, div.teaser.row_of_2 div h4,
div.teaser.row_of_2 div h5, div.teaser.row_of_2 div h6 {
    margin:0 0 .5em;
    padding:5px 5px;
    background:#eee;
    border-radius: 15px 15px 0 0;
}
/*endrow_of_2*/


/*startfullwidth*/
div.teaser.fullwidth div {
    width:100%;
    margin: 1em 0;
    overflow: hidden;
}
div.teaser.fullwidth div h1,
div.teaser.fullwidth div h2,
div.teaser.fullwidth div h3,
div.teaser.fullwidth div h4,
div.teaser.fullwidth div h5,
div.teaser.fullwidth div h6 {
    background: #eee;
}
div.teaser.fullwidth div:hover a ~ h1,
div.teaser.fullwidth div:hover a ~ h2,
div.teaser.fullwidth div:hover a ~ h3,
div.teaser.fullwidth div:hover a ~ h4,
div.teaser.fullwidth div:hover a ~ h5,
div.teaser.fullwidth div:hover a ~ h6 {
    background: #ddd;
}
/*endfullwidth*/


/*startrow_of_3*/
div.teaser.row_of_3 div {
    border:1px solid #aaa;
    margin:0 1% 10px 0.9%;
    width: 31%;
    float: left;
    overflow: hidden;
}
div.teaser.row_of_3 div p {
    margin:0 5px .5em;    
}
div.teaser.row_of_3 div h1, div.teaser.row_of_3 div h2,
div.teaser.row_of_3 div h3, div.teaser.row_of_3 div h4,
div.teaser.row_of_3 div h5, div.teaser.row_of_3 div h6 {
    margin:0 0 .5em;
    padding:5px 5px;
    background:#444;
    color:white;   
    font-weight:bold;
}
div.teaser.row_of_3 div:hover a ~ h1,
div.teaser.row_of_3 div:hover a ~ h2,
div.teaser.row_of_3 div:hover a ~ h3,
div.teaser.row_of_3 div:hover a ~ h4,
div.teaser.row_of_3 div:hover a ~ h5,
div.teaser.row_of_3 div:hover a ~ h6 {
    background: #e44;
}
/*endrow_of_3*/


/*startfixed_size*/
div.teaser.fixed_size div {
    border:2px solid #6c6;
    border-radius: 6px;
    margin:0 0 10px 10px;
    height:180px;
    width:180px;
    float:right;
    overflow: hidden;
    padding:10px;
}
div.teaser.fixed_size div:hover  span.teaser {
    border:2px dashed #6c6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*endfixed_size*/


/* == for enabling links even in IE6 == */

.teaser div {
    position:relative;
}
.teaser div span.teaser {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
    background-image: url('../../plugins/teaser/css/empty.gif');
    cursor:pointer;
}


/* == only for plugin backend == */

form#singleteaser label {
    white-space: nowrap;
}
a.teaser_pop-up {
    position:relative;
    cursor: help;
    text-decoration: none;
    background: transparent;
}
a.teaser_pop-up:hover  {
    background:#ffffff;
    text-decoration:none;
    z-index: 1;
}
a.teaser_pop-up span {
    display: none;
}
a.teaser_pop-up:hover span {
    font: 8.5pt/1.4 Verdana, Sans-Serif;
    display:inline;
    position:absolute;
    top:2em;
    left:0em;
    width:15em;
    border:2px solid #f00;
    padding: 4px 5px;
    margin-left: -160px;
    width: 160px;
    background:#dfd;
    color:white;
    text-align:left;
}



/************************************** ./plugins/tg_popup/css/stylesheet.css */

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../../plugins/tg_popup/css/images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../../plugins/tg_popup/css/images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../../plugins/tg_popup/css/images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../../plugins/tg_popup/css/images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../../plugins/tg_popup/css/images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../../plugins/tg_popup/css/images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../../plugins/tg_popup/css/images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../../plugins/tg_popup/css/images/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}


/* prettyPhoto */
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}div.pp_default .pp_top .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}div.pp_default .pp_top .pp_middle{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_x.png) top left repeat-x}div.pp_default .pp_top .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}div.pp_default .pp_content .ppt{color:#f8f8f8}div.pp_default .pp_content_container .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}div.pp_default .pp_content_container .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}div.pp_default .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}div.pp_default .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}div.pp_default .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}div.pp_default .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}div.pp_default .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}div.pp_default .pp_close{width:30px;height:30px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}div.pp_default .pp_gallery ul li a{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}div.pp_default .pp_content_container .pp_details{margin-top:5px}div.pp_default .pp_nav{clear:none;height:30px;width:105px;position:relative}div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;font-color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}div.pp_default .pp_bottom .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}div.pp_default .pp_bottom .pp_middle{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}div.pp_default .pp_bottom .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}div.pp_default .pp_loaderIcon{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/default/loader.gif) center center no-repeat}div.light_rounded .pp_top .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}div.light_rounded .pp_top .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}div.light_rounded .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.light_rounded .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_rounded .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_rounded .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_rounded .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_rounded .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_rounded .pp_close{width:75px;height:22px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_rounded .pp_nav .pp_play{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_rounded .pp_arrow_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}div.light_rounded .pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}div.light_rounded .pp_bottom .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}div.light_rounded .pp_bottom .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_top .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}div.dark_rounded .pp_top .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}div.dark_rounded .pp_content_container .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}div.dark_rounded .pp_content_container .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}div.dark_rounded .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}div.dark_rounded .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}div.dark_rounded .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_rounded .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_rounded .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_rounded .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_rounded .pp_close{width:75px;height:22px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_rounded .pp_description{margin-right:85px;color:#fff}div.dark_rounded .pp_nav .pp_play{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_rounded .pp_arrow_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}div.dark_rounded .pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}div.dark_rounded .pp_bottom .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}div.dark_rounded .pp_bottom .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}div.dark_rounded .pp_loaderIcon{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}div.dark_square .pp_loaderIcon{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}div.dark_square .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.dark_square .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.dark_square .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.dark_square .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.dark_square .pp_close{width:75px;height:22px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.dark_square .pp_nav{clear:none}div.dark_square .pp_nav .pp_play{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.dark_square .pp_arrow_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}div.dark_square .pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}div.dark_square .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}div.dark_square .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.light_square .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}div.light_square .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}div.light_square .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}div.light_square .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}div.light_square .pp_close{width:75px;height:22px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}div.light_square .pp_nav .pp_play{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}div.light_square .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}div.light_square .pp_arrow_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}div.light_square .pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}div.light_square .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}div.light_square .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_top .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}div.facebook .pp_top .pp_middle{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}div.facebook .pp_top .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}div.facebook .pp_content_container .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}div.facebook .pp_content_container .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}div.facebook .pp_expand{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}div.facebook .pp_expand:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}div.facebook .pp_contract{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}div.facebook .pp_contract:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}div.facebook .pp_close{width:22px;height:22px;background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}div.facebook .pp_description{margin:0 37px 0 0}div.facebook .pp_loaderIcon{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/loader.gif) center center no-repeat}div.facebook .pp_arrow_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}div.facebook .pp_arrow_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}div.facebook .pp_nav{margin-top:0}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}div.facebook .pp_nav .pp_play{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}div.facebook .pp_nav .pp_pause{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}div.facebook .pp_next:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}div.facebook .pp_previous:hover{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}div.facebook .pp_bottom .pp_left{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}div.facebook .pp_bottom .pp_middle{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}div.facebook .pp_bottom .pp_right{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}div.pp_pic_holder a:focus{outline:none}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:7px 0 0}.pp_social .facebook{float:left;position:relative;top:-1px;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px}.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}#pp_full_res{line-height:1!important}#pp_full_res .pp_inline{text-align:left}#pp_full_res .pp_inline p{margin:0 0 15px}div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../../plugins/tg_popup/css/../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}.pp_top,.pp_bottom{height:20px;position:relative}* html .pp_top,* html .pp_bottom{padding:0 20px}.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_fade,.pp_gallery li.default a img{display:none}


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

/* CHANGE - picture thumbnail background tile. */
.zgal_pic_holder { width:190px; margin:auto;height: auto; height:140%;
}

.zgal_gallery_holder{
border: none;
margin-top:-3em;
padding:0px;
padding-bottom: 0.5em;
width:100%;
}
.zgal_gallery_legend{text-align:left;margin:0px;padding:0px;}

.zgal_gallery_title{
font-weight:bold;
margin-top:9px;
margin-bottom:9px;text-align: center;
}
.zgal_gallery_thumb_title{
display:none;height:0;
}
.zgal_gallery_pic_index{
margin-bottom : 1em;
font-size : .9em !important;font-family: Tahoma, Arial; font-weight: bold;
margin-top : 5px;
line-height : 100%;
padding-top : 0;
padding-left : 5px;
padding-bottom : 0px;
text-shadow : 1px 1px 2px #fff;
color: #550000;
text-align: center;
}
strong {
    font-weight: bold;
}
/* Borders around gallery images*/
.zgal_gallery_pic{text-align: center; vertical-align: middle;}
.zgal_gallery_pic a {border: 5px solid #ccc;}
.zgal_gallery_pic a:link img{border: 5px 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 {clear:both;width:100%; height:100%;overflow: hidden;}
.zgal_pic_holder table td {overflow: hidden;border: 0px solid #ccc; padding:5px; background-color:transparent; text-align:center; vertical-align:middle;
}
table.zgal_galpictureholder {margin-left:auto; margin-right:auto;}
table.zgal_galpictureholder td {border: 1px solid #ccc; padding:7px; background-color:#ffffff; margin-left:auto; margin-right:auto;}

.zgal_gallery_extrainfo{
/*
line-height:1.5;
*/
}

/*Gallery Commenting*/

.zgal_addcommentform{text-align:left;width:240px;height:0px;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:0; 
text-align:center;
width:230px;
height: auto;
float:left;
border: 0px solid #cc0000;
margin-top:0;}

/* Borders around thumbnail images*/

.zgal_thumb img{  border: 1px solid #ccc; margin:0px }
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:0px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 4px;box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.77);}
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;}