/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
	border-style:solid;
	border-color:#CCC;
	border-width:1px 1px 0px 1px;
	height:21px ! important;
	line-height:21px;
	color:rgb(240,240,240);
	background-color:#2A6CBE;
	font-weight:bold;
	text-align:center !important;
	width:100%!important;
	cursor:pointer;
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link {
	color:rgb(240,240,240);
	text-decoration:none;
	font-weight: bold !important;
	font-size: 100%;	
}

.mod_events_table
{

    width:100%!important;
	text-align: center;
	font-size: 85%;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
}
.mod_events_td_dayname
{
	height:15px ! important;
	line-height:15px;
	color:#666;
	background-color:#D6E5F8;
	font-weight:normal;
	text-align:center !important;
	border: 1px solid #EFEFEF;
}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}
a.mod_events_daylink:link
{
	color: #666;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: black;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #2C87C0;
	text-decoration: none;
}

.mod_events_td_dayoutofmonth
{
	color: #CCC;
	padding:1px !important;
	width:18px!important;
	border: 1px solid #EFEFEF;
}

.mod_events_td_daywithevents
{
	background-color: #3CF;
	padding:0px !important;
	width:18px!important;
	border: 1px solid #CCC;
}
.mod_events_td_daywithevents:hover
{
	background-color: #CCC;
}
.mod_events_td_daynoevents
{
	padding:1px !important;
	width:18px!important;
	border: 1px solid #EFEFEF;
}

.mod_events_td_todaynoevents
{
	padding:0px !important;
	border:1px solid #CCC;
	width:18px!important;
	
	background-color: #FFE0DD;
}

.mod_events_td_todaywithevents
{
	padding:0px !important;
	border:1px solid #CCC;
	width:18px!important;
	background-color: #F90;
}
.mod_events_td_todaywithevents:hover {
	background-color: #CCC;
}

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

#jevents_header .contentheading { display:inline;}
#jevents_header .actions { display:inline;}