/*********************
* 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:rgb(240,240,240);
    background-color:rgb(130,130,130);
    font-weight:bold;
    text-align:center !important;
    cursor:pointer;
    margin:0px auto 0px auto;
}
.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;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    margin: 0px auto 0.25em auto;
}
.mod_events_td_dayname
{
    border-bottom: 1px solid #000000;
    height:15px ! important;
    line-height:15px;
    color:rgb(240,240,240);
    background-color:rgb(130,130,130);
    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: yellow;
    text-decoration: none;
}

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

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

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

.mod_events_td_todaywithevents
{
    padding:0px !important;
    border:solid 1px red;
    width:18px!important;
}

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 
{
   
}

.mod_events_latest_first div#title {
	color: #58585a;
	float: left;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 66.66%;
	font-family:"OfficinaSansITC W05 Bold";
}

.mod_events_latest_first div#title a {
	color: #58585a;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration: none;
	width: 100%;
	font-family:"OfficinaSansITC W05 Book";
}

.mod_events_latest_first div#date {
	background: url("../img/date_bg.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	font-family:"OfficinaSansITC W05 Bold";
	font-size: 14px;
	height: 34px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	text-align: center;
	top: 275px;
	width: 60px;
}

.mod_events_latest_first div#location {
	color: #58585a;
	float: left;
	font-family:"OfficinaSansITC W05 Book";
	font-size: 16px;
	width: 100%;
	font-weight: normal;
	padding: 30px 0 0;
}

.mod_events_latest div#title,
.mod_events_latest div#title a {
	color: #000000;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 0 0;
	text-decoration: none;
	width: 77%;
}

.mod_events_latest div#date {
	background: url("../img/date_bg.png") no-repeat scroll right 0 rgba(0, 0, 0, 0);
	color: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	height: 34px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: -10px;
	text-align: center;
	width: 72px;
	top: 404px;
}

.mod_events_latest div#location {
	color: #9C9C9C;
	float: left;
	font-size: 11px;
	width: 60%;
}

.mod_events_latest_table tr {
	height: 73px;
}

@media all and (max-width: 990px) {
	.mod_events_latest_first div#date {
		top: 83px;
	}
	.mod_events_latest_first div#location {
		padding: 0 0 0 0;
	}
}