/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/
#jevents_body {
    width: 100% !important;
    border: 0px solid #DDD !important;
    background-color: transparent;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#jevents_header {
  display:none;
}

/*
Alle Ränder der Navigation "Nach Jahr, Nach Monat, Nach Woche, Heute, Gehe zu Monat" in allen Zuständen auf grün stellen 
*/

.nav-items > div, .nav-items > div:first-child, .nav-items > div:last-child,
#jevents_body .nav-items > div a:hover,
#jevents_body .nav-items div.active a:hover,
.jev_header2 .active a:hover{
  border-color: #336633;
  border-left-color: #336633;
}


/*
Aktives Element bzw. Hover-Element der Navigation "Nach Jahr, Nach Monat, Nach Woche, Heute, Gehe zu Monat" 
*/
#jevents_body .nav-items div.active a, .jev_header2 .active a, #jevents_body .nav-items > div a:hover, #jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #CCC;
    color: #336633 !important;
    font-weight:bold;
}

.nav-items > div a, #jevents_body .nav-items > div a:hover {
    padding: 4px 12px 3px 12px;
}



/*
Navigation "Vorheriger Monat - Nächster Monat" 
*/
.previousmonth > a:nth-child(1), .nextmonth > a:nth-child(1) {
    color: #fff !important;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #336633;
    border: 1px solid #336633;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #336633;
    border-bottom: 1px solid #336633;
    margin-bottom: -1px;
}

/*
Markierung des aktiven Tages im Kalender
*/

#jevents_body .cal_today a.cal_daylink {
    background-color: #EEE;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 12px;
    color: #333;
    border: 1px solid #af0326;
    padding-bottom: 0px;
    padding-top: 0px;
}



/*
Markierung des aktiven Tages im Kalender im Hoverzustand
*/

#jevents_body .cal_today a.cal_daylink:hover {
    border: 2px solid #ff3b30;
    border-radius: 12px;
    padding-right: 4px !important;
    padding-left: 4px !important;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*
Tage im Kalender (Datumszahl)
*/

a.cal_daylink:link {
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
}

/*
Tage im Kalender (Datumszahl) im Hoverzustand
*/


a.cal_daylink:hover {
    padding:4px;
  	border: 2px solid #ff3b30;
    border-radius: 12px;
}