﻿/*Kalender*/
#calendar
{
   width:195px;

 }
#calendar td
{
    padding:1px
}
.cal_date_today
{
    border:2px solid #8e8e8e;
    background-color:#FFED0D;
    font-weight:bold;
  
}
.cal_weekend a
{
    color:blue;
}
.calmain
{
    border: 2px solid #E2DCD2;
    padding: 2px;
    background-color:#DCDCDC;
}
 
.cal_title
{
    height:20px;
    background-color: #FFED0D;
    color:#000;
    text-transform:capitalize;
    font-weight:bold;
}

.cal_month_daytitle
{
   text-align: center;
   width: 25px;
   vertical-align: middle;
   background-color:#ccc;
   border:solid 1px #8e8e8e;
 
}
.calday 
{
    border:1px solid red;
}
.calmain a
{
      text-decoration:none;
}
.cal_month 
{
    background-color:#fff;
    text-align:center;
    width:20px;
}



.calevent 
{
    display:block;
    margin-left:0px;
    margin-bottom:5px;
  
}
.ablock li
{
    list-style:none;
}
#ctl00_cph1_exCal
{
    border: 1px solid #8e8e8e;
}