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

div#jevents {
    margin-left: 20%;
    margin-right: 20%;
}


/*
===================================================
              CALENDAR STYLES
===================================================
 */

.ev_adminpanel {
    display: none;
}


#flatcal_minical .flatcal_month_label {
    width: 98%;
    font-size: 20px !important;
    font-weight: bold;
    color: #565666;
    vertical-align: middle;
    height: 18px;
    text-align: center;
}

#flatcal_minical{
  margin-top:25px;
}

#flatcal_minical TD.flatcal_weekdays {
  font-size: 20px !important;
  font-weight: 600 !important;
}
#flatcal_minical table.flatcal_main_t{
  width:100%;
}

#flatcal_minical .flatcal_month_label  {
  font-size: 33px;
  color: white;
}

#flatcal_minical .flatcal_navbar {
  background-color: #a4d65e !important;
}

.login-page-main .blog {
  margin-bottom:0;
}
#flatcal_minical .flatcal_busylink:link, #flatcal_minical .flatcal_busylink:visited{
  font-size: 24px;
}

 #flatcal_minical .flatcal_daylink {
  font-size: 20px;
}

 #flatcal_minical .flatcal_daycell {
  border-right:1px solid black;
}

 #flatcal_minical .flatcal_sundaylink {
  font-size: 20px;
}

 #flatcal_minical .flatcal_sundaycell {
  border-right:1px solid black;
}

#flatcal_minical .flatcal_othermonth {
  background: grey;
  border-right: 1px solid black;
}

#flatcal_minical .flatcal_todaycell {
  border-right: 1px solid black;
}

#flatcal_minical .flatcal_daycell, #flatcal_minical .flatcal_todaycell, #flatcal_minical .flatcal_sundaycell, #flatcal_minical .flatcal_othermonth{
  height:9em;
}

#flatcal_minical .flatcal_todaycell a {
    padding: 13px 5px;
    border: 0px solid #004A97;
    background-color: #004A97;
}

a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover{
      font-size: 20px !important;
      color: red !important;
      text-decoration: underline !important;
      font-weight: normal !important;
}

#flatcal_minical table tr, #flatcal_minical table td {
  border-bottom: 1px solid black;
}

#flatcal_minical .full_cal_link td {
  background-color: #62A60A;
}

#jevents_body .jev_toprow div.previousmonth a {
  font-size: 20px;
    padding-left: 15px;
}

.jev_toprow div.currentmonth {
    font-size: 24px;
}
intro
#jevents_body .jev_toprow div.nextmonth a {
   font-size: 20px;
    padding-right: 15px;
}

/*
===================================================
              CALENDAR STYLES
===================================================
 */

