
.calendar_table {
	/** configure the width **/
	width:640px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	
}
.calendar_table th {
	background-color:rgb(175,175,175);
	font-weight: bold;
	font-size: 16px;
	height: 25px;

	
	color: white;
}
.calendar_table .day_heading {
	background-color: #f0f0f0;
	font-weight: bold;
	height: 20px;
}

.calendar_table .nav_link {
	font-weight: bolder;
	height: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.calendar_table .day_num {
	color: #7D7D7D;;
	margin-right: 5px;
	margin-bottom: 5px;
}

.calendar_table td {
	width: 75px;
	height: 75px;
	font-size:0.8em;
	padding: 2px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
}
.calendar_table td.today {

	height: 16px;
	background-color: #f0f0f0;
	padding: 2px;
}

.calendar_table .link {
	width: 18px;
	height: 16px;
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.logo_position {
position: relative;

}
