﻿/* this css is for the Interactive Calendar application  */
 /*  Holiday Calendar Table styles  */
 
#calendar	{
	margin: 0;
	font-family: "Times New Roman", Georgia, Serif;
}

 
.calendarMonth	{
	page-break-after: always;
	position:relative;
}


#calTable	{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid gray;
	clear:both;
	}
	
#calTable td	{
 	width: 13%;
 	height: 15%;
	padding: 5px;
	border: 1px solid gray;
	vertical-align:bottom;
}

#calTable td.dow	{
  text-align: center;
  padding: 3px;
  height: 5px;
  border: 0;
}

#calTable td .date	{
  text-align: right;
  font-weight: bold;
  font-size: 1.1em;
}


#calTable th.month_name	{
	height: 144px;
	color:#000000;
	font-size: 18px;
	text-align: right;
	padding: 65px 20px 10px 15px;
	font-weight:normal;
	width: 100%;
	overflow: hidden;
}

#calTable .bkgdMnth	{
	position: absolute;
	color: #000;
	font-size: 50px;
	top: 45px;
	right: 11px;
	z-index:10;
	padding-bottom:5px;
}

#calTable .mainMnth	{
	font-size: 50px;
	color: #004961;
	position: absolute;
	top:44px;
	right: 12px;
	z-index:20;
}

.heb_month {
	z-index: 20;
	position: absolute;
	top: 100px;
	right: 12px;
}

.holiday_name 	{
	height: 40px;
	font-size: 12px;
}

.heb_holiday	{
	color: red;
}

.mnthBkgd {
	position: absolute;
	left: 1px;
	top: 1px;
	z-index: 5;
}

.listCal	{
	position:relative;
	font-size: 11px;
}

thead {display: table-header-group;}


.listCal .header	{
	text-align:right;
	padding: 80px 30px 0 0;
	font-size: 44px;
	height: 155px;
	color: #004961;
}

.listCal .header img	{
	position:absolute;
	left: 10px;
	top: 10px;
}

.listCal .heading	{
	font-weight: bold;
	font-size:1.2em;
}

.listCal td.holidayy	{
	width: 400px;
}
