/*css reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
       margin: 0;
       padding: 0;
       font-size: 100%;
       vertical-align: baseline;
       border: 0;
       outline: 0;
       background: transparent;
       }

ul, ol {
       list-style: none;
       }

blockquote, q {
       quotes: none;
       }

:focus {
       outline: 0;
       }

table {
       border-collapse: collapse;
       border-spacing: 0;
       }

/*content*/

body {
	font-family: arial, sans-serif;
	margin: 0 50px 100px 50px;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #0066CC;
}

#header a, #header a:visited {
	display: block;
	text-indent: -9999px;
	background: url('/images/research_database_header.jpg') no-repeat;
	width: 668px;
	height: 161px;
	overflow: hidden;
}

#header a:hover {
	background-position: 0 -162px;
}

#header_content {
	padding-top: 36px;
	padding-left: 40px;
	width: 700px;
	height: 113px;
	position: absolute;
	top: 23px;
	left: 115px;
}

h2 {
	color: #666;
	font-size: .8em;
	line-height: 1.3em;
	font-weight:normal;
	width: 800px;
/*	top: 25px; */
	left: 115px;
	margin-bottom: 15px;
}

h3 {
	font-size: 1.6em;
	margin: 21px 0 5px 0;
	color: #231f20;
}

h6 {
    color: #ce3827;
    font-size: .9em;
    margin: 5px 0 5px 0;
}



h5 {
    color: #ce3827;
    font-size: 1em;
    line-height: 1.3em;
    width: 800px;
    top: 25px;
    left: 115px;
    margin-bottom: 15px;
}

.adv_search {
    font-size: .9em;
    padding-left: 10px;
}



#head_wrapper {
	margin: 70px auto 0 auto;
	position: relative;
	width: 800px;
	height: 161px;
}

#search-form-wrapper{
	position: absolute;
	top: 104px;
}

#search_string {
	display: block;
	float: left;
	margin-top: 5px;
	padding-left: 5px;
	border: 1px solid black;
	height: 25px;
	width: 508px;
	font-size: 1em;
}

#commit {
	display: block;
	float: left;
	text-indent: -9999px;
	background: url('/images/go.png') no-repeat;
	width: 38px;
	height: 30px;
	border: 0;
	margin: 4px 0 0 10px;
}

#commit:hover {
	background: url('/images/go.png') no-repeat 0 -31px;
	cursor: pointer;
}

#advanced-syntax a {
	font-size: .8em;
}

#all-cat-funcs {
	margin: 10px auto 0 auto;
	padding: 0 0 0 155px;
	width: 644px;
	font-size: 1em;
	line-height: 1.3em;
	overflow: hidden;
}

#all-cat-funcs ol{
	padding: 10px 0 10px 15px;
}

#all-cat-funcs input {
	position: relative;
	margin: 0 5px 0 7px;
	top: -1px;
}

#all-cat-funcs ol input {
	position: relative;
	top: -1px;
	margin: 0 10px 0 10px;
}

#all-cat-funcs p {
	padding: 5px 0 7px 20px;
}

label {
	color: #003399;
	text-decoration: none;
}

label:hover {
	cursor: pointer;
	color: #0066CC;
}

.parent-cat-link-folded, .all-cat-label-folded {
	background: url("/images/plus.png") no-repeat scroll 0 2px transparent;
	padding-left: 20px;
	cursor: pointer;
}

.parent-cat-link-unfolded, .all-cat-label-unfolded {
	background: url("/images/minus.png") no-repeat scroll 0 2px transparent;
	padding-left: 20px;
	cursor: pointer;
}

#results_wrapper {
	width: 800px;
	margin: 50px auto 0 auto;
}

/*result list*/

.pagination {
	margin: 10px 0 10px 0;
}

#result-list {
	margin: 20px 0 10px 0;
	list-style-type: circle;
}

ol#result-list li {
	list-style-type: decimal;
}

.result-element {
	margin: 10px 0 10px 0;
}

.article-author {
	font-size: 1.2em;
	font-weight: bold;
}

.article-sub-author {
	font-size: 1em;
	font-weight: bold;
}

.article-title {
	display: block;
	color: #ce3827;
	margin: 5px 0 5px 0;
	font-weight: bold;
}

.article-abstract {
	font-size: .95em;
	line-height: 1.3em;
	display: block;
	margin: 5px 0 5px 0;
}

.article-categories {
	display: block;
	color: #333;
	margin: 5px 0 20px 0;
	font-size: .9em;
}

.category:after {
	content: " |";
}

.article-journal, .article-volume, .article-year, .article-publish-date, .article-publisher, .article-pages {
	color: #CE3827;
	font-size: .9em;
}

span.article-cart a {
	display: block;
	width: 100px;
	text-align: right;
	position: absolute;
	top: 2em;
	left: -111px;
}

#search-results li {
	display: block;
	position: relative;
}

a.add, a.add:visited {
	font-weight: bold;
	font-size: .9em;
	color: #00a651;
}

a.add:hover {
	color: #14f581;
}

a.remove, a.remove:visited {
	font-weight: bold;
	font-size: .9em;
	color: #ff0000;
}

a.remove:hover {
	color: #ff7a7a;
}

.my_research_list {
	font-weight: bold;
}

em {
	font-style: normal;
	font-size: .8em;
	color: #00a651;
}

a.next_page, a.next_page:visited {
	margin-left: 5px;
	display: inline-block;
	text-indent: -9999px;
	line-height: 1em;
	background: url("/images/forward.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 14px;
}

a.next_page:hover {
	background: url("/images/forward.png") no-repeat scroll 0 -14px transparent;
}

a.prev_page, a.prev_page:visited {
	margin-left: 5px;
	display: inline-block;
	text-indent: -9999px;
	line-height: .9em;
	background: url("/images/back.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 14px;
}

a.prev_page:hover {
	background: url("/images/back.png") no-repeat scroll 0 -14px transparent;
}

.disabled.next_page {
	margin-left: 5px;	
	display: inline-block;
	text-indent: -9999px;
	line-height: .9em;
	background: url("/images/dis_forward.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 14px;
}

.disabled.prev_page {
	margin-right: 5px;	
	display: inline-block;
	text-indent: -9999px;
	line-height: .9em;
	background: url("/images/dis_back.png") no-repeat scroll 0 0 transparent;
	width: 16px;
	height: 14px;
}

.current {
	color: #666;
	text-decoration: underline;
}

.gap {
	color: #666;
}

#my-collection {
	width: 800px;
	margin: 15px auto 0 auto;
}

#my-collection a {
	margin-right: 15px;
	font-size: .8em;
	text-transform: uppercase;
	letter-spacing: .05em;
}

a.dart_link, a.dart_link:visited {
	color: #ce3827;
	border-bottom: 1px dotted #ce3827;
}

a.dart_link:hover {
	color: red;
	border-bottom: 1px dotted red;
}

a.research_list, a.research_list:visited {
	font-weight: bold;
	color: #00a651;
}

a.research_list:hover {
	color: #14f581;
}

hr {
	margin-top: 23px;
	height: 3px;
	background-color: #231f20;
	border: 0;
}

#body p{
	line-height: 1.3em;
	margin-bottom: 15px;
	
}

#body {
	overflow: hidden;
	padding-top: 70px;
	width: 800px;
	margin: 0 auto;
	padding-bottom: 100px;
}

.red {
	font-weight: bold;
	color: #ce3827;
}

#body pre {
	background-color: #ffe0dc;
	font-size: .9em;
	padding: 5px;
	margin: 10px 0 10px 0;
}

#body ul{
	list-style-type: disc;
	font-size: .9em;
}s