a.days:hover{ text-decoration:underline; font-weight:bold; background: #982B28;}
a.days:link{ color:white; background: #982B28; font-weight:bold; border:1px solid #000000;}
a.days:visited{ color:white; background: #982B28; font-weight:bold; border:1px solid #000000;}

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 #D1E2Ec;
      
      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;
}
