/* -------------
 * Buttons
 * ------------- */
#content button {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
}

*:first-child+html button[type]{width: 1;} /* IE7 */

#content button span {
	background: url(../main/images/searchbutton_bg.gif) #2e5e81 repeat-x right top;
	display: block;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
}

#content button span span {
	background: url(../main/images/searchbutton_bg.gif) #2e5e81 repeat-x right top;
	color: #FFFFFF;
	padding: 5px 4px 5px 8px;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}

#content fieldset {
	border: none;
}

#content legend {
	font-weight: bold;
}

/* -------------
 * Inputs
 * ------------- */
#content .jNiceInputWrapper {
	height: 20px;
	padding: 0px;
	float: left;
	margin: 0 5px 0 0;

}

#content .jNiceInputInner {
	padding:0;
	margin: 0;
}

#content .jNiceInputInner div {
	height: 20px;
	border: 1px solid #bfd9e8;
}

#content .jNiceInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 12px;
	vertical-align: middle;
	height: 14px;
	color:#404040;	
	border: 0;
	padding: 3px 0 0 0;
	margin: 0;
}

#content .jNiceSafari .jNiceInputInner div {
	position: relative;
	overflow: hidden;
}

#content .jNiceSafari input {
	background-color: none;
	position: absolute;
	top: -2px;
	left: -4px;
	height: 26px; 
}

/* -------------
 * Radios
 * ------------- */
#content .jRadioWrapper {float: left;}
#content .jNiceRadio {
	background: transparent url(http://www.whitespace-creative.com/jquery/jNice/elements/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
#content .jNiceCheckbox {
	background: transparent url(http://www.whitespace-creative.com/jquery/jNice/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
 * ------------- */
#content .jNiceChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
#content .jNiceSelectWrapper {
	width: 150px;
	position:relative;
	height: 20px;
	float: left;
	margin: 0 5px 0 0;
}

#content .jNiceSelectWrapper div span {
	float: none;
	position: absolute;
	width: 125px;
	height: 20px;
	line-height: 20px;
	padding: 0px 3px;
	overflow: hidden;
	border: 1px solid #bfd9e8;
	border-right: none;
}

#content .jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 20px;
	background: url(../main/images/selectlist_but.gif) no-repeat center center;
	border: 1px solid #bfd9e8;
	border-width: 1px 1px 1px 0;
}

#content .jNiceSelectWrapper ul {
	position: absolute;
	width: 150px;
	top: 20px;
	left: 0px;
	list-style: none;
	border: solid 1px #bfd9e8;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
	background: none #fff;
}

#content .jNiceSelectWrapper ul li{
	background-image: none;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#content .jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#1b5790;
	background-color: #FFF;
}

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

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
#content .jNiceHidden {display: none;}

