a.days:hover{ text-decoration:underline; font-weight:bold; }
a.days:link{ color:blue; font-weight:bold; border:1px solid #e0e0e0; }
a.days:visited{ color:red; font-weight:bold;  border:1px solid #e0e0e0; }

a.today:hover{ text-decoration:underline; font-weight:bold; }
a.today:link{ color:blue; font-weight:bold; }
a.today:visited{ color:red; font-weight:bold; }

table.calendar
{
      width:215px;

      border-collapse: collapse;
      border:2px solid green;
      
      background-color:white;
      padding:0px;
      margin:0px;
}

table.scheme
{
      border-collapse: collapse;
      width:100%;

      padding:0px;
      margin:0px;
}

table.appointments
{
    border-collapse:collapse;
    
    display:none;
    border:1px solid #d3d3d3;
    background-color:#e9e9e9;
}

table.monthname
{
    height:18px;
    width:100%;
    
    border-collapse:collapse;
    text-align:center;
}

tr.weekdays
{
    background-color:#f5f5f5;
    border-bottom:1px solid #c3c3c3;
    
    width:100%;
}

tr.wdays
{
    background-color:#e3e3e3;
    border-bottom:1px solid #c3c3c3;
    
    width:100%;
}

td.weekdays
{
    width:30px;
    font-size:7pt;
    font-family:tahoma;

    text-align:center;
}

td.today
{
    font-size:7pt;
    font-family:tahoma;

    text-align:center;
    
    border-top:1px solid #c3c3c3;
    vertical-align:middle;
}


td.month
{
    font-size:8pt;
    font-family:tahoma;
    font-weight:bold;
    
    text-align:center;
    
    color:white;
}


td.calendar
{
    width:30px;
    font-size:8pt;
    font-family:tahoma;

    text-align:center;
}

td.appointments
{
    font-size:7pt;
    font-family:tahoma;
    font-weight:bold;

    height:16px;

    color:#939393;
    
    padding-left:3px;
    padding-right:3px;
}

img.dropdown
{
    border:1px solid black;
}
