/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #ffffff;
	width: 170px;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.mod_events_td_title
{
	font-weight: normal;
	color: #666464;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: normal;
	color: #666464;
}
.mod_events_td_dayname .sunday
{
	color:#666464;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: normal;
	color: #ffffff;/*顯示上下個月*/
	background-color: #FFFFFF;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #969696;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: #414141;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: #414141;
	background-color: #B0C4DE;
}
a.mod_events_daylink:link
{
	color: #414141;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #414141;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color:#CC0000;
	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
{
	border: 0px solid #ffffff;
	margin-top: 0.25em;
	width: 170px;
	height: 18px;
	background-image: url( "/components/com_events/images/evback.jpg" );
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.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: normal;
	color: #555555;
	background-color: inherit;
	text-decoration: none;
}
.mod_events_link_bak_m{
background:url(images/bak_month.jpg) no-repeat 0px 5px #ffffff;
width:5px;
display:table-cell;
}
.mod_events_link_pre_m{
background:url(images/pre_month.jpg) no-repeat 0px 5px #ffffff;
width:5px;
display:table-cell;}
.mod_events_link_bak_y{
background:url(images/pprevirous.gif) no-repeat 0px 4px #ffffff;
width:10px;
display:table-cell;
margin-left:2px;}
.mod_events_link_pre_y{
background:url(images/nnext.gif) no-repeat 0px 4px #ffffff;
width:10px;
display:table-cell;
margin-right:2px;}