
div.calwrap {
    position: absolute;
	top:0px;
	left:2%;
    z-index: 102;
    background:#fff;
}


.calendar{
	margin:0 auto;
	text-align:center;
	border-collapse:collapse;
	width:100%;
}

.calendar caption{
	padding-bottom:6px;
	font-size:15px;
}
 
.calendar th,
.calendar td{
	font-size:15px;
	border:1px solid #bbb;
	text-align:center;
	line-height:30px;
}
 
.calendar th{
	padding:0.5% 0;
	background:#E9E9E9;
}
.calendar th:first-child{
	color:#E9E9E9;
}
.calendar th:last-child{
	color:#03c;
}
.calendar th a{
	text-decoration:none;
	color:#000;
}


.calendar td div{
	text-align:center;
}
 
.today{
	background:#fffbcc;
}
.saturday{
	background:#f3f9fd;
}
.sunday{
	background:#fff5f2;
}
.holiday{
	background:#fff5f2;
}
.calendar td.week{
	color:#000;
} 
.calendar td{
	color:#CCC;
}
.calendar td a{
	text-decoration:underline;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
}
.calendar td a:active{
	background:#f30;
	}



div.calendarOverlayWindow {
    height: 100%;
    width: 100%;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
    background-color: #000000;
    position: absolute;
    top: 0;
	left:0px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 101;
}