
/* Body Menu */
#body_menu, #body_menu_1 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 100;
    border-top: 0px solid #cacaca;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 27px;
    margin-bottom: 0;
    width: 600px;

   
}

#body_menu li, #body_menu_1 li {
    font-family: Verdana, Helvetica, sans-serif;
    border-bottom: 1px solid #dadada;
    display: block;
    list-style-type: none;
    font-style: normal;
}

#body_menu li a, #body_menu_1 li a {
  background: scroll url(images/menudot.gif) 0 8px no-repeat;
  color: #585858;
  display: block;
  height: 17px;
  padding: 6px 0 0 28px;
  text-decoration: none;
  width: 100%;
}

#body_menu li a:hover, #body_menu_1 li a:hover {
  background: scroll url(images/menudot.gif) 0 -10px no-repeat;
}

/* Dropdown Menu */
.body_dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 160px;
    max-width: 100%;
    max-height: 100px;
    overflow-y: auto;
    border: 1px solid #ddd;
    font-size: 10px;
    z-index: 1;
    padding-bottom: 50px;
    padding-top: 20px;
}

.body_dropdown-content.show {
  display: block;
}

.body_dropbtn {
    background: scroll url(images/menudot.gif) 0 8px no-repeat;
    background-color: #fff;
    color: black;
    border: none;
    cursor: pointer;
    padding-top: 8px;
    padding-right: 27px;
    padding-left: 27px;
    padding-bottom: 8px;
}

.body_dropbtn:hover {
	 background: scroll url(images/menudot.gif) 0 -10px no-repeat;

}

.body_dropdown-content a {
    font-family: Verdana, Helvetica, sans-serif;
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-size: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 90px;
    font-weight: lighter;
}


.body_dropdown-content a:hover {
  background-color: #ddd;
}



/* Search Input */
#myInput1 {
    box-sizing: border-box;
    background-image: url('images/newtci/searchicon.png');
    background-position: 12px center;
    background-repeat: no-repeat;
    font-size: 14px;
    padding-top: 14px;
    padding-right: 20px;
    padding-left: 40px;
    padding-bottom: 12px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
	line-height: 2; /* Better line spacing */
}

#myInput1:focus {
  outline: 3px solid #ddd;
}



.active a {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat !important;
}


.no-results {
  color: #888;
  font-size: 14px;
  text-align: center;
  padding: 10px;
}

