#search_bar {
	width: 580px;
	height: 43px;
	background: url(../images/menu/line.jpg) repeat-x;
}

#search_bar_left {
	height: 100%;
	background: transparent url(../images/menu/left.jpg) no-repeat left;
}

#search_bar_right {
	height: 100%;
	background: transparent url(../images/menu/right.jpg) no-repeat right;
}

.ddl_list {
	display: none;
	position: absolute;
    z-index: 21000;
}

.dll_wrapper {
	padding-top: 12px;
	float: left;
}

.ddl {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	height: 20px;
	background: url(../images/menu/ddl_line.jpg) repeat-x;

}

.ddl .left {
	height: 100%;
	background: transparent url(../images/menu/ddl_left.jpg) no-repeat left;
}

.ddl .right {
	height: 100%;
	background: transparent url(../images/menu/ddl_right.jpg) no-repeat right;
}

.ddl img {
	float: right;
	margin-top: 2px;
	margin-right: 4px;
	cursor: pointer;
}

.ddl_list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-left: 2px;
	background-color: #E5EAEF;
}

.ddl_list ul li {
	margin: 0;
	margin-left: 7px;
	margin-right: 7px;
	padding: 0;
	padding-left: 5px;
	white-space: nowrap;
	background-color: #E5EAEF;
	cursor: pointer;
}

.ddl_content {
	text-align: center;
	padding-top: 4px;
}

.ddl_tl {
	float: left;
	background: transparent url(../images/menu/ddl_tl.gif) no-repeat;
	width: 7px;
	height: 7px;
	font-size: 1px;
	line-height: 0px;
}

.ddl_t {
	float: left;
	background: transparent url(../images/menu/ddl_t.gif) repeat-x;
	height: 7px;
	width: 100%;
	font-size: 1px;
	line-height: 0px;
}

.ddl_tr {
	float: right;
	background: transparent url(../images/menu/ddl_tr.gif) no-repeat;
	width: 7px;
	height: 7px;
	font-size: 1px;
	line-height: 0px;
}

.ddl_bl {
	float: left;
	background: transparent url(../images/menu/ddl_bl.gif) no-repeat;
	width: 7px;
	height: 7px;
}

.ddl_b {
	float: left;
	background: transparent url(../images/menu/ddl_b.gif) repeat-x;
	height: 7px;
	width: 100%;
}

.ddl_br {
	float: right;
	background: transparent url(../images/menu/ddl_br.gif) no-repeat;
	width: 7px;
	height: 7px;
}

.ddl_border_left {
	background: transparent url(../images/menu/ddl_l.gif) repeat-y left;
}

.ddl_border_right {
	background: transparent url(../images/menu/ddl_r.gif) repeat-y right;
}

.ddl_list ul li.dll_over {
	background: #7799BC;
	color: #FFFFFF;
}

.ddl_list .dll_scroll {
	overflow-y: scroll;
    height: 200px;
}

.ddl1 {
	width: 160px;
}

.ddl2 {
	width: 140px;
}

.ddl3 {
	width: 121px;
}

#ddl1 {
	margin-left: 10px;
}

#ddl2 {
	margin-left: 10px;
}

#ddl3 {
	margin-left: 10px;
}
#ddl_list3.ddl3{
	width: 135px;

}
/*
#btn_search {
	display: block;
	float: left;
	padding-top: 8px;
	margin-left: 10px;
	cursor:pointer;
}
*/
div.btn_search {
	display: block;
	float: left;
	padding-top: 8px;
	margin-left: 10px;
	cursor:pointer;
}

.cleaner {
	clear: both;
	line-height: 0px;
	font-size: 1px;
	height: 0px;
}


/** TABS under map */
#tabs {
	width: 580px;
	margin-bottom:10px;
}

#tabs_wrapper {
	height: 25px;
	overflow: hidden;
	margin-bottom: -1px;
}

#tabs #tabs_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 0px;
	height: 25px;
}

#tabs #tabs_list li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 105px;
	height: 25px;
	background: url(../images/tabs/tab_off.gif) no-repeat;
	text-align: center;
	padding-top: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin-right: 2px;
}

#tabs #tabs_list li.current_tab {
	background: url(../images/tabs/tab_on.gif) no-repeat;
	font-weight: bold;
	color: #ffffff;
}

#tabs #tabs_list li.current_tab a {
 color: #FFFFFF !important;
 text-decoration: none;
 display: block;
 outline: none;
 font-weight:bold;
}

#tabs #tabs_list li.current_tab a:hover {
 color: #FFFFFF !important;
 text-decoration: none;
 display: block;
 outline: none;
 font-weight:bold;
}

#tabs #tabs_list li a {
	color: #000000 !important;
	text-decoration: none;
	display: block;
	outline: none;
	font-weight:bold;
}

#tabs #tabs_list li a:hover {
	color: #000000 !important;
	text-decoration: none;
}

#tabs #tabs_content {
	border: 1px solid #97A5B0;
	border-bottom: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
}

.inner_content, .inner_content_odd {
	border-bottom: 1px solid #97A5B0;
	/*padding: 5px;*/
}

.inner_content .img img,
 .inner_content_odd .img img{
  margin-left:5px;
}

.inner_content_odd{
  background-color:rgb(227,234,239);
}
.inner_content a,
.inner_content_odd a {
	color: rgb(0,51,102) !important;
	text-decoration: none;
}

.inner_content a:hover,
.inner_content_odd a:hover {
	color: rgb(0,51,102) !important;
	text-decoration: underline;
}

.inner_content .img, .inner_content .text,
.inner_content_odd .img, .inner_content_odd  .text {
	float: left;
	width: 500px;
}
.inner_content .img,
.inner_content_odd .img{
  width:30px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}
.inner_content .text,
.inner_content_odd .text{
	vertical-align: bottom;
	margin-left:  20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#layer2, #layer3 {
	display: none;
}

.underline{
  text-decoration:underline;
}

.blue {
  background-color:rgb(227,234,239);
}

.highlight{
  background-color:rgb(206,214,223); 
}

#asummaryshow{
  text-decoration:none;
  border-style:none;
}
#asummaryshow :hover{
  text-decoration:none;
  border-style:none;
}

divsummaryhideshow {
  display:block;
  margin-top:15px;
  margin-bottom:10px;
}
