/************************************ Event Month/Day View ********************************************/

#Event-Title
	{
	display:inline;
	font-weight: bold;
	color: #000000;
	}

#Event-Container
	{
	font-size: 90%;
	width: 100%;
	border: 2px solid #f0f0f0;
	}

#Event-Container th
	{
	background: #f0f0f0;
	color: #000000;
	line-height: normal;
	text-align: left;
	}

#Event-Container td
	{
	padding-left: 0.5em;
	vertical-align: top;
	border-bottom: 1px solid #f0f0f0;
	}

#Event-None
	{
	text-align: center;
	font-weight: bold;
	height: 2em;
	}


/************************************ Calendar Days Display ********************************************/

#calendar-container
	{
		font-family: Arial;
		width: 135px;
		font-size: 100%;
		border: 1px solid #C3DAEB;
		speak-header: always;
	}

#calendar-container td{
	empty-cells:hide;
	font-weight: bold;
	color: #4B7DB2;
}

/**/
#calendar-title
	{
		text-align: center;
		/*border: 2px solid #cccccc;*/
		border-bottom: 0px solid #cccccc;
		background-color: #f0f0f0;
		font-weight: bold;
		font-size: 100%;
		color: #000000;
	}

/**/
#calendar-left-arrow
	{
	background-color: #ffffff;
	text-align: center;
	}
/**/
#calendar-left-arrow img
	{
	height: 1em;
	width: 1em;
	border: 0px solid black;
	}

#calendar-date
	{
	text-align: center;
	font-size: 90%;
	background-color: #ffffff;
	}

#calendar-date a:visited
	{
	color: #4B7DB2;
	text-decoration: underline;
	}

#calendar-date span
	{
	display: inline-block;
	}

#calendar-right-arrow
	{
	background-color: #ffffff;
	text-align: center;
	}

#calendar-right-arrow img
	{
	height: 1em;
	width: 1em;
	border: 0px solid black;
	}


.calendar-week-day
	{
	padding: 0;
	font-size: 90%;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background: #f0f0f0;
	}


/**/
#calendar-container td.current-day
	{
		color:white;
		background-color:#969696;
		text-align: center;
	}

#calendar-container a:visited {
  color: #557BA1;
}

/**/
.current-day a
	{
		color:#ffffff;
		text-decoration:none;
	}

/**/
.event-day
	{
		color: white;
		background-color: #4B7DB2;
		border: 1px solid #cccccc;
		text-align: center;
	}

/**/
.event-day a
	{
		color: white;
		text-decoration: none;
	}

/**/
.normal-day
	{
		line-height:1.35em;
		background-color: #9BC1DD;
		text-align: center;
	}
