/* ================================
    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=90);
	padding-bottom: 5px;
	border-left: #000 1px solid;
	width: 200px;
	color: #000;  /* no affect... */
	padding-top: 5px;
	border-bottom: #000 1px solid;
	font-family: Arial;
 	background-color: #ffd; /* no affect */
	text-align: left;
	moz-opacity: 0.9;
}
	 
.Event
{
	border-right: black 1px solid;
	table-layout: auto;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: green !important;
	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: 9pt;
	background-image: none;
	width: 100%;
	height: 100%;
	background-color: gray;  /* no affect... */
	text-align: center;
}

/* area behind month year */
.EventTitle, .EventTitle td
{
	font-weight: bold;
	font-size: 11pt;
	background-image: none;
	color: darkblue !important;  /* color of month year text */
	background-color: darkgray;
	text-align: center;
}

/* text of prev and next month links */
/* 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: darkblue !important;  /* text color for next prev month links */
	padding-top: 0px;
}

/* text for next and prev month links hover, visited, etc. */
.EventNextPrev a, .EventNextPrev a:visited, .EventNextPrev a:hover
{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 8pt;
	padding-bottom: 0px;
	color: darkblue !important;
	padding-top: 0px;
}

/* color behind days of the week */
.EventDayHeader
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	color: darkblue !important;  /* color of days of week */
	background-color: darkgray;
}

.EventDay, .EventDay td
{
	font-size: 8pt;
	color: gray !important;  /* no affect... */
	font-family: Verdana;
}

.EventDay a,
.EventDay a:visited,
.EventDay a:hover
{
	font-size: 8pt;
	color: darkblue !important;  /* day links for current month */
	font-family: Verdana;
}

.EventOtherMonthDay
{
	color: gray !important;  /* no affect... */
	background-color: darkgray; /* color behind the non-current month cells, but not date links */
}

.EventOtherMonthDay a, .EventOtherMonthDay a:visited, .EventOtherMonthDay a:hover
{
	color: darkblue !important;  /* day links for non-current month */
	background-color: darkgray;   /* aread behind just day links for non-current month */
				   /* should match .EventOtherMonthDay background-color */
}


.EventWeekendDay
{
	background-color: darkgray;  /* background for weekend days */
        color: darkblue !important;    /* no affect... */
}

/* box around today */
.EventTodayDay
{
	border-right: red 2px solid;
	border-top: red 2px solid;
	border-left: red 2px solid;
	border-bottom: red 2px solid;
}

/* Note use of "!important" to override Inline Style */
.EventSelectedDay
{
	font-weight: bold;
	color: orange !important;  /* no affect... */
	background-color: darkgray;  /* no affect... */
}

/* link for selected day */
.EventSelectedDay a,
.EventSelectedDay a:visited,
.EventSelectedDay a:hover
{
	color: darkblue !important;  /* day link for selected day */
	font-weight: bold;
}

/* no affect.. */
.EventSelector
{
	background-color: darkgray;  /* no affect... */
}

/* no affect.. */
.EventSelector a,
.EventSelector a:visited,
.EventSelector a:hover
{
	color: gray !important;  /* no affect */
	text-decoration: none;
}	
.Normal {
	color: orange;
}