/* 	lookupstream.css - Copyright 2005 SPE - 7 Nov 2005*/

/* ALL STYLES having font size grouped here */
p, td, th, ul, ol 	{
	font: small arial, helvetica;
}
/* Results Page fonts - variable, and inheriting from above */
p.relevance {
	text-align: center;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}
.sortByDropDown {
	font-size: small;
}
/* Search Page fonts - fixed */
td.srchBoxLeft {
	padding: 5px 12px 5px 18px;
	font-size: 12px;
	text-align: left;
}
td.srchBoxLeftUnder {
	padding: 5px 12px 5px 18px;
	font-size: 12px;
	BORDER-BOTTOM: 1px solid #B8DE50;
	text-align: left;
}
td.srchBoxUnder {
	BORDER-BOTTOM: 1px solid #B8DE50;
	text-align: left;
}
td.srchBoxRight {
	padding: 5px;
	margin: 0px;
	font-size: 12px;
}
.searchTextField {
	font-size: 12px;
	
}
#srchPubYearHelp {
	padding: 5px 8px;
	margin: 0px;
	font-size: 11px;
	width: 75%;
	text-align: left;
}
.smallerText {
	font-size: 11px;
}
#societyBoxes {
	padding: 0px 5px 5px;
	margin: 0px;
	font-size: 12px;

}

/* Other HTML tag redefinitions - shared */
body	{
	background-color:white;
	margin: 10px 10px 10px 17px;
}
a			{color:#003366; background-color:transparent}
a:link			{text-decoration:underline}
a:visited		{text-decoration:underline}
a:hover			{text-decoration:underline}
a:active		{text-decoration:underline}

/* TDs - Results Page Borders and Headers - IDs (#) for any used only once */
#headerMiddle {
	background:  url("res_headerbg.gif");
}
#borderRightShadow {
	background:   url("res_shadowright.gif");
}
#borderLeftShadow {
	background: url("res_shadowleft.gif");
}
#borderBottom {
	background:  url("res_bttmbg.gif") repeat-x;
	padding: 0px 10px;
	height: 40px;
}
td.bottomShadow {
	background:  url("res_bttmshadow.gif") repeat;
	padding: 0px;
	margin: 0px;
	height: 7px;
}
td.borderTop {
	background: #B8DE50;
	padding: 5px;
	margin: 0px;
}
td.borderColHeaders {
	background: #2B429A;
	color: #FFFFFF;
	padding: 2px 5px 2px 8px;
	font-weight: bold;
}

/* TDs - Results Page data cells */
td.data {
	BORDER-BOTTOM: 1px solid #B8DE50;
	padding: 1em 5px 0.5em 8px;
}
td.relevance {
	BORDER-BOTTOM: 1px solid #B8DE50;
	padding: .5em 5px;
}

/* Ps - Results Page - used within borders */
#searchString {
	padding-top: 5px;
	padding-left: 10px;
	margin: 0px;
}
#resultCount {
	text-align: left;
	padding-left: 5px;
	margin: 0px;
}
#resultPageListTop {
	text-align: right;
	padding-right: 20px;
	margin: 0px;
}
#resultPageListBottom {
	text-align: right;
	margin: 0px;
}

/* Ps - Results Page - used in data */

p.source {
	text-align: center;
	padding: 0px;
	margin: 3px 0px 0px;
}

/* Search Page only styles */
#content {
	vertical-align: top;
	margin-top: -300px;
	//margin-left: -300px;
//	left: 50%;
	top: 50%;
	position: absolute;
text-align: center;

}

#srchGraphic {
	padding: 15px 0px 0px 18px;
	margin: 0px;
	text-align: left;
}
#srchRightShadow {
	background:   url("srch_shadowright.gif");
}
#srchLeftShadow {
	background:   url("srch_shadowleft.gif");
}
.blueEmphasis {
	color: #2B429A;
	font-weight: bold;
}
#srchButtonsCell {
	margin: 0px;
	padding: 5px 0px 5px;
	text-align: left;
}
#srchSortDropCell {
	padding: 5px 5px 5px 0px;
	margin: 0px;
	text-align: left;
}
