/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
    /*border-style:solid;
    border-color:#000000;
    border-width:1px 1px 0px 1px;*/
    line-height:21px;
    color:#436550;
   	background-color:#cfd4d8;
    text-align:center !important;
    width:201px!important;
    cursor:pointer;
    margin-left:17px;
    background-color:white;
    font-size: 12px;
}
.mod_events_monthyear a,.mod_events_dayname a,.mod_events_table a
{
    color:black !important;   
}
.mod_events_monthyear td
{
	text-align:center!important;
    height: 30px;
    border:1px solid #f4f4f4;
}
.mod_events_monthyear a.mod_events_link {
	color:rgb(240,240,240);
	text-decoration:none;
    font-weight:bold!important;
}

.mod_events_table
{
    /*border-style:solid;
    border-color:#000000;
    border-width:1px 1px 1px 1px;*/
    width:201px!important;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
    margin-left:17px;
    background-color: white;
}
.mod_events_table td
{
    height: 20px;
    border:1px solid #f4f4f4;
}
.mod_events_td_dayname td
{
    height: 25px;
    border:1px solid #f4f4f4;
}
.mod_events_td_dayname
{
    /*border-bottom: 1px solid #000000;*/
    height:15px ! important;
    line-height:15px;
   	background-color:#cfd4d8;
    font-weight:bold;
    text-align:center !important;
    background:white;
}
.mod_events_td_dayname .sunday
{
	color:#000000;
}
.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: yellow;
	text-decoration: none;
}

.mod_events_td_dayoutofmonth
{
	color: Gray;
  	background-color:#cccccc;
    padding:1px !important;
  	width:18px!important;
}

.mod_events_td_daywithevents
{
    background-color: #F2A889;
    padding:0px !important;
  	width:18px!important;
   border: 1px solid #888888;
}
.mod_events_td_daynoevents
{
    padding:1px !important;
  	width:18px!important;
}

.mod_events_td_todaynoevents
{
    padding:0px !important;
    background-color: #8C1D1D;
  	width:18px!important;
}
.mod_events_td_todaynoevents a
{
    color:white !important;
}
.mod_events_td_todaywithevents
{
    padding:0px !important;
    border:solid 1px red;
  	width:18px!important;
}

a.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
	text-decoration: none;
}
a.mod_events_link:link
{
    color:#436550;
}
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;
}