#cal_left {
	width: 150px;
	text-indent: 25px;
	vertical-align: text-top;
	float: left;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#cal_right {
	width: 495px;
	float: right;
	text-align: left;
	text-indent: 5px;
	vertical-align: text-top;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #D9EDF3;
	margin-bottom: 5px;
}
#cal_container {
	width: 650px;
	margin-left: 10px;
}
#spacer {
	padding-top: 5px;
}
#cal_home_left {
	width: 80px;
	float: left;
	background-color: #CBE5EC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7196BF;
	padding: 5px;
	}
#cal_home_center {
	width: 155px;
	background-color: #D9EDF3;
	float: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7196BF;
}
#cal_home_right {
	width: 370px;
	float: left;
	padding: 5px;
	background-color: #CBE5EC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7196BF;
}
#cal_home_center_dark {
	width: 155px;
	background-color: #D9EDF3;
	float: left;
	padding: 5px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7196BF;
	
}
#cal_home_right_dark {
	width: 370px;
	float: left;
	padding: 5px;
	background-color: #D9EDF3;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7196BF;
}
#cal_home_left_dark {
	width: 80px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #D9EDF3;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7196BF;
}
