.calmonth
{	
    font-family	: Tahoma, Verdana, Arial;
    font-size	: 11px;
    color : #000000;
    text-decoration:none;
}

.calmonth a:link, 
.calmonth a:visited,
.calmonth a:hover,
.calmonth a:active
{	
    color : #000000;
    text-decoration:none;
}

.caldates
{
	background-color:#FFFFFF;
    font-family	: Tahoma, Verdana, Arial;
    font-size	: 11px;
    color : #4F4F4F; 
    text-decoration:none; 
    text-align:right;
}

.caldates a:link, 
.caldates a:visited,
.caldates a:hover,
.caldates a:active
{
    font-family	: Tahoma, Verdana, Arial;
    font-size	: 11px;
    color : #4F4F4F; 
    text-decoration:none; 
    text-align:right;
}

.caldates td
{
    width:30px;
    border:1px solid #FFFFFF; 
}

.caldates .active
{
    width:30px;
    border:1px solid #eff5ea;
    background-color:#eff5ea;
    cursor:pointer;
}

.caldates .important
{
    width:30px;
    border:1px solid #f9dad8;
    background-color:#f9dad8;
    cursor:pointer;
} 

.caldates .week
{
    background-color:#EEEEEE;
    font-weight:bold;
}

.calcurentdates
{
    font-family	: Tahoma, Verdana, Arial;
    font-size	: 11px;
    color : #E07221; 
    text-decoration:none; 
    text-align:right;
}