.dojoComboBoxOuter {
	border: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	background: transparent !important;
	white-space: nowrap !important;
}

.dojoComboBox {
	border: 1px inset #afafaf;
	margin: 0px;
	padding: 0px;
	vertical-align: middle !important;
	float: none !important;
	position: static !important;
	display: inline !important;
	background-image: url('images/catalogBg.jpg');
	background-repeat: no-repeat;
	width: 125px;
	height: 16px;
}

.careerPosition {
    background-image: none;
}

/** html .dojoComboBox {
	height: 16px;
}
*/
/* the input box */
input.dojoComboBox {
	border-right-width: 0px !important; 
	margin-right: 0px !important;
	padding-right: 0px !important;
	padding-left: 6px;
	font-size: 11px;
	border: 0;
	margin:0;
padding-top: 2px;
}

/* the down arrow */
img.dojoComboBox {
	border-left-width: 0px !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	border: 0;
	height: 17px !important;
    padding-bottom: 1px;
}

/* IE vertical-alignment calculations can be off by +-1 but these margins are collapsed away */
.dj_ie img.dojoComboBox {
	margin-top: 1px; 
	margin-bottom: 1px; 
}

/* the drop down */
.dojoComboBoxOptions {
	font-family: Verdana, Helvetica, Garamond, sans-serif;
	/* font-size: 0.7em; */
	background-color: white;
	border: 1px solid #afafaf;
	position: absolute;
	z-index: 1000; 
	overflow: auto;
	cursor: default;
}

.dojoComboBoxItem {
	padding-left: 2px;
	padding-top: 2px;
	margin: 0px;
}

.dojoComboBoxItemEven {
	background-color: red;/*#f4f4f4;*/
}

.dojoComboBoxItemOdd {
	background-color: white;
}

.dojoComboBoxItemHighlight {
	background-color: #014A85 !important;/* #63709A;*/
	color: white;
}

.careerPosition {
    background-image: url('images/select_background.gif');
	height: 20px;
}

img.careerPosition {
	height: 21px !important;
/*    padding-top: 2px;*/
}
