/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
/*    border-style:solid;*/
    border-color:#dedfe1;
/*    border-width:1px 1px 0px 1px;*/
    height:21px ! important;
    line-height:21px;
    color:#000000;
   	background:#dedfe1;
    font-weight:bold;
    text-align:center !important;
    width:200px!important;
    cursor:pointer;
/*	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link {
	color:#000000;
	text-decoration:none;
    font-weight:bold!important;
}

.mod_events_table
{
    border-style:solid;
    border-color:#dedfe1;
/*    border-width:1px 1px 1px 1px;*/
    width:200px!important;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
   	background:#dedfe1;	
}
.mod_events_td_dayname
{
    border-bottom: 0px solid #dedfe1;
    height:16px ! important;
    line-height:15px;
    color:#000000;
/*   	background:#202020;*/
    font-weight:bold;
    text-align:center !important;
/*	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 0px 5px 5px;
	border-radius: 5px 5px 5px 5px;*/
}
.mod_events_td_dayname .sunday
{
/*	color:red;*/
}
.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: red;
	text-decoration: none;
}

.mod_events_td_dayoutofmonth
{
	color: Gray;
/*  	background-color:#cccccc;*/
    padding:1px !important;
  	width:18px!important;
}

.mod_events_td_daywithevents
{
    background-color: #F2E9BE;
    padding:0px !important;
  	width:18px!important;
   border: 0px solid #000000;
}
.mod_events_td_daynoevents
{
    padding:4px !important;
  	width:18px!important;
/*	border: 1px solid #000000;
	background: rgba(255,255,255,0.6);*/
}

.mod_events_td_todaynoevents
{
    padding:0px !important;
    border:solid 0px red;
  	width:18px!important;
	color:#000000;
	background-color: #BD8410;
	font-weight:bold;
}

.mod_events_td_todaywithevents
{
    padding:0px !important;
    border:solid 0px;
  	width:18px!important;
	background-color: #DFD513;
}

a.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
	text-decoration: none;
}
a.mod_events_link:link
{
    color:#000000;
}
a.mod_events_link:hover
{
	color:#000000;
}


td.mod_events_latest_first, td.mod_events_latest 
{
/*	background-color:#ffffff;*/
	border-style:solid #fff;
	border-width:0px 0px 6px 0px;
	padding:4px 0px 2px 24px;
}