/* ================================
    CSS STYLES FOR Module Event
   ================================
*/

.Eventtooltip
{
	border-right: #000 1px solid;
	padding-right: 5px;
	border-top: #000 1px solid;
	padding-left: 5px;
	font-size: 10px;
	filter: alpha(opacity=80);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
	background-color: #ffd;
	text-align: left;
	moz-opacity: 0.8;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 7pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	height: 400px;
}

.EventTitle
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url('none');
	width: 100%;
	Height: 100%;
	background-color: #999999;
	text-align: center; 
	color:#000000;
}

.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 10pt;
	background-image: url('none');
	background-color: #999999;
	text-align: center;
	color:#000000;
}


/* Note use of "!important" to override Inline Style */
.EventNextPrev, .EventNextPrev a:link
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000 !important;
	padding-top: 0px;
}

.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: #000000 !important;
	padding-top: 0px;
}

.EventDayHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	background-color: #E2E2E2;
	color:#000000;
}

.EventDay, .EventDay td
{
	font-size: 7pt;
	color: #000000 !important;
	font-family: Verdana;
	text-decoration: none;
}

.EventWeekendDay, .EventWeekendDay td
{
	background-color: whitesmoke;
	font-size: 7pt;
	color: #000000 !important;
	font-family: Verdana;
	text-decoration: none;
}

.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

.EventDay a, .EventDay a:visited
{
	text-decoration: none;
}
.EventDay a:hover
{
	color: #000000 !important;
	font-family: Verdana;
	text-decoration: none;
}

.EventOtherMonthDay, .EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/* Note use of "!important" to override Inline Style */

.EventSelectedDay
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: darkgray;
}

.EventSelectedDay a, .EventSelectedDay a:visited
{
	text-decoration: none;
}
.EventSelectedDay a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.EventSelector
{
	background-color: gainsboro;
	text-decoration: none;
}

.EventSelector a, .EventSelector a:visited
{
	text-decoration: none;
}

.EventSelector a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}