.topic{
    font-size: 13px; font-weight: bold;
    font-family: arial; text-align: center; text-decoration: underline;
}
.curdate{
    font-size: 12px; font-weight: bold;
    background-color: rgb(250,253,111);
    text-decoration: underline;
    font-family: arial; text-align: center;
}
.leavedays{
    background-color: lightblue;    
}
.monthnames{
    color: red; font-family: arial; text-align: center; font-size: 13px;
}
.daynames{
    font-size: 12px; font-weight: bold; background-color: #000000; color: #fff; font-family: arial;
}
.tab{
    border: 1px solid #888c8e;
    height: 150px;
    
}
.search-background {
	display: none;
	font-size: 13px;
	position: absolute;
	padding-top: 190px;
	padding-left: 450px;
	opacity:0.5;filter: alpha(opacity=50) ;
	text-decoration: none;
	text-shadow: #fff 0px 0px 20px;
}