﻿    .schedulerPane    
    {
      position:relative;
      margin-top: 5px;
      z-index: 1;
    }
    
    .outlookWrapper
    {
        margin-left: -9px;
        margin-top: 10px;
        background: transparent url("../img/CalendarBackground.PNG") no-repeat top left;
        width: 960px;
        position: relative;
        height: 626px;
        z-index: 1;
    }
    
    .outlookWrapper h1
    {
        font: bold 14px SegoeUI, Arial, sans-serif;
        padding: 13px 0 0 36px;
        margin: 0;
        color: #15428b;
        position: relative;
    }
    
    .RadSplitter1
    {
        width: 960px;
        height: 552px;
        position: absolute;
        top: 33px;
        left: 6px;
        border: 0;
    }
    
    .RadSplitter1 .pane
    {
        border: 0;
    }
    
    .RadSplitter1 .resizeBar,
    .RadSplitter1 .resizeBarOver
    {
        border: 0;
    }
    
    .calendarPane
    {
        padding: 38px 0 0 0;
    }
    
    .calendarPane .calendarWrapper_Office2007
    {
        margin: 0 auto 20px auto;
        width: 170px;
    }
    
    .calendarPane a
    {
        line-height: 10px !important;
    }
    
    .calendarPane .DaysOfWeek_Office2007
    {
        text-transform: capitalize;
    }
    
    .calendarPane .RadCalendar3_Title
    {
        height: 16px;
    }
    .rsHeader {background-color:#fff}
