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

.mod_events_table
{
    border-style:solid;
    border-color:#0066FF;
    border-width:1px 0px 0px 0px;
    /*width:140px!important;*/
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	width:100%;
}
.mod_events_td_dayname
{
    border-bottom: 1px solid #0066FF;
    height:15px ! important;
    line-height:15px;
    /*color:#0066FF;*/
    color: #333;
    /*background-color:rgb(130,130,130);*/
    font-weight:bold;
    text-align:center !important;
}
.mod_events_td_dayname .sunday
{
	/*color: #0000cd;*/
	color: #999;
}
.mod_events_td_dayname .saturday
{
}
a.mod_events_daylink:link
{
	color: black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	/*color: white;*/
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}

.mod_events_td_dayoutofmonth
{
	color: gray;
	background-image: url(../images/puce-jevent.jpg);
  	/*background-color: #e9e9e9;*/
    padding:0px !important;
  	width:18px!important;
}

.mod_events_td_daywithevents
{
    background-color: #cce1ff;
    /*background-image: url(../images/puce-jevent.jpg);*/
    padding:0px !important;
  	width:18px!important;
   /*border: 1px solid #888888;*/
}
.mod_events_td_daynoevents
{
    padding:0px !important;
  	width:18px!important;
}

.mod_events_td_todaynoevents
{
    padding:0px !important;
    border:solid 1px #0066FF;
  	width:18px!important;
}

.mod_events_td_todaywithevents
{
    background-color: #cce1ff;
    padding:0px !important;
    border:solid 1px #0066FF;
  	 width:18px!important;
}

a.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
	text-decoration: none;
}
a.mod_events_link:link
{
    /*color:#0066FF;*/
    color: #333;
}
a.mod_events_link:hover
{
	/*color:#0066FF;*/
	color: #333;
	text-decoration: underline;
}


td.mod_events_latest_first, td.mod_events_latest 
{
	background-color:#ffffff;
	border-style:solid;
	border-width:0px 0px 1px;
	padding:0px 0px 2px 2px;
}