/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
		width: 280px !important;
		padding: 5px !important;
    line-height:15px;
    color: #2b5c84;
    background-color: #ffffff;
		font-family: Arial, sans-serif;
    font-size: 13px;
    text-align:center !important;
    cursor:pointer;
    margin:0px auto 0px auto;
}
.mod_events_monthyear td{height: 16px; padding: 7px !important; text-align:center!important;}
.mod_events_monthyear td a{color: #2b5c84 !important;}
.mod_events_monthyear a.mod_events_link {
    color:rgb(240,240,240);
    text-decoration:none;
    font-weight:bold!important;
}
.mod_events_table
{
		width: 280px !important;
    border-style:solid;
    border-color:#e7e7e7;
    border-width: 1px 1px 1px 1px;
		border-collapse: separate;
		border-spacing: 1px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    text-decoration: none;
    margin: 0px auto 30px auto;
}
.mod_events_td_dayname
{
		padding: 5px 0 5px 0;
    border-bottom: 1px solid #000000;
    line-height:15px;
    color:rgb(240,240,240);
    background-color: #2b5c84;
    font-weight:bold;
    text-align:center !important;
}
.mod_events_td_dayname .sunday
{
    color:red;
}
.mod_events_td_dayname .saturday
{
}
a.mod_events_daylink:link
{
    color: Black;
    text-decoration: none;
}
a.mod_events_daylink:visited
{
    color: black;
    text-decoration: none;
}
a.mod_events_daylink:hover
{
    color: #2b5c84;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth
{		
		height: 14px;
		padding: 5px 0 5px 0;
		font-size: 13px;
    color: Gray;
    background-color:#cccccc;
		border: 1px solid Gray;
}
.mod_events_td_daywithevents
{		
		height: 14px;
		padding: 5px 0 5px 0;
		font-size: 13px;
    background-color: #ffcb05;
    border: 1px solid #2b5c84;
}
.mod_events_td_daywithevents a{}
.mod_events_td_daynoevents
{
		height: 14px;
		padding: 5px 0 5px 0;
		font-size: 13px;
		border: 1px solid #e7e7e7;
}
.mod_events_td_daynoevents:hover{
	background-color: #ffcb05;
}
.mod_events_td_todaynoevents
{
		height: 14px;
		padding: 5px 0 5px 0;
		font-size: 13px;
    border:solid 1px red;
		background-color: #ffffff;
}
.mod_events_td_todaywithevents
{
		height: 14px;
		font-size: 13px;
		font-weight: bold;
    border:solid 1px red;
		background-color: #ffcb05;
}
a.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
    text-decoration: none;
}
a.mod_events_link:link
{
    color:white;
}
a.mod_events_link:hover
{
    color:yellow;
}
td.mod_events_latest_first, td.mod_events_latest 
{
    background-color:#ffffff;
    border-style:solid;
    border-width:0px 0px 1px 8px;
    padding:0px 0px 2px 2px;
}