#kc-calendar-container {
    margin-left: 36px;
    width: 200px;
    height: 200px;     
}

#kc-calendar-hd {
    height: 46px;
    line-height: 46px;
    margin: 0;
    font-size: 114%;    
    color: white;
    text-transform: uppercase;        
    margin-left: 42px; 
    font-weight: bold;
}

#kc-calendar-bd {
    margin: 1px 0 0 8px;
}

#kc-calendar .y2007 {
    border-left: none;
}

.yui-skin-sam .yui-calcontainer {
    width: 155px; 
    height: 128px;
    background-color: white;                
    border: white;
}

.yui-skin-sam .yui-calendar {
    font-size: 11px;
    border: white;
}

.yui-skin-sam .yui-calendar .calnavleft {
    border: none;
}

.yui-skin-sam .yui-calendar td.calcell { 
    height: 13px;
    line-height: 13px;   
    border: none;
}

.yui-skin-sam .yui-calendar td.calcell a {
    color: black;    
}

.yui-skin-sam .yui-calendar td.calcell.oom {
    background-color: white;
}