body
{
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	font-size: 10px;
	text-decoration: none;
}
div#calendarDetail
{
	border: 2px solid #636060;
	background-color: #ffffff;
	width: 216px;
	padding: 0;
	margin: 0;
}
div#calendarDetail div.inner
{
	border: 1px solid #636060;
	font-size: 10px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	margin: 0 12px 12px 12px;
	padding: 0;
}
div.closer
{
	height: 12px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

table.calendar tr td
, table.calendar tr th
, table.calendarHeader tr td
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	font-size: 10px;
}
table.calendar tr th
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	height: 20px;
}

td.day
{
	color: #ccc;
	border-top: 1px solid #ccc;
	width: 85px;
	height: 87px;
	vertical-align: top;
}

td.day span
{
	width: 84px;
	text-align: right;
	display: block;
}
td.this
{
	color: #000;
}
td.sun
{
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
}
td.sat
{
	border-right: 1px solid #666;
	border-left: 1px solid #ccc;
}
td.mon, td.tue, td.wed, td.thu
{
	border-right: 1px solid #ccc;
}
td.lastrow
{
	border-bottom: 1px solid #666;
}

div.candle
{
	background-image: url(images/calendar-bg-sunset.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	line-height: 11px;
	height: 34px;
	width: 82px;
	margin: 0 0 2px 0;
	padding: 12px 0 0 0;
	letter-spacing: -1px;
}

div.holiday
{
	background-image: url(images/calendar-bg-holiday.gif);
	color: #fff;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 11px;
	height: 24px;
	width: 82px;
	margin: 0 0 2px 0;
}

div.havdalah
{
	background-image: url(images/calendar-bg-havdalah.gif);
	color: #fff;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 11px;
	height: 24px;
	width: 82px;
	margin: 0 0 2px 0;
	letter-spacing: -1px;
}

div.party
{
	background-image: url(images/calendar-bg-party.gif);
	color: #fff;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 11px;
	height: 24px;
	width: 82px;
	margin: 0 0 2px 0;
	cursor: hand;
	cursor: pointer;
}

div.bus
{
	background-image: url(images/calendar-bg-bus.gif);
	color: #fff;
	background-repeat: no-repeat;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 11px;
	height: 24px;
	width: 82px;
	margin: 0 0 2px 0;
	cursor: hand;
	cursor: pointer;
}
.hidden
{
	visibility: hidden;
	position: absolute;
	top: -1600px;
	left: -1600px;
}
.hiddenItems
{
	visibility: hidden;
	height: 1px;
	width: 1px;
	overflow: hidden;
}


#calendarDetail
{
	position: absolute;
	top: 150px;
	left: 200px;
}
form
{
	margin: 0;
	padding: 0;
}
input.input
{
	border: 1px solid #ccc;
	background-color: #eee;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	padding: 2px;
}
input.button
{
	border: 1px solid #ccc;
	background-color: #000;
	color: #fff;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	padding: 2px;
}
input.button:hover
{
	border: 1px solid #ccc;
	background-color: #000;
	color: #FC0;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	padding: 2px;
}

a
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}

a:hover
{
	color: #900;
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Helvetica, "Helvetica CY", Verdana, sans-serif;
	text-decoration: underline;
}
