/*********************

* Calendar module style

**********************/

.mod_events_table

{

	border: 1px solid #999999;

	width: 175px!important;
	
	height: 130px;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 9px;

	font-style: normal;

	text-decoration: none;

	margin: 0px 0px 10px 0px;


}

.mod_events_td_title

{

	font-weight: bold;

	color: #000000;

	text-decoration: underline;

}

.mod_events_td_dayname

{

	font-weight: bold;

	color: Black;
	
	background-color: #CCCCCC;

}

.mod_events_td_dayname .sunday

{

	color:red;

}

.mod_events_td_dayname .saturday

{

}



.mod_events_td_dayoutofmonth

{

	font-weight: bold;

	color: #FFFFFF;

	background-color: #333333;

}

.mod_events_td_todaynoevents

{

	font-weight: normal;

	color: Black;

	background-color: #F6BF00;

}

.mod_events_td_todaywithevents

{

	font-weight: bold;

	color: #0000FF;

	background-color: #F6BF00;

}

.mod_events_td_daynoevents

{

	line-height: normal;

	font-weight: normal;

	color: Black;

}

.mod_events_td_daywithevents

{

	font-weight: bold;

	color: Black;

	background-color: #FF0000;

}

a.mod_events_daylink:link

{

	color: Black;

	text-decoration: none;

}

a.mod_events_daylink:visited

{

	color: Silver;

	text-decoration: none;

}

a.mod_events_daylink:hover

{

	color: #0000FF;

	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-left: 1px solid #999999;
	border-right: 1px solid #999999;

	/*margin-top: 0.25em;*/

	width: 175px!important;

	height: auto;
	
	vertical-align: top; 

	/*background-image: url( "../../components/com_events/images/evback.jpg" );*/
	
	background-color: #F6BF00;
	
	padding: 0px 0px 3px 0px;

}

.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: bold;

	color: #0000FF;
	
	font-size: 11px;

	background-color: inherit;

	text-decoration: underline;

}


