/* Skin CSS */

.RadScheduler_TV1
{
    color:#333;
    background:#fff;
}

.RadScheduler_TV1,
.RadScheduler_TV1 table
{
    font:11px/16px arial,sans-serif;
}

/* control header */

.RadScheduler_TV1 .rsHeader
{
    border:1px solid #69798c;
    border-bottom:0;
    background:url(Scheduler/menuItem.gif) repeat-x 0 100% #b9c4d1;
    font-family:verdana,sans-serif;
    font-weight:bold;
}
.RadScheduler_TV1 .rsHeader p
{
    float:left;
    left:11px;
    width:55px;
    height:26px;
    margin:7px 0 0 0;
    padding:0;   
    background:url(Scheduler/PrevNext.gif) no-repeat;
    line-height:22px;
}
.RadScheduler_TV1 .rsPrevDay,
.RadScheduler_TV1 .rsNextDay
{
    top:0;
    width:23px;
    height:24px;
}
.RadScheduler_TV1 .rsPrevDay
{
    left:0;
}
.RadScheduler_TV1 .rsNextDay
{
    left:23px;
}
.RadScheduler_TV1 .rsHeader em
{
    font-style: normal;
}
.RadScheduler_TV1 .rsHeader p em
{
	position:absolute;
	top:0;
    left: 56px;
}
.RadScheduler_TV1 .rsHeader p em a
{
    color:#fff;
}
 
.RadScheduler_TV1 .rsHeader p em a:hover
{
    text-decoration:none;
}

.RadScheduler_TV1 .rsHeader h2
{
    margin:0;
    padding:0 0 0 130px;
    font-size:15px;
    line-height:34px;
    color:#fff;
}

.RadScheduler_TV1 .rsHeader ul
{
    list-style:none;
    float:right;
    margin:0;
    text-align:right;
    font-size:13px;
    line-height:36px;
    height:36px;
}

.RadScheduler_TV1 .rsHeader li
{
    float:left;
    border-left:1px solid #8b9aaa;
    background:url(Scheduler/menuItem.gif) 0 100% repeat-x #b9c4d1;
}
.RadScheduler_TV1 .rsHeader .rsSelected,
.RadScheduler_TV1 .rsHeader ul a
{
    padding:0 12px;
}
.RadScheduler_TV1 .rsHeader ul a
{
    float:left;
    display:block;
    color:#fff;
    text-decoration:none;
}
.RadScheduler_TV1 .rsHeader .rsSelected,
.RadScheduler_TV1 .rsHeader ul a:hover
{
    background:url(Scheduler/menuItemSelected.gif) center 0 repeat-x #fdfcf9;
    color:#5e480b;
}

/*table header*/

.RadScheduler_TV1 .rsColumnHeader,
.RadScheduler_TV1 .rsAllDay
{
    border-left: 1px solid #8b8f91; 
    border-right: 1px solid #8b8f91;
}

.RadScheduler_TV1 .rsAllDayCell
{
    border-top: 1px solid #69798c;
    border-right: 1px solid #8b8f91;
    background-color: #f0f2f4;
    cursor: default;
}

/* Begin IE6 Fix - All day-appointments disappear on click */
* html .RadScheduler_TV1 .rsAllDayCell
{
	height: 25px;
}

* html .RadScheduler_TV1 .rsAllDayCell .rsWrap
{
	height: 100%;
}
/* End IE6 Fix  */

.RadScheduler_TV1 .rsAllDayCell .rsWrap
{
	height: 25px;
}

.RadScheduler_TV1 .rsColumnHeaderFirstCell,
.RadScheduler_TV1 .rsAllDayFirstCell
{
    width: 70px; 
    height: 25px;
}

.RadScheduler_TV1 .rsAllDayFirstCell
{
    border-top: 1px solid #69798c; 
    background-color: #d2d6db;
    text-align:center;
}

.RadScheduler_TV1 .rsColumnHeaderFirstCell div,
.RadScheduler_TV1 .rsAllDayFirstCell div
{
    width: 70px;
}

.RadScheduler_TV1 .rsAllDayLastCell
{
    border-top: 1px solid #69798c;
    background-color: #f0f2f4; 
    height: 25px;
}

.RadScheduler_TV1 .rsAllDayLastCell div,
.RadScheduler_TV1 .rsColumnHeaderLastCell div
{
	width: 15px;
}

.RadScheduler_TV1 .rsColumnHeaderTable
{
    border-left: 1px solid #616b77; 
    border-right: 1px solid #616b77; 
}

.RadScheduler_TV1 .rsAllDayTable,
.RadScheduler_TV1 .rsTimelineTable
{
    border-left: 1px solid #a8afb2; 
    border-right: 1px solid #8b8f91; 
}

.RadScheduler_TV1 .rsColumnHeaderFirstCell,
.RadScheduler_TV1 .rsColumnHeaderRow th
{
    border-top:1px solid #5b697a; 
    background:#8b8f91;    
    height: 20px;
}

.RadScheduler_TV1 .rsColumnHeaderRow th
{
	color:#62aa05;
    border-right:1px solid #616b77;     
    text-align:center;
    font-size:1.1em;
    color:#fff;
}

.RadScheduler_TV1 .rsColumnHeaderRow th.rsTodayCol
{
	background:url(Scheduler/WeekDayToday.gif) 0 100% repeat-x #fbf8e7;
    color:#5e480b;
}

.RadScheduler_TV1 .rsColumnHeaderLastCell
{
	border-top: 1px solid #5b697a;
    background:#8b8f91;
}

.RadScheduler_TV1 .rsContentTable .rsLastCell,
.RadScheduler_TV1 .rsAllDayRow .rsLastCell,
.RadScheduler_TV1 .rsColumnHeaderRow .rsLastCell
{
    border-right:0;
}

/* main content */

.RadScheduler_TV1 .rsContent
{
    border: 1px solid #8b8f91; 
}

.RadScheduler_TV1 .rsHoursTable
{
    width: 70px;
    border-bottom:1px solid #d2d8db;
}

.RadScheduler_TV1 .rsHoursTable th
{
	color: #4b5a68;
    height: 25px;
    border-top: 1px solid #a8b0b3; 
    background-color: #d2d6db;
    font-size: 12px;
}

.RadScheduler_TV1 .rsHoursTable th .rsHoursContent
{
	border-top:1px solid #e1e7ea;
}

.RadScheduler_TV1 .rsHoursTable th.rsFirstCell
{
    border-top: 0;
}

.RadScheduler_TV1 .rsHoursTable th.rsAltHour
{
    border-top: 0;
    padding-top: 1px;
}

/* task table */

.RadScheduler_TV1 .rsContentTable
{
    border-left: 1px solid #a8afb2;
}

.RadScheduler_TV1 .rsCell
{
	border-right: 1px solid #a4afb4; 
    background-color:#f0f2f4;
    height: 25px;
    border-bottom: 1px dotted #d4d9db;
    vertical-align:top;
}

.RadScheduler_TV1 .rsMonthView .rsCell
{
	background-color: #fff;
	height: auto;
}

.RadScheduler_TV1 td.rsWorkHour 
{
	background-color: #fff;
}

.RadScheduler_TV1 .rsMonthView .rsWrap
{
	height: 25px;
}

.RadScheduler_TV1 .rsAltRow .rsCell
{
	border-bottom-style:solid;
	border-bottom-color:#d2d8db;
}

.RadScheduler_TV1 .rsContentTable .rsSatCol,
.RadScheduler_TV1 .rsContentTable .rsSunCol
{
    background:#f0f2f4;
    border-bottom-color:#d2d8db;
}

.RadScheduler_TV1 .rsLastRow td.rsSatCol,
.RadScheduler_TV1 .rsLastRow td.rsSunCol
{
    border-bottom-color:#dce1cc;
}

.RadScheduler_TV1 .rsMonthView td.rsOtherMonth
{
    background:#f2f2f2;
}

.RadScheduler_TV1 .rsContentTable .rsRow .rsAptCreate,
.RadScheduler_TV1 .rsAllDayRow .rsAptCreate
{
    background:#f9f6dd;
}

/* small edit form */

.RadScheduler_TV1 .rsAptEdit
{
    background: #f2ebb5;
}

.RadScheduler_TV1 .rsEditOptions
{
	float: right;
    margin-right: 2px;
}

.RadScheduler_TV1 .rsAptEditConfirm
{
    background:url(Scheduler/AppointmentEditOK.gif) no-repeat center center;
    height:20px;
}

.RadScheduler_TV1 .rsAptEditCancel
{
    background:url(Scheduler/AppointmentEditCancel.gif) no-repeat center center;
    height:20px;
}

.RadScheduler_TV1 .rsEditOptions a.rsAptEditMore 
{
    font-size:0.9em;
    line-height:20px;
    text-align:right;
    text-indent:0pt;
    color:#000;
    text-decoration: none;
}

.RadScheduler_TV1 .rsEditOptions a 
{
	float: left;
	width: 15px;
}

.RadScheduler_TV1 .rsEditOptions a.rsAptEditMore 
{
	width: 30px;
}

.RadScheduler_TV1 .rsAptEditTextareaWrapper textarea 
{
    border:1px solid;
    border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
    font-family:arial,sans-serif;
    font-size: 12px;
    /*overflow: auto;*/
}

/* apt */

.RadScheduler_TV1 .rsContentTable .rsApt
{
	width:100%;
}

.RadScheduler_TV1 .rsAptWrap
{
    border-left: 1px solid #9faa89;
    border-right: 1px solid #9faa89;
    background:url(Scheduler/rsAptWrap.gif) repeat-x #bcd1a5;
}

.RadScheduler_TV1 .rsAptInner
{
    border-top: 1px solid #c7cdba;
}

.RadScheduler_TV1 .rsAptBottom
{
    border-bottom: 1px solid #9faa89;
}

.RadScheduler_TV1 .rsAptResize
{
    background:url(Scheduler/AppointmentExpand.gif) no-repeat center bottom;
    width: 15px;
    height: 6px;
    bottom: 1px;
    margin-left: -7px;
    left: 50%;
    cursor: s-resize;
}

.RadScheduler_TV1 .rsAptDelete 
{
    background:url(Scheduler/AppointmentDelete.gif) no-repeat;
    height:11px;
    right:3px;
    top:3px;
    width:11px;
    text-indent:-99em;
}

.RadScheduler_TV1 .rsAptRecurrence
{
	padding: 0px 3px;
	margin: 0px 3px;
    background:url(Scheduler/rsRecurrence.gif) no-repeat 0 50%;
}

.RadScheduler_TV1 .rsAptRecurrenceException
{
	padding: 0px 3px;
	margin: 0px 3px;
    background:url(Scheduler/rsRecurrenceException.gif) no-repeat 0 50%;
}

/* Appointment Arrows */

.RadScheduler_TV1 .rsWArrowTop .rsAptContent
{
    padding-top:7px;
}
.RadScheduler_TV1 .rsWArrowBottom .rsAptContent
{
    padding-bottom:7px;
}
.RadScheduler_TV1 .rsWArrowLeft .rsAptContent
{
    padding-left:10px;
}
.RadScheduler_TV1 .rsWArrowRight .rsAptContent
{
    padding-right:10px;
}

.RadScheduler_TV1 .rsArrowTop,
.RadScheduler_TV1 .rsArrowBottom
{
    width:100%;
    height:4px;
    left:0;
}

.RadScheduler_TV1 .rsArrowLeft,
.RadScheduler_TV1 .rsArrowRight
{
    width:4px;
    height:100%;
    top:0;
}

.RadScheduler_TV1 .rsArrowTop
{
    top:2px;
    background:url(Scheduler/AppointmentArrowU.gif) 50% 0 no-repeat;
}
.RadScheduler_TV1 .rsArrowBottom
{
    background:url(Scheduler/AppointmentArrowD.gif) 50% 0 no-repeat;
    bottom:2px;
}
.RadScheduler_TV1 .rsArrowLeft
{
    background:url(Scheduler/AppointmentArrowL.gif) 0 50% no-repeat;
    left:3px;
}
.RadScheduler_TV1 .rsArrowRight
{
    background:url(Scheduler/AppointmentArrowR.gif) 0 50% no-repeat;
    right:3px;
}

/* footer */

.RadScheduler_TV1 .rsFooter
{
    border:1px solid #898d8f;
    border-top:0;
    background:#d2d6db;
    line-height:20px;
}

.RadScheduler_TV1 .rsFooter a
{
    margin-left:10px;
    padding-left:11px;
    background:url(Scheduler/Show24.gif) 0 0.3em no-repeat;
    color:#333;
}

/* Advanced Edit */

.RadScheduler_TV1 .rsAdvancedEdit
{
    background:#f0f2f4;
	border:1px solid #a0a0a0;
}

.RadScheduler_TV1 .rsAdvancedEdit textarea
{
    display:block;
	border:1px solid #e2e3ea;
	border-top:1px solid #abadb3;
}

.RadScheduler_TV1 .rsAdvancedEdit p strong
{
	color:#396371;
}

.RadScheduler_TV1 .rsAdvMoreDetails,
.RadScheduler_TV1 .rsAdvRecurrence
{
	border-top: 1px solid #c4d0d6;
	border-bottom:1px solid #c4d0d6;
	background:url(Scheduler/AdvEditHead.gif) repeat-x #d7dee6;
	padding:0 0 0 16px;
	font-size:14px;
	line-height:29px;
	height:29px;
}

.RadScheduler_TV1 .rsAdvMoreDetails
{
	margin:1em 0;
}
.RadScheduler_TV1 .rsAdvRecurrence
{
	margin:1em 0 0;
}

.RadScheduler_TV1 .rsAdvancedSubmitArea
{
	padding-top:2px;
	line-height:3em;
	border-top:1px solid #d2d8db;
	background:#fff;
}

.RadScheduler_TV1 .rsAdvEditSave,
.RadScheduler_TV1 .rsAdvEditCancel
{
	margin-left:1.8em;
	text-decoration:none;
	font-weight:bold
}

.RadScheduler_TV1 .rsAdvEditSave
{
	padding-left:15px;
	background:url(Scheduler/AppointmentEditOK.gif) 0 0.4em no-repeat;
	color:#588f02;
	font-size:1.6em
}

.RadScheduler_TV1 .rsAdvEditCancel
{
	padding-left:13px;
	background:url(Scheduler/AppointmentEditCancel.gif) 0 0.36em no-repeat;
	color:#e46100;
	font-size:1.2em;
}

.RadScheduler_TV1 .rsAdvancedEdit .rsAdvInput
{
	width:80px;
}

.RadScheduler_TV1 .rsAdvancedEdit textarea
{
	display:block;
	width:80%;
}

.RadScheduler_TV1 .rsAdvBasicControls:after,
.RadScheduler_TV1 .rsAdvMoreControls ul:after,
.RadScheduler_TV1 .rsAdvRecurrenceFreq:after,
.RadScheduler_TV1 .rsAdvRecurrencePatterns:after
{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.RadScheduler_TV1 .rsAdvBasicControls label,
.RadScheduler_TV1 .rsAdvBasicControls textarea
{   
    display:block;
    margin:0.8em 0 0 15px;
}

.RadScheduler_TV1 .rsAdvBasicControls ul
{
    list-style:none;
    margin:0.8em 0 0 15px;
    padding:0;
}

.RadScheduler_TV1 .rsAdvBasicControls li
{
    float:left;
    margin-right:10px;
}

.RadScheduler_TV1 .rsAdvBasicControls li label
{
    display:inline;
    margin-left:0;
}

.RadScheduler_TV1 .rsAdvMoreControls ul,
.RadScheduler_TV1 .rsAdvRecurrenceRangePanel ul
{
    list-style:none;
    margin:0.8em 0 0 15px;
    padding:0;
}

.RadScheduler_TV1 .rsAdvMoreControls li
{
    float:left;
    clear:left;
    width:100%;
}

.RadScheduler_TV1 .rsAdvMoreControls li label
{
    float:left;
    width:60px;
}
.RadScheduler_TV1 .rsAdvMoreControls li input
{
    float:left;
}

.RadScheduler_TV1 .rsAdvRecurrenceRange
{
    margin:1em 0 0;
    padding:0.8em 0 0 15px;
}

.RadScheduler_TV1 .rsAdvRecurrenceFreq
{
    float:left;
    width:150px;
    margin:0.8em 0 0 0;
}

.RadScheduler_TV1 .rsAdvRecurrenceFreq ul
{
    list-style:none;
    margin:0 0 0 15px;
    padding:0;
}


.RadScheduler_TV1 .rsAdvResetExceptions
{
	clear: both;
	text-align: right;
}

.RadScheduler_TV1 .rsAdvHourly,
.RadScheduler_TV1 .rsAdvDaily,
.RadScheduler_TV1 .rsAdvWeekly,
.RadScheduler_TV1 .rsAdvMonthly,
.RadScheduler_TV1 .rsAdvYearly
{
    float:left;
    margin:1em 0 0 0;
    padding-left:2em;
    position:relative;
    left:-2px;
    background:url(Scheduler/AdvBorderVertical.gif) repeat-y;
}

.RadScheduler_TV1 .rsAdvHourly ul,
.RadScheduler_TV1 .rsAdvDaily ul,
.RadScheduler_TV1 .rsAdvWeekly ul,
.RadScheduler_TV1 .rsAdvMonthly ul,
.RadScheduler_TV1 .rsAdvYearly ul
{
    list-style:none;
    margin:0 0 0 15px;
    padding:0;
}

.RadScheduler_TV1 .rsAdvHourly li,
.RadScheduler_TV1 .rsAdvDaily li,
.RadScheduler_TV1 .rsAdvWeekly li,
.RadScheduler_TV1 .rsAdvMonthly li,
.RadScheduler_TV1 .rsAdvYearly li,
.RadScheduler_TV1 .rsAdvRecurrenceRangePanel li,
.RadScheduler_TV1 .rsAdvMoreControls li
{
    margin:0 0 0.3em 0;
}

.RadScheduler_TV1 .rsAdvHourly input,
.RadScheduler_TV1 .rsAdvDaily input,
.RadScheduler_TV1 .rsAdvWeekly input,
.RadScheduler_TV1 .rsAdvMonthly input,
.RadScheduler_TV1 .rsAdvYearly input,
.RadScheduler_TV1 .rsAdvHourly select,
.RadScheduler_TV1 .rsAdvDaily select,
.RadScheduler_TV1 .rsAdvWeekly select,
.RadScheduler_TV1 .rsAdvMonthly select,
.RadScheduler_TV1 .rsAdvYearly select,
.RadScheduler_TV1 .rsAdvRecurrenceRangePanel input,
.RadScheduler_TV1 .rsAdvRecurrenceRangePanel select
{
    margin:0 2px;
}

.RadScheduler_TV1 .rsAdvRecurrenceRangePanel
{
    clear:left;
    padding-bottom:1em;
}

.RadScheduler_TV1 .rsConfirmation
{
    position:absolute;
    z-index:10001;
    width:284px;
    min-height:185px; _height:185px;
    border:1px solid #8b8f91;
    padding-left:96px;
    background:#f0f2f4 url(Scheduler/rsConfirmation.gif) repeat-y;
}

.RadScheduler_TV1 .rsConfirmation h1,
.RadScheduler_TV1 .rsConfirmation h2
{
    margin:22px 0;
    font:normal 14px/1.2 arial,sans-serif;
    color:#333;
}

.RadScheduler_TV1 .rsConfirmation div
{
    font:normal 14px/1.2 arial,sans-serif !important;
    color:#085ba1;
}

.RadScheduler_TV1 .rsConfirmation input
{
    position:relative;
    top:1px;
}

.RadScheduler_TV1 .rsConfirmation .rsButtonContainer
{
    margin:20px 0 0;
}

.RadScheduler_TV1 .rsConfirmation .rsButtonContainer a
{
    background:#8b8f91;
    margin: 5px;
    padding:1px 3px 3px;
    color:#fff;
    text-decoration:none;
}

.RadScheduler_TV1 .rsShowMore
{
	cursor: pointer;
	text-align: center;
	color: Blue;
	text-decoration: underline;
}

.RadScheduler_TV1 .rsAdvancedEdit .radInput_TV1,
.RadScheduler_TV1 .rsAdvancedEdit .radInput_TV1 table,
.RadScheduler_TV1 .rsAdvancedEdit .pickerWrapper_TV1 .radInput_TV1,
.RadScheduler_TV1 .rsAdvancedEdit .pickerWrapper_TV1 .radInput_TV1 table
{
	width:80px !important;
}

.RadScheduler_TV1 .rsAdvancedEdit .pickerWrapper_TV1,
.RadScheduler_TV1 .rsAdvancedEdit .pickerWrapper_TV1 table
{
	width:100px !important;
}

.RadScheduler_TV1 .rsAdvancedEdit .radInput_TV1,
.RadScheduler_TV1 .rsAdvancedEdit .pickerWrapper_TV1
{
	vertical-align: top;
}

.RadScheduler_TV1 .rsScrollingContent
{
	/*scrollbar-face-color: #e9e9e9;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #e9e9e9;
	scrollbar-3dlight-color: #dbdbdb;
	scrollbar-arrow-color: #787878;
	scrollbar-track-color: #f5f5f5;
	scrollbar-darkshadow-color: #aeaeae;*/
}