/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;}


button span {
	background: transparent url(../images/btn_right.gif) no-repeat scroll right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent url(../images/btn_left.gif) no-repeat;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
}

.jNiceInputInner {
}

.jNiceInputInner input {
}

.jNiceInputWrapper_hover {  }
.jNiceInputWrapper_hover .jNiceInputInner {  }

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper { float: left; z-index: 2; }
.jNiceRadio {
	background: transparent url(../images/radio.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;left:0px;top:0px;cursor:pointer;vertical-align:middle;
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(../images/checkbox.gif) no-repeat center top;
	height: 18px;
	width: 18px;
	position:absolute;
	left:0px;
	top:-3px;
	z-index:2;
	cursor:pointer;
}
/*
	display: block;
	background: url('../images/checkbox_bg.gif') no-repeat;
	width: 12px;
	height: 14px;
	overflow: hidden;
	margin: 0;
	z-index:2;
	cursor:pointer;
	position: absolute;
	top: 0;
	left: 7px;
*/
/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}

/* -------------
 * Selects
 * ------------- */
.jNiceWrapper select {border: none;margin:0;padding:0;}

.jNiceSelectWrapper {
	height: 19px;
	left:0px;top: 0;z-index:3;position:absolute;
	margin: 0;
}

.jNiceWrapper iframe {position:absolute;z-index:1;width:100%;left:0px;top:0px;}

.jNiceSelectWrapper .jNiceSelectText {
	width: 86px;
	height: 19px;
	line-height: 19px;
	padding: 0px 3px;
	border-right: 1px solid #ddd;
	background-color: #FFF;
	overflow:hidden;float:none;position:absolute;z-index:100;
	color: #000;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 19px;
	height: 19px;
	background: #fff url('../images/select_handle.gif') no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
	cursor: pointer;
	overflow: hidden;
}

.jNiceSelectWrapper ul {
	top: 19px;
	height: 80px;
	background-color: #FFF;
	border: solid 1px #CCC;
	position:absolute;left:0px;list-style:none;display: none;margin:0;padding:0;overflow-y:auto;z-index:100;width: 98%;
}

.jNiceSelectWrapper ul a {
	color:#bbb;
	background-color: #FFF;
	display:block;padding:0 0 0 3px;text-decoration:none;
	height: 16px;
	line-height: 16px;
}

.jNiceSelectWrapper ul a:hover { background:#E1F5FF; }
.jNiceSelectWrapper ul a.selected {background: #EDEDED;}

.jNiceFocus { border: dotted 1px #666666; }

.jNiceHidden {opacity:0;z-index:-1;position:relative;}
.jNiceWrapper {
	position:relative;
	vertical-align:middle;
	line-height: 0;
}
.jNiceWrapper input {outline:none;}
