
#pulldown * { font-family:arial,helvetica; font-size:12px; }
#pulldown { width:200px; background-color: #fcfcfa; border:2px solid #606060; padding:0px; }
#pulldown .hed { background-color:#c0c0c0; padding:2px;}
#pulldown ul { padding:2px; margin:0px;}
#pulldown li { list-style:none;padding:2px;text-align:left; }
#pulldown li:hover, #pulldown .hover { background-color: #ffff00;padding:1px;border:1px dotted #aaaaaa; }

#styledebug .item { float:left; background-color:#a0a0ff; border:1px solid #5050ff; padding:4px;margin:2px;width:200px;height:200px;}

#stylel1small * { font-family:arial,helvetica; font-size:12px; }
#stylel1small input { border:1px solid grey; }
#stylel1small { width:390px; color:#003366;}
#stylel1small a { text-decoration:none; color:#355f87;}
#stylel1small a:hover { color:#ff9900;}
#stylel1small table { width:100%; border-collapse:collapse;}
#stylel1small .list { border:1px solid #c8d2dc; }
#stylel1small .list tr { border:1px solid #ccccff;}
#stylel1small .list tr:hover { background-color:#ffffcc;}
#stylel1small .list td { padding:4px; font-size:11px; color:#003366; border-top:1px solid #ccccff;}
#stylel1small .list th { padding:4px; font-size:11px; background-color:#c8d2dc; color:#003366;}
#stylel1small .ust { font-size:9px;color:#355f87;}
#stylel1small .footer { font-size:11px;padding-top:4px;color:#355f87;}
#stylel1small .hed { padding-bottom:4px;color:#003366;}
#stylel1small .hed * { font-size:14px;}
#stylel1small .pager { font-size:11px;color:#355f87;}
#stylel1small .pager * { font-size:11px;color:#355f87;}
#stylel1small .pager b { color:#ff9900;}
#stylel1small .pager a { text-decoration:none;}
#stylel1small .pager a:hover { text-decoration:underline;}
#stylel1small .tooltip { border-bottom:1px dotted #003366; }

.tool-tip { background-color:#eeffff; border:2px solid #aaaaaa; padding:2px;}

div#wgline { z-index:10; }
#wgline .item { float:left; position:relative; margin-right:4px;}
#wgline .item .item { margin:0px; float:none; margin-bottom:2px;margin-top:2px;}
#wgline .submenu { visibility:hidden;position:absolute; top:15px; left:0px; background-color:#e0e0e0;border:1px solid #a0a0a0;z-index:100;}
#wgline .submenu .submenu { top:0px; left:300px;}
#wgline .sfhover { background-color:#ffa0a0; }
#wgline a:hover { color:#000000; }

div.autocompleter-loading
{
	float:					left;
	clear:					right;
	background:				#fff url(images/spinner.gif) no-repeat center;
	width:					20px;
	height:					16px;
}

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #eee;
	background-color:		white;
	border-right-color:		#ddd;
	border-bottom-color:	#ddd;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
}

ul.autocompleter-choices li
{
	position:				relative;
	padding:				0.1em 1.5em 0.1em 1em;
	cursor:					pointer;
	font-weight:			normal;
	font-size:				1em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#444;
	color:					#fff;
}

ul.autocompleter-choices span.autocompleter-queried
{
	font-weight:			bold;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#9FCFFF;
}
