/* 
    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.
*/

.jevbootstrap .mod_events_latest_date, .jevbootstrap .mod_events_latest_content {
  line-height: 14px;
  margin-top: 1px;
  vertical-align: baseline;
  padding-left: 3px;
}

#jevents_body {
  background-color: #222222;
}

#jevents_body .cal_table {
    background-color: #222222;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: rgb(69, 12, 12);
    border: 1px solid rgb(69, 12, 12);
}

.jev_toprow div.currentmonth {
    border-top: 1px solid rgb(69, 12, 12);
    border-bottom: 1px solid rgb(69, 12, 12);
    margin-bottom: -1px;
}

.nav-items > div {
    border: 1px solid rgb(69, 12, 12);
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: rgb(69, 12, 12);
    color: #FFF;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid rgb(69, 12, 12);
    border-left: 0px;
}

.nav-items > div:first-child {
    border-radius: 5px 0 0 5px;
    border-left: 1px solid rgb(69, 12, 12);
}

.nav-items > div:last-child {
    border-radius: 0 5px 5px 0;
    border-right: 1px solid rgb(69, 12, 12);
}

#jevents_body .cal_daysnames {
    width: 14px;
    background-color: #cccccc;
    border: 0px solid;
    height: 22px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.saturday, .sunday {
    color: #888888;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: rgb(69, 12, 12);
    padding: 4px;
    border-radius: 10px;
    color: #FFFFFF;
}

#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid rgb(69, 12, 12);
    background-color: #fff;
    border: 1px solid rgb(69, 12, 12);
    padding: 4px;
    border-radius: 10px;
    color: rgb(69, 12, 12);
}

#jevents_body .cal_today {
    background-color: #999999;
    padding: 5px 0px 0px 0px;
    height: 80px;
    vertical-align: top;
    width: 14%;
}

#jevents_body .cal_dayshasevents {
    background-color: #888888;
    padding: 4px;
    vertical-align: top;
    height: 80px;
    width: 14%;
    border: 1px solid #ddd;
}

#jevents_body .month_cell_st {
    padding: 0px;
    background-color: rgb(69, 12, 12);
}

#jevents_body a.cal_titlelink:link, #jevents_body a.cal_titlelink:visited, #jevents_body a.cal_titlelink:hover {
    font-size: 10px;
    line-height: 14px;
    font-weight: normal;
    text-decoration: none;
    color: white;
    display: block;
    margin-bottom: 1px;
    padding: 2px;
}

.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
    float: left;
    height: 23px;
    line-height: 23px;
    text-align: center !important;
    color: #cccccc !important;
    font-weight: bold;
}

#jevents_body .cal_daysnoevents {
    background-color: #888888;
    padding: 4px;
    height: 80px;
    vertical-align: top;
    width: 14%;
    border: 1px solid #ddd;
}

.cal_daysoutofmonth {
    background-color: #666666;
    padding: 4px;
}

div.event_legend_name a {
    display: block;
    text-decoration: none;
    background-color: inherit;
    color: #2084c7;
}

.nav_bar_cell {
  background-color: #333333;
}

#jev_maincal {
    margin: 15px -1px 15px -1px;
    background-color: #222222;
    border: 1px solid #ddd;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
    background-color: rgb(69, 12, 12);
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-color: #DDD;
    padding-left: 10px;
    height: 23px;
    line-height: 23px;
    color: #cccccc;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    float: left;
    width: 110px;
    max-width: 100%;
    overflow: hidden;
}

.nav-items > div a {
    padding: 8px 12px 7px 12px;
    text-decoration: none;
    color: #cccccc;
}

.new-navigation #nav-search {
    display: none;
    float: right;
    padding-right: 10px;
}

.jev_evdt_title {
    font-family: 'Acme';
}

#jevents_body a.cal_titlelink:hover {
    background-color: #2084c7;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #2084c7;
    border-left: 1px solid rgb(69, 12, 12);
}
#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #2084c7;
    border-left: 3px solid rgb(69, 12, 12);
    color: #000;
}

a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover {
    font-size: 18px;
    color: #999999;
    text-decoration: none;
    font-weight: bolder;
}

a.ev_link_row:hover {
    text-decoration: inherit;
    color: #2084c7;
}

