@CHARSET "ISO-8859-1";

.eventsPreview
{
	text-align: center;
}

.eventsPreview .title
{
	display: block;
	font-size: 20px;
	margin:20px 0 0 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #E0E0B0;
}

.eventsPreview .previewList
{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#eventCalendar
{
	background: #FFFF99 url('../studies/venus.MD214.jpg') no-repeat top center;
	border: 0px;
	border-left: 1px solid #332100;	
	border-top: 1px solid #332100;
	margin: 0px auto 0px auto;
}

#eventCalendar caption
{
	width: 672px;
	color: #AA0000;
	font-weight:bold;
	text-align: left;
	margin: 0px auto 0px auto;
}

#eventCalendar .title
{
	background-color: #FFFF99;
	text-align: center;
	border: 0px;
	border-right: 1px solid #332100; 
	border-bottom: 1px solid #332100; 
	padding: 2px;	
}

#eventCalendar .title h2
{
	font-weight:bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#eventCalendar th.day
{
	font-weight:bold;
	border: 0px;
	border-right: 1px solid #332100; 
	border-bottom: 1px solid #332100; 
	padding: 2px;
	text-align: center;
}

#eventCalendar td.cell
{
	border: 0px;
	border-right: 1px solid #332100; 
	border-bottom: 1px solid #332100; 
	vertical-align: top;
	text-align: left;
}

#eventCalendar td.cell div.date
{
	text-align: center;
	width: 14px; 
	background-color: #FFFF99; 
	font-size: 8pt; 
	border-right: 1px solid #332100; 
	border-bottom: 1px solid #332100; 
	margin: 0px 0px 0px 0px;
}

#eventCalendar td.cell div.info
{
	text-align: center;
	width: 95px;
	margin-bottom: 3px;
}

#eventCalendar td.cell a.event
{
	text-align: center;
 	font-size: 8pt; 
 	background-color: #FFFF99;
}

#eventCalendar td.cell a.event:link
{
 	color: #DF0000;
}

#eventCalendar td.cell a.event:visited
{
 	color: #D00000;
}

#eventCalendar td.cell a.event:active
{
 	color: #DF0000;
}

#eventCalendar td.cell a.event:hover
{
	color: #FF0000;
	text-decoration: underline;
 	background-color: #FFFFFF;
}

#eventCalendar .monthLink
{
	height: 23px;
	padding: 2px;
	border: 0px;
	border-right: 1px solid #332100; 
	border-bottom: 1px solid #332100; 
	text-align: center;
}

#eventCalendar .monthLink a
{
	display: block;
	width: 100%; 
}

#eventCalendar .prevMonthLink
{
	background: #FFFF99 url('../studies/arrow_left.gif') no-repeat top left;
}

#eventCalendar .nextMonthLink
{
	background: #FFFF99 url('../studies/arrow_right.gif') no-repeat top right;
}

#event_detail
{
	width: 700px;
	border: 1px solid #000000;
	margin: 0px auto 25px auto;
	background: #FFFFCC url('../studies/pattern.gif');
}

#event_detail .info
{
	min-height:295px;
	height: auto !important;
	height: 295px;
	text-align: center;
	border-bottom: 1px solid #000000;
	padding: 15px 15px 15px 15px;
	background-image: url('../studies/invite.gif');
	background-position: center;
	background-repeat: no-repeat;
}

#event_detail .info #title
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 20px;
}

#event_detail .info #date
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
}

#event_detail .info #time
{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 16px;
}

#event_detail .info #brief
{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	margin: 15px 0px 15px 0px;
}

#event_detail .desc
{
	min-height: 295px;
	text-align: left;
	padding: 15px 25px 15px 25px;
}

#event_detail .desc #signoff
{
	width: 152px;
	height: 70px;
	float: right;
	background-image: url('../studies/sign_off_invite.gif');
	background-repeat: no-repeat;
	background-position: top center;
}

#event_detail .desc #signoff em
{
	display: none;
}

.eventCategoryList
{
	clear: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.eventCategoryList li
{
 	display: inline;
 	padding: 0;
 	margin: 0;
 	white-space: nowrap;
}

.eventList
{
	margin: 0px auto 15px auto;
	width: 580px;
	background-color: #FFFFCC;
	border: 1px solid #805010;
}

.eventList h2
{
	margin: 3px 0px 0px 5px;
	padding: 0px;
	font-weight: bold;
	font-size: 18px;
}

.eventList ul
{
	list-style-type: none;
	margin: 0px auto 10px auto;
	padding: 0px;
	clear: both;
	float: left;
}

.eventList ul li
{
	float: left;
}

.eventList ul li a 
{
	display: block;
	width: 160px;
	min-height: 100px;
	text-decoration: none;
	border: 1px solid #805010;
	background-color: #FFFFEE;
	padding: 10px 10px 10px 10px;
	margin: 5px 5px 0px 5px;
}

.eventList ul li a span.date
{
	display: block;
	font-weight: bold;
	min-height: 20px;
	text-align: left;
}

.eventList ul li a span.title
{
	display: block;
	margin-bottom: 10px;
	min-height: 70px;
	font-size: 15px;
	text-align: left;
}

.eventList ul li a span.location
{
	font-weight: bold;
}

.eventList ul li a:hover
{ 
	color: #FF0000;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	text-decoration: none;
}

#reading_list_pic
{
	float: right;
	background: #FFFF00 url('../studies/meditation.Switz-06.jpg') no-repeat top right;
	width: 300px;
	height: 400px;
}

#reading_list
{
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#reading_list .entry
{
	margin: 0px 10px 10px 0px;
	padding: 5px;
	background-color: #DDA528;
	border: 1px solid #9D6508;
}

/* Hides from IE-mac \*/
* html #reading_list .hack { margin-right: 300px; }
/* End hide from IE-mac */

#reading_list .entry .bookTitle
{
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#reading_list .entry .byLine
{
	font-weight: bold; 
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#reading_list .entry .author
{
	font-weight: normal;
	font-style: italic; 
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#reading_list .entry .info
{
	margin-top: 10px;
	background-color: #FFFFCC;
	border: 1px solid #9D6508;
}

#reading_list .entry .info p
{
	margin: 5px;
}

