/* bacic styles, may be modified */

ul.DGselectbox {
	border: 1px solid #000;
	list-style: none;
	margin: 1px 0 0 0;
	padding: 0;
    z-index: 1000;
}

ul.DGselectbox li {
	cursor: default;
	padding: 3px 2px;
}

ul.DGselectbox li.active, ul.DGselectbox li:hover {
	background-color: #ddd;
	color: #000;
}

div.DGselectbox-inputwrapper label,
div.DGselectbox-inputwrapper input.autocomplete {
	padding: 1px 2px;
}

div.DGselectbox-inputwrapper {
    background-color: #B2B2B2;
    color: #000;
}

ul.DGselectbox li.selected, div.DGselectbox-inputwrapper.focus label {
	background-color: #B2B2B2;
	color: #000;
}

div.DGselectbox-inputwrapper {
	border: 1px solid #000;
	background-image: url(../graphics/selectbox_arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0;
	/*cursor: default;*/
}

/* Basic styles end */

ul.DGselectbox.DGselectbox-test2 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	width: 268px;
	background-color: #fff;
	border: 1px solid #5880ae;
	list-style: none;
	margin: 2px 0 0 0;
	padding: 0;
}

ul.DGselectbox.DGselectbox-test2 li {
	cursor: default;
	margin: 2px;
	padding: 2px 3px;
}
div.DGselectbox-test2 div.DGselectbox-inputwrapper {
	font-family: verdana, sans-serif;
	font-size: 11px;
	border: 1px solid #5880ae;
	background-image: url(../graphics/bg_select_blue.png);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 2px 0 2px 2px;
	height: 18px;
	width: 268px;
	color: #003;
	/*cursor: default;*/
}

div.DGselectbox-test2 div.DGselectbox-inputwrapper.focus {
	background-image: url(../graphics/bg_select_blue_focus.png);
}

div.DGselectbox-test2 div.DGselectbox-inputwrapper label,
div.DGselectbox-test2 div.DGselectbox-inputwrapper input.autocomplete {
	width: auto;
	margin: 0 auto 0 0;
	display: block;
	padding: 0 3px;
	height: 14px;
	background-color: transparent;
	overflow: hidden;
}



ul.DGselectbox-test2 li.active, ul.DGselectbox-test2 li:hover {
	background-color: #d5e7f7;
	color: #000;
}

ul.DGselectbox-test2 li.selected, div.DGselectbox-test2 div.DGselectbox-inputwrapper.focus label {
	background-color: #5880ae;
	color: #fff;
}