/*-----------------------*/
/* NÖV Stylesheet (CSS1) */
/*                       */
/* COMBOBOX              */
/*-----------------------*/

.combo-div {
	height: 18px;
}
.combo-left-border {
	vertical-align: middle;
}
.combo-image-button {
	cursor: hand;
	cursor: pointer;
	vertical-align: middle;
}
.combo-hilite {
	cursor:	hand;
	cursor: pointer;
	background-color: #D2E8FD;
	color: #333333;
}
.combo-item   {
	cursor: hand;
	cursor:	pointer;
	background-color: #95B7D2;
	color: #333333;
}
.combo-input  {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #336699;
	background-color: #95B7D2;
	border-bottom:	1px solid #336699 !important;
	border-top:	1px solid #336699 !important;
	border-left: 0px solid white !important;
	border-right: 0px solid white !important;
	width: 80px !important;
	vertical-align:	middle;
	padding-left: 5px;
}
.combo-input-long  {
	font-family: Arial, Helvetica, sans serif;
	font-size: 11px;
	color: #336699;
	background-color: #95B7D2;
	border-bottom:	1px solid #336699 !important;
	border-top:	1px solid #336699 !important;
	border-left: 0px solid white !important;
	border-right: 0px solid white !important;
	width: 120px !important;
	vertical-align:	middle;
	padding-left: 5px;
}
.combo-list table {
	table-layout: fixed;
	width: 80px;
	margin-left: 3px;
	margin-top: 0px;
}
.combo-list-long table {
	table-layout: fixed;
	width: 120px;
	margin-left: 3px;
	margin-top: 0px;
}
.combo-list-width {
	border:				1px solid #336699;
	padding:			0px;
	width:  			80px;
}
.combo-list-width-long {
	border:				1px solid #336699;
	padding:			0px;
	width:  			120px;
}