/*Search page body */
body {
   // background-color:#FFFFFF;
    font-family:arial,helvetica;
    font-size: 13px;
	margin-left: 20px;
    margin-right: 20px;
}

/*Top categories*/
.main_cat1 {
    font-size: 16px;
    font-weight: bold;
    color:#0000FF;
}

.main_cat2 {
    font-size: 12px;
    font-weight: bold;\
    color:#0000FF;
}

.cat1:visited {
    font-size: 16px;
    font-weight: bold;
    color:#5555AA;
}

/*Small urls*/
.url {
    color: #119955;
}

a:visited {
    color:#000088;
}

/*Page descriptions*/
.description {
    font-size: 14px;
	margin-left: 10px;
}

/* Title/link of pages */
.title {
    color:#000088;
    font-size:15px;
}

.searchBox {
    border:1px solid #113377;
}

#result_report {
    text-align:left;
    padding:3px;
    font-weight: bold;
    margin-bottom:15px;
}

.catBanner {
    padding:3px;
    margin-top:15px;
    background-color:#e5ecf9;
    font-weight: bold
}

.webPageBanner {
    padding:3px;
    margin-top:20px;
    background-color:#e5ecf9;
    font-weight: bold
}

hr {
    color:#000066;
}

hr.powered {
    width:550;
    color: #000066;
}


/*main results table */
#results, #r_results, #i_results {
    width: 100%;
}


h1 {
    text-align: center;
    font-family: Verdana, Ariel;
    font-size:24px;
    color: #000066;
}

#other_pages {
     text-align:left;
}

#powered_by {
    margin:0 auto;
    margin-top:20px;
    padding-top:10px;
    font-size:10px;
    text-align:center;
    vertical-align: center;
}

#common_report {
    text-align:center;
}

#cat_table {
    width:600px;
    margin-top:20px;
    padding-top:10px;
    padding-bottom:20px;
    border-top:1px solid #AAAAAA;
    border-bottom:1px solid #AAAAAA;
}

#cat_main {
    font-weight: bold;
}

.divline{
    margin-top:20px;
    margin-bottom:-7px;
    border-bottom:1px solid #DDDDDD;
}

#sub_cat {
    font-size:12px;
}

.idented {
	margin-left:30px;
	//font-size:25px;
	font-style: italic;
	font-weight: bold;
}

.idented1 {
    margin-left:-10px;
	font-size:15px;
	//font-style: italic;
	text-align: center;
}

#did_you_mean {
    font-size: 14px;
    text-align:left;
    margin:10px;
}

/* CSS data for autocomplete */
#keyword {
    width: 300px;
    font-size: 1em;
}

#sresults {
    display: none;
    width: 204px;
   	position: absolute;
    border: 1px solid #c0c0c0;
    background-color: #eeeeee;
}

#sresults .item {
    padding: 3px;
    font-family: Helvetica;
    border-bottom: 1px solid #c0c0c0;
}

#sresults .item:last-child {
    border-bottom: 0px;
}

#sresults .item:hover {
    background-color: #cccccc;
    cursor: pointer;
}

.box {
    display: none;
    width:100%;
}

a:hover + .box, .box:hover {
    display:block;
    position:relative;
    z-index: 100;
}

#search_master {
    padding:10px;
    margin: 25px 25px;
    //width:100%;
    background-color:#6f6f6;
}

#main {
    text-align: left;
    border: none;
    clear: both;
    width: 100%;
    margin-top: -1px;
}

#tabs {
    font-family: Verdana, Arial;
    font-size: 10px;
    clear: both;
    text-align: center;
  	position: justified;
    margin-left: -35px;
	display: flex;
    justify-content: center;
}

#tabs ul {
    display: inline;
    list-style-type: none;
    margin: 0;
}

#tabs li {
    float: left;
   // height: 23px;
}

#tabs a {
   // width: 250px;
	border-radius:3px;	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

#tabs a {
	border: 1px solid #ddd;
	background: #fff;
	background:-moz-linear-gradient(top,#82AA14,#fff); 
	background:-webkit-gradient(linear,0 0,0 100%,from(#82AA14),to(#fff));		
}

#tabs a.selected {
    position: relative;
    top: 0px;
    margin: 1px 1px 1px 1px;
    float: left;
    //background: #eee;
	border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 7px;
    text-decoration: none;
    font-weight: bold;
    //color: #333;
	border-radius: 5px 15px 10px;
	color: #fff;
	background: #f26522;
	border-color: #f26522;
	
}

#tabs a.default {
    position: relative;
    top: 0;
    margin: 1px 1px 1px 1px;
    float: left;
    border-right: 1px solid #AAA;
    border-top: 1px solid #AAA;
    border-left: 1px solid #AAA;
    border-bottom: 1px solid #AAA;
    padding: 5px 4px 5px 7px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
	border-radius: 5px 15px 10px;
	
}

#tabs a:hover {
    //background: #eee;
    position: relative;
    top: 0;
    padding: 5px 4px 6px 7px;
    margin-top: 0px;
	color:#fff;
	background: #f26522;
	border-color: #f26522;
}

#tabs a.active {
    position: relative;
    top: 0;
    margin: 1px 1px 1px 1px;
    float: left;
    //background: #EEE;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 7px;
    text-decoration: none;
    //color: #333;
	border-radius: 5px 15px 10px;
	color: #fff;
	background: #f26522;
	border-color: #f26522;
}

#tabs a.active:hover {
    position: relative;
    top: 0;
    margin: 1px 1px 1px 1px;
    float: left;
    border-right: 1px solid #666;
    border-top: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 6px 4px 6px 7px;
    text-decoration: none;
    //color: #333;
	border-radius: 5px 15px 10px;
	color: #fff;
	background: #f26522;
	border-color: #f26522;
}

.maincontainer {
    border: none;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	//position: fixed;
   }

.container2 {
    width: 40%;
    padding-left: 5px;
    text-align: left;
}

.container1 {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    padding-left: -5px;
    text-align: center;
    border-radius: 15px;
}

.container3 {
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    padding-left: -5px;
    text-align: center;
    border-radius: 15px;
}

.bottom_container {
    padding-left: 5px;
}

.bottom_container1 {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-left: 5px;
    text-align: center;
}

.advanced {
    display: table;
    width: 80%;
}

.wraptocenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-right:10px;
  width: auto;
  height: auto;
  float:left;
}
.wraptocenter * {
  vertical-align: middle;
}

.row {
    width: 100%;
    display: table;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.left, .right {
    display: table-cell;
    width: 50%;
}

.button {
    background-color: gainsboro;
    border: 1px solid black;
    color: black;
    padding: 3px 3px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 3px 2px;
    border-radius: 4px;
    cursor: pointer;
}

