/* CSS Document */
#calendar_popup {
	position:absolute;
	background-color: #e6eff7;
	border: 1px solid #425b93;
	z-index: 25;
	padding: 1px;
	text-align:center;
	margin:0px;
}

.host_cpMonthNavigation{
	color: #FFFFFF;
	background-color:#425b93;
	border: none;
	text-align:center;
	height: 24px;
	padding: 0;
}

.host_cpMonthNavigation a{
	color: #FFFFFF;
}
.host_cpDayColumnHeader{
	color: #425478;
	background-color:#e7f0f7;
	border: none;
	width: 26px;
	text-align:center;
}
.host_cpTodayText{
	color: #666666;
	background-color:#3172a8;
	border: none;
	width: 26px;
	text-align:center;
}
.host_cpCurrentMonthDate{
	color: #666666;
	text-align:center;
		width: 26px;
	text-align:center;
	background-image: url(../img/cal_bg.gif);
	height: 25px;
}
.host_cpCurrentMonthDate a{
	color: #666666;
	text-decoration: none;
}
.host_cpCurrentDate{
	color: #666666;
	width: 26px;
	text-align:center;
	background-image: url(../img/cal_bg.gif);
	height: 25px;
}
.host_cpCurrentDate a{
	color: #666666;
	text-decoration: none;
}
.cpCurrentMonthDateDisabled{
	color: #666666;
	width: 26px;
	text-align:center;
	background-image: url(../img/cal_bg.gif);
	height: 25px;
}
.host_cpOtherMonthDate{
	color: #666666;
	width: 26px;
	text-align:center;
	background-image: url(../img/cal_bg.gif);
	height: 25px;
}
.host_cpOtherMonthDate a{
	color: #666666;
	text-decoration: none;
}

.host_cpMonthNavigation{
	color: #FFFFFF;
	background-color:#425b93;
	border: none;
	text-align:center;
	height: 24px;
	padding: 0;
}

.host_cpCurrentMonthDateDisabled, .host_cpOtherMonthDateDisabled{
	color: #666666;
	width: 26px;
	text-align:center;
	text-decoration: line-through;
/* 	background-image: url(../img/cal_bg.gif); */
	height: 25px;
}


.traveller_cpMonthNavigation a{
	color: #000000;
}
.traveller_cpDayColumnHeader{
	color: #425478;
	background-color:green;
	border: none;
	width: 26px;
	text-align:center;
}
.traveller_cpTodayText{
	color: #666666;
	background-color:green;
	border: none;
	width: 26px;
	text-align:center;
}
.traveller_cpCurrentMonthDate{
	color: #666666;
	text-align:center;
	width: 26px;
	text-align:center;
/* 	background-image: url(../img/cal_bg.gif); */
	height: 25px;
}
.traveller_cpCurrentMonthDate a{
	color: #666666;
	text-decoration: none;
}
.traveller_cpCurrentDate{
	color: #666666;
	width: 26px;
	text-align:center;
/* 	background-image: url(../img/cal_bg.gif); */
	height: 25px;
}
.traveller_cpCurrentDate a{
	color: #666666;
	text-decoration: none;
}
.traveller_cpCurrentMonthDateDisabled, .traveller_cpOtherMonthDateDisabled{
	color: #666666;
	width: 26px;
	text-align:center;
	text-decoration: line-through;
/* 	background-image: url(../img/cal_bg.gif); */
	height: 25px;
}
.traveller_cpOtherMonthDate{
	color: #666666;
	width: 26px;
	text-align:center;
/* 	background-image: url(../img/cal_bg.gif); */
	height: 25px;
}
.traveller_cpOtherMonthDate a{
	color: #666666;
	text-decoration: none;
}
