/* 
    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 > table.cal_table > tbody > tr:nth-child(1) > td.cal_today > a{
  background-color: #3890D3;
}

#jevents_body > div.jev_toprow.jev_monthv > div > div.nextmonth {
  background-color: #00209F;
  border: #1C2F3F;
}

#jevents_body > div.jev_toprow.jev_monthv > div > div.previousmonth{
  background-color: #3890D3;
  border: #3890D3;
}

#jevents_body > div.jev_toprow.jev_monthv > div > div.currentmonth{
  border: 1px solid #3890D3;
}

#nav-year{
  border: 1px solid #3890D3; !important;
}

#nav-month{
  
  border: 1px solid #3890D3; !important;
  
}

#nav-week{ 
  border: 1px solid #3890D3; !important;
 }

#nav-today{
  border: 1px solid #3890D3; !important;
}

#nav-jumpto{
  border: 1px solid #3890D3; !important;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
  background-color: #3890D3; !important;
  border: #3890D3; !important;
}

#jevents_body > div.jev_toprow > div > div.previousmonth{
    background-color: #3890D3; !important;
  border: 1px solid #3890D3; !important;
}

#jevents_body > div.jev_toprow > div > div.currentmonth {
  border: 1px solid #3890D3; !important;
}

#jevents_body > div.jev_toprow > div > div.nextmonth{
      background-color: #00209F !important;
  border: 1px solid #3890D3;
}

.nav-items>div:first-child {
  border: 1px solid #3890D3 !important;
}

.nav-items>div:last-child {
  border: 1px solid #3890D3 !important;
}