html {
   margin: 0;
}

.print { 
    visibility: visible;
    display: block;
}

.screen { 
    visibility: hidden;
    display: none;
}
        
h5 {
    text-align: center;
    font: bold 20px Arial, Helvetica, sans-serif;
    margin: 2px 2px 2px 2px;
}

.calcontain
{
    width: 670px; /* Firefox Default Width is 670 */
    padding-right: 10px;
    margin: 0 auto;
}

.calendar {
    padding-top: 5px; 
    border: 0px;
    width: 330px;
}

.sun, .mon, .tue, .wed, .thu, .fri, .sat {
    float: left; 
    width: 30px; 
    height: 35px;    
    padding: 5px; 
    margin: 2px;
    text-align: left; 
    border: 1px solid black;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: silver;
}

.sun, .sat {
    color: silver;
}

.active div {
    border: 2px solid black;
    color: black;
    padding: 4px; 
}


.break
{
    clear: both;
}

.note
{
    margin: 2px 0px 0px 0px;
    text-align: center;
    font: bold 7px/6px Tahoma, Verdana, Arial, Helvetica, sans-serif;
    border-style: none;
}

#mainContainer {
        width: 100%;
        margin:0 auto;
        padding:0;
        background:white;
        border-left:0px none white;
        border-right:0px none white;
        }

#content {
        width: 100%;
        margin:0 auto;
        padding:0;
        background:white;
        border-left:0px none white;
        border-right:0px none white;
        }
.both
{
        display: block;
        visibility: visible;
        background-color: white;
}

.datelist
{
        margin: 0px 0px 0px 10px; 
        padding: 0px 0px 0px 20px;
        font:16px/22px Arial, Helvetica, sans-serif;
        color: black;
}

.bodyText {
        font:14px/20px Arial, Helvetica, sans-serif;
        color: black;
        }
