/*
 * Ext Scheduler v1.0 beta
 * Copyright(c) 2009 Mats Bryntse Consulting
 * mats@ext-scheduler.com
 * http://www.ext-scheduler.com/license.html
 *
 */
 
/* Hovering during drag drop*/
.sch-dd-cellover
{
    background-color:#fee;
}

/* Copy icon when ctrl is pressed during drag drop */
.x-dd-drop-ok.add .x-dd-drop-icon{
  background-image: url(../images/default/dd/drop-add.gif);
}

/* Make sure the event is not displayed absolute when doing drag drop */
.x-dd-drag-proxy .sch-event
{
	max-width:50px;
    position:static !important;
    margin-top:2px;
}

.sch-dd-newtime
{
    font-weight:bold;
    color:#274490;
    display:block;
    margin: 0 0 5px 4px;
}

