

.browse_field {
	padding: 0px 4px 0px 10px; 
	border-bottom: solid 1px #CCC;
	height: 24px;
	text-align: right;
	font-size: 11px;
}
.browse_title {
	padding: 2px 20px 2px 4px; 
	border-left: solid 1px #CCC; 
	border-bottom: solid 1px #CCC; 
	cursor: pointer;
	font-size: 11px;
	width: 585px;
	height: 24px;
	margin: 0px;
}
.browse_result {
	padding: 2px 20px 2px 4px; 
	border-left: solid 1px #CCC; 
	border-bottom: solid 1px #CCC; 
	cursor: pointer;
	font-size: 11px;
	width: 585px;
	height: 24px;
	margin: 0px;
}

/* highlited documents */
#highlight_docs {
	font-size: 11px;
}
#highlight_docs .doc_num {
	float:left; 
	text-align: right;
	width: 20; 
	padding: 3px 10px; 
	border-bottom: solid 1px #CCC; 
}
#highlight_docs .doc_title {
	padding: 3px 5px 3px 10px;
	margin-left: 27px;
	border-left: solid 1px #CCC; 
	border-bottom: solid 1px #CCC; 
	cursor: pointer;
	font-size: 11px;
}


/* BROWSING */
#doc_browsing{
	margin-top: 0px; 
	padding: 15px 15px 28px 0px;
}
#browse_search .search_letters {
	color: #FFF; 
	font-size: 10px; 
	font-weight: bold; 
	padding-top: 5px; 
	clear: left;
}
#browse_tabs {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;		
	padding: 0px;
	height: 20px;
}
#browse_tabs li {
	display: block;
	color: #896701;
	margin-right: 3px;
	width: 80px;
	padding: 2px 0px;
	text-align: center;
	background: #F2B600;
	float: left;
	border-top: solid 1px #B98B00;
	border-left: solid 1px #B98B00;
	border-right: solid 1px #B98B00;
}	
#browse_search {
	background: #F2B600;
	border: solid 1px #B98B00;
	padding: 10px;
	color: #FFF;
	margin: 0px 0px 15px 0px;
}
#browse_search .wrapper {
	padding: 5px 0px 0px 0px; 
	font-weight: bold; 
	color: #B98B00; 
	font-size: 10px; 
} 
#browse_search span {
	float: right; 
	font-size: 10px; 
	display: block;
}
#browse_search a {
	color: #FFF;
	font-weight: bold;
}
.input_text_library {
	FONT-FAMILY: "Verdana", Arial, Helvetica, Sans-serif;
	height: 18px;
	font-size:10px;
	line-height: 14px;
	color:#555;
	border: solid 1px #B98B00;
	background: #FFF;
	text-decoration: none;
	margin-right: 0px;
	
}
		
#browse_tabs {
	list-style: none;
	margin: 10px 0px 0px 0px;
}


/* VIEW.CFM */
.author {
	padding: 4px 0px; 
	font-size: 10px; 
	border-top: dotted 1px #CCCCCC; 
	border-bottom: dotted 1px #CCCCCC;
}
.author a {
	text-decoration: underline;
}
#doc_info { 
	background: #FBFCFC; 
	margin: 0px 0px 10px; 
	padding: 0px;
	width: 210px;
	text-align: left;
}
#doc_info h2 {
	width: 100%; 
	background: url(/images/backgrounds/bg_subtitlesrd.gif); 
	cursor: pointer; 
	line-height: 30px; 
	padding: 0px; 
	text-align: center; 
	height: 30px; 
	color: #444; 
	font-weight: bold; 
	font-size: 11px;
	margin: 0px;
}
#info_body {
	padding: 10px;
	border: solid 1px #CCC;
}

.page_body {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	line-height: 180%;
	padding: 10px 0px 0px;
}
.credit {
	color: #818181;
	font-size: 10px;
	font-style: italic;
}

/* END - VIEW.CFM */