/**
 * CSS: htmlCombo
 */


div.htmlCombo_container {
	
	font-family: arial,verdana,tahoma;
	font-size: 12px;
	color: #000000;
	background:#E8F7FF;
	color:#000;
	width:145px;

}

div.htmlCombo_element {
  border:1px solid #000066;
  width:142px;
  height:17px;
}

div.htmlCombo_caption {
  width:100%;
  float:left;
  font-size:11px;
  line-height:17px;
  text-indent:3px;
  cursor:pointer;
  height:17px;
  font-weight:bold;
}

div.htmlCombo_scroll {
  height:140px; /* mod % 14px */
  width:190px;
  position:absolute;
  overflow:auto;
  padding:0;
  z-index:0;
  text-align:left;
  border:1px solid #000066;
  border-top:1px solid #000066;
	background:#E8F7FF;
}

div.htmlCombo_scroll a {
  color:#000;
  display:block;
  text-decoration:none !important;
  text-indent:3px;
  line-height:14px;
  padding:1px;
  margin:1px;
}

div.htmlCombo_scroll a:hover {
  background-color:#E1ECFF;
  color:#000;
}

input.htmlCombo_focus {
  border:0;
  margin:0;
  padding:0;
  background-color:transparent;
  height:1px;
  width:1px;
}