/*Transparent items*/
.outtaHere {
	position:absolute;
	left:-3000px;
}

/*Radio buttons*/
.radioArea, .radioAreaChecked {
	display:block;
	float:left;
	clear:left;
	width:15px;
	height:14px;
	font-size:0;
	cursor:pointer;
}
.radioArea {background:url(../images/design/horizon/default/radio.gif) no-repeat left top;}
.radioAreaChecked {background:url(../images/design/horizon/default/radio.gif) no-repeat left bottom;}

/*Checkboxes*/
.checkboxArea, .checkboxAreaChecked, .checkboxAreaDisabled {
	display:block !important;
	float:left !important;
	clear:left !important;
	width:11px !important;
	height:11px !important;
	font-size:0 !important;
	padding:0 !important;
	margin: 4px 7px 0 2px !important;
	cursor:pointer;
}

#enews-all-label .checkboxArea, #enews-all-label .checkboxAreaChecked {
	background-image: url(../images/design/horizon/default/checkbox-all.gif);
	width: 15px !important;
	height: 15px !important;
	margin: 2px 5px 0 0 !important;

}
.checkboxArea {background:url(../images/design/horizon/default/checkbox.gif) no-repeat left top;}
.checkboxAreaDisabled {background:url(../images/design/horizon/default/input-bg-i.gif) no-repeat left top;}
.checkboxAreaChecked {background:url(../images/design/horizon/default/checkbox.gif) no-repeat left bottom;}
.focused {border:1px dotted #ddd;}

/*Text inputs*/
.textinput, .textinputHovered {
	height:15px;
	background:url(../images/design/horizon/default/input_bg.gif) repeat-x left top;
	border:none;
	padding:4px 0;
	vertical-align:middle;
}
.textinputHovered {background-position:left bottom;}
.inputCorner {
	padding-bottom:0;
	vertical-align:middle;
}

/*Text areas*/
.txtarea .tr, .txtarea .tr_xon {background:url(../images/design/horizon/default/txtarea_tr.gif) no-repeat top right;}
.txtarea .tr_xon {background:url(../images/design/horizon/default/txtarea_tr_xon.gif) no-repeat top right;}
.txtarea img.txt_corner {
	width:5px;
	height:5px;
	display:block;
}
.txtarea .br, .txtarea .br_xon {background:url(../images/design/horizon/default/txtarea_br.gif) no-repeat top right;}
.txtarea .br_xon {background:url(../images/design/horizon/default/txtarea_br_xon.gif) no-repeat top right;}
.txtarea .cntr {background:url(../images/design/horizon/default/txtarea_cntr.gif) repeat-y right top;}
.txtarea .cntr_xon {background:url(../images/design/horizon/default/txtarea_cntr_xon.gif) repeat-y right top;}
.txtarea .cntr_l, .txtarea .cntr_l_xon {
	width:5px;
	background:url(../images/design/horizon/default/txtarea_l.gif) repeat-y left top;
	float:left;
}
.txtarea .cntr_l_xon {background:url(../images/design/horizon/default/txtarea_l_xon.gif) repeat-y left top;}
.txtarea textarea {
	border:0;
	background:none;
	padding:0;
	margin:5px;
	overflow:hidden;
}

/*Selects*/
.selectArea {
	margin: 0;
	float: left;
	width:252px;
	height:21px;
	background:url(../images/design/horizon/default/select_bg.gif) repeat-x left top;
}
.selectArea .left {
	width:1px;
	height:21px;
	float:left;
	background:#9d9d9e;
}
.selectArea .right {
	width:21px;
	height:21px;
	float:right;
	background:url(../images/design/horizon/default/select_right.gif) no-repeat left top;
}
.selectArea .right a {
	display:block;
	width:200px;
	height:21px;
	margin: 0;
	margin-left:-179px;
	position:absolute;
}
.selectArea .right i {display:none;}
.selectArea .center {
	width:160px;
	color:#000;
	padding-top:3px;
	padding-left: 5px;
	overflow:hidden;
	white-space:nowrap;
	font: normal 12px arial, sans-serif;
}

/*Selects drop-down*/
.optionsDivInvisible, .optionsDivVisible {
	position:absolute;
	text-align: left;
	width:243px;
	background:#fff;
	padding:2px 2px 2px 5px;
	z-index:20;
	border: 1px solid #9d9d9e;
	border-top: 0;
}
.optionsDivInvisible {display:none;}
.optionsDivVisible {display:block;}
.optionsDivVisible p {
	margin:0;
	padding:0;
}
.optionsDivVisible a {
	color:#000;
	text-decoration:none;
	display:block;
}
.optionsDivVisible a:hover {
	color:#000;
	background:#f2f2f2;
}
