body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
#Container { 
	width:100%; 
}
/*------------LEFT*/
#Left {
	width:100%;
	background-color:#d8e5f1;
	border-bottom:1px solid #666666;
	overflow:hidden;
}
#Left a {
	text-decoration:none;
	color:#000000;
	display:block;
	float:left;
	padding:5px;
	border-right:1px solid #cccccc;
}
#Left a:hover {
	background-color:#FFFFFF;
}

/*------------LEFT > list */
#list {
	position:absolute;
	margin:0px 0px 0px 0px;
	left:0;
	width:250px;
	height:500px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	overflow:scroll;
}
#list a {
	display:block;
	text-decoration:none;
	padding:3px 3px 3px 10px;
	color:#000000;
}
#list a:hover {
	background-color:#d8e5f1;
}
#list a span {
	font-style:italic;
	font-size:11px;
	color:#666666;
}
#list a.selected {
	font-weight:bold;
	background-color:#d8e5f1;
}


/*------------LEFT > a*/


/*------------RIGHT*/
#Right {
	width:auto;
	text-align:center;
}


/*------------SEARCH*/
.Search_Result {
	width:300px;
	text-align:left;
	margin:0 auto;
}
.Search_Result a {
	display:block;
	text-decoration:none;
	padding:2px;
	color:#000000;
}
.Search_Result a:hover {
	background-color:#d8e5f1;
}
.Search_Result a span {
	font-style:italic;
	font-size:11px;
	color:#666666;
}

/*#############################################################################################################################
  															AUTOCOMPLETE
#############################################################################################################################*/
.ac_results {
	padding: 0px;
	border: 1px solid #0c3e74;
	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%;*/

	/* 
	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: #e5f2ff;
}

.ac_over {
	background-color: #0c3e74;
	color: white;
}
