/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus { outline:none; }
table {
	border-collapse:collapse;
	border-spacing:0;
}
input::-moz-focus-inner {
	border:0;
	padding:0;
}
input::-ms-clear { display:none; }
input::-ms-reveal { display:none; }

legend { display:none; }

#content strong { font-weight:bold; }
#content em { font-style:italic; }
#content u { text-decoration:underline; }

input[type="date"],
input[type="submit"],
input[type="text"],
textarea {
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
input[type="date"],
textarea {
	vertical-align:top;
}

/* VALIDATION */
.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	z-index: 5000;
	cursor: pointer;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none
}

.formError .formErrorContent {
	width: 100%;
	background: #a00;
	position:relative;
	z-index:5001;
	color: #fff;
	width: 150px;
	font-family: tahoma;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	/*border: 2px solid #ddd;*/
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
  position:relative;
  z-index: 5006;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	margin: 0px 0 0 12px;
  top:2px;
}

.formError .formErrorArrow div {
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	font-size: 0px;
	height: 1px;
	background: #a00;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line1 {
	width:1px;
}
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
	display:none;
}




/* SHARE */
#share-this-site {
	padding:0;
	margin:0 5px 5px;
	width:420px;
}
#share-this-site li {
	float:left;
	width:130px;
	margin:0 5px;
	font-size:0;
}
#share-this-site a {
	position:relative;
	display:block;
	height:16px;
	padding:0 0 0 20px;
	margin:5px 0;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
}
#share-this-site a:active {top: auto;}
#share-this-site a .icon {
	width:16px;
	height:16px;
	background: url(../images/common.png) no-repeat 0 0;
	background-image: url(../images/common.svg), none;
}
#share-this-site a.share_facebook .icon {background-position:-1000px 0}
#share-this-site a.share_facebook:hover .icon {background-position:-1036px 0}
#share-this-site a.share_twitter .icon {background-position:-1000px -36px}
#share-this-site a.share_twitter:hover .icon {background-position:-1036px -36px}
#share-this-site a.share_tumblr .icon {background-position:-1000px -72px}
#share-this-site a.share_tumblr:hover .icon {background-position:-1036px -72px}
#share-this-site a.share_linkedin .icon {background-position:-1000px -108px}
#share-this-site a.share_linkedin:hover .icon {background-position:-1036px -108px}
#share-this-site a.share_digg .icon {background-position:-1000px -144px}
#share-this-site a.share_digg:hover .icon {background-position:-1036px -144px}
#share-this-site a.share_delicious .icon {background-position:-1000px -180px}
#share-this-site a.share_delicious:hover .icon {background-position:-1036px -180px}
#share-this-site a.share_stumbleupon .icon {background-position:-1000px -216px}
#share-this-site a.share_stumbleupon:hover .icon {background-position:-1036px -216px}
#share-this-site a.share_orkut .icon {background-position:-1000px -252px}
#share-this-site a.share_orkut:hover .icon {background-position:-1036px -252px}
#share-this-site a.share_myspace .icon {background-position:-1000px -288px}
#share-this-site a.share_myspace:hover .icon {background-position:-1036px -288px}
#share-this-site a.share_yammer .icon {background-position:-1000px -324px}
#share-this-site a.share_yammer:hover .icon {background-position:-1036px -324px}
#share-this-site a.share_pinterest .icon {background-position:-1000px -360px}
#share-this-site a.share_pinterest:hover .icon {background-position:-1036px -360px}
#share-this-site a.share_bebo .icon {background-position:-1000px -396px}
#share-this-site a.share_bebo:hover .icon {background-position:-1036px -396px}
#share-this-site a.share_live .icon {background-position:-1000px -432px}
#share-this-site a.share_live:hover .icon {background-position:-1036px -432px}
#share-this-site a.share_google .icon {background-position:-1000px -468px}
#share-this-site a.share_google:hover .icon {background-position:-1036px -468px}
#share-this-site a.share_email .icon {background-position:-1000px -504px}
#share-this-site a.share_email:hover .icon {background-position:-1036px -504px}




/* DATEPICKER */
table.jCalendar {
	width:160px;
	margin:0;
	border-collapse:collapse;
}

table.jCalendar th {
	background:#efefef;
	font-weight:normal;
	text-align:center;
	text-transform:uppercase;
	height:25px;
	overflow:hidden;
	vertical-align:middle;
	padding:0;
	margin:0;
}
table.jCalendar td {
	background:#fff;
	border:1px solid #f2f2f2;
	font-size:10px;
	text-align:center;
	line-height:22px;
	height:22px;
	vertical-align:middle;
	cursor:pointer;
	padding:0;
	margin:0;
}
table.jCalendar td.today {
	background:#eee;
}
table.jCalendar td.dp-hover {
	color:#fff;
	background:#666;
}
table.jCalendar td.selected {
	color:#fff;
	background:#000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover, table.jCalendar td.other-month {
	color:#ccc;
	text-decoration:none;
	cursor:default;
	background:none;
	text-shadow:none;
}
div.dp-popup {
	position:relative;
	font-size:10px;
	padding:0;
}
div#dp-popup {
	border:1px solid #000;
	background:#fff;
	overflow:hidden;
	position:absolute;
	z-index:9999;
	box-shadow:1px 2px 3px rgba(0, 0, 0, 0.2);
}
div.dp-popup h2 {
	background:#fff;
	color:#000;
	text-align:center;
	font-size:14px;
	line-height:30px;
	margin:0;
	padding:0;
}
div.dp-popup div.dp-nav-prev, div.dp-popup div.dp-nav-next {
	position:absolute;
	top:7px;
}
div.dp-popup div.dp-nav-prev { left:6px; }
div.dp-popup div.dp-nav-next { right:6px; }
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
	display: block;
	top: 5px;
	width: 0;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	background: none;
	border-left: 8px solid #808891;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	content: '';
}
div.dp-popup div.dp-nav-prev a {
	border-left:0;
	border-right: 8px solid #808891;
}
div.dp-popup div.dp-nav-prev a:hover {
	border-right-color:#f6c68e;
}
div.dp-popup div.dp-nav-prev a:active {
	left:-1px;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-prev a.disabled:hover {border-right: 8px solid #444444;}
div.dp-popup div.dp-nav-next a { background-position:-35px 0; }
div.dp-popup div.dp-nav-next a:hover {border-left-color:#f6c68e;}
div.dp-popup div.dp-nav-next a:active {
	right:-1px;
}
div.dp-popup div.dp-nav-next a.disabled { background-position:-35px -70px; }

a.dp-choose-date {
	width:13px;
	height:13px;
	margin:0;
	background: url(../images/common.png) no-repeat 0 -105px;
	background-image: url(../images/common.svg), none;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
	right:5px;
	top:6px;
}
a.dp-choose-date:hover { background-position: -31px -105px; }
a.dp-choose-date:active { top:7px; }




/* STYLISH SELECT */

.stylish-select .SSContainerDivWrapper {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	z-index: 51;
	width:100%;
}

.stylish-select ul.newList {
	background:#fff;
	color:#000;
	height: auto !important;
	margin: 0 !important;
	padding: 0;
	z-index: 2;
	max-height: 150px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	border:1px solid #000;
	border-top:0;
}
#booking ul.newList {
	max-height: 100%;
}
.stylish-select ul.newList li {
	line-height:15px;
	padding:0 !important;
}
.stylish-select .newList li:after { 
	content:none !important; 
}
.stylish-select ul.newList a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 2px 0 2px 5px;
	margin: 0;
	position: relative;
}
.stylish-select ul.newList a:hover {
	color: #fff;
	background: #000;
}
.stylish-select ul.newList a:active {
	top: auto;
}

.stylish-select ul.newList a.hiLite {
	color: #fff;
	background: #4c4c4c;
}

.stylish-select ul.newList li a:focus {
	-moz-outline: 0 none;
	outline: 0 none;
}
.stylish-select .selectedTxt {
	padding:0 25px 0 5px;
	overflow: hidden;
	white-space: nowrap;
	color: #000;
	cursor:pointer;
	z-index:9999;
	border: 1px solid #000;
}

.stylish-select .selectedTxt:hover {background-position:100% -31px;}
#content .form fieldset.controls {z-index:1 !important;}
.newListSelected {
	height: 23px;
	line-height:23px;
	width:40px;
	display:inline-block;
	float:left;
}
#calendar-filter .newListSelected, #hebs-gallery .newListSelected {
	background:#fff;
	width:auto;
}
#calendar-filter .selectedTxt {padding-right:20px;overflow:visible;}
#content .newListSelected {width:252px;}
#content .selectedTxt:hover {border-color:#a6a6a6;}
#content .selectedTxt, #content ul.newList {
	border-color:#ccc;
	height:23px;
	font: 12px/23px Arial, sans-serif;
	background-color:#fcfcfc;
}
#content ul.newList {
	list-style:none;
}