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

.jev_back {
   visibility: hidden;
}
.pull-right {
   visibility: hidden;
}
.jev_back_foerd {
   background-color: #2ba1cf;
   color: #FFFFFF;
   padding: 5px;
   margin-left: 10px;
}
.jev_back_foerd:hover {
   background-color: #DDDDDD !important;
   color: #000000;
  text-decoration: none;
}

.jev_evdt_title {
    color: #2ba1cf !important;
    font-weight: bold;
    font-size: 25px;  
}

a.ev_link_row:link {
 color: #2ba1cf;
}

#jevents_header {
  padding-left: 10px;
}

