.modalDialog {
	background-image: none;
	background-color: #fff;
}

.modalDialog {
	text-align: center;
	padding: 20px;
}

.modalDialog .content {
	text-align: left;
	width: 680px;
	margin: 0 auto;
	color: #000;
}

.modalDialog h2 {
	padding-bottom: 20px;
}

.modalDialog p,
.modalDialog ol {
	padding-bottom: 8px;
}

.modalDialog ol {
	padding-left: 17px;
	list-style-type: decimal;
}

.modalDialog ol li {
	padding-bottom: 20px;
}


.modalDialog ol li h4 {
	padding-bottom: 5px;
}

.modalDialog ol li #peopleSelection {
	margin-bottom: 12px;
}

.modalDialog ol li #peopleSelection div {
	float: left;
	margin-right: 20px;
}

.modalDialog .activityBtns {
	padding-left: 12px;
}

.modalDialog .activityBtns a {
	float: left;
	padding-top: 7px;
	margin-right: 20px;
}

.modalDialog #childAge input {
	width: 16px;
}

.modalDialog .childrenDisplay {
	margin-right: 9px;
	display: inline!important;
}

.modalDialog .hideDiv {
	display: none;
}

.errorPeopleLimit {
	display: none;
	padding-bottom: 5px;
	color: red;
}

/* calendar date picker */
.datePicker {
	background: url('/VailResorts/sites/PlanningAndBooking/assets/img/bg_privateLesson_datePicker.gif') top left no-repeat;
	padding: 15px;
	margin: 0 0 0 2px;
	width: 492px;
	height: 345px;
}

.activityCalendar .monthHeader {
	padding-bottom: 10px;
	*padding-bottom: 0px;
	display: block !important;
}

.activityCalendar table {
	border-collapse: collapse;
	margin:0 auto 0.4em;
	width:95%;
	height: 1%;
}

.activityCalendar table th,
.activityCalendar table td {
	text-align: center;
	color: #999;
}

.activityCalendar table th {
	font-weight: bold;
	font-size: 10px;
	padding:0.7em 0.3em;
}

.activityCalendar table tbody {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.activityCalendar table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
	font-size: 14px;
	color: #999;
	padding: 4px;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	*width: 25px;
	*height: 25px;
}

.activityCalendar table td a {
	color: #999;
	text-decoration: none;
}

.firstMonth,
.secondMonth {
	float: left;
	width: 49%;
}

.secondMonth .monthHeader .calNext {
	float: right;
}

.monthHeader strong {
	font-size: 16px;
	line-height:1.8em;
	margin:0 4.3em;
	text-align:center;
	color: #999;
}

.activityCalendar td.state-disabled {background-color: #bab9b9;}
.activityCalendar td.state-unavailable {
	background-color: #2d7bb2;
	color: #fff;
}

.activityCalendar td.state-selected {background-color: #f2c200;}
.activityCalendar td.state-selected a:link,
.activityCalendar td.state-selected a:visited,
.activityCalendar td.state-selected a:hover,
.activityCalendar td.state-selected a:active {color: #fff;}

.activityCalendar table td.state-pastDate {text-decoration: line-through;}

.activityCalendar {
	background-color: #f0f0f0;
}

.datePicker .unavailableDay {
	background-color: #2e7bb3;
}

.calPrev,
.calNext {
	display: inline-block;
	background: url('/VailResorts/sites/PlanningAndBooking/assets/img/btn_calendarPrevNext.gif') top left no-repeat;
	text-indent: -300em;
}

.calPrev,
.calNext {
	float: left;
	background-position: 0 -77px;
	width: 25px;
	height: 17px;
}

.calNext {
	background-position: 0 -30px;
	float: right;
}

.datePicker ul {
	padding: 10px 6px;
}

.datePicker p {
	clear: both;
}

.datePicker li {
	display: inline;
	float: left;
	padding: 0 25px;
	font-weight: bold;
}

.datePicker li.lessonAvailable,
.datePicker li.unavailable,
.datePicker li.selected {
	background: url('/VailResorts/sites/PlanningAndBooking/assets/img/icon_available.gif') 0 50% no-repeat;
	padding-top: 19px;
	padding-left: 45px;
	height: 36px;
}

.datePicker li.unavailable {
	background: url('/VailResorts/sites/PlanningAndBooking/assets/img/icon_unavailable.gif') 0 50% no-repeat;
}

.datePicker li.selected {
	background: url('/VailResorts/sites/PlanningAndBooking/assets/img/icon_selected.gif') 0 50% no-repeat;
}
/* end calendar elements ------------------------------------------- */




.offerConfigure {
	color: #999;
}
.offerConfigure h3 {
	color: #999;
	padding-bottom: 5px;
	font-weight: bold;
}
.offerConfigure .dark {
	color: #000;
}
.offerConfigureContainer {
	padding: 15px 0 30px;
}

/*.offerConfigureContainer .detailWrapper{
	width:525px;
	float:right;
	margin-right:10px!important;
	}*/

.offerConfigureContainer .detailWrapper{
	width:425px;
	float:left;
	margin-right:10px!important;
	}
	
.offerConfigureContainer .detailWrapper span.validTill{
		display:block;
		font-weight:bold;
		}			

.offerConfigureContainer .leftCol, .offerConfigureForm label  {
	float: left;
	width: 125px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
.offerConfigureContainer .rightCol {
	float: left;
	width: 400px;
}
.offerConfigureForm li {
	overflow: hidden;
	padding-bottom: 5px;
}
.offerConfigureForm .rightCol {
	float: left;
	width: 250px;
	}
/* KR artf1059784 : H | Offers | Text in the modal window is not visible */
#offerConfigureWithoutPriceModal .offerConfigureForm .rightCol {
	float: left;
	width: 300px;
}

#offerConfigureWithoutPriceModal .rightColSmall {
	float: left;
	width: 160px;
}

#offerConfigureWithoutPriceModal .floatDivLeft
{
    float:left;
    width:460px;
}

.offerConfigureForm select, .offerConfigureForm input {
	margin-left: 10px;
	}

#offerConfigureWithoutPriceModal ul.chromeFooterList li.btnExitWithoutSave{
	padding:11px 0 0 33px;
	}

#offerConfigureWithoutPriceModal select{
	color:#666666;
	font-size:11px;
	width:40px;
	}
/* Added by Naveen/Nisha for offer price point*/
.info li {
float:left;
margin:0 10px;
width:420px;
}
.datesTravelers dl {
float:left;
margin:5px 0 5px 10px;
width:400px !important;
}
.datesTravelers dl dt {
float:left;
font-weight:bold;
margin-right:5px;
padding:3px 0;
}

table.lodgingList td {
padding:15px 10px;
text-align:left;
vertical-align:top;
width:100px;
}
.dateSelection{width:28%}
.detailbox li{margin:0 10px;font-weight:bold;}
.lodgingTable{padding-top:11px;}
.detailbox .datePicker{background:none !important;width:220px; *width:260px; padding:0;}
.detailbox li.list{margin:100px 0 20px 20px;_margin-top:130px;}
.legend {margin-top:10px;}
li.lessonAvailable,li.unavailable,li.selected,li.onhover {
background:transparent url(/VailResorts/sites/PlanningAndBooking/assets/img/icon_available.gif) no-repeat scroll 0 50%;
height:36px;
padding-left:45px;
padding-top:19px;
}
li.unavailable {
background:transparent url(/VailResorts/sites/PlanningAndBooking/assets/img/icon_unavailable.gif) no-repeat scroll 0 50%;
}
li.selected {
background:transparent url(/VailResorts/sites/PlanningAndBooking/assets/img/icon_selected.gif) no-repeat scroll 0 50%;
}
li.onhover {
background:transparent url(/VailResorts/sites/PlanningAndBooking/assets/img/icon_hover.gif) no-repeat scroll 0 50%;
}
.detailbox .legend{margin-left:20px;}
.detailbox .firstMonth{width:auto;_width:220px;}
.detailbox table td {border:1px solid #CCCCCC;}
.left{float:left;}
.details li{font-weight:bold;padding:5px;}
.privateLessonCalendar td.state-possible {
background-color:#408080;
color:#FFFFFF;
}
/* end*/
/* KR - offerPricePoint classes */
.offerPricePointContainer .detailbox li.list{
    margin-top:50px; *margin-left: 30px;_margin-left: 0px;
}
.offerPricePointContainer .detailbox .datePicker{
    margin-top:10px;
}
#heavenly .offerPricePointContainer .prodDescription, #heavenly .availabitliyContainer h4{
	color: #FFFFFF!important; 
}
#heavenly .privateLessonCalendar {
	background: transparent !important;	
}
.offerConfigureForm .dateField{
	width: 400px;
}
