/*
//////
calendar
/////
*/

table.date { width: 122px; }

.date td
{
	padding: 7px 0px 1px 0px;
	font-size: 11px;
}

.date img { padding: 0px 5px 2px 5px;}

.dC
{
	width: 147px;
	height: 158px;
	margin-bottom: 5px;
	background-color: #BFD4FD;
	background-image: url(/ube/images/bkgd/cal_depart.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.rC
{
	width: 147px;
	height: 158px;
	margin-bottom: 5px;
	background-color: #A1CEFF;
	background-image: url(/ube/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: #BFD4FD;
}

#dIframe {
position: absolute;
top:0px; 
left:0px; 
display:none;
}

#rIframe {
position: absolute;
top:0px; 
left:0px; 
display:none;
}

#IframeTip0, #IframeTip1 {
position: absolute;
top:0px; 
left:0px; 
display:none;
background: transparent;
}

.c td
{
	width: 18px;
	height: 18px;
	background: #FFF;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #BFD4FD;
	text-align: center;
	font-size: 10px;
}

.c tr.hdr td
{
	background-color: transparent;
	border: none;
}

.c tr.hdr div { color: #003333; }

.c a
{
	display: block;
	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;
}

.c td.no { background-color: #DFE9FE;}
.c td.bl
{
	background-color: transparent;
	border: none;
}

.rC .c td.bl
{
	border-color: #A1CEFF;
}

.c .on { background-color: #FFF;}
.c .act { background-color: #FFFF00; }

