#jQuery_div {
	
	padding:10px 0px 0px 166px;
	margin:auto;
}

#jQuery_div .caldiv{
float:left;
margin:0px 38px 0px 0px;
}

* html #jQuery_div .caldiv{
margin:0px 20px 0px 0px;}


.dhtml_listDiv {
	padding:10px 0px 0px 166px;
}
.jNice {
	margin:0px;
	padding:0px;
}
/* -------------
 * Radios
 * ------------- */
.jRadioWrapper {
	float: left;
}
.jNiceRadio {
	background: transparent url(images/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 18px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}
/* -------------
 * Checkboxes
 * ------------- */
.jNiceCheckbox {
	background: transparent url(images/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
 * ------------- */
.jNiceSelectWrapper {
	width: 150px;
	position:relative;
	height: 16px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	color:#2e89ee;
	font-size:15px;
	font-family:"Myriad Pro";
	background:#fff;
	border:0px solid red;
}
.jNiceSelectWrapper div span {
	float: left;
	position: absolute;
	width: 120px;
	height: 15px;
	line-height: 15px;
	padding: 1px 0px 0px 4px;
	overflow: hidden;
	border: 0px solid #000;
	border-right: none;
}
.jNiceSelectWrapper div a {
	display: block;
	position: absolute;
	right: 0px;
	width: 30px;
	height: 19px;
	background: url(images/dropMenu_ico.jpg) no-repeat center center;
}
.jNiceSelectWrapper ul {
	position: absolute;
	width: 144px;
	top: 18px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #ccc;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:100;
}
.jNiceSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#0099CC;
	background-color: #FFF;
}
.jNiceSelectWrapper ul a:hover {
	background:#E1F5FF;
}
.jNiceSelectWrapper ul a.selected {
	background: #EDEDED;
}
/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jNiceHidden {
	display: none;
}
.cal {
	background:transparent url(images/dropMenu1.jpg) no-repeat;
	border:none;
	width:242px;
	height:29px;
	padding:6px 0px 0px 4px;
	font-weight:normal;
	color:#2e89ee;
	font-size:15px;
	font-family:"Myriad Pro";
	
}

