/*
//////
calendar
/////
*/

table.date {
	width:137px;
}

.date td {
	padding:7px 0px 1px 0px;
	font-size:11px;
	font-family:arial,helvetica,sans-serif;
}

.date img {
	padding:0px 5px 2px 5px;
}

.dC {
	width:147px;
	height:158px;
	margin-bottom:5px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:top;
}

.rC {
	width:147px;
	height:158px;
	margin-bottom:5px;
	padding-bottom:5px;
	background-repeat:no-repeat;
	background-position:bottom;
}

.pC {
	position:absolute;
	display:none;
	z-index:100;
	top:0px;
	left:0px;
	width:147px;
	height:158px;
	padding:5px 10px 5px 10px;
	margin-bottom:5px;
	background-color:#bfd4fd;
}

#dIframe {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#rIframe {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

.c td {
	width:18px;
	height:18px;
	background:#FFF;
	border-style:solid;
	border-width:1px;
	border-color:#bfd4fd;
	text-align:center;
	font-size:10px;
	font-family:arial,helvetica,sans-serif;
}

.c tr.hdr td {
	background-color:transparent;
	border:none;
}

.c tr.hdr div {
	color:#003333;
}

.c a {
	display:inline;
	width:18px;
	color:#595959;
	text-decoration:none;
}

.c a.pop {
	display:inline;
}

.c a:hover {
	color:#0099FF;
}

.c div {
	color:#AAAAAA;
	width:18px;
	font-size:10px;
	display:inline;
	font-family:arial,helvetica,sans-serif;
}

.c td.no {
/* background-color: #f00; */
}

.c td.bl {
	background-color:transparent;
	border-color:none;
}

.rC .c td.bl {
	border-color:#bfd4fd;
}

.c .on {
	background-color:#FFFFFF;
}

.c .act {
	background-color:#FFFF00;
}

