@charset "utf-8";
/* CSS Document */
/*body	 { text-align: center;	background-color: #000066; font-size: 62.5%; font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000066;}*/

/* -------- event schedule -------- */
.schedule_main						{ border: 1px solid #2D488A; color: #000066; font-size: 1.2em; line-height: 18px; margin: 0px 0px 0px 15px; padding: 0px; width: 598px; }
a:link										{	font-weight: bold; text-decoration: underline; color: #000066;}
a:visited 								{	font-weight: bold; text-decoration: underline; color: #535C77;}
a:hover										{	font-weight: bold; text-decoration: underline; color: #F9BB00;}
a:active 									{	font-weight: bold; text-decoration: underline; color: #B9BFCE;}
.schedule_title 					{ font-size: 1.6em; font-style: italic; font-weight: bold; border-bottom: 1px solid #2D488A; padding: 5px 0; color: #000066; text-align: center; background: url(../nav/sched_title.gif) repeat-x left top; }
.scheduleSubtitleDate 		{	font-size: 1.4em; font-style: italic; font-weight: bold; color: #000066;	border-right: 1px solid #95A4CE;	border-bottom: 1px solid #95A4CE;	width: 22%;	padding: 3px 0px 3px 0px;	text-align: center;}
.scheduleSubtitleEvent		{	font-size: 1.4em; font-style: italic; font-weight: bold; color: #000066;	border-right: 1px solid #95A4CE;	border-bottom: 1px solid #95A4CE;	width: 30%;	padding: 3px 0px 3px 0px;	text-align: center;}
.scheduleSubtitleLocation { font-size: 1.4em; font-style: italic; font-weight: bold; color: #000066;	border-right: 1px solid #95A4CE;	border-bottom: 1px solid #95A4CE;	width: 25%;	padding: 3px 0px 3px 0px;	text-align: center;}
.scheduleSubtitleTime 		{	font-size: 1.4em; font-style: italic; font-weight: bold; color: #000066;	border-right: 1px solid #95A4CE;	border-bottom: 1px solid #95A4CE;	width: 10%;	padding: 3px 0px 3px 0px;	text-align: center;}
.scheduleSubtitleInfo 		{	font-size: 1.4em; font-style: italic; font-weight: bold;	color: #000066;	border-bottom: 1px solid #95A4CE;	border-right: 1px solid #95A4CE;	width: 12%;	padding: 3px 0px 3px 0px;	text-align: center;}
.scheduleRow1 						{ background: #EBEBEB; }
.scheduleRow2 						{ background-color: #F9FAFF; }
.eventDate								{ border-right: 1px solid #95A4CE; border-bottom: 1px solid #95A4CE; text-align: left;	padding: 5px 0px 5px 20px;}
.event 										{ border-right: 1px solid #95A4CE; border-bottom: 1px solid #95A4CE; text-align: center; padding: 5px 0px 5px 4px; }	
.location 								{ border-right: 1px solid #95A4CE; border-bottom: 1px solid #95A4CE; text-align: center; padding: 5px 0px 5px 10px; }
.time											{	border-right: 1px solid #95A4CE;	border-bottom: 1px solid #95A4CE;	text-align: center;	padding: 5px 0px 5px 0px;}
.info 										{	border-bottom: 1px solid #95A4CE;	text-align: center;	padding: 5px 0px 5px 0px;}
.cancelled 								{ color: #993300; font-weight: bold; }

/* -------- boxover styles -------- */ 
.falleventhdr		{	width: 300px;	border: 1px solid #000066;	font-size: 1.4em; color: #000066;	padding: 5px;	cursor: pointer;	background-color: #FFFFFF;	background-image: url(../images/leaf.png);	background-repeat: no-repeat;	background-position: 30px center;	font-weight: bold;}        
.falleventbdy 	{	width: 300px;	background: #FFFFFF;	font-size: 1.1em; color: #000066;	text-align: left;	border-left: 1px solid #000066;	border-right: 1px solid #000066;	border-bottom: 1px solid #000066;	padding: 5px;	cursor: pointer; }
.noteEvent 			{	width: 220px;	background: #FFFFFF; font-size: 1.1em; color: #000066;	text-align: left;	border-left: 1px solid #000066;	border-right: 1px solid #000066;	border-bottom: 1px solid #000066;	padding: 5px;	cursor: pointer;}
.noteEventHeader { width: 220px; height: 30px; border: 1px solid #000066; font-size: 1.4em; font-weight: bold;  color: #000066; cursor: pointer; text-align: right; padding: 5px; background: url(../nav/note_hdr.gif) no-repeat left center; } 

