#calendar{
	width: 100%;
	height: 200px;
	margin:360px 0 126px;
}
	#calendar p{
		color: #faa741;
		font-size:26px;
		text-align: center;
		margin: 0 0 0 0;
	}
	
#calendar table{
	margin: 0 auto;
}
#calendar table tr{
	height: 25px;
	color: #71ccd2;
}
#calendar table tr td{
	height: 31px;
	width: 34px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	cursor: pointer;
	border-bottom: 1px solid #f7f7f7;
	padding: 0px;
}
	
#calendar table tr th{
	color: #71ccd2;
	font-size: 18px;
}

.actday{
	background: #e4e4e4 ;
}
.cursorType{
	cursor: pointer;
	padding: 0px;
	margin: 0px;
}
.daynum{
	
}


#calendar table tr.days td{
	color: #444444;
	border-collapse: collapse;
	border-bottom: 1px solid #ccc;
}
	#calendar table tr td.daynum:hover {
		
		color: #333;
	}
#calendar .monthyear{
	font-size: 15px;
}
