.topday{
background: #D7D8D9;
padding: 4px;
font-weight: bold;
text-align: right;
color: #6a6a6b;
}
	
.topdayon{	
background: #fff;
padding: 4px;
font-weight: bold;
text-align: right;
color: #6a6a6b;
}

.daybox{
background: #FFFFFF;
border-right: 1px solid #737373;
border-top: 1px solid #737373;
}

.todaybox{
background: #C1C1C1;
border-right: 1px solid #ccddee;
border-top: 1px solid #ccddee;
}

.bdays{
padding: 4px;
padding-left: 0px;
font-size: 10px;
color: purple;
}

.bdays a:link, .bdays a:visited, .bdays a:active {
color: #364c52;
text-decoration: none;	
}

.bdays a:hover {
color: #68A7DA;
text-decoration: underline;
}

.nextprev{
color: #000000;
background-color: rgb(240, 240, 240);
height:40px;
}

.currentmonth{
background-color: #9B9B9B;
height:40px;
color: #ffffff
}

.currentmonth a, .currentmonth a:hover {
background-color: #9B9B9B;
height:40px;
color: #ffffff
}

