/* Stylesheet modified from default.css */
table { border-collapse: inherit; }
td { border: none; }
	
/* Stylesheet for Sphider-plus */

.description{ 
  font-size: .9em;
  line-height: 1.4em;
  margin-left: 20px;
  padding: 0;
  width: 85%;
}

.mak_2{ 
  background: #FF9933;
}

.mainlist {   
  background-color:#F3F3F3;
  border-top:1px solid #8BAABF;
  margin:0px 0px 0px 0px;
  padding:2px;
  text-align:right;
}

.odrow {
  background: #FFF;
  color: #000;
  margin: 0;
  padding: 6px 4px;
}

.resultlist {
  width: 100%
}

.resultlist ul { 
  list-style-type: none; 
  list-style-image: none;
  line-height: 1.3em;
  margin: 0;
  padding: 4px;
}

.searchBox {
  background: #FFF;
  text-align: center;
  width:60%;
  border:1px solid #8BAABF;
  border-radius: 10px;
  box-shadow: 10px 10px 3px #777;
}

.sml { 
  font-size: 0.8em;
}

.suggest {
  font-size: 0.8em;
  position:absolute;
  width:150px;
  background-color:#EEEEEE;
  margin:0px;
  padding:0px;
}
.suggest ul { 
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.suggest ul li.selected {
  background-color: #C3E3CC;
}
.suggest ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:12px;
  cursor:pointer;
}

.tblhead {
  background: #E5ECF9;
  color: #000;
  font-weight: bold;
  padding: 6px;
  text-align: center;
}

.title { 
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
  padding: 3px 2px 3px 0px;
  text-align: left;
}

.url {
  background: transparent;
  font-size: 0.8em;
  color: #115599;
  margin: 2px 0 5px 20px;
  padding: 0;
}

#results{ 
  width: 100%;
}

#other_pages, #common_report { 
  background: #FFF;
  font-size: 0.8em;
  color: #000;
  padding: 6px 2px;
  text-align: center;
}
