ul.tabs {

	margin-top: 10px;

	padding: 0;

	float: right;

	list-style: none;

	height: 22px; /*--Set height of tabs--*/

	border-bottom: 1px solid #999;

/*	border-left: 1px solid #999;   */

	width: 552px;

}

ul.tabs li {

	float: left;

	padding: 0;

	height: 22px; /*--Subtract 1px from the height of the unordered list--*/

	line-height: 22px; /*--Vertically aligns the text within the tab--*/

/*	border: 1px solid #999;  */

	border-left: none;

	margin-bottom: -1px; /*--Pull the list item down 1px--*/

	overflow: hidden;

	position: relative;

	

}

ul.tabs li a {

	text-decoration: none;

	color: #000;

	display: block;

	font-size: 14px;

	padding: 0 20px;

/*	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/

	outline: none;

}

ul.tabs li a:hover {

	border-bottom: 1px solid #2b587f; /*--Makes the active tab look like it's connected with its content--*/

	font-weight: bold;

}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/

	background: #4a7192;

	background: url("picture/nbl.jpg");

	color: white;

	font-weight: bold;

}

ul.tabs li.active a {
	color: white;
}



.tab_container {

	margin-top: -73px; /* linkkilä logon korkeus miinustetaan jotta toimii */
	*margin-top: 0;

	border: 1px solid #999;

	border-top: none;

	overflow: hidden;

	clear: both;

	float: right; 

	width: 550px;	

	background: white;

}

.tab_content {

	padding: 20px;

	font-size: 12px;

	height: 35px;

}



label{

	color: black;

}

#textarea {
	width: 379px !important;
}

.ac_results {
	padding: 0px;
	border: 1px solid #999;
	border-top: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	text-align: left;
	width: 381px !important;
}

.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-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 {
}

.ac_over {
	background-color: #eee;
}