﻿    .dayHeader
    {
       width: 57px;
       height: 22px;
       font-weight: bold; 
       float:left;
       text-align:center;
       font-size:11px;
       padding-top:5px;
       background:#ffffff;
    }
    
    .month
    {
        width: 400px;  
        min-height: 425px;
        float:left;

        
        margin: 0 auto;
        margin-bottom: 5px;
    }

    .monthHeader
    {
        padding: 8px;
        text-align:center; 
        font-weight:bold; 
        background: #325269;
        color: #ffffff;
        border: solid 1px #ededed;
        width:381px;
        height:35px;
    }

    .active
    {
        display:block;   
    }
    
    .day
    {
        width: 55px;
        height: 55px;
        float: left;   
        cursor:pointer;
        border: solid 1px #d0d0d0;
        font-size:11px;
        background: #ffffff;
    }
    
    .day:hover
    {
        border: solid 1px #a1a1a1;
    }
    
    .eventHover
    {
        border:solid 1px #3E81B5  !important;
    }
    
    .eventHover a
    {
        font-weight:bold;  
    }
    
    .Webcast
    {

    }
    
    .Deadline
    {

    }
    
