@charset "utf-8";
/* CSS Document */

div#prItemsWrapper {}

/*from to */
div#prFilter{display:none}
div#prFilter {margin-bottom:8px;}

div#prItemsRecordsWrapper{}

div#prItems table {width:100%; display:block; }
div#prItems .header td{
	background-color:#ecf2f4;
	vertical-align:middle;
	font-size:16px;
	font-weight:bold;
	color:#2a4290;
	padding-left:2px;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:2px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #6c6c6c;
	border-bottom-color: #6c6c6c;

}
div#prItems .items td{padding-top:8px; padding-bottom:8px;
border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #6c6c6c;
	}

div#prItems .prItem {margin-left:12px; margin-right:12px; display:block;}
div#prItems .date { width:85px; vertical-align:top;}
div#prItems .foundText { display:inline-block; background-color:#FFFF99; }
div#prItems .title, .abstract { vertical-align:top;}
div#prItems .title a{ font-weight:bold; text-decoration:none; color:#2a4290;}
div#prItems .title a:hover{ text-decoration:underline;}



