/* dijit dijitReset dijitInlineTable dijitLeft custom dijitComboBox */
/* dijitReset dijitRight dijitButtonNode dijitArrowButton dijitDownArrowButton */
/* dijitArrowButtonChar */
/* dijitArrowButtonInner */
/* dijitReset dijitValidationIcon */
/* dijitReset dijitValidationIconText */
/* dijitInputField */

/* .custom .dijitReset: surrounds input field*/

.custom {
	border:none;
	height:23px;
	vertical-align:top;
	padding:0px;
	margin:0px;
	background: url(../i/monthbg.jpg);
	color: #fff !important;
	white-space: nowrap;
}

.custom .dijit, .custom .dijitReset, .custom .dijitInlineTable, .custom .dijitLeft, .custom .dijitComboBox,
.custom .dijitReset, .custom .dijitRight, .custom .dijitButtonNode, .custom .dijitArrowButton, .custom .dijitDownArrowButton,
.custom .dijitArrowButtonChar, .custom .dijitArrowButtonInner, .custom .dijitValidationIcon, .custom .dijitReset, 
.custom .dijitValidationIconText, .custom .dijitInputField{
	color: #fff !important;
}

.custom .dijitInputField {
	color: #fff !important;
	font-weight:normal;
	background: url(../i/monthbg.jpg);
	padding:3px;
	font-size:14px;
	width:125px;
	height:17px;
}

.custom .dijitButtonNode  {
	background: url(../i/monthbg.jpg) right;
	border:none;
	height:23px;
}

.greyselect .custom, .greyselect .custom .dijitInputField{
	background: url(../i/monthbgg.jpg);
}
.greyselect .custom .dijitButtonNode {
	background: url(../i/monthbgg.jpg) right;
}

.searchsub {
	background: url(../i/sub.jpg) right;
	color: #fff;
	font-size:14px;
	padding:3px;
	height:25px;
	width:166px;
	border:none;
	text-align:left;
}