/*

INCOMPLETE

RadScheduler Vista1 skin

* For notes on some CSS class names, please check RadScheduler common skin file *

*/

.RadScheduler_Vista1
{
    color:#333;
    background:#fff;
}

.RadScheduler_Vista1,
.RadScheduler_Vista1 table
{
    font:11px/16px "Segoe UI", Arial, serif;;
}
/* control header */

.RadScheduler_Vista1 .rsHeader
{
    border-left: 1px solid #66707c;
    border-right: 1px solid #66707c;
    border-top: 1px solid #66707c;
    border-bottom: 0 solid #66707c;
    background: #8EB2DA url('../Vista1/Scheduler/menuItem.gif') repeat-x left top;
}
.RadScheduler_Vista1 .rsHeader p
{
	float:left;
    left:11px;
    width:90px;
    height:20px;
    margin:2px 0 0 0;
    font-size: 10px;
    padding:0;   
    background:url('../Vista1/Scheduler/PrevNext.gif') no-repeat 4px 0;
    line-height:20px;
    color:#fff;
}
.RadScheduler_Vista1 .rsPrevDay,
.RadScheduler_Vista1 .rsNextDay
{
    top:0;
    width:14px;
    height:21px;
}
.RadScheduler_Vista1 .rsPrevDay
{
    left:0;
}
.RadScheduler_Vista1 .rsNextDay
{
    left:15px;
}
.RadScheduler_Vista1 .rsHeader
{
	 background: #54a0ab url('../Vista1/Scheduler/rsHeaderBg.gif') repeat-x left top;
}
.RadScheduler_Vista1 .rsHeader em
{
    font-weight: bold;
    font-style: normal;
}
.RadScheduler_Vista1 .rsHeader p em
{
	position:absolute;
	top:0;
	left:38px;
}
.RadScheduler_Vista1 .rsHeader p em a
{
    color:#fff;
}

.RadScheduler_Vista1 .rsHeader p em a.rsToday
{
	text-decoration: underline;
}
 
.RadSchedule_Vista1 .rsHeader p em a:hover
{
    text-decoration:none;
}

.RadScheduler_Vista1 .rsHeader h2
{
    margin:0;
    padding:4px 0 4px 130px;
    font-size:16px;
    line-height:20px;
    color:#fff;
    font-weight:bold;
    background: url('../Vista1/Scheduler/rsHeaderBgRight.gif') no-repeat right top;
}

.RadScheduler_Vista1 .rsHeader ul
{
    list-style:none;
    float:right;
    margin:0;
    text-align:right;
    font-size:12px;
    line-height:28px;
    height:28px;
}

.RadScheduler_Vista1 .rsHeader li
{
    float:left;
    color:#fff;
}

.RadScheduler_Vista1 .rsHeader ul li
{
    padding:0 12px;
}

.RadScheduler_Vista1 .rsHeader ul a
{
    float:left;
    display:block;
    color:#fff;
    text-decoration:none;
    font-weight: normal;
}

.RadScheduler_Vista1 .rsHeader ul a:hover
{
	text-decoration: underline;
}

.RadScheduler_Vista1 .rsHeader .rsSelected
{
	background:url('../Vista1/Scheduler/menuItemSelected.gif') no-repeat right 50%;
	padding: 0 3px 0 0;
	overflow: visible;
}

.RadScheduler_Vista1 .rsHeader .rsSelected em
{
	padding: 5px 9px 5px 12px; /* 3px compensation from .rsSelected's padding */
	margin-left: -3px;
	font-size: 12px;
	line-height: 16px;
	background:url('../Vista1/Scheduler/menuItemSelected.gif') no-repeat left 50%;
	zoom: 1;
}

/*table header*/

.RadScheduler_Vista1 .rsColumnHeader,
.RadScheduler_Vista1 .rsAllDay
{
    border-left: 1px solid #769bcb; 
    border-right: 1px solid #769bcb;
}

.RadScheduler_Vista1 .rsAllDayCell
{
    border-right: 1px solid #769bcb;
    background: #f5f6f8;
    cursor: default;
}

/* Begin IE6 Fix - All day-appointments disappear on click */
* html .RadScheduler_Vista1 .rsAllDayCell
{
	height: 25px;
}

* html .RadScheduler_Vista1 .rsAllDayCell .rsWrap
{
	height: 100%;
}
/* End IE6 Fix  */

.RadScheduler_Vista1 .rsAllDayCell .rsWrap
{
	height: 25px;
}

.RadScheduler_Vista1 .rsColumnHeaderFirstCell,
.RadScheduler_Vista1 .rsAllDayFirstCell
{
    background: #f1fbfe; 
    width: 70px; 
    height: 25px;
}

.RadScheduler_Vista1 .rsColumnHeaderFirstCell div,
.RadScheduler_Vista1 .rsAllDayFirstCell div
{
    width: 70px;
}

.RadScheduler_Vista1 .rsAllDayFirstCell
{
	color: #333;
	font-size: 12px;
    height: 25px;
    text-align:center;
}

.RadScheduler_Vista1 .rsAllDayLastCell
{
    border-top: 0;
    background: #f5f6f8;
}

.RadScheduler_Vista1 .rsAllDayLastCell div,
.RadScheduler_Vista1 .rsColumnHeaderLastCell div
{
	width: 15px;
}

.RadScheduler_Vista1 .rsColumnHeaderTable,
.RadScheduler_Vista1 .rsAllDayTable
{
    border-left: 1px solid #769bcb; 
    border-right: 1px solid #769bcb; 
}

.RadScheduler_Vista1 .rsColumnHeaderFirstCell,
.RadScheduler_Vista1 .rsColumnHeaderRow th
{
	border-top: 1px solid #073041;
    background:#e0e0e0 url('../Vista1/Scheduler/rsSubHeaderBg.gif') repeat-x left top;
    height: 21px;
    border-bottom: 1px solid #a0b2bd;
}

.RadScheduler_Vista1 .rsColumnHeaderRow th
{
	color: #333;
	font-weight: normal;
    border-right: 1px solid #a7bac5;
    border-bottom: 1px solid #a7bac5;  
    text-align:center;
}

.RadScheduler_Vista1 .rsColumnHeaderRow th.rsTodayCol
{
    background:#ea8e00 url('../Vista1/Scheduler/WeekDayToday.gif') repeat-x center 0;
}

.RadScheduler_Vista1 .rsColumnHeaderLastCell
{
	border-top: 1px solid #073041;
	border-bottom: 1px solid #a0b2bd;
    background:#e0e0e0 url('../Vista1/Scheduler/rsSubHeaderBg.gif') repeat-x left top;
}

.RadScheduler_Vista1 .rsContentTable .rsLastCell,
.RadScheduler_Vista1 .rsAllDayRow .rsLastCell,
.RadScheduler_Vista1 .rsColumnHeaderRow .rsLastCell
{
    border-right: 0px none;
}

.RadScheduler_Vista1 .rsShowMore
{
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
}

/* main content */

.RadScheduler_Vista1 .rsContent
{
    border: 1px solid #a7bac5; 
}

.RadScheduler_Vista1 .rsHoursTable
{
    width: 70px;
}

.RadScheduler_Vista1 .rsHoursTable th
{
	color: #404041;
    height: 25px;
    border-top: 1px solid #a7bac5; 
    background: #f1fbfe;
    font-size: 12px;
    font-weight: normal;
}

.RadScheduler_Vista1 .rsHoursTable th.rsFirstCell
{
    border-top: 0;
}

.RadScheduler_Vista1 .rsHoursTable th.rsAltHour
{
    border-top: 0;
    padding-top: 1px;
}

/* task table */

.RadScheduler_Vista1 .rsContentTable
{
    border-left: 1px solid #769bcb;
}

.RadScheduler_Vista1 .rsCell
{
	border-right: 1px solid #a0b3bf;
    background: #fff;
    height: 25px;
    border-bottom: 1px solid #d5d5d5;
    vertical-align:top;
}

.RadScheduler_Vista1 td.rsWorkHour 
{
	background:#fff; 
}

.RadScheduler_Vista1 .rsMonthView .rsCell
{
	height: auto;
	background:#fff;
}

.RadScheduler_Vista1 .rsMonthView .rsWrap
{
	height: 25px;
	cursor: default;
}

.RadScheduler_Vista1 .rsAltRow .rsCell
{
	border-bottom-color:#f1f1f1;
}

.RadScheduler_Vista1 .rsMonthView td.rsOtherMonth
{
    background:#f0f2f4;
}

.RadScheduler_Vista1 .rsContentTable .rsSatCol,
.RadScheduler_Vista1 .rsContentTable .rsSunCol
{
	background:#f5f6f7;
}

.RadScheduler_Vista1 .rsMonthView .rsLastRow td.rsSatCol,
.RadScheduler_Vista1 .rsMonthView .rsLastRow td.rsSunCol
{
    border-bottom-color:#292929;
}

.RadScheduler_Vista1 .rsLastRow .rsCell
{
	border-bottom: 0px none;
}

.RadScheduler_Vista1 .rsContentTable .rsRow .rsAptCreate,
.RadScheduler_Vista1 .rsAllDayRow .rsAptCreate
{
    background:#f3fafe;
    color: #333;
}

/* small edit form */

.RadScheduler_Vista1 .rsAptEdit
{
    background: #d6f0fc;
    border: solid #c7cdd0;
    border-width: 1px 0;
}

.RadScheduler_Vista1 .rsEditOptions
{
	float: right;
    margin-right: 2px;
    color: #06c;
}

.RadScheduler_Vista1 .rsAptEditConfirm
{
    background:url('../Vista1/Scheduler/AppointmentEditOK.gif') no-repeat center;
    height:20px;
}

.RadScheduler_Vista1 .rsAptEditCancel
{
    background:url('../Vista1/Scheduler/AppointmentEditCancel.gif') no-repeat center;
    height:20px;
}

.RadScheduler_Vista1 .rsEditOptions a.rsAptEditMore 
{
    font-size:0.9em;
    line-height:20px;
    text-align:right;
    text-indent:0pt;
    color:#949090;
    text-decoration: none;
}

.RadScheduler_Vista1 .rsEditOptions a 
{
	float: left;
	width: 15px;
}

.RadScheduler_Vista1 .rsEditOptions a.rsAptEditMore 
{
	width: 30px;
}

.RadScheduler_Vista1 .rsAptEditTextareaWrapper textarea 
{
	font-size: 12px;
    overflow: auto;
    
    background:#fff;
	border:1px solid #9adffe;
	font-family:"Segoe UI",arial,verdana,tahoma,sans-serif;
	color: #333;
}

/* apt */

.RadScheduler_Vista1 .rsContentTable .rsApt
{
	width:100%;
}

.RadScheduler_Vista1 .rsAptWrap
{
    border-left: 1px solid #99defd;
    border-right: 1px solid #99defd;
    border-top: 1px solid #99defd;
    border-bottom: 0 solid #99defd;
background:#f6fbfd url('../Vista1/Scheduler/AppointmentBg.gif') repeat-x left bottom;
}

.RadScheduler_Vista1 .rsAptInner
{	
	color: #333;
	font: bold Arial, serif;
}

.RadScheduler_Vista1 .rsAptBottom
{
    border-bottom: 1px solid #99defd;
}

/*
.RadScheduler_Vista1 .rsAptSelected .rsAptWrap
{
    border-left-color:#86c950;
    border-right-color:#86c950;
    background:#d8f5c0;
}

.RadScheduler_Vista1 .rsAptSelected .rsAptInner
{
    border-top: 1px solid #86c950;
}

.RadScheduler_Vista1 .rsAptSelected .rsAptBottom
{
    border-bottom: 1px solid #86c950;
}
*/

.RadScheduler_Vista1 .rsAptResize
{
    background:url('../Vista1/Scheduler/AppointmentExpand.gif') no-repeat center bottom;
    width: 15px;
    height: 6px;
    bottom: 1px;
    margin-left: -7px;
    left: 50%;
    cursor: s-resize;
}

.RadScheduler_Vista1 .rsAptDelete 
{
    background:url('../Vista1/Scheduler/AppointmentDelete.gif') no-repeat;
    height:15px;
    right:3px;
    top:-1px;
    width:26px;
    text-indent:-99em;
}

.RadScheduler_Vista1 .rsAptRecurrence
{
	padding: 0px 5px;
	margin: 0px 1px 0 2px;
    background:url('../Vista1/Scheduler/rsRecurrence.gif') no-repeat 0 50%;
}

.RadScheduler_Vista1 .rsAptRecurrenceException
{
	padding: 0px 3px;
	margin: 0px 3px;
    background:url('../Vista1/Scheduler/rsRecurrenceException.gif') no-repeat 0 50%;
}

/* Appointment Arrows */

.RadScheduler_Vista1 .rsWArrowTop .rsAptContent
{
    padding-top:7px;
}
.RadScheduler_Vista1 .rsWArrowBottom .rsAptContent
{
    padding-bottom:7px;
}
.RadScheduler_Vista1 .rsWArrowLeft .rsAptContent
{
    padding-left:10px;
}
.RadScheduler_Vista1 .rsWArrowRight .rsAptContent
{
    padding-right:10px;
}

.RadScheduler_Vista1 .rsArrowTop,
.RadScheduler_Vista1 .rsArrowBottom
{
    width:100%;
    height:4px;
    left:0;
}

.RadScheduler_Vista1 .rsArrowLeft,
.RadScheduler_Vista1 .rsArrowRight
{
    width:4px;
    height:100%;
    top:0;
}

.RadScheduler_Vista1 .rsArrowTop
{
    top:2px;
    background:url('../Vista1/Scheduler/AppointmentArrowU.gif') no-repeat 50% 0;
}
.RadScheduler_Vista1 .rsArrowBottom
{
    background:url('../Vista1/Scheduler/AppointmentArrowD.gif') no-repeat 50% 0;
    bottom:2px;
}
.RadScheduler_Vista1 .rsArrowLeft
{
    background:url('../Vista1/Scheduler/AppointmentArrowL.gif') no-repeat 0 50%;
    left:3px;
}
.RadScheduler_Vista1 .rsArrowRight
{
    background:url('../Vista1/Scheduler/AppointmentArrowR.gif') no-repeat 0 50%;
    right:3px;
}

/* footer */

.RadScheduler_Vista1 .rsFooter
{
    border-left: 1px solid #9db6c5;
    border-right: 1px solid #9db6c5;
    border-bottom: 1px solid #9db6c5;
    border-top: 0;
    background: #f0fafd url('../Vista1/Scheduler/rsFooterBg.gif') repeat-x left top;
    line-height:20px;
        height: 20px;
}

.RadScheduler_Vista1 .rsFooter a
{
    margin-left:10px;
    padding-left:11px;
    background:url('../Vista1/Scheduler/Show24.gif') no-repeat 0 0.3em;
    color:#06c;
}

/* Advanced Edit */

.RadScheduler_Vista1 .rsAdvancedEdit
{
    background:#f1fbfe;
	border:1px solid #a0a0a0;
	cursor: default;
	font-size: 12px;
}

.RadScheduler_Vista1 .rsAdvancedEdit .rsAdvInput,
.RadScheduler_Vista1 .rsAdvancedEdit select,
.RadScheduler_Vista1 .rsAdvancedEdit textarea
{
	border: solid 1px;
	border-color:#abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	color:#000;
}

.RadScheduler_Vista1 .rsAdvancedEdit .rsAdvInput:hover,
.RadScheduler_Vista1 .rsAdvancedEdit select:hover,
.RadScheduler_Vista1 .rsAdvancedEdit textarea:hover
{
	border-color:#5794bf #b7d5ea #c7e2f1 #c5daed;
}

.RadScheduler_Vista1 .rsAdvancedEdit .rsAdvInput:focus,
.RadScheduler_Vista1 .rsAdvancedEdit select:focus,
.RadScheduler_Vista1 .rsAdvancedEdit textarea:focus
{
	border-color:#3d7bad #a4c9e3 #b7d9ed #b5cfe7;
}

.RadScheduler_Vista1 .rsAdvancedEdit .pickerWrapper_Vista1
{
	border: 0;
}

.RadScheduler_Vista1 .rsAdvancedEdit textarea
{
    display:block;
	width:80%;
	font: 12px Arial,sans-serif;
}

.RadScheduler_Vista1 .rsAdvMoreDetails,
.RadScheduler_Vista1 .rsAdvRecurrence
{
	padding:1em 0 0 16px;
	font-size:14px;
	line-height:29px;
	height:29px;
	color: #039;
}

.RadScheduler_Vista1 .rsAdvMoreDetails
{
	margin-bottom: 0.6em;
}

.RadScheduler_Vista1 .rsAdvancedSubmitArea
{
	padding-top:2px;
	border-top:1px solid #dadada;
	background:#fff;
	height: 30px;
}

.RadScheduler_Vista1 .rsAdvEditSave,
.RadScheduler_Vista1 .rsAdvEditCancel
{
	margin:4px 0 0 16px;
	text-decoration:none;
	font-weight:normal;
	text-align: center;
	color:#000;
	
	float: left;
	width: 73px;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
}

* html .RadScheduler_Vista1 .rsAdvEditSave,
* html .RadScheduler_Vista1 .rsAdvEditCancel
{
	margin-left: 8px;
}

.RadScheduler_Vista1 .rsAdvEditSave
{
	background:url('../Vista1/Scheduler/SubmitButtonSprites.gif') no-repeat 0 -21px;
}

.RadScheduler_Vista1 .rsAdvEditCancel
{
	background:url('../Vista1/Scheduler/SubmitButtonSprites.gif') no-repeat 0 0;
}

.RadScheduler_Vista1 .rsAdvBasicControls:after,
.RadScheduler_Vista1 .rsAdvMoreControls ul:after,
.RadScheduler_Vista1 .rsAdvRecurrenceFreq:after,
.RadScheduler_Vista1 .rsAdvRecurrencePatterns:after
{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.RadScheduler_Vista1 .rsAdvBasicControls label,
.RadScheduler_Vista1 .rsAdvBasicControls textarea
{   
    display:block;
    margin:0.8em 0 0 15px;
}

.RadScheduler_Vista1 .rsAdvBasicControls ul
{
    list-style:none;
    margin:0.8em 0 0 15px;
    padding:0;
}

.RadScheduler_Vista1 .rsAdvBasicControls li
{
    float:left;
    margin-right:10px;
}

.RadScheduler_Vista1 .rsAdvBasicControls li label
{
    display:inline;
    margin-left:0;
    vertical-align:middle;
    padding-right:5px;
}

.RadScheduler_Vista1 .rsAdvBasicControls li .rsAdvInput
{
	margin-right:5px;
}

.RadScheduler_Vista1 .rsAdvMoreControls ul,
.RadScheduler_Vista1 .rsAdvRecurrenceRangePanel ul
{
    list-style:none;
    margin:0.8em 0 0 15px;
    padding:0;
}

.RadScheduler_Vista1 .rsAdvRecurrenceRangePanel label
{
	padding-right: 4px;
}

.RadScheduler_Vista1 .rsAdvMoreControls li
{
    float:left;
    clear:left;
    width:100%;
}

.RadScheduler_Vista1 .rsAdvMoreControls li label
{
    float:left;
    width:60px;
}

.RadScheduler_Vista1 .rsAdvancedEdit .rsAdvCheckboxWrapper input
{
	vertical-align: middle;
}

.RadScheduler_Vista1 .rsAdvancedEdit .rsAdvCheckboxWrapper label
{
	width: auto;
}

.RadScheduler_Vista1 .rsAdvMoreControls li input
{
    float:left;
}

.RadScheduler_Vista1 .rsAdvRecurrenceRange
{
    margin:1em 0 0;
    padding:0.8em 0 0 15px;
}

.RadScheduler_Vista1 .rsAdvRecurrenceFreq
{
    float:left;
    width:150px;
    margin:0.8em 0 0 0;
    border-right:1px solid #d2d8db;
}

.RadScheduler_Vista1 .rsAdvRecurrenceFreq ul
{
    list-style:none;
    margin:0 0 0 15px;
    padding:0;
}


.RadScheduler_Vista1 .rsAdvResetExceptions
{
	clear: both;
	text-align: right;
}

.RadScheduler_Vista1 .rsAdvHourly,
.RadScheduler_Vista1 .rsAdvDaily,
.RadScheduler_Vista1 .rsAdvWeekly,
.RadScheduler_Vista1 .rsAdvMonthly,
.RadScheduler_Vista1 .rsAdvYearly
{
    float:left;
    margin:1em 0 0 0;
    padding-left:2em;
    position:relative;
    left:-2px;
}

.RadScheduler_Vista1 .rsAdvHourly ul,
.RadScheduler_Vista1 .rsAdvDaily ul,
.RadScheduler_Vista1 .rsAdvWeekly ul,
.RadScheduler_Vista1 .rsAdvMonthly ul,
.RadScheduler_Vista1 .rsAdvYearly ul
{
    list-style:none;
    margin:0 0 0 15px;
    padding:0;
    width: 390px;
}

.RadScheduler_Vista1 .rsAdvHourly li,
.RadScheduler_Vista1 .rsAdvDaily li,
.RadScheduler_Vista1 .rsAdvWeekly li,
.RadScheduler_Vista1 .rsAdvMonthly li,
.RadScheduler_Vista1 .rsAdvYearly li,
.RadScheduler_Vista1 .rsAdvRecurrenceRangePanel li,
.RadScheduler_Vista1 .rsAdvMoreControls li
{
    margin:0 0 0.3em 0;
}

.RadScheduler_Vista1 .rsAdvHourly input,
.RadScheduler_Vista1 .rsAdvDaily input,
.RadScheduler_Vista1 .rsAdvWeekly input,
.RadScheduler_Vista1 .rsAdvMonthly input,
.RadScheduler_Vista1 .rsAdvYearly input,
.RadScheduler_Vista1 .rsAdvHourly select,
.RadScheduler_Vista1 .rsAdvDaily select,
.RadScheduler_Vista1 .rsAdvWeekly select,
.RadScheduler_Vista1 .rsAdvMonthly select,
.RadScheduler_Vista1 .rsAdvYearly select
{
    margin:0 2px;
}

.RadScheduler_Vista1 .rsAdvRecurrencePatterns .rsAdvInput,
.RadScheduler_Vista1 .rsAdvRecurrenceRangePanel .rsAdvInput
{
	width: 30px;
	padding-left: 1px;
	padding-right: 1px;
}

.RadScheduler_Vista1 .rsAdvRecurrencePatterns .rsAdvWeekly_Weekday
{
	float: left;
	width: 100px;
}

.RadScheduler_Vista1 .rsConfirmation
{
    position:absolute;
    z-index:10001;
    width:284px;
    height:185px;
    border:1px solid #8bbde8;
    padding-left:96px;
    background:#f4fcff url('../Vista1/Scheduler/rsConfirmation.gif') repeat-y;
}

.RadScheduler_Vista1 .rsConfirmation h1,
.RadScheduler_Vista1 .rsConfirmation h2
{
    margin:22px 0;
    font:normal 14px/1.2 arial,sans-serif;
    color:#333;
}

.RadScheduler_Vista1 .rsConfirmation div
{
    font:normal 14px/1.2 arial, sans-serif;
    color:#085ba1;
}

.RadScheduler_Vista1 .rsConfirmation input
{
    position:relative;
    top:1px;
}

.RadScheduler_Vista1 .rsConfirmation .rsButtonContainer
{
    margin:20px 0 0;
}

.RadScheduler_Vista1 .rsConfirmation .rsButtonContainer a
{
    background:#085ba1;
    margin: 5px;
    padding:1px 3px 3px;
    color:#fff;
    text-decoration:none;
}

.RadScheduler_Vista1 .rsAdvancedEdit .radInput_Vista1,
.RadScheduler_Vista1 .rsAdvancedEdit .pickerWrapper_Vista1
{
	vertical-align: middle;
}

.RadScheduler_Vista1 .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;
}
