/*********************
* Calendar module style
**********************/
.mod_events_table
{
	border: 1px solid #222222;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin: 0px auto 0.25em auto;
}
.mod_events_td_title
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: Black;
}
.mod_events_td_dayname .sunday
{
	color:red;
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: Gray;
	background-color: #FFE4C4;
}
.mod_events_td_todaynoevents
{
	font-weight: normal;
	color: Black;
	background-color: #FFA07A;
}
.mod_events_td_todaywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: normal;
	color: Black;
	background-color: #B0C4DE;
}
a.mod_events_daylink:link
{
	color: Black;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: blue;
	text-decoration: none;
}
a.mod_events_daylink:hover
{
	color: Silver;
	text-decoration: none;
}
.mod_events_td_link
{
	background-color: Background;
}
a.mod_events_link:link
{
	color: Black;
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: 1px solid #222222;
	margin:0.25em auto 0px auto;
         cursor:pointer;
	height: 18px;
}
.mod_events_monthyear td
{
	text-align:center!important;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited, .mod_events_monthyear a.mod_events_link:visited
{
	font-weight: bold;
	color: Black;
	background-color: inherit;
	text-decoration: none;
}

td.mod_events_latest_first, td.mod_events_latest 
{
	background: linear-gradient(#f7f8f9 0%, #f1f3f4 25%, #dce4ee 100%);
	/* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(#f7f8f9 0%, #f1f3f4 25%, #dce4ee 100%);
	padding:0px 0px 2px 2px;
	height:112px;
	letter-spacing: 0px;

}

/*For events side modules */
span.mod_events_latest_date {
	color:red;
	position: relative;
left: 75px;
top: 5px;
      font-size: 11pt;
}
.mod_events_latest_content {
	  position: relative;
  right: 70px;
  width: 172px;
  float: right;
  bottom: 13px;
  height: 30px;
}
span#dash {
  color: black;
  position: relative;
  bottom: 35px;
  left: 25px;
}
td.mod_events_latest_first div#month,td.mod_events_latest div#month {
/* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(#ed1b2f 25%, #9e0918 75%);
padding: 5px 10px 5px 11px;
position: relative;
bottom: 2px;
right: 56px;
background: linear-gradient(#ed1b2f 25%, #9e0918 75%);
color: white;
width: 40px;
float: left;
font-weight: bold;
}
td.mod_events_latest_first div#day,td.mod_events_latest div#day {
/* Chrome10+,Safari5.1+ */ background: -webkit-linear-gradient(#F4E7E7 25%, #FFE0E0 75%);
padding: 5px 15px 5px 20px;
position: relative;
bottom: 12px;
left: 5px;
color: red;
background: linear-gradient(#F4E7E7 25%, #FFE0E0 75%);
border: 1px solid red;
width: 24px;
float: left;
font-weight: bold;
}

/*custom Events */

.mod_events_latest_content a{font-size:9pt; line-height:12pt;}
#sp-rightcol h3{height:27px;}
#sp-rightcol h3.header span{top:2px;}

table.mod_events_latest_table tr {
  color: transparent;
}