#main 
{
    margin-top: -10px;
}

#cal_header div
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

#cal_header div h1
{
    margin: 0;
    padding: 0;
    font-size: 14px;
}
#cal_header div div.currentdate
{
    font-size: 14px;
}

body#page2
{
    background: #fff;
}

#printcal
{
    display: none;
}

div#header-nobg
{
    display: none;
    height: 0px;
}

div.row-1
{
    display: none;
}

#datebackbtn
{
    display: none;
}

#datechangetable
{
    display: none;
    height: 0;
}

#footer
{
    display: none;
}

div.tail-top2
{
    background: #fff;
}
div.tail-bottom
{
    background: #fff;
}

table#cal
{
    border: 1px solid black;
    border-spacing: 0px;
}
table#cal tr#headrow td
{
    height: 20px;
}
table#cal tr td
{
    border: 1px solid black;
    font-weight: bold;
    font-size: 14px;
    height: 120px;
}