.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Checkboxes*/
.checkboxArea,
.checkboxAreaChecked {
	float:right;
	width:27px !important;
	height:27px !important;
	overflow: hidden;
	margin:-3px 0;
	background: url(../images/bg-checkbox.gif) 5px 6px no-repeat;
}
.checkboxAreaChecked {
	background: url(../images/bg-checkbox-checked.png) no-repeat;
}
.step-check .checkboxArea,
.step-check .checkboxAreaChecked {
	position:absolute;
	z-index:100;
	float:none;
	margin:0;
	top:0;
	right:0;
	background: url(../images/bg-checkbox.gif) 4px 7px no-repeat;
}
.intranet .portfolio .step-check .checkboxArea,
.intranet .portfolio .step-check .checkboxAreaChecked {
	right:45px;
}
.step-check .checkboxAreaChecked {
	background: url(../images/bg-checkbox-checked3.png) no-repeat;
}
/* Selects */
.selectArea {
	position: relative;
	height:32px;
	float:left;
	color:#000;
	font-size:11px;
	line-height:32px;
}
.selectArea .left {
	float:left;
	top: 0;
	left: 0;
	width:7px;
	height:100%;
	background: url(../images/bg-select-l.gif) no-repeat;
}
.focus .selectArea .left {
	background: url(../images/bg-select-l-focus.png) no-repeat;
}
.selectArea a.selectButton {
	float:right;
	z-index:1000;
	top: 0;
	right: 0;
	width:27px;
	height:32px;
	background: url(../images/bg-select-btn.gif) no-repeat;
}
.focus .selectArea a.selectButton {
	background: url(../images/bg-select-btn-focus.png) no-repeat;
}
.selectArea .center {
	height: 32px;
	line-height:32px;
	float:left;
	width:128px;
	padding:0 3px;
	background: url(../images/bg-select-c.gif) repeat-x;
}
.focus .selectArea .center {
	background: url(../images/bg-select-c-focus.png) repeat-x;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	position: absolute;
	z-index:10000;
	background-color: #fff;
	border: 1px solid #2e2e2e;
	display: block;
	font-size: 11px;
	margin:-6px 0 0 6px;
	width:154px !important;
}
.drop-div {
	background:#fff;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;
}
.optionsDivVisible a {
	color: #010000;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 2px 4px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	color:#010000;
	background-color: #dedede !important;
}