.activetabright{width:5px;}
.activetableft{width:5px;}
.activetabcenter{padding-left:7px;text-align:center;padding-right:7px;}
.activetablink{font-family:Verdana;font-weight:bold;text-align:center;font-size:12px;text-transform:capitalize;color:#0567a9;text-decoration: none;}
.activetabsub{font-family:Verdana;font-weight:bold;text-align:center;font-size:12px;text-transform:capitalize;color:#FF0000;text-decoration: none;}

.inactivetablink{font-family:Verdana;color:#000000;text-transform:capitalize;font-size:12px;text-align:center;text-decoration: none;}
.inactivetabright{width:2px;}.inactivetableft{width:2px;}
.inactivetabcenter{padding-left:7px;padding-right:7px;text-align:center;}
.outerborder { border-style: solid;border-color: #999999;border-width:1px;}
.wpld_panel {padding:6px;background:#C3D9FF;border:1px solid black;}

/*
.wpld_panel {padding:6px;background:#C3D9FF;border:1px solid black;} Light Blue
.wpld_panel {padding:6px;background:#FFFFCC;border:1px solid black;} Yellow
*/

html {
	overflow-y: scroll;
	}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #FF0000;
	color: solid black;
}
