/* 
================================================
autosuggest, inquisitor style
================================================
*/
	body {
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 10px;
		margin: 0;
		padding: 0;
	}
	
	table.autosug
	{
		border: 1px;
		background-color: #999;
		font-size: 10px;
	}
	tr.autosug
	{
		vertical-align: top;
	}
	th.autosug
	{
		text-align: left;
		background-color: #ccc;
	}
	th.autosug,
	td.autosug
	{
		padding: 2px;
		font-family: Lucida Grande, Arial, sans-serif;
		font-size: 1.2em;
	}
	td.autosug
	{
		background-color: #fff;
	}
	/*
	a {
		font-weight: bold;
		text-decoration: none;
		color: #f30;
	}
	
	a:hover {
		color: #fff;
		background-color: #f30; 
	}
	*/
	#as_wrapper {
		width: 600px;
		margin: 10px auto;
		text-align: left;
	}
	
	#content {
		font-size: 1.2em;
		line-height: 1.8em;
	}
	
	#content h1 {
		font-size: 1.6em;
		border-bottom: 1px solid #ccc;
		padding: 5px 0 5px 0;
	}

	#content h2 {
		border-top: 1px solid #ddd;
		padding-top: 5px;
		font-size: 1.2em;
		margin-top: 3em;
	}
	
	#content h3 {
		font-size: 1.1em;
		margin-top: 3em;
	}

	small
	{
		color: #999;
	}
	label
	{
		font-weight: bold;
	}
	
	/*
	the parent element of an autosuggest input should have a relative position
	*/
	.asholder
	{
		position: relative;
	}

body
{
	position: relative;
}

div.autosuggest
{
	position: absolute;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_6873542263959025144.gif&contentType=image%2Fgif");
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_1319742530488429127.gif&contentType=image%2Fgif");
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_2918421073595304018.gif&contentType=image%2Fgif");
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_4521424729072026947.gif&contentType=image%2Fgif");
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_7029987556848322431.gif&contentType=image%2Fgif");
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_6607855975911877108.gif&contentType=image%2Fgif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_7403742648562141673.gif&contentType=image%2Fgif");
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_4179955630563558067.gif&contentType=image%2Fgif");
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url("https://www.rollbase.com/storage/servlet/Image?c=4247429&fileName=tmp_8788117093978214358.gif&contentType=image%2Fgif");
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}