/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
    border-style:solid;
    border-color:#000000;
    border-width:1px 1px 0px 1px;
    height:21px ! important;
    line-height:21px;
	color:#6c6c6c;
   	background-color:#b2c08f;
    font-weight:bold;
    text-align:center !important;
    width:200px!important;
    cursor:pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link {
	color:#6c6c6c;
	text-decoration:none;
    font-weight:bold!important;
}

.mod_events_table
{
    border-style:solid;
    border-color:#000000;
    border-width:1px 1px 1px 1px;
    width:200px!important;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.mod_events_td_dayname
{
    border-bottom: 1px solid #000000;
    height:15px ! important;
    line-height:15px;
	color:#6c6c6c;
   	background-color:#e5ebd1;
    font-weight:bold;
    text-align:center !important;
}
.mod_events_td_dayname .sunday
{
	color:#dae4c1;
}
.mod_events_td_dayname .saturday
{
	color:#dae4c1;
}
a.mod_events_daylink
{
	color:#6c6c6c !important;
	text-decoration: none;
}

.mod_events_td_dayoutofmonth
{
	color:#dae4c1;
   	background-color:#eefbe9;
    padding:1px !important;
  	width:18px!important;
	text-align: center !important;
}

.mod_events_td_daywithevents
{
	color:#6c6c6c;
   	background-color:#eefbe9;
    padding:0px !important;
  	width:18px!important;
    border: 1px solid #888888;
	text-align: center !important;
}
.mod_events_td_daynoevents
{
	color:#6c6c6c;
   	background-color:#eefbe9;
	color:#dae4c1;
    padding:1px !important;
  	width:18px!important;
	text-align: center !important;
}

.mod_events_td_todaynoevents
{
	color:#6c6c6c;
   	background-color:#000000;
    padding:0px !important;
  	width:18px!important;
	text-align: center !important;
}

.mod_events_td_todaywithevents
{
	color:#6c6c6c;
   	background-color:#000000;
    padding:0px !important;
    border:solid 1px red;
  	width:18px!important;
	text-align: center !important;
}

a.mod_events_link
{
	color:#6c6c6c !important;
    font-weight:normal;
	text-decoration: none;
}


td.mod_events_latest_first, td.mod_events_latest 
{
	color:#6c6c6c;
	background-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 1px 8px;
	padding:0px 0px 2px 2px;
}