﻿div.RadScheduler_Office2007 .rsMonthView .rsTodayCell
{
border:solid 1px black !important;
}
 .example-panel
    {
	    width: 743px;
	    height:560px;
	    background: transparent url('images/background.png') no-repeat 0 0;
	    padding-top: 34px;
	    padding-left: 7px;
    }
    .RadSplitter
    {
	    border: none !important;
	    margin: 0 !important;
    }
    .RadPanelBar .rootGroup
    {
	    border-left: none;
	    border-right: none;
    }
    .calendar-container
    {
	    width:220px;
	    margin: 7px auto;
    }
.startingDate
{
float:right;
}
.endingDate
{
float:right;
}


    fieldset
    {
     height: 125px;
     font: normal 13px Arial, Verdana, Sans-serif;
	margin-bottom: 2px;
	margin-top: 6px;
	margin-left: 18px;
	margin-right: 4px;
    }    
    html fieldset
    {
     height: 154px;
     width:  280px;
	margin-bottom: 2px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
    }


    .style1
    {
        width: 100%;border:1px;
    }
    .CustomUL 
    {
    	border-right-style:solid;
    	border-right-width:1px;
        width:100%;
        height:100%;
    }
	.rsTimePickers
	{
		display: inline; 
		list-style-type: none; 
		margin: 5px 0;
	}
	.rsTimePick
	{
		display: inline; 
		list-style-type: none; 
		width: 244px;
	}
	.rsAllDayWrapper
	{
		display: inline; 
		list-style-type: none; 
		float: right;
		margin-left: 25px;
	}
	.rsTimePick input.riEnabled,
	.rsTimePick input.riHover,
	.rsTimePick input.riFocused
	{
		background-repeat: no-repeat;
		background-position: 100% -254px;
	}
