﻿/*
.clear
{
	clear: both;
	margin: 0;
	height: 5px;
	overflow: hidden;
	font-size: 0.1em;
}
*/
ul.forms
{
	list-style-type: none;
	padding: 5px;
	border-bottom: 1px solid #666666;
	margin: 0;
}
ul.forms li
{
	clear: both;
}
ul.forms li
{
	padding-bottom: 4px;
}
ul.forms li .formquestion
{
	float: left !important;
	padding: 3px 0;
	margin-right: 15px;
	width: 140px;
}
ul.forms li .ratings
{
	float: left;
	padding: 3px 0;
	margin-right: 15px;
}
ul.generaldetails li .formquestion
{
	width: 120px;
}
/*ul.webcomments li .formquestion, ul.roomenquiry li .formquestion, ul.restaurantenquiry li .formquestion, ul.meetingenquiry li .formquestion, ul.staycomments li .formquestion, ul.eventcomments li .formquestion, ul.familystaycomments li .formquestion
{
    width: 320px;
}*/
ul.forms li input
{
	border: 1px solid #cccccc;
	padding: 1px;
}
ul.forms li.introduction
{
	width: auto;
}
ul.forms li .formquestion label
{
}
ul.forms .validationsummary, span.validator
{
	font-size: 10px;
}
ul.forms span.validator
{
	vertical-align: top;
	padding-left: 3px;
}
.bold, ul.forms .formheader
{
	font-weight: bold;
}
ul.forms .charges
{
	font-size: 9px;
}
ul.forms li.introduction p
{
}
ul.ratingtype > :first-child
{
	margin-left: 2px;
}
ul.forms li ul.ratingtype li
{
	display: inline;
	clear: none;
	list-style-type: none;
	text-align: center;
	margin: 0 25px 0 30px !important;
	font-weight: bold;
	padding: 0;
}
ul.forms li .ratingchecklist td
{
	text-align: center;
	width: 50px;
}
ul.forms li .answerlist td
{
	text-align: left !important;
}
ul.forms li .ratingchecklist td input, .cal_link img
{
	border: none;
}
ul.forms li .ratingchecklist
{
	float: left;
	margin-left: 5px;
	padding: 0;
}
ul.forms li ul.ratingtype
{
	margin: 0 0 0 27px;
	padding: 0;
	width: 500px;
}
.default
{
	padding: 10px;
	width: 550px;
}
.default p
{
	padding: 10px;
	font-weight: bold;
}
.default input
{
	margin-right: 5px;
}
.messagesent
{
	width: 570px;
	min-height: 50px;
	border: none !important;
	padding: 15px 0;
	background-color: Transparent;
	color: #81746B;
}
ul.forms li .right_margin tr td input
{
	margin-right: 5px;
	border: none;
}




/*****************************************************************************
 Default style sheet for jQuery date picker v3.7.0. 
******************************************************************************/

#datepick-div, .datepick-inline
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	background: #ddd;
	color: #000;
	width: 15em;
}
#datepick-div
{
	display: none;
	border: 1px solid #777;
	z-index: 100; /*must have*/
}
.datepick-inline
{
	float: left;
	display: block;
	border: 0;
}
.datepick-rtl
{
	direction: rtl;
}
.datepick-dialog
{
	padding: 5px !important;
	border: 4px ridge #ddd !important;
}
.datepick-disabled
{
	position: absolute;
	z-index: 100;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.datepick-trigger
{
	width: 25px;
	padding: 0px;
}
img.datepick-trigger
{
	margin: 2px;
	vertical-align: middle;
}
.datepick-prompt
{
	float: left;
	padding: 2px;
}
* html .datepick-prompt
{
	/* IE6 */
	width: 15em;
}
.datepick-control, .datepick-links, .datepick-header, .datepick
{
	clear: both;
	float: left;
	width: 100%;
	color: #fff;
}
.datepick-control
{
	background: #400;
	padding: 2px 0px;
}
.datepick-links
{
	background: #000;
	padding: 2px 0px;
}
.datepick-control, .datepick-links
{
	font-weight: bold;
	font-size: 80%;
}
.datepick-links label
{
	padding: 2px 5px;
	color: #888;
}
.datepick-clear, .datepick-prev
{
	float: left;
	width: 34%;
}
.datepick-rtl .datepick-clear, .datepick-rtl .datepick-prev
{
	float: right;
	text-align: right;
}
.datepick-current
{
	float: left;
	width: 30%;
	text-align: center;
}
.datepick-close, .datepick-next
{
	float: right;
	width: 34%;
	text-align: right;
}
.datepick-rtl .datepick-close, .datepick-rtl .datepick-next
{
	float: left;
	text-align: left;
}
.datepick-header
{
	background: #333;
	text-align: center;
	font-weight: bold;
	min-height: 1.5em;
}
.datepick-header select
{
	background: #333;
	color: #fff;
	border: 0px;
	font-weight: bold;
}
.datepick-header span
{
	position: relative;
	top: 3px;
}
.datepick
{
	background: #ccc;
	text-align: center;
	font-size: 100%;
}
.datepick a
{
	display: block;
	width: 100%;
}
.datepick-title-row
{
	background: #777;
}
.datepick-title-row th
{
	text-align: center;
	font-weight: normal;
}
.datepick-days-row
{
	background: #eee;
	color: #666;
}
.datepick-week-col
{
	background: #777;
	color: #fff;
}
.datepick-days-cell
{
	color: #000;
	border: 1px solid #ddd;
}
.datepick-other-month
{
	background: #fff;
}
.datepick-week-end-cell
{
	background: #ddd;
}
.datepick-title-row .datepick-week-end-cell
{
	background: #777;
}
.datepick-week-over
{
	background: #ddd;
}
.datepick-unselectable
{
	color: #888;
}
.datepick-today
{
	background: #fcc;
}
.datepick-current-day
{
	background: #777;
	color: #fff;
}
.datepick-days-cell-over
{
	background: #fff;
	color: #000;
	border: 1px solid #777;
}
.datepick-status
{
	background: #ddd;
	width: 100%;
	font-size: 80%;
	text-align: center;
}
#datepick-div a, .datepick-inline a
{
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.datepick-inline .datepick-links a
{
	padding: 0 5px !important;
}
.datepick-control a, .datepick-links a
{
	padding: 2px 5px !important;
	color: #eee;
}
.datepick-title-row a
{
	color: #eee;
}
.datepick-control a:hover
{
	background: #fdd;
	color: #333;
}
.datepick-links a:hover, .datepick-title-row a:hover
{
	background: #ddd;
	color: #333;
}
.datepick-multi .datepick
{
	border: 1px solid #777;
}
.datepick-one-month
{
	float: left;
	width: 15em;
}
.datepick-new-row
{
	clear: left;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-cover
{
	display: none; /*sorry for IE5*/
	display: /**/ block; /*sorry for IE5*/
	position: absolute; /*must have*/
	z-index: -1; /*must have*/
	filter: mask(); /*must have*/
	top: -1px; /*must have*/
	left: -1px; /*must have*/
	width: 187px; /*must have*/
	height: 187px; /*must have*/
}
﻿

/*
﻿playback timings (ms):
﻿  ﻿captures_list﻿: ﻿0.82﻿
﻿  ﻿exclusion.robots﻿: ﻿0.027﻿
﻿  ﻿exclusion.robots.policy﻿: ﻿0.012﻿
﻿  ﻿esindex﻿: ﻿0.014﻿
﻿  ﻿cdx.remote﻿: ﻿18.958﻿
﻿  ﻿LoadShardBlock﻿: ﻿140.651﻿ (﻿3﻿)
﻿  ﻿PetaboxLoader3.datanode﻿: ﻿131.93﻿ (﻿7﻿)
﻿  ﻿PetaboxLoader3.resolve﻿: ﻿126.714﻿ (﻿3﻿)
﻿  ﻿load_resource﻿: ﻿125.052﻿ (﻿2﻿)
﻿*/