.cal_nav, .cal_nav_marked{
	float: left;
	width: 30px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 2px;
	margin-right: 4px;
}

.cal_nav_marked{
	font-weight: bold;
	background-color: #eeeeee;
}

.cal_nav a, .cal_nav_marked a{
	text-decoration: none !important;
}


.cal_nav_container {
	float: left;
	width: 100%;
	margin-bottom: 30px;
	text-align: right;
}

.cal_nav_container a{
	text-decoration: none !important;
}

.cal_nav_container2{
	margin-top: 5px;
	float: right;
	text-decoration: none !important;
	margin-right: 15px;

}

.cal_nav_container3{
	float: left;
	padding-left: 10px;
	width: 100%;
}


.cellcontainer{
	border-top: 1px solid #AAAAAA;
	margin-bottom: 5px;
	background-color: #ffffff;
	clear: both;
	width: 100%;
	float:left;
}


.cellcontainer_day{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 100px;
	float:left;
	padding: 5px
}

.cellcontainer_data{
	width: 300px;
	float:left;
	padding: 5px;
}

.cellcontainer_data_i{
	float: left;
	width: 100%;
}


.cellcontainer2{
	border-top: 1px dotted #cccccc;
	margin-bottom: 5px;
	clear: both;
	width: 100%;
	float:left;
}

.cellcontainer2_day{
	background-color: #eeeeee;
	width: 100px;
	float:left;
	padding: 5px
}

.cellcontainer2_data{
	width: 300px;
	float:left;
	padding: 5px;
}

.cellcontainer2_data_i{
	float: left;
	width: 100%;
}
	







.c_left_cell {
	float: left;
	width: 200px;
	font-weight: bold;
}

.c_right_cell {
	float: right;
	width: 250px;
}

.c_cell_container {
	clear: both;
	float: left;
	width: 450px;
	margin-bottom: 5px;
}
	
.date_div {
	clear: both;
	float: left;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-bottom: 10px;
	
}




