#CalendarControl{
	margin: 0px;
    padding:0px;
    display: none;
    z-index: 995;
    position: absolute;
    background-color: #fff;
    border-bottom:3px ridge #b2c1ba;
    border-right:3px ridge #b2c1ba;
    border-left:1px solid #142b2b;
	}
#CalendarControl * {
    color:#142b2b;
    font-size:12px;
    font-family: arial, verdana, helvetica, sans-serif;
	}
#CalendarControl TABLE{
	width:128px;
	background-color: #b2c1ba;
	}
#CalendarControl TABLE TD {
	width:18px;
	}
#CalendarControl .tablerow{
    text-align: center;
    background-color: #fff;
	}
#CalendarControl * a{
	text-decoration: none;
	display: block;
	}
#CalendarControl .today{
    background-color: #ffff00;
    color:#142b2b;
	}
#CalendarControl .current{
    background-color: #df4d09;
    color:#142b2b;
	}
#CalendarControl .current_today{
    background-color: #df4d09;
    color:#ffff00;
	}
#CalendarControl .weekday{
	color: #142b2b;
    background-color: #fcf4e7;
	}
#CalendarControl .weekend{
	color: #142b2b;
    background-color: #a0d5d6;
	}
#CalendarControl .weekday:hover, #CalendarControl .weekend:hover, #CalendarControl .current:hover, #CalendarControl .today:hover {
    color: #fff;
    background-color: #df4d09;
	}
#CalendarControl .next, #CalendarControl .previous{
    text-align: right;
    font-size:12px;
	}
#CalendarControl .previous a, #CalendarControl .next a{
    font-weight: bold;
    color: #fff;
    text-decoration: none
	}
#CalendarControl .gotoCurrent:hover,#CalendarControl .gotoToday:hover,#CalendarControl .footer:hover, #CalendarControl .next a:hover, #CalendarControl .previous a:hover{
	color: #df4d09;
    background-color: #fff;
	}
#CalendarControl .title{
    font-weight: bold;
    color: #fff;
	}
#CalendarControl .footer{
    color: #fff;
	}
#CalendarControl .gotoToday{
    color: #ffff00;
    font-size:14px;
	}
#CalendarControl .gotoCurrent{
    color: #df4d09;
    font-size:14px;
	}

#CalendarControl .empty{
    background-color: #fff;
	}
