/*
//////
calendar
/////
*/

table.date { width: 122px; }

.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-color: #BFD4FD;
	background-image: url(../images/bkgd/cal_depart.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.rC
{
	width: 147px;
	height: 158px;
	margin-bottom: 5px;
/*	padding-bottom: 5px;*/
	background-color: #A1CEFF;
	background-image: url(../images/bkgd/cal_return.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.pC
{
	position: absolute;
	display: none;
	z-index: 100;
	top: 0px;
	left: 0px;
	width: 147px;
	height: 170px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #E4ECFF;
/*
	background-image: url(../images/bkgd/cal_pop.gif);
	background-repeat: no-repeat;
	background-position: bottom;
*/
}

#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: #E4ECFF;
	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: #A1CEFF;
}

.c .on { background-color: #FFFFFF;}
.c .act { background-color: #FFFF00; }

