#sdb-container {
	float: left;
	padding: 10px 0px 10px 0px;
	font: Arial, Helvetica, sans-serif;
	font-size: 100%;
	/*color: #000;*/
	width: 100%;
	overflow: hidden;
}

h1#sdb-header {
	width: 96%;
	float: left;
	clear: both;
	margin: 5px 0px 10px 2%;
	padding: 0px 0px 10px 0px;
	font-size: 27px;
	line-height: 30px;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}
#sdb-container #description {
	width: 96%;
	float: left;
	clear: both;
	margin: 5px 0px 10px 2%;
	padding: 0px 0px 10px 0px;
	font-size: 100%;
	border-bottom: solid 1px #CCC;
}
#sdb-footer {
	margin-bottom: 20px;
	width: 96%;
	float: left;
	clear: both;
	margin: 0px 0px 10px 2%;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #CCC;
	font-size: 11px;
	color: #666666;
}
#sdb-sort  {
	width: 96%;
	float: left;
	clear: both;
	padding-bottom: 10px;
	margin: 10px 0px 10px 2%;
	border-bottom: solid 1px #CCC;
	font-size: 100%;
	text-align: center;
}
#sdb-dislaimer {
	width: 96%;
	float: left;
	clear: both;
	margin: 0px 0px 10px 2%;
	padding: 0px 0px 5px 0px;
	border-bottom: solid 1px #CCC;
	font-size: 9px;
	color: #999999;
	text-align: center;
	line-height: 9px;
}

#sdb-container span.sdb-selected {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#sdb-container span.sdb-selected:before {
	content: "\00BB \0020";
}
.sdb-count {
	float: left;
	clear: both;
	width: 100%;
	font-size: 100%;
	color: #333;
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	text-align: left;
	border-bottom: solid 1px #CCC;
}

.sdb-form-page {
	display: inline;
	padding: 0px 3px 0px 3px;
	margin: 0px;
}

#sdb-results-container {
	float: left;
	clear: both;
	width: 100%;
}
#sdb-results {
	float: left;
	clear: both;
	width: 100%;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: solid 1px #CCC;
	font-size: 100%;
}

#sdb-results td {
	padding: 5px 6px 5px 6px;
}

#sdb-results td span.sdb-time {
	width: 80px;
	float: left;
	clear: both;
	text-align: right;
}

#sdb-results td span.sdb-label {
	float: left;
	width: 25px;
	margin-right: 5px;
	color: #999999;
}
#sdb-subhead span.sdb-label {
	font-weight: bold;
	margin-right: 10px;
}

#sdb-results td.sdb-last {
	margin-right: 0px;
}
#sdb-results td.sdb-place {
	padding: 5px 0px 5px 5px;
	text-align: center;
}

#sdb-results tr.sdb-odd {
	background: #CCC;
}

#sdb-results tr.sdb-even {
	background: #FFF;
}

#sdb-container .sdb-header {
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}
tr.sdb-header td a.orderAsc {
	background-image: url(/templates/simpleDB/img/headerArrowAsc.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}
tr.sdb-header td a.orderDes {
	background-image: url(/templates/simpleDB/img/headerArrowDes.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 18px;
}
#sdb-results tr td a.concat {
	margin-right: 20px;
}
#sdb-results tr td a.concat:last-child,
#sdb-results tr td.concat span:last-child {
	margin-right: 0px;
}
#sdb-results tr td.concat span {
	margin-right: 1%;
	float: left;
}
#sdb-container .sdb-noresults {
	font-weight: bold;
	padding: 20px 0px 20px 20px;
}
#sdb-container .sdb-more {
	float: left;
	clear: both;
	color: #666666;
}
.fieldsSelect {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: solid 1px #CCC;
}
.fieldsSelect .fieldSelect {
	display: inline;
	margin-right: 20px;
}
.fieldsSelect .fieldSelect:last-child {
	margin-right: 0px;
}
#simpleDBSearch {
	width: 300px;
}

/* ---=== begin relateds styles ===--- */

#sdb-results tr td div.relateds ul,
#sdb-results tr td div.relateds ul li {
	list-style: none;
}
#sdb-results tr td div.relateds h4 {
	display: inline;
	padding: 0;
	margin: 0;
}
