/*********************
* Calendar module style
**********************/
.mod_events_table {
    border: 0px solid #000000;
    width : 120px;
    text-align : center;
    background-color: transparent;
}
.mod_events_td_title {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    text-align: center;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    color: #B4B4B4;
    text-decoration: none;
    /*background-color: #FFE4C4;*/
    text-align: center;
}
.mod_events_td_todaynoevents {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: yellow;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}
.mod_events_td_todaywithevents {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: blue;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}
.mod_events_td_daynoevents {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: blue;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
}
.mod_events_td_daywithevents {
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color:  red;
    text-decoration: none;
    background-color: inherit;
    text-align: center;
}
/*
a.mod_events_daylink:link {
    font-size: 10px;
    font-family: Arial;
    color:  green;
}
a.mod_events_daylink:visited  {
    font-size: 10px;
    font-family: Arial;
    color: green;
}
a.mod_events_daylink:hover  {
    font-size: 10px;
    font-family: Arial;
    color: brown;
}
*/
/* Calendario */
a.lnk_mod_events_td_daywithevents:link {
    font-size: 10px;
    font-family: Arial;
    color:  black;
    font-weight: bold;
}
a.lnk_mod_events_td_daywithevents  {
    font-size: 10px;
    font-family: Arial;
    color: black;
    font-weight: bold;
}
a.lnk_mod_events_td_daywithevents  {
    font-size: 10px;
    font-family: Arial;
    color: black;
    font-weight: bold;
}

a.lnk_mod_events_td_daynoevents:link {
    font-size: 10px;
    font-family: Arial;
    color:  #AAAAAA;
}
a.lnk_mod_events_td_daynoevents  {
    font-size: 10px;
    font-family: Arial;
    color: #AAAAAA;
}
a.lnk_mod_events_td_daynoevents  {
    font-size: 10px;
    font-family: Arial;
    color: #AAAAAA;
}

/* FIN */

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size: 10px;
    font-family: Arial;
    color: Black;
}
a.mod_events_link:visited  {
    font-size: 10px;
    font-family: Arial;
    color: Navy;
}
a.mod_events_link:hover  {
    font-size: 10px;
    font-family: Arial;
    color: Silver;
}
.mod_events_monthyear {
    font-size: 12px;
    color: white;
    font-weight: bold;
    background-color: #010080;
}
a.mod_events_thismonth:link {
    font-size: 12px;
    font-weight: bold;
}
a.mod_events_thismonth:visited {
    font-size: 12px;
    font-weight: bold;
}
a.mod_events_thismonth:hover {
    font-size: 12px;
    font-weight: bold;
}
