#cal_left {
	width: 120px;
	text-indent: 13px;
	vertical-align: text-top;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cal_right {
	width: 425px;
	float: right;
	text-align: left;
	vertical-align: text-top;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9EDF3;
	text-indent: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
#cal_container {
	width: 575px;
	margin-left: 10px;
}

#cal_container_int {
	width: 550px;
	margin-left: 10px;
}
#spacer {
	padding-top: 5px;
}
#cal_home_left {
	width: 80px;
	float: left;
	background-color: #A2D6EB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0477A9;
	padding: 5px;
	}
#cal_home_center {
	width: 175px;
	background-color: #C5E1EC;
	float: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0477A9;
	text-align: left;
}
#cal_home_right {
	width: 275px;
	float: left;
	padding: 5px;
	background-color: #A2D6EB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0477A9;
	text-align: left;
}
#cal_home_center_dark {
	width: 175px;
	background-color: #A2D6EB;
	float: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0477A9;
	text-align: left;
}
#cal_home_right_dark {
	width: 275px;
	float: left;
	padding: 5px;
	background-color: #A2D6EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0477A9;
	text-align: left;
}
#cal_home_left_dark {
	width: 80px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #A2D6EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0477A9;
}
#cal_empty {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #D9EDF3;
	padding: 5px;
	border: 1px solid #4F7698;
}
