body {
	margin			: 5px 0 0 0;
	padding			: 0;
	border			: 0;
	background		: #ccc;
	text-align		: center;
}

/* DIV Styles for Cell Header Text */

.daynumber, .holiday, .omer {
	font-family		: Arial,Helvetica,sans-serif;
	font-weight		: bold;
	font-size		: 13px; 
	text-align		: left;}
.holiday, .omer {
	color			: #090; }
.daynumber{
	color			: #000; }
.omer{
	font-weight		: normal; }


/* DIV Styles for Positioning Cell Contents*/

.daynumber {
	margin		: 0 0 5px 0; }
.holiday, .omer {
	margin		: 5px 0 10px 0; }
.event {
	margin		: 5px 0 5px 0;  }
.layner {
	margin		: 0 0 0 10px;  }
.drash {
	margin		: 0 0 0 10px;  }
.setup {
	margin		: 0 0 0 10px;  }
.sponsor {
	margin		: 0 0 10px 10px;; }
.candlelighting {
	margin		: 15px 0 0 0; }





/* SPAN Styles for Cell Contents Text */

.event_time, .event_title, .event_subtitle {
	font-family	: Arial, Helvetica, sans-serif, Verdana;
	font-size	: 12px;
	color		: #000; }
.event_title{
	font-weight	: bold;
	color		: #000; /* optional default color is specified here; may be overwritten in each calendarEvent() function call */
} 
.event_subtitle {
}



/* spans */
.layner_label, .layner_name,
.drash_label, .drash_name,
.setup_label, .setup_name, 
.sponsor_label, .sponsor_name, 
.candlelighting {
	font-family	: Arial,Helvetica,sans-serif;
	font-weight	: normal;
	font-size	: 10px;
	color		: #000;
}
.setup_name, .sponsor_name, .drash_name, .layner_name {
	color		: #00f;
}




/* Styles for Navigation */
.prev, .home, .next { 
	background	: #ccc; 
	font-size	: 16px; 
	font-family	: Arial,Helvetica,sans-serif; 
	font-weight	: bold; } 
.prev {text-align:left;}
.next {text-align:right;}
.home {text-align:center;}


/* PaypalButton */
img.PaypalButton {
	width:37px; height:23px; border:0;
	margin: 3px 3px 0 0;
}


/* the top row (showing the Month and Year) */
td.titlerow {
	color		: #000;
	font-weight	: bold;
	text-align	: center;
}
/* the header row (showing the weekday names) */
td.weekdays {
	width		: 100px;
	text-align	: center;
	font-size	: 13px;
	color		: #000;
	font-weight	: bold;"
} 

