.cal{
	display:none;
	position:absolute;
	z-index:5;
	width:320px;
	text-align:center;
}

.cal table{
	padding:0px;
}

.cal_tbl{
	margin:0px auto;
	padding:0;
	width:320px;
	border:solid #999 1px;
	text-align:center;
	background-color:#FFFBF2;
}

.cal_tbl th {
	margin:0;
	padding:0;
	font-size:80%;
}

.cal_tbl th#calender_caption{
	padding:2px 0;
	color:#F2F7FC;
	background-color:#FF6633;
	font-weight:bold;
	font-size:80%;
}

.standard table th,
.standard table td,
.standard th#calender_caption{
	font-size:100%;
}

.cal_tbl th#calender_caption em{
	float:left;
	padding:1px 0 0 10px;
	width:210px;
	font-style:normal;
	text-align:left;
}

.cal_tbl th#calender_caption span{
	float:right;
	padding-right:8px;
	width:100px;
	text-align:right;
}

.cal_tbl .array{
	font-weight:normal;
}

.cal_tbl td {
	padding:1px 3px;
	width:30px;
	font-size:80%;
}

.cal_tbl td a:link,
.cal_tbl td a:visited{
	color:#333;
	text-decoration:none;
}

.cal_tbl td a:active,
.cal_tbl td a:hover{
	color:#333;
	text-decoration:underline;
}

.cal_tbl td.sutarday,
.cal_tbl td.sutarday a:link,
.cal_tbl td.sutarday a:visited{
	color:#1b47ff;
	text-decoration:none;
}

.cal_tbl td.sutarday a:active,
.cal_tbl td.sutarday a:hover{
	color:#1b47ff;
	text-decoration:underline;
}

.cal_tbl td.sunday {
	color:#f00;
	text-decoration:none;
}

.cal_tbl td.sunday a,
.cal_tbl td.sunday a:link
.cal_tbl td.sunday a:visited{
	color:#f00;
	text-decoration:none;
}

.cal_tbl td.sunday a:active,
.cal_tbl td.sunday a:hover{
	color:#f00;
	text-decoration:underline;
}

.cal_tbl .disable {
	color:#aaa;
	text-decoration:line-through;
}


/*_____ Setting 4 Inner calender _____*/
.calenderArea{
	background-color:#fff;
	margin-bottom:2px;
	border:solid 1px #ccc;
}

.calenderArea th{
	padding:1px 0 2px 0;
	background:#FFF3DA;
}


