.outtaHere {
	position:absolute;
	left:-3000px;
}
/* Selects */
.selectArea {
	height: 30px;
	margin: 0 4px 0 0;
	float: left;
	position: relative;
	color: #2266b7;
	font-size: 16px;
}
.popup .selectArea {
	font-size: 9px;
}
.head-page-row .selectArea, .popup .selectArea{
	height: 16px;
	line-height: 16px;
}

.selectArea .left {
	width: 1px;
	height: 30px;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/left-select-bg.gif) no-repeat;
}
.selectArea a.selectButton {
	display: block;
	float: none;
	width: 100%;
	height: 30px;
	background: url(../images/right-select-bg.gif) no-repeat right;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	z-index: 4;
}
.selectArea .center{
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0 21px 0 1px !important;
	padding: 0 !important;
	overflow: hidden;
	float: none !important;
	background: url(../images/center-select-bg.gif);
	padding-left: 5px !important;
}
.popup .selectArea .center{text-align: center;}
.selectArea .disabled {
	width: 100%;
	height: 19px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	margin: 9px 0 0;
	border: 1px solid #91bad3;
	background-color: #fff;
	z-index: 30;
	font-size: 16px;
	overflow: auto;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	list-style: none;
}
.optionsDivVisible ul li {
	width: 100%;
}
.optionsDivVisible a {
	color: #000;
	text-decoration: none;
	padding: 2px 4px;
	display: block !important;
	height: 1%;
	line-height: normal !important;
	font-weight: normal;
	text-decoration: none;
}
.optionsDivVisible a:hover {
	background-color: #91bad3;
	color: #FFF;
	text-decoration: none;
}
