/*********************
* Calendar module style
**********************/
.mod_events_monthyear
{
    border-style:solid;
    border-color:#000000;
    border-width:1px 1px 0px 1px;
    height:42px ! important; //21
    line-height:21px;
    color:black;
   	background-color:#DCD9C8;
    font-weight:bold;
    text-align:center !important;
    width:230px!important; //140
    cursor:pointer;
font-size: 16px;
font-family: 'Tahoma', 'Yanone Kaffeesatz';
}
.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;
}

.mod_events_table
{
border-style:solid;
border-color:#000000;
border-width:1px 1px 1px 1px;
width:230px!important; //140
font-size: 14px;
line-height: 36px;
font-style: normal;
text-decoration: none;
margin-bottom: 0.25em;
font-family: 'Tahoma', 'Yanone Kaffeesatz';
text-align: center;
font-size: 16px;
}
.mod_events_td_dayname
{
border-bottom: 1px solid #000000;
height:30px ! important;
line-height:30px;
color:black;
background-color:#9E9C8F;
//font-weight:bold;
text-align:center !important;
}
.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: #EB731E;
	text-decoration: none;
}

// NUOLET
div.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
	text-decoration: none;
}
div.mod_events_link:link
{
    color:black;
}
div.mod_events_link:hover
{
	color:#EB731E;
	cursor: pointer;
}



.mod_events_td_dayoutofmonth
{
	color: Gray;
  	background-color:#232323;
    padding:1px !important;
  	width:18px!important;
}

.mod_events_td_daywithevents
{
    background-color: #C72424;
    padding:0px !important;
  	width:18px!important;
   border: 1px solid #888888;
}
.mod_events_td_daynoevents
{
	background-color: #dcd9c8;
    padding:1px !important;
  	width:18px!important;
}

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

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

a.mod_events_link
{
    font-weight:normal;
    text-align:center !important;
	text-decoration: none;
}
a.mod_events_link:link
{
    color:black;
}
a.mod_events_link:hover
{
	color:#EB731E;
}




td.mod_events_latest_first, td.mod_events_latest 
{
background-color:#292929;
border-style:solid;
border-width:1px 1px 1px 1px;
padding:3px 3px 3px 3px;

}

td.mod_events_latest_first a, td.mod_events_latest a{
color : #ffffff;
font-weight:bold;
font-size: 16px;
font-family: 'Tahoma', 'Yanone Kaffeesatz';

}