/* CSS Document */
.calendar-div {
	Z-INDEX: 100; 
	VISIBILITY: hidden; 
	POSITION:absolute;
	border:3px double green;
	border-collapse:collapse;
}
.calendar-input {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	color:black;
	border: solid green 1px;
	overflow:auto;
	text-align:center;
	width:100px;
}
.calendar-button {
	background:url(/moduls/myCalendar/pics/icon01.gif) #d4d0c8 no-repeat center center; 
	WIDTH: 20px;
	height:15px;
	border:green 1px solid;
	font-size:10px;
	padding:0px;
	margin:0px;
	cursor:pointer;
}
.calendar {
	border-bottom: green 0px solid;
	border-right: green 0px solid;
	BACKGROUND-COLOR: #00CC33;
}
.calendar TD {
	padding:0px 0px 0px 0px;	
	FONT-SIZE: 70%;
	color: black; 	
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center;
}
.calendar TH {
	padding:0px 4px 0px 4px;
	FONT-SIZE: 70%;
	border-left: green 0px solid;
	PADDING-BOTTOM: 4px; 
	PADDING-TOP: 2px; 
	color: black;
	font-weight:bold; 	
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	TEXT-ALIGN: center
}
.calendar TH.dateHoliday
{
	color:red;
} 


.calendar TD.date {
	CURSOR: pointer
}
.calendar TD.dateHolidays
{
	color:red;
	cursor:pointer;
}

.calendar TR.set-year TD {
	CURSOR: pointer; 
	color: white;
	font-weight:bold;
	BORDER-BOTTOM: white 1px solid;
	BORDER-top: white 0px solid;  
	BORDER-left: white 0px solid; 
	BACKGROUND-COLOR: green; 
	TEXT-ALIGN: center
}
.calendar TR.set-month TD {
	CURSOR: pointer;
	color:white;
	font-weight:bold;
	BORDER-left: white 0px solid; 
	BORDER-BOTTOM: white 1px solid; 
	BACKGROUND-COLOR: green; 
	TEXT-ALIGN: center
}
.calendar TR.set-year TD.current {
	CURSOR: pointer;
}
.calendar TR.set-month TD.current {
	CURSOR: pointer;
}
.calendar .set-today {
	BORDER-TOP: white 1px solid; 
	color:white;
	font-weight:bold;
	border-left: white 0px solid;
	CURSOR: pointer; 
	BACKGROUND-COLOR: green;
}
.calendar .clear {
	BORDER-TOP: white 1px solid; 
	CURSOR: pointer; 
	color:silver;
	font-weight:bold;
	BACKGROUND-COLOR: green;
}
.calendar .set-today {
	TEXT-ALIGN: left;
	padding:0px 0px 0px 5px;
}
TR.dates TD.current {
	background-color: green;
	color:white;
	CURSOR: pointer; 
}
TR.dates TD {
	border-left:silver 0px solid;
	border-top: silver 0px solid; 
	
}
.calendar TD.over {
	BACKGROUND-COLOR: #f59d46;
}

