div.autosuggest
{
	position: absolute;
	background-image: url(/images/as_pointer.gif);
	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(/images/ul_corner_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url(/images/ul_corner_br.gif);
}

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(/images/ul_corner_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url(/images/ul_corner_bl.gif);
}
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;
	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: #FFFFFF;
}

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: #666;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #666;
	background-color: #FFFFFF;
	background-image: url(/images/hl_corner_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url(/images/hl_corner_bl.gif);
	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(/images/hl_corner_tl.gif);
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url(/images/hl_corner_tr.gif);
	background-position: bottom right;
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #ff0000;
}


a.button{
	background:url(/images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:25px;
	line-height:25px;
	margin-bottom: 4px;
	text-decoration:none;
	width:170px;
                     margin-left: auto;
                     margin-right: auto;
                     font-size: 12px; 

}
a:hover.button{
	color:#0066CC;
}

.delete{
		background:url(/images/delete.gif) no-repeat 8px 5px;
		text-indent:30px;
		display:block;
		text-align: left;
		color:#000000;
	}
		


.add{
		background:url(/images/add.gif) no-repeat 8px 5px;
		text-indent:35px;
		display:block;
		text-align: left;
		color:#000000;
	}
	
	.email{
		background:url(/images/email.gif) no-repeat 6px 5px;
		text-indent:35px;
		display:block;
		text-align: left;
		color:#000000;
	}

	.facebook{
		background:url(/images/facebook_share_icon.gif) no-repeat 6px 5px;
		text-indent:35px;
		display:block;
		text-align: left;
		color:#000000;
	}

	.printer{
		background:url(/images/printer.gif) no-repeat 6px 3px;
		text-indent:35px;
		display:block;
		text-align: left;
		color:#000000;	
	}

	.website{
		background:url(/images/website.gif) no-repeat 6px 5px;
		text-indent:35px;
		display:block;
		text-align: left;
		color: #000000;
	}

	.videos{
		background:url(/images/video1.gif) no-repeat 6px 4px;
		text-indent:35px;
		display:block;
		color:#CC0000;
		text-align: left;
	}

	.phone{
		background:url(/images/phone_icon.gif) no-repeat 12px 4px;
		text-indent:35px;
		display:block;
		color: #000000;
		text-align: left;
	}

	
.docket {font-size: 11px; text-align: center;}
.docket table, .buttons table { margin-left: auto; margin-right: auto;}
