/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: none;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: 0px auto 0.25em auto;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: Gray;
	background-color: #FFE4C4;
}
.mod_events_td_todaynoevents{ /* Today */
	font-weight: normal;
	background-color: #cde2f4;
	border:1px solid #ddd;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #97d7ff;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents{ /* Event Day */
	font-weight: normal;
	color: #000;
	background-color: #fff8d0;
	border:1px solid #ddd;
}
.mod_events_td_daywithevents:hover{ 
	background-color:#fae881;
}
.mod_events_td_daywithevents a{
	display:block;
}
.mod_events_td_daywithevents a.mod_events_daylink:link{
	color:#000;
}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: blue;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Silver;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear{
	margin:0.25em auto 0px auto;
    cursor:pointer;
	font-size:1.2em;
}
.mod_events_monthyear td{
	text-align:center!important;
	padding:1em .5em;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: Black;
	background-color: inherit;
	text-decoration: none;
}

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;
}

/*  ’Ç‰Á */
.mod_events_table td{
	padding:.5em;
}
.mod_events_dayname{ /* week */
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	padding:.5em .25em;
	background:#f2f2f2;
	margin-bottom:.3em;
}
.mod_events_td_dayoutofmonth{ /* day not this month */
	background:#fff;
	color:#ccc;
	font-weight:normal;
}
.mod_events_td_daynoevents{ /* normal day */
	border:1px solid #ddd;
}

