/* repository settings for ASKB */

/* Design the Search and Browse Space */

#searchbox {
	background: #e1d6c9;
	width: 592px;
	border: 1px solid #ba9593;
	padding: 10px;
	margin-bottom: 10px;
	overflow: auto;
}

/* Design the Search Form */

#searchform h2 {
	text-align: left;
	color: #312e28;
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu {
	border-bottom: 2px solid #312e28;
	margin: 0;
	padding-bottom: 19px;
	padding-left: 10px;
}

#menu ul, #menu li {
	display: inline;
	list-style-type: none;
	border: 0px;
	margin: 0;
	padding: 0;
}

#menu a:link, #menu a:visited {
	background: #312e28;
	border: 1px solid #312e28;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	color: #ffffff;
	text-decoration: none;
}

#menu li.on a:link, #menu li.on a:visited {
	background: #ffffff;
	border: 1px solid #244f75;
	float: left;
	font-weight: bold;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	color: #312e28;
	text-decoration: none;
}

/* Design the Results Window */

div.searchresults {
	overflow: auto;
}

div.resultnav {
	width: 592px;
	text-align: center;
	overflow: auto;
}

div.forward {
	padding: 5px;
	float: left;
}

div.backward {
	padding: 5px;
	float: left;
}

div.searchset {
	padding: 5px;
	float: left;
}

div.yoursearch {
	width: 575px;
	text-align: center;
}

/* Design a List of Titles */

div.titlelist {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
}

div.titlelist div.thumbnail {
	display: none;
}

div.titlelist div.label {
	display: inline;
}

div.titlelist div.label a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

div.titlelist div.label a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.titlelist div.label a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.titlelist div.label a:hover {
	background: #312e28;
	text-decoration: none;
	color: white;
}

div.titlelist div.citation {
	display: none;
}

div.titlelist div.format {
	display: none;
}

div.titlelist div.abstract {
	display: none;
}

div.titlelist div.collection {
	display: none;
}

/* Design a List of Thumbnails */

div.thumbnails div.thumbnail {
	float: left;
	padding: 3px;
	margin: 3px;
	height: 125px;
	width: 125px;
	border: 1px solid;
	text-align: center;
	vertical-align: bottom;
}

div.thumbnails div.thumbnail img {
	border: none;
	vertical-align: bottom;
}

div.thumbnails div.label {
	display: none;
}

div.thumbnails div.citation {
	display: none;
}

div.thumbnails div.format {
	display: none;
}

div.thumbnails div.abstract {
	display: none;
}

div.thumbnails div.collection {
	display: none;
}

/* Design a List of Full Records */

div.record {
	background-color: #ffffff;
	border: 1px solid;
	border-color: #ba9593;
	padding: 5px;
	margin: 2px;
	width: 572px;
	overflow: auto;
	float: left;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.record div.thumbnail {
	float: left;
	padding: 5px;
	width: 125px;
}

div.record div.thumbnail img {
	border: none;
}

div.record div.label {
	padding: 3px;
}

div.record div.label a:link {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

div.record div.label a:visited {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.record div.label a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

div.record div.label a:hover {
	background: #645e51;
	text-decoration: none;
	color: white;
}

div.record div.citation ul {
	margin: 0px;
	padding: 0px;
}

div.record div.citation ul li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

div.record div.format {
	display: none;
}

div.record div.abstract {
	margin-top: 5px;
	font-size: 10px;
}

div.record div.collection {
	display: none;
}
