
.printSeperator{
	height:20px;
	border-top: 1px solid #000000;
	clear:both;	
	display:block;
}

/*hides element*/
.noPrint{
	display:none;
}

#rdTitle{
display: block;
font-size:12pt;
}

#rdInformationBar{
clear:both;
display:block;
float:left;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
padding: 5px 0 3px 0;
margin: 0 0 10px 0;
width: 100%;
}


#rdibRecordNumber{
display:block;
float:left; 
margin-left: 30px;
padding:0;
}

#rdibCurrentRecord{
font-weight: bold;
}

#rdibTotalRecords{
font-weight:bold;
}

.rdibRecordNavigation{
margin-left: 30px;
display:block;
float:left;
}

.rdibRecordNavigation a{
text-decoration: none;
font-weight: bold;
color: #009966;
}

.rdibRecordNavigation img{
border: none;
margin: 0;
padding: 0 5px;
vertical-align:middle;
}

#rdibReturnToResults a{
display:block;
float:left;
margin-left: 30px;
font-weight:bold;
}

#rdibNavigation{
display:block;
/*float:left;*/
}

/*Set the content to block instead of screen's float*/
#rdMainCitationZone{
display:block;
margin-bottom: 20px;
}

/* set each section to 600px so that the data fits on the page */
.rdRecordSection{
clear:both;
display:block;
width:600px;
margin-bottom: 10px;
font-size: 8pt;
padding: 1em;
}

#rdRecord h3, #rdReferencesLabel{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 8pt;
letter-spacing: 1.5pt;
font-variant:small-caps;
margin: 0 0 0 5px;
padding: 3px;
display: block;
}

#rdReferences{
width: 650px;
display:block;
clear:both;
padding: 0;
margin: 0 0 0 10px;
font-size: 8pt;
}

/*hide the button links*/
.rdReferenceButtons{
display:none;
}

.rdReference{
display:block;
clear:both;
border-bottom: 1px solid silver;
padding: .5em 0;
margin: .5em 0;
}

#rdrCount dt{
padding:0;
margin:0;
display:block;
font-weight:bold;
}

#rdTools{
display:block;
width: 400px;
}

#rdTools h3{
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 8pt;
letter-spacing: 1.5pt;
font-variant:small-caps;
margin: 0 0 0 5px;
padding: 3px;
display: block;
}

#rdtlLinkList{
margin: 5px;
padding: 5px 5px 5px 10px;
list-style:none;
display: block;
font-size: 8pt;
line-height: 2em;
}

#rdtlLinkList li img{
padding: 10px 0 0 10px;
vertical-align: baseline;
}

#rdtlFulltext{
list-style: none;
padding: 0 0 0 20px;
margin: 0;
}

#rdtIndexTerms ol{
margin: 5px;
padding: 5px 5px 5px 10px ;
list-style:none;
display: block;
font-size: 8pt;
}

#rdtIndexTerms ol li{
margin-bottom: 1em;
}

#reviewedItems{
margin:0;
padding:0;
}

#reviewedItems li{
list-style-type:none;
}

#reviewedItems li.empty{
margin:1em;
}
.GrantSponsorship{
	margin:0;
	padding:0;
}

.GrantSponsorship li{
	margin:0;
	padding:0;
	list-style:none;
	clear:both;
}

.GrantSponsorship li div.field{
	font-weight:bold;
}

.GrantSponsorship li div.fieldValue{
	float:left;
	margin-left:10px;
}

.sponsorValue{
	width:450px;
}

.GrantSponsorship li div.sponsorSubValue{
	width:375px;

}
.InstrumentationDOI{
	width:100%;
	border-collapse:collapse;
}

.InstrumentationDOI td{	
padding:2px;
	
}
.InstrumentationDOI td.test{	
	width:48%;
	word-wrap:break-word;
		
}
.InstrumentationDOI td.appended{	
width:27%;
text-align:left;
	
}
.InstrumentationDOI td.doilink{	
width:25%;
text-align:center;
	
}

.InstrumentationDOI tr.darkrow td {
background-color:#EFEFEF;

}
.InstrumentationDOI tr.lightrow td {
background-color:#FFFFFF;

}