/**** General ****/
#opendb_content {
	font-family: Verdana;
	font-size: 75%;
	width: 100%;
	height: 100%;
}
.bold {
	font-weight: bold;
}

/**** Search Bar ****/
#opendb_content #search_bar {
	vertical-align: middle;
	margin: 1px;
	padding: 0px;
	display: block;
	width: 100%;
	background-color: #ECF5F7;
	font-weight: bold;
}
#opendb_content #search_bar .group {
	min-height: 18px;
	display: inline-block;
	margin: 5px;
	*display: inline;
}
#opendb_content #search_bar .group input[type=text] {
	width: 150px;
}
#opendb_content #search_bar .group img {
	border: 0px;
	vertical-align: middle;
}

/**** Pagination ****/
#opendb_content #pagination {
	background-color: #fff;
	padding: 5px;
	font-size: 85%;
}

/**** Feeds Table ****/
#opendb_content table.feedstable {
	_font-size: 1em;
	margin-top: 5px;
	clear: both;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#opendb_content .feedstable th  { 
  border-right: 2px solid #fff;
	background-color: #3176ba;
	height: 25px;
}
#opendb_content th.feedstdname {
	padding: 0px 0px 0px 10px;
}
#opendb_content .feedstdname {
	text-align: left;
	min-width: 55%;
}
#opendb_content .feedstdname p {
	margin: 3px 0px;
}
#opendb_content .feedstdothers {
	width: 15%;
}
#opendb_content .feedstdtype {
    width: 15%;
}
#opendb_content .white {
	background-color: white;
	text-decoration: none;
}
#opendb_content .blue {
	background-color: #ecf5f7;
	text-decoration: none;
}
#opendb_content .feedstable th a:link, 
#opendb_content .feedstable th a:visited, 
#opendb_content .feedstable th a:hover, 
#opendb_content .feedstable th a:active {
     color: White;
 }
#opendb_content .feedstable th  {
    color: White;
}
#opendb_content .noresults {
	padding: 10px 0px 20px 0px;
}
