.db-menu ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px 10px;
	padding: 0;
}

.db-menu li {
	padding: 4px 0 2px 0px;
}

.db-menu li span {
	font-size: 10pt;
	color: #555555;
	font-weight: bold;
}

.db-menu li a {
	margin-left: -10px;
}

.db-menu li.active a {
	color: #c00000;
}

.db-menu-search-input {
	width: 150px;
	margin: 5px 5px 5px 10px;
	border: 1px solid #cacaca;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 2px;
}

.db-menu-search-input:focus {
	border: 1px solid rgba(82, 168, 236, 0.8);
}

.db-menu-search-btn {
	background : url("../images/search.png") no-repeat center center;
	width: 16px;
	height: 16px;
	border: none;
	color: transparent;
	font-size : 0;
	vertical-align: middle;
}

.db-menu-search-btn-fi {
	background: none;
	border: none;
	vertical-align: middle;
	padding: 0;
}

.db-menu-search-btn-fi i {
	font-size: 18px;
	color: #0088cc;
	margin: 0 0 0 2px;
}

.db-menu-search-btn-fi i:hover {
	color: #005580;
}

.db-database-title {
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 5px;
}

.db-database-title a {
	font-size: 11pt;
}

.db-database-author {
	color: #999999;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.db-database-body {
	font-size: 10pt;
	line-height: 150%;
}

.db-database-search-form {
	margin: 20px 0;
}

.db-database-footer {
	margin: 30px 0 30px 0;
	text-align: right;
}

.db-database-footer hr {
	display: block;
	padding: 0;
	margin: 0;
	height: 0;
	max-height: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
	font-size: 1px;
	line-height: 0;
}