/******************** Calendar style ********************/

#iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		z-index: 19;
	}

 #calendar {
  position: absolute;
  background-color: white;
  border: 1px solid black;
  padding: 0;
  z-index: 20;
 }

 .cal_class {
  font-family: Arial, Verdana;
  font-size: 10px;
  width: 100%;
 }

 .cal_th {
  padding-bottom: 0.3em;
 }

 .prev_month {
  width: 14%;
 }

 .cal_td {
  text-align: center;
  padding-left: 0.1em;
  padding-right: 0.1em;
 }

.onDate
{
	color:#333333;
	font-size: 11px;
	font-weight:bold;
 }

 

.offDate
{
	color:#cccccc;
	text-decoration:line-through;
}

.todayDate
{
	color:#741212;
	font-size: 11px;
	font-weight:bold;
	border-top:1px solid #741212;
	border-bottom:1px solid #741212;
	border-right:1px solid #741212;
	border-left:1px solid #741212;
}

 select{font-size :10px; color:#3a4d99;}

.input_date{font-size :10px; width: 60px}

