﻿/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
}
.eventCalendar
{
	border-collapse: collapse;
	border-spacing: 0px;
	position: relative;
	width: 100%;
}
.eventCalendar td
{
	height: 100px;
}
.eventCalendar td
{
	font-size: 12px;
	color: #666666;
	background-color: #FFF9ED;
	border: 1px solid #666666;
	padding: 5px;
	width: 14%;
	vertical-align: top;
	text-align: left;
	height: expression(this.scrollHeight < 100?  "100px" : "auto" );
}
th.day
{
	text-align: center;
	background-color: #9A9AB4;
	font-weight: bold;
	color: #ffffff;
	height: auto;
	width: 100px;
	border: 1px solid #666666;
}
.nextMonth, .prevMonth
{
	background-color: #cccccc;
	color: #666666;
}
.event
{
	font-size: 10px;
	margin: 10px 0px;
}

a.eventTitle
{
	font-size: 10px;
	color: #A32129;
}
.eventTime
{
	display: block;
	font-size: 10px;
	color: #333333;
	margin-top: 10px;
}
.specMessage
{
	font-style: italic;
}

.sundayEvents
{
	background-color: #E5E1E1;
	color: #666666;
}

.eventSep
{
	background: url(/images/eventsep.gif) repeat-x center;
	height: 10px;
	clear: both;
	margin: 10px 0px;
}

.eventSubtitle
{
	display: block;
}
.eventCat
{
	font-weight: bold;
}

.eventCalendar td div.eventInfo
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
	font-size: 10px;
}
#eventInfo1
{
	z-index: 100;
}
#eventInfo2
{
	z-index: 90;
}
#eventInfo3
{
	z-index: 80;
}
.eventPopUp
{
	position: absolute;
	z-index: 3;
	top: 15px;
	left: 0px;
	width: 200px;
	padding: 10px;
	visibility: hidden;
	background-color: #FFEBC1;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-image: url(../images/calendar/eventBG.gif);
	background-repeat: repeat-x;
	border: 1px solid #B18B3D;
	background-position: bottom;
}
a.eventMoreInfo
{
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}

a.eventTitle img
{
	clear: both;
	display: block;
	margin: 10px 0px;
}
/** td.Main {
padding:10px;
} **/
h1
{
	font-size: 18px;
	color: #A22128;
}
td.Main form
{
	margin: 10px 0px;
	font-size: 10px;
}
a:visited
{
	color: #333333;
}
.eventNoLink
{
	color: #333333;
}
td.leftCell
{
	text-align: left;
	width: 33%;
}
td.centerCell
{
	text-align: center;
	width: 33%;
}
td.rightCell
{
	text-align: right;
	width: 33%;
}
table.navTable
{
	width: 100%;
}

