.outtaHere {
	position:absolute;
	left:-3000px;
}
/*Radio buttons*/
.radioArea, .radioAreaChecked {
	float:left;
	width:18px !important;
	height:18px;
	background: url(../content/images/bg-radio.png) no-repeat 0 -36px;
	overflow: hidden;
}
.radioAreaChecked {background-position: 0 1px;}
/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked {
	float:left;
	width:18px !important;
	height:18px;
	overflow: hidden;
	background: url(../content/images/bg-checkbox.png) no-repeat;
}
.checkboxAreaChecked {background-position: 0 -22px;}
.checkboxAreaChecked.checkbox-readonly {background-position: 0 -70px;}
.checkboxArea.checkbox-readonly {background-position: 0 -46px;}

/* Selects */
.selectArea {
	position: relative;
	height: 30px;
	float:left;
	color:#666;
	font-size:14px;
	line-height:14px;
}
.selectArea .left {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	/*background: url(../content/images/select-left.gif) no-repeat;*/
	display: block;
}
.selectArea a.selectButton {
	outline:none;
	position: absolute;
	top: 0;
	right: 0;
	width:100%;
	height:100%;
	background: url(../content/images/select-button.png) no-repeat 100% 0;
}
.selectArea .center{
	height: 26px;
    white-space:nowrap;
   text-overflow:ellipsis;
    overflow: hidden;
	line-height:14px;
	display:block;
	padding:8px 35px 0 10px;
	background: url(../content/images/bg-form.png) no-repeat;
}
.selectArea.select-readonly a.selectButton {
	background: url(../content/images/select-button-readonly.png) no-repeat 100% 0;
}
.selectArea.select-readonly .center{
	background: url(../content/images/bg-form-readonly.png) no-repeat;
}
.ui-pg-table .selectArea .center {
    padding-top: 5px;
}
.selectArea .center img {
	float:left;
}
/*Selects drop-down*/
.optionsDivInvisible,
.optionsDivVisible {
	margin-top:8px;
	position: absolute;
	background-color: #E5E5E5;
	display: block;
	z-index: 1100;
	font-size: 14px;
}
.optionsDivInvisible .select-center,
.optionsDivVisible .select-center {
    border: 1px solid #C9C9C9;
    min-height:25px;
}
.optionsDivScroll ul {
	height: 205px;
	overflow: auto !important;
}
.drop-dif {
	background:#99CCCC;
}
.optionsDivInvisible {display: none;}
.optionsDivVisible ul {
	margin:0;
	padding:2px;
	overflow:hidden;
	list-style: none;
}
.optionsDivVisible ul li {
	float:left;
	width:100%;

}
.optionsDivVisible a {
	color: #666;
	overflow:hidden;
	text-decoration: none;
	display: block;
	height:1%;
	padding: 3px 7px;
	min-height:17px;
}
.optionsDivVisible a img {
	border:none;
	float:left;
}
.optionsDivVisible a:hover {
	background-color: #5d5e5e;
	color: #FFF;
	text-decoration:none;
}