.outtaHere {
	position:absolute;
	left:-3000px;
}
/* radio buttons */
.radioArea, .radioAreaChecked {
	float:left;
	width:15px;
	height:16px;
	/*background: url(../images/bg-radio.gif) no-repeat;*/
	overflow: hidden;
}
.radioAreaChecked {background-position:0 -11px;}
/* checkboxes */
.checkboxArea, .checkboxAreaChecked,
.radioArea, .radioAreaChecked {
	float:left;
	width:11px;
	height:11px;
	overflow:hidden;
	background:url(../images/bg-checkbox.gif) no-repeat;
	margin:3px 4px 0 0;
	cursor: pointer;
}
.mac .checkboxArea {margin:0 4px 0 0;}
.mac .checkboxAreaChecked {margin:0 4px 0 0;}
.mac.webkit .checkboxArea {margin:3px 4px 0 0;}
.mac.webkit .checkboxAreaChecked{margin:3px 4px 0 0;}
.mac .radioArea {margin:0 4px 0 0;}
.mac .radioAreaChecked {margin:0 4px 0 0;}
.mac.webkit .radioArea {margin:3px 4px 0 0;}
.mac.webkit .radioAreaChecked{margin:3px 4px 0 0;}
.checkboxAreaChecked, .radioAreaChecked {background-position:0 -11px;}
/* selects */
.selectArea {
	position:relative;
	height:25px;
	float:left;
	color:#666;
	font-size:12px;
	line-height:25px;
}
.disabled .selectArea {color:#b5b5b5;}
.filter-holder .selectArea {
	height:33px;
	line-height:33px;
	font-size:14px;
} 
.selectArea .left {
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:100%;
	background:url(../images/bg-select-left.gif) no-repeat;
}
.filter-holder .selectArea .left {background:url(../images/bg-select-left3.gif) no-repeat;}
.selectArea a.selectButton {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/bg-select-button.gif) no-repeat 100% 0;
}
.filter-holder .selectArea a.selectButton {background:url(../images/bg-select-button3.gif) no-repeat 100% 0;}
.selectArea .center{
	height:25px;
	line-height:25px;
	display:block;
	padding:0 25px 0 8px;
	background: url(../images/bg-select-center.gif) repeat-x;
	font-weight:bold;
	overflow: hidden;
}
.filter-holder .selectArea .center{
	background: url(../images/bg-select-center3.gif) repeat-x;
	padding:0 31px 0 10px;
	height:33px;
	line-height:33px;
}
.selectArea .center img { float:left; }
/* selects drop-down */
.optionsDivInvisible,
.optionsDivVisible {
	position:absolute;
	z-index:30;
	font-size:11px;
	z-index: 100000000;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:auto;
	list-style:none;
	background-color:#E5E5E5;
	border:1px solid #C9C9C9;
	max-height: 250px;
}
.optionsDivVisible ul li {
	height: 1%;
	overflow: hidden;
	vertical-align: top;
}
.optionsDivVisible a {
	color:#000;
	overflow:hidden;
	text-decoration:none;
	display:block;
	height:1%;
	padding:2px 4px;
}
.optionsDivVisible a img { float:left; }
.optionsDivVisible a:hover {
	background-color:#000;
	color:#fff;
	text-decoration:none !important;
}
.optionsDivVisible li.disabled a {
	color:#666;
}
.optionsDivVisible li.disabled a:hover {
	background-color:transparent;
	color:#666;
	text-decoration:none !important;
}

.is-invalid { color: Red; }
.is-invalid * { color: Red; }