
/************************************ 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, Helvetica, Sans-Serif;
	width: 140px;
	height: 150px;
	border: 2px solid #cccccc;
	speak-header: always;
	}


#calendar-title
	{
	text-align: center;
	border: 2px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	background-color: #f0f0f0;
	font-weight: bold;
	font-size: 0%;
	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 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;
	}


.current-day
	{
	border: 1px solid #cccccc;
	background-color: #f0f0f0;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	color: #6699cc;
	}

.current-day a
	{
	color: #6699cc;
	}

.event-day
	{
	border: 1px solid #cccccc;
	background-color: #f0f0bb;
	text-align: center;
	padding: 2px;
	font-size: 90%;
	}

.event-day a
	{
	color: blue;
	}

.normal-day
	{
	text-align: center;
	border: 0px solid #cccccc;
	background-color: #ffffff;
	font-size: 90%;
	color: #000000;
	padding: 2px;
	}
