/* 
    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.
*/

.cal_div_currentmonth{
background-color: rgb(177,182,188) !important;
}
.cal_div_today > span {
  background-color:#cbd3da !important;
  border-color:#dbe2e8 !important;

}
.ev_table{
border-width: 0px 0px 1px 1px !important;
border-style: solid;
border-color: #b9c4cc !important;
}

.ev_td_right{
border-width: 0px 0px 1px 1px !important;
border-style: solid;
border-color: #b9c4cc !important;
}

.ev_td_left{
background-color: rgb(177,182,188);
border-width: 0px 0px 1px 1px !important;
border-style: solid;
border-color: #9da4ac !important;
}

.ev_td_today{
background-color: rgb(240,170,100);
}
.eventstyle 
{
border-width: 0px 0px 2px 5px !important;
border-style: none !important;
border-color: #b9c4cc !important;
height: 21px ! important;
line-height: 21px;
color: rgb(240,170,100);
background-color: rgb(68,83,96);
font-weight: bold;
text-align: center !important;
cursor: pointer;
margin: 0px auto 0px auto;
}

.cal_td_daysnames {
border-bottom: 1px solid #b9c4cc;
height: 25px ! important;
line-height: 25px;
background-repeat: repeat-x;
background-position: top left;
color: #495460;
background-color: #d8dadd;
font-weight: bold;
text-align: center !important;
}

/*ESTILOS PERSONALIZADOS REAWAKEN*/
.mod_events_latest_table{
margin-top:30px;
}
.mod_events_latest{
padding-top: 15px !important;
border-width: 0px 0px 1px 0px !important;
}
.mod_events_latest_first{
border-width: 0px 0px 1px 0px !important;
}
.mod_events_latest_content{
margin-top:30px !important;
}
.jev_evdt_hits{
display:none !important;
}
.jev_evdt_creator{
display:none !important;
}

.mod_events_monthyear {
border: 0 solid #222222 !important;
background-image: none !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 25px !important;
margin-bottom: 25px !important;
}

.mod_events_table {
border: 1px solid #507188 !important;
font-family: Raleway !important;
font-size: 14px !important;
}

.mod_events_td_dayname .sunday {
color: #ff9b00 !important;
}

.mod_events_td_dayoutofmonth {
color: white !important;
background-color: #ff9b00 !important;
}

.mod_events_td_daynoevents {
border: 1px solid #507188;
}

.mod_events_td_todaynoevents {
background-color: transparent !important;
}

.ev_td_today{
background-color: transparent !important;
}

.mod_events_td_daywithevents {
background-color: #313e4e !important;
}

.mod_events_td_daywithevents a {
color: white !important;
}

.mod_events_td_todaywithevents {
background-color: #313e4e !important;
}

.mod_events_td_todaywithevents a {
color: white !important;
}