#calendar {
	display:block; 
	left:0; 
	top:1350;
	padding-left: 150px;
}

.caltable{

font-size: 14px;
font-weight: bold;
text-align: center;

}

.caltable td { 
margin-left: 15px;
}

.TabHeaderCell{
color: #595858;
}

.TabTopColumnCell{
color: #606060;
height: 16px;
width: 25px;
font-family: "Trebuchet MS";
text-align: center;
font-weight: bold; 
}


.TabTodayCell{
color: #379f0f;
background-color: #FFEB90;
}

.TabSundayCell{
color: #ff0000;
background-color: #ffffff;
cursor:pointer;
font-family: "Trebuchet MS";
}

.TabSundayCellInFuture {
color: #ff0000;
font-family: "Trebuchet MS";
}

.TabNextdayCell{
color: #606060;
font-family: "Trebuchet MS";
}

.TabColumnCell{
color: #5b5b5b;
cursor: pointer;
font-family: "Trebuchet MS";
}

#month {
	color:red; 
	font-family: "Trebuchet MS";
}

.foxbtn {
	font-size: 24px;
	font-weight: bold;
	color:#0000FF;
	display: inline-block;
	width: 20px;
	cursor: pointer;
}

#inputm {
 font-family:"Trebuchet MS";
 color:#5b5b5b;
 font-weight:bold;
 width: 140px;
 height: 25px;
 margin:0;
 padding:0;
 padding-top: 10px;
 vertical-align: middle;
 display: inline-block;
 text-align:center;

}

.foxbtn {
	font-size: 24px;
	font-weight: bold;
	color:#0000FF;
	display: inline-block;
	width: 20px;
	cursor: pointer;
	margin-top: 7px;
}
