/* -------------
 * Buttons
 * ------------- */
button {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

button span {
	/*background: transparent url(../../elements/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(../../elements/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 {
	/*background: transparent url(../../elements/input_left.gif) no-repeat left top;*/
	height: 23px;
	padding: 0px;

}

.jNiceInputInner {
	/*background: transparent url(../../elements/input_right.gif) no-repeat right top;*/
	padding: 2px 4px 2px 0px;
	margin: 0px 0px 0px 4px;
}

.jNiceInputInner div {
	height: 19px;
}

.jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 17px;
	color:#404040;	
	border: 0;
	padding: 0px;
	margin: 0px;
}

.jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

.jNiceSafari input {
	background-color: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {float: left;}
.jNiceRadio {
	/*background: transparent url(../../elements/radio.gif) no-repeat center top;*/
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	/*background: transparent url(../../elements/checkbox.gif) no-repeat center top;*/
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
.jNiceChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
/**
 * @xxx (2008.09.09) alexei
 */



/**
 * @xxx (2008.09.09) alexei
 * Select elements
 */
.jNiceSelectWrapper::after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}.jNiceSelectWrapper { display: inline-block; }.jNiceSelectWrapper { display: block; }
/*\*/ * html .jNiceSelectWrapper { height: 1%; } /**/

.jNiceSelectWrapper {
	position: relative;

	color: #aaa;

	border: 1px solid #003066;
}
	.jNiceSelectWrapper span {
		height: 15px;
		padding: 3px;

		display: block;
		float: left;

		background: #fff;
		border: 1px solid #003066;
	} /*\*\/ * html .jNiceSelectWrapper span { height: 21px; } /**/

	.jNiceSelectOpen {
		width: 24px; height: 23px;

		display: block;
		float: right;

		background: #003066 url( ../Images/select-arrow.png ) no-repeat 0 0;
	}

	.jNiceSelectWrapper ul {
		width: 219px; height: 168px;
		padding: 0px;

		display: none;
		margin: 0px;
		position: absolute;
		top: 23px; left: 0px;
		z-index: 100;

		overflow: auto;
		overflow-y: auto;

		list-style: none;

		background-color: #fff;
		background-image: none !important;
		border: 1px solid #003066;
	}
	
	.jNiceSelectWrapper li {
        padding: 0 !important;
        background-image: none !important;
        }
        
		.jNiceSelectWrapper ul a {
			padding: 3px;

			display: block;
			
			text-decoration: none;
			color: #003066;

			background-color: #fff;
		}
		.jNiceSelectWrapper ul a:hover { background: #e1f5ff; }
		.jNiceSelectWrapper ul a.selected { background: #ededed; }

/**
 * First box in the sidebar
 */
#ctl00_updatePanelSucursale .jNiceSelectWrapper {
	width: 221px; height: 23px;

	margin-top: 4px;
}
	#ctl00_updatePanelSucursale .jNiceSelectWrapper span {
		width: 189px;
	} /*\*\/ * html #ctl00_updatePanelSucursale .jNiceSelectWrapper span { width: 195px; } /**/
#ctl00_updatePanelAnunturiVanzare .jNiceSelectWrapper {
	width: 221px; height: 23px;

	margin-top: 4px;
}	
	#ctl00_updatePanelAnunturiVanzare .jNiceSelectWrapper span {
		width: 189px;
	} /*\*\/ * html ctl00_updatePanelAnunturiVanzare .jNiceSelectWrapper span { width: 195px; } /**/
#ctl00_contentPlaceHolder_updatePanelPreaplicare .jNiceSelectWrapper {
	width: 221px; height: 23px;
}
	#ctl00_contentPlaceHolder_updatePanelPreaplicare .jNiceSelectWrapper span {
		width: 189px;
	} /*\*\/ * html #ctl00_contentPlaceHolder_updatePanelPreaplicare .jNiceSelectWrapper span { width: 195px; } /**/

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {display: none;}

