/**
 * Cal
 */

.tx-cal-controller {}

.contrast .tx-cal-controller {
    background: #fff
}

.contrast .tx-cal-controller table thead {
    background: #000;
}

/**
 * List-View
 */
 
p.pagebrowser a,
p.pagebrowser b {
    display: block;
    float: left;
    width: 20px;
    margin: 0 2px;
    border: 1px solid #ddd;
    text-align: center;
    text-decoration: none;
}

p.pagebrowser b {
    background: #f8f8f8;
}

dl.calEventList dt {
    margin-bottom: 1px;
}

dl.calEventList dd {
    margin-bottom: 8px;
}

dl.calEventList dt {
    clear: left;
}

dl.calEventList .even {
    background: transparent
}

dl.calEventList dd p,
dl.calEventList dd div {
    margin: 0;
    line-height: 140%;
}

dl.calEventList dt a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}

#cssitem_ori dl.calEventList dt a		{ color: #066; }
#cssitem_orange dl.calEventList dt a   	{ color: #f60; }
#cssitem_darkblue dl.calEventList dt a  { color: #036; }
#cssitem_turkis dl.calEventList dt a    { color: #066; }
#cssitem_red dl.calEventList dt a    	{ color: #c00; }
#cssitem_lightblue dl.calEventList dt a	{ color: #69c; }


/**
 * Single View
 */

.calendar-event {}

.eventContent, .eventAside {
float: left;

}

.eventContent {
    width: 55.5%;
    margin-right: 25px;
    padding: 12px;
}

.eventAside {
    width: 31.5%;
    padding: 5px 10px;
    /* border: 1px solid #f0f0f0; */
}

.eventAside p {
    margin: 0;
}

.eventAside ul {
    list-style: none;
    margin: 0;
}

.eventAside ul li {
    margin: 0 0 3px;
    padding: 0 0 0 23px;
}

li.eventIcon {
    background: url(/fileadmin/templates/pages/img/icon-sprite-cal-single-aside.png) 0 4px no-repeat;
}

li.eventAsideDate     {}
li.eventAsideLocation { background-position: 0 -78px }
li.eventAsideOrga     { background-position: 0 -157px }

.eventAside .eventImage .csc-textpic-imagewrap {
    float: none !important;
    margin: 0 !important;
}

.eventAside ul,
.eventAside .eventAttachment,
.eventAside .eventImage {
    padding-top: 5px;
}

.eventAside ul,
.eventAside .eventAttachment {
    border-bottom: 1px solid #e5e5e5;
}


/**
 * Kalender
 */

table.month-small {
/*     width: 167px; */
    width: 100%;
    border-spacing: 1px;
    border: 0;
}

table.month-small thead {
    border:1px solid #fff;
}

table.month-small th,
table.month-small td {
    text-align: center;
}

table.month-small th,
table.month-small th a,
table.month-small td.monthToday {
    color: #fff !important;
}

table.month-small thead th,
table.month-small thead th a {
    padding: 1px 0;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
}

table.month-small th a {
    display: block;
    font-weight: normal;
    text-align: center;
}

table.month-small thead th {
    border-bottom: 5px solid #fff;
}

table.month-small td {
    padding: 0 4px;
    border: 1px solid #fff;
    background: #ddd;
    /* font-weight: bold; */
    color: #1c1c1c;
}

table.month-small td.datePast {
    color: #757575;
}

table.month-small td.eventDay a {
    text-decoration: none;
}
/* mabr-mtr: not html standard
table.month-small td.monthOff {
    color: transparent;
}
*/
table.month-small th.month-weeknums,
table.month-small th.month-weekdays {
    display: none;
}

table.month-small td.monthToday {
    border: 0 !important;
}

table.month-small td.monthToday a {
    color: #fff !important;
}

/**
 * Farbschema Kalender
 */

/** Kopf + heute */
#cssitem_ori table.month-small th,
#cssitem_ori table.month-small td.monthToday       { background: #066; }
#cssitem_orange table.month-small th,
#cssitem_orange table.month-small td.monthToday    { background: #f60; }
#cssitem_darkblue table.month-small th,
#cssitem_darkblue table.month-small td.monthToday  { background: #036; }
#cssitem_turkis table.month-small th,
#cssitem_turkis table.month-small td.monthToday    { background: #066; }
#cssitem_red table.month-small th,
#cssitem_red table.month-small td.dateToday        { background: #c00; }
#cssitem_lightblue table.month-small th,
#cssitem_lightblue table.month-small td.monthToday { background: #69c; }

#cssitem_ori table.month-small th a:hover       { background: #177; }
#cssitem_orange table.month-small th a:hover    { background: #f71; }
#cssitem_darkblue table.month-small th a:hover  { background: #147; }
#cssitem_turkis table.month-small th a:hover    { background: #177; }
#cssitem_red table.month-small th a:hover       { background: #d11; }
#cssitem_lightblue table.month-small th a:hover { background: #7ad; }

/** Datum hat News */
#cssitem_ori table.month-small td.hasNewsItem       { border-color: #00888c; }
#cssitem_orange table.month-small td.hasNewsItem    { border-color: #ff7a00; }
#cssitem_darkblue table.month-small td.hasNewsItem  { border-color: #00457a; }
#cssitem_turkis table.month-small td.hasNewsItem    { border-color: #00868d; }
#cssitem_red table.month-small td.hasNewsItem       { border-color: #db463d; }
#cssitem_lightblue table.month-small td.hasNewsItem { border-color: #71a9d6; }

#cssitem_ori table.month-small td.hasNewsItem a:hover       { color: #00989c; }
#cssitem_orange table.month-small td.hasNewsItem a:hover    { color: #ef6a00; }
#cssitem_darkblue table.month-small td.hasNewsItem a:hover  { color: #00356a; }
#cssitem_turkis table.month-small td.hasNewsItem a:hover    { color: #00767d; }
#cssitem_red table.month-small td.hasNewsItem a:hover       { color: #cb362d; }
#cssitem_lightblue table.month-small td.hasNewsItem a:hover { color: #6199c6; }

