/* -------------
 * Buttons
 * ------------- */
button {margin:0;padding:0;border:0 none;background-color:transparent;cursor:pointer;overflow:visible;outline:none;moz-outline:none;}
*:first-child+html button[type]{width:1;} /* IE7 */

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

button span span {
	background: transparent url("/img/btn_left.gif") no-repeat;
	color: #fff;
	padding: 0 10px 0 14px;
	font-weight: bold;
	font-size: 12px;
	line-height: 21px;
	/*text-transform: lowercase;*/
	font-family:Arial;
	display: block;
	text-decoration: none;
	/*_width:3em;*/
	_white-space: nowrap;
	_word-wrap: normal;
	_word-break: keep-all;
}

/* -------------
 * Inputs
 * ------------- */
.jNiceInputWrapper {
	background: transparent url("/img/input000.gif") no-repeat left top;
	float:left;
	margin-bottom:1em;
}

form.searchform .jNiceInputWrapper{margin-top:2px;margin-right:1em;}

.jNiceInputInner {
	background: transparent url("/img/input000.gif") no-repeat right top;
	padding: 1px 9px 1px 0;
	margin: 0 0 0 9px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#404040;	
	line-height: 17px;
	height: 17px;
	*line-height: 15px;/* IE Hacks */
	*height: 17px;/* IE Hacks */
	vertical-align:middle;padding:0;margin:0 !important;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 url("/img/radio000.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("/img/checkbox.gif") no-repeat center top;
	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;}

.jNiceSelectWrapper {
	height: 17px;
	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: 19px;
	line-height: 19px;
	padding: 0px 0 0 14px;
	border: 0 none;
	border-right: none;
	background-color: #FFF;
	background:url("/img/select_l.gif") 0 0 no-repeat;
	font-size:11px;font-family:Tahoma;color:#696969;
	overflow:hidden;float:none;position:absolute;z-index:100;
}

.jNiceSelectWrapper .jNiceSelectOpen {
	width: 21px;
	height: 19px;
	background: url("/img/select_r.gif") no-repeat center center;
	z-index:100;display:block;position:absolute;right:0px;
}

.jNiceSelectWrapper ul {
	top: 18px;
	background-color: #FFF;
	border: solid 1px #939393;
	height: 120px;
	position:absolute;left:3px;list-style:none !important;display: none;margin:0;padding:0;overflow-y:auto;z-index:200;width: 95%;
}
.jNiceSelectWrapper ul li{list-style:none !important;margin:0;}
.jNiceSelectWrapper ul a {
	color:#696969;
	background-color: #FFF;
	display:block;padding:3px 5px;text-decoration:none;
}

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

.jNiceFocus { border: dotted 1px #666666; }
button.jNiceFocus{border:0 none !important;}

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