/* single select */
a.selectdropdownshort {
}
a.selectdropdownshort table {
	width: 276px; height: 24px; padding: 0px; margin: 0px; border-collapse: collapse; empty-cells: show; border: none;
}
a.selectdropdownshort td {
	/*height: 21px;*/
	color: #06305B;
}
a.selectdropdownshort td.text {
	width: 249px; height: 18px; padding: 0px; margin: 0px; vertical-align: middle; background-repeat: repeat-x; background-image: url('../graphics/in_middle.gif'); font-size: 10px; font-family: Verdana; text-align: center;
}
a.selectdropdownshort td.drop {
	width: 27px; height: 24px; background-image: url('../graphics/in_arrow.gif'); background-position: left; margin: 0px;
}
div.selectdropdownshort {
	width: 253px; /*height: 150px;*/ border: 1px solid #dbcfc6; background-color: #FFFFFF; margin-top: -2px; margin-left: -3px; height: 150px;
}
div.selectdropdownshort table {
	width: 233px;
}
div.selectdropdownshort table td {
	background-color: #FFFFFF;  text-align: center; padding: 1px 2px 1px 2px; line-height: 13px; cursor: pointer; font-size: 10px; font-family: Verdana
}
div.selectdropdownshort td.selected {
	background-color: #f0f0f0;
}
div.selectdropdownshort td.hover {
	background-color: #f0f0f0;
}

