﻿.eproject-calendar-col-sx
        {
            float: left;
            width: 150px;
           
             background:  #c0dbff;
        }
        .eproject-calendar-col-dx
        {
            float: left;
            width: 650px;
           /* background-color: #EEE;*/
           
        }
        .eproject-calendar-resource
        {
            height: 48px;
            border: 1px solid #6593cf;
            background: url(Scheduler/Resource.png) repeat-x #afd2ff;
            font-weight:bold;
        }
        .eproject-calendar-header, .eproject-calendar-tools
        {
            height: 30px;
        }
        .eproject-calendar-week-days
        {
           /* height: 48px;*/
        }
        .eproject-calendar-week-resources
        {
            clear: both;
            background: #999;
        
            position: relative;
            overflow: hidden;
        }
        .eproject-calendar-header-day
        {
            height: 28px;
            float: left;
            border: 1px solid #6593cf;
            text-align: center;
            font-weight: bold;
            width: 90px;
             background: url(Scheduler/DayHeader.png) repeat-x #c0dbff;
            
        }
         .eproject-calendar-header-day-today
        {
            height: 28px;
            float: left;
            border: 1px solid #ee9311;
            text-align: center;
            font-weight: bold;
            width: 90px;
             background: url(Scheduler/DayHeaderToday.png) repeat-x #f7cc6b;
            
        }
        .eproject-calendar-week-day
        {
            float: left;
            border: 1px dotted #a5bfe1;
            background:url(Scheduler/Day.png) repeat-x #FFF;
            text-align: center;
            font-weight: bold;
            width: 90px;
            height: 48px;
        }
        
        .eproject-calendar-week-day-today
        {
            float: left;
            border-left: 1px solid  #ee9311;
            border-right: 1px solid  #ee9311;
            border-top: 1px dotted #ee9311;
            border-bottom: 1px dotted #ee9311;
            background:url(Scheduler/Day.png) repeat-x #FFF;
            text-align: center;
            font-weight: bold;
            width: 90px;
            height: 48px;
        }
        /*ee9311*/
        .eproject-calendar-event
        {
           
            background:url(Scheduler/event.png) repeat-x bottom #fffcab;
            border:1px solid #9a9519;
            overflow:hidden;
           
        }
        .eproject-calendar-event-changed
        {
           
            background:url(Scheduler/EventChanged.png) repeat-x bottom #f2b0b1;
            border:1px solid #a71d23;
            color:#FFF !important;
            font-weight:bold;
            overflow:hidden;
           
        }
        
        .eproject-calendar-event-old
        {
           
            background:url(Scheduler/eventro.png) repeat-x bottom #fdfdff;
            border:1px solid #5d8cc9;
            overflow:hidden;
           
        }
        
        /*.eproject-calendar-event-changed div,
        .eproject-calendar-event div
        {
			 padding: 4px 0 0 4px;
			 height:15px;
			 overflow:hidden;	
		}*/
        .eproject-calendar-event-changed div
        {
        	 color:#000 !important;
        }
        
        .event_tools
        {
        	 padding: 4px 0 0 4px;
			float:left;
			width:32px;	
        }
        .event_tools img
        {
			 cursor:pointer;	
        }
        .event_description
        {
			 padding: 4px 0 2px 4px;
			margin-left:35px;
        }
        
         .eproject-calendar-event-old div.event_description 
        {
        	margin-left:0 !important;
		}
        
        .eproject-calendar-header-title
        {
           
            vertical-align:middle;
            padding: 15px 15px 15px 15px;
           
        }
        
        .eproject-calendar-header-week-prev
        {
            
        }
            
        .eproject-calendar-header-week-next
        {
            margin-left:15px;    
        }
        
        .eproject-calendar-header-week-desc
        {
            margin-left:40px;   
            font-weight:bold;
            font-size:1.5em; 
        }
        
         .ui-selecting { background: #FECA40; }
	   .ui-selected { background: #F39814; }
