﻿table.scheduler
{
    font-size:9px;
    line-height:20px;
}
table.scheduler::selection, table.scheduler::-moz-selection 
{
    background-color:Transparent;
    color:#000;
}
table.scheduler td.topleft
{
    border:solid 1px #666666;
    background-color:#ECE9D8 !important;
}

table.scheduler td.am, table.scheduler td.pm
{
    border:solid 1px #666666;
    background-color:#ECE9D8 !important;
    border-left:none;
    text-align:center;
}

table.scheduler td.time
{
    border:solid 1px #666666;
    background-color:#ECE9D8 !important;
    border-left:none;
    border-top:none;
    text-align:center;
}

table.scheduler td.day
{
    border:solid 1px #666666;
    background-color:#ECE9D8 !important;
    width:50px;
    padding-left:3px;
    border-top:none;
    display:block;
}

table.scheduler td.hourstart
{  
}
table.scheduler td.hourend
{
    border-right:solid 1px #666666 !important;  
}

table.scheduler td.block
{
    border-right:solid 1px #C0C0C0;
    border-bottom: solid 1px #666666;
    border-left:none;
    border-top:none;
    width:10px;
    background:white !important;
    cursor:default;
}

table.scheduler td.ui-selected
{
    background:#A6CBFF !important;
    border-right:solid 1px #666666 !important;
}

table.scheduler td.ui-selecting 
{
    background-color:#73D195 !important;
    border-right:solid 1px #666666 !important;
}

span.scheduler-tip
{
    font-size:x-small;
    font-style:italic;
    display:block;
    text-align:right;
}

div.scheduler-controls
{
    height:30px;
    vertical-align:middle;
    margin-left:60px;
}

div.scheduler-controls a
{
    margin-right:20px;
    min-width:60px;
}
div.scheduler-controls span.snapto
{
    line-height:30px;
    height:30px;
    vertical-align:middle;
}
div.scheduler-controls select.snapto
{
    margin-top:3px;
    margin-left:5px;
    width:130px;
}

div.scheduler-controls .clear
{
	width:80px !important;
}