/*--------------=== jNice ===-------------------------*/

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


button span {
	background: transparent;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

button span span {
	background: transparent;
	color: #FFFFFF;
	padding: 1px 4px 0px 8px;
	font-weight: normal;
	line-height: 13px;
	text-transform: lowercase;
	display: block;
	text-decoration: none;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent;
	float:left;
}

.jNiceInputInner {
	background: transparent;
	/*padding: 2px 4px 2px 0;*/
	margin: 0 0 0 4px;
}

.jNiceInputInner INPUT {
	color: #000000;
	line-height: 17px;
	height: 17px;
	vertical-align: middle;
	padding: 2px;
	margin: 0;
	background: none;
	border: none;
	outline: none;
}

.jNiceInputWrapper_hover {
	background-position: left bottom;
}

.jNiceInputWrapper_hover .jNiceInputInner {
	background-position: right bottom;
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {
	float: left;
	z-index: 2;
}

.jNiceRadio {
	background: transparent;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	vertical-align: middle;
}

/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent;
	height: 18px;
	width: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	cursor: pointer;
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked {
	background-position: center bottom;
}

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

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

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

.jNiceSelectWrapper .jNiceSelectText {
	height: 17px;
	line-height: 17px;
	padding: 2px 3px 0px 8px;
	border-right: none;
	background-color: #FFF;
	overflow: hidden;
	float: none;
	position: absolute;
	z-index: 100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 17px;
	background-image: url(../img/arrow_down.png);
	background-position: center center;
	background-repeat:  no-repeat;
	z-index: 100;
	display: block;
	position: absolute;
	top: 2px;
	right: 0px;
	overflow: hidden;
}

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

.jNiceSelectWrapper UL A {
	color: #807f83;
	background-color: #FFF;
	display: block;
	padding: 5px;
	text-decoration: none;
	padding-left: 7px;
}

.jNiceSelectWrapper UL A:hover {
	background: #807f83;
	color:#FFF;
}

.jNiceSelectWrapper UL A.selected {
	background: #807f83;
	color: #FFF;
}

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

.jNiceHidden {
	opacity: 0;
	z-index: -1;
	position: relative;
}

.jNiceWrapper {
	position: relative;
	vertical-align: top;
}

.jNiceWrapper INPUT {
	outline: none;
}

/*--------------=== end of jNice ===---------------------------*/