﻿* 
{
    font-family: Verdana, Arial, Helvetica, Futura, Sans-Serif;
    font-size:small;
}

body 
{
    
}

.calendar
{
    width: 1000px;
}

.header 
{
    background-color: #000000;
    font-size:medium;
    font-weight: bold;
    color: white;
}

.dayheader
{
    background-color:#DDDDDD;
    font-size:small;
    font-weight: bold;
}


.othermonth 
{
    color: #000000;
    background-color: #f7f7f7;
    font-size: x-small;   
}

.day 
{
    font-size: small;
}

.event 
{
    font-size:x-small;
}

a.event 
{
    text-decoration: none;
    color: #000000;
}

a.event: visited
{
    color: #000000;
}

.selectWeek 
{
 display:none;   
}

.topmenu
{
   display:none; 
}


