/* CSS Document */

/* CSS Document */

/*********************
* Calendar module style
**********************/
.mod_events_table
{
	width: 200px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	margin-bottom: 0.25em;
	font-weight: bold;
	margin-right: 4px;
	margin-left: 0px;
	border-top: 1px dashed #295A8C;
	border-right: 1px none #295A8C;
	border-bottom: 1px dashed #295A8C;
	border-left: 1px none #295A8C;
}
.mod_events_td_title
{
	height: 20px;
	color: #666666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-weight:bold;
	background-color: #EBF4FF;
	font-variant: normal;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7391AE;
	border-right-color: #7391AE;
	border-bottom-color: #7391AE;
	border-left-color: #89ADD0;
	width: 100%;
	position: static;
	padding: 4px 4px 4px 4px;
	margin: 10px 10px 10px 10px;
}
.mod_events_td_dayname
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #456FA3;
	font-style: normal;
	font-variant: normal;
}
.mod_events_td_dayname .sunday
{
}
.mod_events_td_dayname .saturday
{
}

.mod_events_td_dayoutofmonth
{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CCCCCC;
	font-style: oblique;
}
.mod_events_td_todaynoevents
{
	font-weight: bolder;
	color: #333333;
	background-color: #BFCCD9;
	font-style: oblique;
}
.mod_events_td_todaywithevents
{
	font-weight: bold;
	color: #333333;
	background-color: #BFCCD9;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #999999;
	border-left: thin solid #CCCCCC;
}
.mod_events_td_daynoevents
{
	line-height: normal;
	font-weight: normal;
	color: Black;
}
.mod_events_td_daywithevents
{
	font-weight: bold;
	color: #990000;
	border-top: thin none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	border-left: thin solid #999999;
	background-color: #F3F9FF;
}
a.mod_events_daylink:link
{
	color: #333333;
	text-decoration: none;
}
a.mod_events_daylink:visited
{
	color: #333333;
	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
{
}
a.mod_events_link:visited
{
	color: Navy;
}
a.mod_events_link:hover
{
	color: Silver;
}
.mod_events_monthyear
{
	border: none;
	margin-top: 0.25em;
	width: 140px;
	height: 18px;
	font-weight: bold;
	color: #333333;
}
.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;
}

