/* ---- Calendar Style --*/
#cal_container {
	float: left;
	font-family: "Trebuchet MS",Helvetica,Verdana;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #000;
/*
	width: 300px;
	background: url('_img/cal_bg.png') repeat-y;	
	*/

	padding: 0px;

}

.top {
	width: 100%;	
	height: 20px;
	background: url('_img/cal_top.png') no-repeat top;
	float: left;
}

.bottom {
	width: 100%;	
	height: 20px;
	background: url('_img/cal_bottom.png') no-repeat bottom;
	float: left;
}

#calendar {
	padding: 0px 10px;
	/*width: 280px; */
}

#calendar .day, #calendar .weekday {
	width: 40px;
	height: 40px;
	line-height: 40px;
}

#calendar .cell {
	float: left;
	text-align: center;
}

#calendar .title {
	width: 140px;
	height: 60px;
	line-height: 30px;
}


#calendar a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


#calendar .day a:hover {
	background-color: #1877bb;
	color: #fff;
}

#calendar .nav {
	width: 100px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

#calendar .nav a:hover {
	color: #1877bb;

}

#calendar .navmiddle {
	width: 80px;
	height: 44px;
}

.clear {
	width: 100%;
	clear: both;	
	
}
