hr 
{
	color:#e6e4e4;
	line-height:normal;
}
.ac_results {
	padding: 0px;
	border:none;
	background-color:#6BADC9;
	color:#fff;
	overflow: hidden;
	width:160px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow:hidden !important;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	font:Geneva, Arial, Helvetica, sans-serif;
	overflow: hidden;
}

.ac_loading {
	background : Window url('AutoComplete/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

.container {width: 500px; margin: 10px auto;}
ul.tabs {
	font-family:Tahoma;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e6e4e4;
	border-left: 1px solid #e6e4e4;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #2895a7;
	border-left: none;
	margin-bottom: -1px;
	border-bottom-color:#2895a7;
	background: #2895A7;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color:#fff;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #fff;
	color:#F99301;
}	
html ul.tabs li.active, li.active a, html ul.tabs li.active a:hover  {
	background: #fff;
	color:#2895A7 !important;
	border-bottom: 1px solid #fff;
}

/* For 2nd Tabs */
ul.tabs2 {
	font-family:Tahoma;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #e6e4e4;
	border-left: 1px solid #e6e4e4;
	width: 100%;
}
ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #2895a7;
	border-left: none;
	margin-bottom: -1px;
	border-bottom-color:#2895a7;
	background: #2895A7;
	overflow: hidden;
	position: relative;
}

ul.tabs2 li a {
	text-decoration: none;
	color:#fff;
	display: block;
	font-size: 0.9em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs2 li a:hover {
	background: #fff;
	color:#F99301;
}	
html ul.tabs2 li.active, li.active a, html ul.tabs2 li.active a:hover  {
	background: #fff;
	color:#2895A7 !important;
	border-bottom: 1px solid #fff;
}
/* End Second Tab */

.tab_container {
	border-left: 1px solid #e6e4e4;
	border-right: 1px solid #e6e4e4;
	border-bottom: 1px solid #e6e4e4;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	height: 252px;
	/* background: #e4e3e3; */
	background:#ededed url('../imagesnew/top.jpg') repeat-x;
		-moz-border-radius-bottomright: 5px;
		-khtml-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-khtml-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;
	font-size: 0.9em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.tab_content2 {
	padding: 20px;
	font-family:Tahoma;
	font-size: 0.9em;
}
.tab_content2 h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content2 h3 a{
	color: #254588;
}
.tab_content2 img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}
