/* ########################################################################################################################################### */
/* Basic styles */
/* ########################################################################################################################################### */

BODY{
	font-family: tahoma, arial, verdana, arial;
	font-size: small;
	margin: 0px;
	background: #ece9e2 url('./img/bgPage.png');
	background-position: center;
	background-repeat: repeat-y;
	text-align: center;
}
* html body{
	font-size: x-small; /* gleicht Fehler von IE5/Win aus */
	f\ont-size: small; /* für andere IE Versionen */
}
a, a:link, a:visited, a:hover, a:active, a:focus {
	color: #345f8a;
	text-decoration: none;
}
FORM{
	margin: 0px;
}
IMG{
	border: none;	
}

P.help{
	margin: 3px 0 15px 0;
	padding: 5px;
	font-size: 11px;
	color: #aaaaaa;
}
.h2RightAdd{
	float:right;
	font-size:10px;
	color:#aaaaaa;
	font-weight:normal;
	padding: 6px 0 0 0;
}
.h2RightAdd IMG{
	position: relative;
	top: 2px;
}

.expertInfoHidden{
	margin: 0px;
	padding: 0px;
	display: none;
	visibility: hidden;
}
.expertInfoVisible{
	clear: both;
	margin: 0px;
	padding: 0px;
	display: block;
	visibility: visible;
}

.clearFloat{
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}
.clearLeft{
	clear: left;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}
.clearRight{
	clear: right;
	margin: 0px;
	padding: 0px;
	height: 0px;
	visibility: hidden;
}	

#mother{
	margin: auto;
	padding: 0 0 0 12px;
	width: 990px;
	min-height: 600px;
	background: url('./img/bgPage.png');
	background-position: center;
	background-repeat: repeat-y;
	text-align: left;
}
*html #mother{
	height: 600px;
}
#header{
	height: 131px;
	width: 978px;
	margin: 0px;
	padding: 0px;
	background: url('./imgCustomer/header.png');
	background-repeat: no-repeat;
	vertical-align: top;
}
#mainArea{
	width: 923px;
	min-height: 400px;
	margin: 0px;
	padding: 20px 25px 0 30px;
	background: url('./img/bgContent.png');
	background-repeat: repeat-x;
}
*html #mainArea{
	height: 400px;
}
#footer{
	background: url('./img/bgFooter.png');
	background-repeat: repeat-x;
	color: #bdbcbc;
	font-size: 11px;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px 0 20px 0;
	margin: 0px;
	width: 978px;
}
#footer #leftIcon{
	width: 481px;
	float: left;
	color: #7f7e7e;
	font-size: 9px;
	text-align: right;
	border-right: 1px solid #7f7e7e;
	padding: 0 8px 0 0;
}
#footer #leftIcon IMG{
	margin: 5px 0 0 0;
}
#footer #rightIcon{
	float: left;
	color: #7f7e7e;
	font-size: 9px;
	text-align: left;
	padding: 0 0 0 8px;
}
#footer P{
	margin: 5px 0 5px 0;
	/margin: 0px 0 5px 0;	
}
#footer IMG{
	border: none;
}
#footer A{
	color: #bdbcbc;
}


/* ------------------------------------------------------------------------------------------- */
/* sub header & small search */
/* ------------------------------------------------------------------------------------------- */

#subHeader{
	height: 50px;
	width: 978px;
	margin: 0px;
	padding: 0px;
	background: url('./img/bar_bg.png');
	background-repeat: no-repeat;
}
#subHeader UL{
	margin: 0px;
	padding: 0px;
}
#subHeader UL LI{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#smallNavig{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 683px;
	font-size: 10px;
	font-weight: bold;
	padding: 35px 0 0 30px;
	color: #646464;
}
#smallNavig A{
	color: #345f8a;
}
#smallSearch{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 240px;
	height: 27px;
	background: url('./img/bgSmallSearch.png') no-repeat 0px 5px;
}
#smallSearch INPUT{
	float: left;
}
#searchVal{
	margin: 6px 5px 0 10px;
	padding: 2px 0 0 0;
	/padding: 4px 0 0 0;
	border: none;
	background: none;
	width: 198px;
	height: 16px;
	font-size: 12px;
}
.noFocus{
	color: #b2b2b2;
}
#buttonSmallSearch{
	margin: 4px 0 0 0;
	padding: 0px;
	background: url('./img/buttonSmallSearch.png') no-repeat 0px 1px;
	border: none;
	width: 27px;
	height: 22px;
	cursor: pointer;
}
#smallSearch UL{
	clear: left;
	position: relative;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	height: 22px;
}
#smallSearch UL LI{
	color: #345f8a;
	font-size: 10px;
	width: 74px;
	height: 17px;
	text-align: center;
	padding: 6px 0 0 0;
	cursor: pointer;
}
#smallSearch UL LI.sell{
	background: url('./img/bgSmallSearchType.png') no-repeat 0px 0px;
	cursor: default;
}


/* ---------------------------------------------------------------------- */
/* default styles */
/* ---------------------------------------------------------------------- */

H1{
	margin: 0 0 45px 0;
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #7bb949;
}
H1 P{
	margin: 5px 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #aaaaaa;
}
H1.startPage{
	margin: 0 0 20px 0;
}
H2{
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	color: #7bb949;
	border-bottom: 1px solid #cccccc;
}
H3{
	margin: 0 0 5px 2px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #6e6b63;
}

/* ---------------------------------------------------------------------- */
#rightArea{
	float: left;
	width: 206px;
	margin: 0px;
	padding: 0px 14px 30px 0;
	border-right: 1px solid #cccccc;
}
#content{
	float: left;
	margin: 0px;
	padding: 0 0 30px 15px;
	width: 685px;
	min-height: 400px;
	border-left: 1px solid #cccccc;
	position: relative;
	left: -1px;
}
*html #content{
	height: 400px;
}
#innerContentLeftArea{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 450px;
}
#innerContentRightArea{
	width: 210px;
	float: right;
}
.moreLink{
	float: right;
	font-size: 10px;
	padding: 7px 0 0 0;
}
#innerContentOneArea{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 685px;
}
/* ---------------------------------------------------------------------- */
#navig{
	margin: 0 0 50px 0;
	padding: 0px;
}
#navig UL{
	margin: 0px;
	padding: 0px;
}
#navig LI{
	margin: 0px;
	padding: 4px 5px 6px 10px;
	/padding: 3px 5px 5px 10px;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #345f8a;
	border-bottom: 1px solid #7f7f7f;
	cursor: pointer;
}
#navig LI A{
	list-style: none;
	color: #345f8a;
}
#navig LI.first{
	font-size: 17px;
	padding: 1px 5px 0px 10px;
	height: 23px;
}
#navig LI.inside{
	padding: 4px 5px 6px 20px;
	/padding: 3px 5px 5px 20px;
}
#navig LI.insideOff{
	padding: 4px 5px 6px 20px;
	/padding: 3px 5px 5px 20px;
	color: #cccccc;
	cursor: default;
}
#navig LI.sell{
	background: url('./img/bgNavigSell.png') repeat-x;
	color: #ffffff;
}
#navig LI.off{
	color: #cccccc;
	cursor: default;
}
#navig LI.sell A{
	color: #ffffff;
}
/* ---------------------------------------------------------------------- */
#metaInfos{
	border-top: 1px solid #b2b2b2;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
}
#metaInfos H3{
	margin: 0 0 30px 0;
	padding: 0px;
	color: #5e5b52;
	font-size: 13px;
}
#metaInfos DIV{
	margin: 0 0 5px 0;
	padding: 0px;
	color: #898787;
	font-size: 11px;
}
#metaInfos P{
	margin: 0 0 15px 0;
	padding: 0px;
	color: #444137;
	font-size: 11px;
}
#metaInfos .bmeIcon{
	position: relative;
	top: 2px;
}
/* ---------------------------------------------------------------------- */
.previewPanelInfos{
	margin: 30px 0 0 0;
	padding: 0px;
}
.previewPanelInfos IMG{
	margin: 15px 0 0 0;
	padding: 0px;
}
/* ---------------------------------------------------------------------- */
.charList{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	height: 20px;
}
.charList LI{
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 4px 0 5px;
	height: 17px;
	background:none;
	cursor: pointer;
}
.charList LI.selected{
	background:#345f8a;
	color: #ffffff;
}
.charList LI.off{
	cursor: default;
	color: #cccccc;
}

/* ---------------------------------------------------------------------- */
.expertListBig{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.expertListBig LI{
	clear: left;
	margin: 0px;
	padding: 5px 0 3px 0;
	/padding: 2px 0 1px 0;
	height: 19px;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
.expertListBig LI IMG{
	position: relative;
	top: 2px;
	margin: 0 3px 0 0;
}
.withOrga LI{
	height: auto;
}
.expertListBig LI DIV.name{
	float: left;
	margin: 0px;
	padding: 0 0 0 2px;
	width: 362px;
}
.expertListBig LI DIV.nameHindex{
	float: left;
	margin: 0px;
	padding: 0 0 0 2px;
	width: 272px;
}
.expertListBig LI DIV.nameHindexCrisp{
	float: left;
	margin: 0px;
	padding: 0 0 0 2px;
	width: 224px;
}
.expertListBig LI DIV.nameCrisp{
	float: left;
	margin: 0px;
	padding: 0 0 0 2px;
	width: 314px;
}
.special LI DIV.name{
	width: 790px;
}
.expertListBig LI DIV P{
	margin: 0 0 0 17px;
	padding: 0px;
	color: #aaaaaa;
}
.expertListBig LI DIV P.back{
	margin: 0px;
}
.fulltextSearch LI DIV P{
	margin: 0px;
}
.expertListBig LI DIV.pubs{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 80px;
	text-align: right;
	color: #666666;
}
.expertListBig LI DIV.pubs P{
	margin: 0 0 0 8px;
	display: inline;
	position: relative;
	top: 5px;
}
.expertListBig LI DIV.pubs IMG{
	margin: 0 1px 0 0;
}
.expertListBig LI DIV.grants{
	float: left;
	margin: 0px;
	padding: 0 2px 0 0;
	width: 48px;
	text-align: right;
	color: #666666;
}
.expertListBig LI DIV.hindex{
	float: left;
	margin: 0px;
	padding: 0 2px 0 0;
	width: 90px;
	text-align: right;
	color: #666666;
}
.expertListBig LI.header{
	margin: 0px;
	padding: 3px 0 0 0;
	height: 15px;
	border-bottom: 1px solid #b2b2b2;
}
.expertListBig LI.header DIV{
	font-size: 10px;
	color: #b2b2b2;
}

.expertListBig LI .publicList{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.expertListBig LI .publicList LI{
	padding: 0px;
	margin: 0 0 15px 0px;
	font-size: 11px;
	border: none;
	line-height: 150%;
}
.expertListBig LI .publicList LI A{

}
.expertListBig LI .publicList LI SPAN{
	font-weight: normal;
	color: #999999;
}
.expertListBig LI .publicList LI A IMG{
	position: relative;
	top: 2px;
}
/* ---------------------------------------------------------------------- */
.smallList LI DIV{
	width: 170px;
}
.bigList LI DIV{
	width: 640px;
}
/* ---------------------------------------------------------------------- */
.conceptList{
	margin: 0px 0 20px 0;
	padding: 0px;
	list-style: none;
}
.conceptList LI{
	margin: 0px;
	padding: 0px;
	cursor: default;
	min-height: 17px;
	/min-height: 15px;
}
*html .conceptList LI{
	height: 15px;
}
.conceptList LI IMG{
	display: inline;
}
.conceptList LI IMG.chart{
	display: inline;
	height: 8px;
	margin: 10px 0 0 2px;
	padding: 0px;
}
.conceptList LI IMG.chart2{
	display: block;
	height: 5px;
	margin: 0 0 0 0;
	padding: 0px;
	position:relative;
	top: -3px;
	left: 17px;
}
.conceptList LI P{
	display: inline;
	padding: 0px;
	margin: 2px 0 0 6px;
	font-size: 11px;
	width: 179px;
	position: absolute;
	
}
/* ---------------------------------------------------------------------- */
.publicList{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.publicList LI{
	padding: 0px;
	margin: 0 0 15px 0px;
	font-size: 11px;
	border: none;
	line-height: 150%;
}
.publicList LI A{

}
.publicList LI SPAN{
	font-weight: normal;
	color: #999999;
}
.publicList LI A IMG{
	position: relative;
	top: 2px;
}
DIV.pubHide{
	display: none;
	visibility: hidden;
}
DIV.pubShow{
	clear: both;
	display: block;
	visibility: visible;
	margin: 10px 0 0 18px;
	padding: 0px;
	line-height: 130%;
}
DIV.pubShow .info{
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 11px;
}
DIV.absHide{
	margin: 2px 0 0 0;
	padding: 0px;
	display: block;
	visibility: visible;
	border-top: 1px solid silver;
}
DIV.fhHide{
	margin: 2px 0 0 0;
	padding: 0px;
	display: block;
	visibility: visible;
}
DIV.absShow{
	display: block;
	visibility: visible;
	margin: 2px 0 0 0;
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #888888;
}
DIV.fhShow{
	display: block;
	visibility: visible;
	margin: 0 0 20px 0;
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #888888;
}
DIV.absShow A{
	background: url('./img/linkout.png') no-repeat 1px 4px;
	padding: 0 0 0 15px;
}

A.linkout IMG{
	padding: 0 3px 0 0;
	vertical-align: 2px;
}
/* ---------------------------------------------------------------------- */
.fhShow DIV.gn{
	float: left;
	width: 150px;
	color: #000000;
}
.fhShow DIV.gt{
	float: left;
	width: 380px;
	color: #000000;
}
.fhShow DIV.ga{
	float: left;
	width: 150px;
	text-align: right;
	padding: 0 5px 0 0;
	color: #000000;;
}
.fhShow DIV.gs{
	float: left;
	width: 150px;
	text-align: right;
	border-top: 1px solid #888888;
	padding: 0 5px 0 0;
	color: #000000;
}


/* ---------------------------------------------------------------------- */
/* start page */
/* ---------------------------------------------------------------------- */

#startInfo{
	margin: 0 0 50px 0;
	padding: 0 20px 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #898787;
	line-height: 180%;
	width: 900px;
}
/* ---------------------------------------------------------------------- */
#instDashInfo{
	width: 210px;
	float: right;
	margin: 0px 0 21px 0;
	padding: 50px 0 0 0;
}
#instDashInfo P{
	margin: 8px 0 0 0;
	padding: 0 0 0 95px;
	color: #7f7e7e;
	font-size: 10px;
	line-height: 150%;
	background: url('./img/instDb.png') no-repeat 0px 4px;
}
/* ---------------------------------------------------------------------- */
#startPageInfo{
	width: 210px;
	float: right;
	margin: 0px 0 21px 0;
	padding: 50px 0 100px 0;
	background: url('./img/screen.png') no-repeat 0px 90px;
}
/* ---------------------------------------------------------------------- */
.listContainerFirst{
	padding: 0 7px 0 0;
	margin: 30px 0 0 0;
	width: 216px;
	float: left;
}
.listContainer{
	padding: 0 0 0 7px;
	margin: 30px 0 0 0;
	width: 216px;
	float: left;
}
.orgaUnitList{
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
	width: 100%;
	float: left;
}
.orgaUnitList LI{
	margin: 0px;
	padding: 3px 5px 2px 0;
	/padding: 3px 5px 0 0;
	font-weight: normal;
}
.orgaUnitList LI.firstSign{
	border-top: 1px solid #cccccc;
}
.orgaUnitList LI TABLE{
	border-collapse: collapse;
}
.orgaUnitList LI TABLE TD{
	vertical-align: top;
	font-size: 11px;
	padding: 1px 0 2px 2px;
}
.orgaUnitList LI TABLE TD.sign{
	width: 15px;
	color: #bcbcbc;
}
/* ---------------------------------------------------------------------- */
.previewPanel{
	width: 210px;
	margin: 0 0 30px 0;
	padding: 0px;
}
.previewPanelFloat{
	float: left;
	width: 210px;
	margin: 0 0 30px 27px;
	padding: 0px;
}
.previewPanelFloatR{
	float: right;
	width: 210px;
	margin: 0 0 30px 27px;
	padding: 0px;
}
.previewPanelFloatFirst{
	float: left;
	width: 210px;
	margin: 0 1px 30px 0;
	padding: 0px;
}
*html .previewPanelFloatFirst{
	margin: 0 0 30px 0;
}
.previewPanelFloatRFirst{
	float: right;
	width: 210px;
	margin: 0 1px 30px 0;
	padding: 0px;
}
*html .previewPanelFloatRFirst{
	margin: 0 0 30px 0;
}
#recentGrantsPreview{
	
}
#recentGrantsPreview P.info{
	color: #9b9b9b;
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 10px 10px 0 0;
}
/* ---------------------------------------------------------------------- */
#recentPubsPreview{

}
#recentPubsPreview P.info{
	color: #9b9b9b;
	font-size: 11px;
	font-style: italic;
	margin: 0px;
	padding: 10px 10px 0 0;
}
#pubList{
	margin: 10px 0 0 0;
	padding: 0px;
}
#pubList LI{
	list-style: none;
	font-size: 11px;
	margin: 0px;
	padding: 0 0 15px 0;
	line-height: 150%;
}
*html #pubList LI{
	padding: 0 0 0px 0;
}
#pubList LI DIV{
	float: left;
	margin: 0px;
	padding: 0px;
}
#pubList DIV.absHide{
	margin: 2px 0 0 0;
	padding: 0px;
	display: block;
	visibility: visible;
	height: 1px;
	border-top: 1px solid silver;
}
#pubList DIV.fhHide{
	margin: 2px 0 0 0;
	padding: 0px;
	display: block;
	visibility: visible;
	height: 1px;
}
#pubList DIV.absShow{
	display: block;
	visibility: visible;
	margin: 2px 0 0px 0;
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	color: #888888;
}
#pubList DIV.fhShow{
	display: block;
	visibility: visible;
	margin: 2px 0 0px 0;
	padding: 5px 0px 5px 0px;
	line-height: 150%;
	border-bottom: 1px solid silver;
	color: #888888;
}
#pubList LI DIV P A{
	font-weight: bold;
}
#pubList LI DIV DIV A{
	font-weight: normal;
}
#pubList LI A IMG{
	position: relative;
	top: 2px;
}
#pubList LI DIV.list{
	float: left;
	width: 40px;
	font-weight: bold;
}
#pubList LI DIV.timesCited{
	float: left;
	text-align: right;
	width: 40px;
}

#pubList LI DIV INPUT{
	position: relative;
	left: -3px;
}
#pubList LI DIV SPAN{
	color: #9b9b9b;
	font-weight: normal;
}
#pubList LI P{
	margin: 0px;
	padding: 0px;
}
/* ---------------------------------------------------------------------- */
.pubmedDetail{
	font-size: 11px;
}
.pubmedDetail P{
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}
.pubmedDetail H2{
	margin: 20px 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	color: #7bb949;
	border-bottom: 1px solid #cccccc;
}
.pubmedDetail H4{
	margin: 0px;
	padding: 0 0 8px 0;
	font-size: 17px;
	font-weight: bold;
	color: #345f8a;
}
P#AuthorDisplay{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
P#pubMetas{
	color: #9b9b9b;
	font-weight: normal;
	font-size: 11px;
	margin: 0 0 30px 0;
	padding: 0px;
}
P#abstract{
	margin: 15px 0 0 0;
}
P#authors{
	margin: 0px 0 30px 0;
	font-weight: bold;
}
.pubmedDetail DIV#linkout{
	float: right;
	margin: 0 0 0 10px;
	padding: 0px;
}
.pubmedDetail DIV#linkout IMG{
	vertical-align: -2px;
	padding: 0 5px 0 10px;
}

/* ---------------------------------------------------------------------- */
#researchProfilePreview{

}
#researchProfilePreview H2 P{
	color: #9b9b9b;
	font-size: 10px;
	font-weight: normal;
}
/* ---------------------------------------------------------------------- */
.preview{
	margin: 8px 0 0 0;
	padding: 0px;
	list-style: none;
}
.preview LI P IMG{
	position: relative;
	top: 0px;
	margin: 0 3px 0 0;
}

/* ---------------------------------------------------------------------- */
/* orga profile */
/* ---------------------------------------------------------------------- */
.orgaResProf{
	float: left;
	width: 200px;
	margin: 20px 0 0 40px;
	padding: 0px;
}
.orgaResProfFirst{
	margin: 20px 0 0 0;
}


/* ---------------------------------------------------------------------- */
/* expert details */
/* ---------------------------------------------------------------------- */
.expertNetworkList{
	margin: 10px 0 20px 0;
	padding: 0px;
	list-style: none;
	width: 100%;
}
.expertNetworkList LI{
	clear: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border-bottom: 1px solid #cccccc;
}
.expertNetworkList LI SPAN{
	color: #aaaaaa;
}
.expertNetworkList LI DIV.name{
	float: left;
	margin: 0px;
	padding: 5px 0 0 2px;
	height: 20px;
	width: 148px;
}
.expertNetworkList LI DIV.depName{
	float: left;
	margin: 0px;
	padding: 5px 0 0 2px;
	height: 20px;
	width: 168px;
}
.expertNetworkList LI DIV.name IMG{
	position: relative;
	top: 2px;
	padding: 0 3px 0 0;
}
.expertNetworkList LI DIV.name IMG.flag{
	position: relative;
	top: 0px;
	padding: 0 3px 0 0;
}
.expertNetworkList LI DIV.pubs{
	float: left;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 60px;
	text-align: right;
	color: #666666;
}
.expertNetworkList LI DIV.coDocCount{
	float: left;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 40px;
	text-align: right;
	color: #666666;
}
.expertNetworkList LI DIV.doccount{
	float: left;
	margin: 0px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 60px;
	text-align: right;
	color: #666666;
}
.expertNetworkList LI DIV.pubs P{
	margin: 0 0 0 8px;
	display: inline;
	position: relative;
	top: 5px;
}
.expertNetworkList LI DIV.pubs IMG{
	margin: 0 1px 0 0;
}
.expertNetworkList LI.header{
	border-bottom: 1px solid #b2b2b2;
}
.expertNetworkList LI.header DIV.name,
.expertNetworkList LI.header DIV.depName{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.expertNetworkList LI.header DIV.pubs,
.expertNetworkList LI.header DIV.coDocCount,
.expertNetworkList LI.header DIV.doccount{
	font-size: 10px;
	color: #b2b2b2;
	position: relative;
	top: 2px;
}
.expertNetworkList LI.header DIV.depName{
	width: 108px;
}
.expertNetworkList LI.header DIV.coDocCount{
	width: 100px;
}

.expertNetworkList LI DIV.bigList,
.expertNetworkList LI.header DIV.bigList{
	width: 600px;
}
.timesCitedUpdate LI DIV{
	width: 600px;
}
.expertNetworkList LI DIV.depBigList{
	width: 640px;
}
.expertNetworkList LI.header DIV.depBigList{
	width: 580px;
}
.expertNetworkList LI .publicList{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.expertNetworkList LI .publicList LI{
	padding: 0px;
	margin: 0 0 15px 0px;
	font-size: 11px;
	border: none;
	line-height: 150%;
}
.expertNetworkList LI .publicList LI A{

}
.expertNetworkList LI .publicList LI SPAN{
	font-weight: normal;
	color: #999999;
}
.expertNetworkList LI .publicList LI A IMG{
	position: relative;
	top: 2px;
}


#expertSubNavig{
	color: #c6c6c6;
	font-size: 10px;
	padding: 3px 0 3px 1px;
	border-bottom: 1px solid #cccccc;
}
#expertSubNavig UL{
	border-top: 1px solid #cccccc;
	list-style: none;
	margin: 4px 0 0 0;
	padding: 3px 0 0 0;
}
#expertSubNavig UL LI{
	margin: 0px;
	padding: 2px 0 0 0;
	float: left;
	background: none;
	width: 130px;
	height: 15px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
#expertSubNavig UL LI.sell{
	background: url('./img/bgSubNavig.png');
}
#expertSubNavig UL LI.sell A{
	color: #ffffff;
}
#expertSubNavig UL LI.offline{
	cursor: default;
}



#standardSubNavig{
	color: #c6c6c6;
	font-size: 11px;
	padding: 3px 0 3px 1px;
	border-bottom: 1px solid #cccccc;
}
#standardSubNavig UL{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#standardSubNavig UL LI{
	margin: 2px 10px 0 0;
	padding: 2px 0 0 0;
	float: left;
	background: none;
	width: 130px;
	height: 15px;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
}
#standardSubNavig UL LI.sell{
	background: url('./img/bgSubNavig.png');
}
#standardSubNavig UL LI.sell A{
	color: #ffffff;
}
#standardSubNavig UL LI.offline{
	cursor: default;
}

#standardSubNavig SELECT{
	font-size: 11px;
	padding: 3px 0 3px 1px;
	
}


/* ---------------------------------------------------------------------- */
/* expert search by concept */
/* ---------------------------------------------------------------------- */
#scss__conceptSearch{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#scss__conceptSearch TD{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#scss__conceptSearch TD.first{
	padding: 0 0 30px 0;
	width: 450px;
}
#scss__conceptSearch TD.second{
	padding: 0 0 30px 30px;
	width: 430px;
}
/* ---------------------------------------------------------------------- */
.conceptListSearchConcept{
	width: 100%;
	list-style: none;
	margin: 0px;
	padding: 0 0 50px 0;
}
.conceptListSearchConcept LI{
	padding: 5px 10px 3px 10px;	
	color: #000000;	
	font-size: 11px;
	line-height: 150%;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}
.conceptListSearchConcept P{
	margin: 0 0 5px 0;
	padding: 0px;
	color: #808080;
	font-size: 11px;
	line-height: 150%;
}
/* ---------------------------------------------------------------------- */
.fpList{
	margin: 0px;
	padding: 0px 0px 25px 0;
	list-style: none;
}
*html .fpList{
	margin: 0px;
	padding: 0px 0px 25px 0;
	list-style: none;
}
.fpList LI{
	margin: 0px;
	padding: 0px;
	width: 430px;
	line-height: 180%;
	font-size: 11px;
	cursor: default;
}
.fpList LI H1{
	margin: 0px;
	padding: 0px;	
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.fpList LI IMG{
	position:relative;
	top: 3px;
	left: 2px;
}
.fpList LI INPUT{
	float: right;
	margin: 5px 0 0px 0;
	padding: 0px;
	height: 14px;
	width: 49px;
	border: none;
	background: url('./img/buttonRemove.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
/* ---------------------------------------------------------------------- */
#scss__sources{
	margin: 5px 0 20px 0px;
}
/* ---------------------------------------------------------------------- */
.semList{
	padding: 0px;
	margin: 10px 0 0 0;
	list-style: none;
}
.semList LI{
	margin: 0px;
	padding: 0px;
}
.semList LI H2{
	margin: 0px;
	padding: 0 0 5px 0px;
	font-weight: bold;
	font-size: 11px;	
	color: #000000;
}
.conceptListBig LI P{
	display: inline;
	padding: 0px;
	margin: 2px 0 0 6px;
	font-size: 11px;
	width: 380px;
	position: absolute;
	cursor: pointer;
}
.conceptListBig LI INPUT{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 49px;
	border: none;
	background: url('./img/buttonAdd.png');
	background-repeat: no-repeat;
	cursor: pointer;
	position:relative;
	top: 9px;
}


/* ---------------------------------------------------------------------- */
/* Expert search by name */
/* ---------------------------------------------------------------------- */

.expertListSearch{
	float: left;
	margin: 20px 0 50px 0;
	padding: 0px;
	list-style: none;
	width: 450px;
}
.expertListSearch LI DIV P{
	margin: 0px;
}
.expertListSearchFirst{
	margin: 20px 23px 50px 0;
}


/* ---------------------------------------------------------------------- */
/* fulltext search */
/* ---------------------------------------------------------------------- */
H1.fulltext{
	margin: 0 0 20px 0;
}
/* ---------------------------------------------------------------------- */
#fulltextArea{
	width: 910px;
	height: 110px;
	border: 1px solid #819cb7;
	font-family: tahoma, arial, verdana, arial;
	font-size: 11px;
	padding: 5px 5px 5px 7px;
}
/* ---------------------------------------------------------------------- */
#scss__fulltextSearch{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
#scss__fulltextSearch TD{
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#scss__fulltextSearch TD H2{
	border: none;
}
#scss__fulltextSearch TD H2.border{
	border-bottom: 1px solid #b2b2b2;
}
#scss__fulltextSearch TD.first{
	padding: 0 0 30px 0;
	width: 450px;
}
#scss__fulltextSearch TD.second{
	padding: 0 0 30px 30px;
	width: 430px;
}
/* ---------------------------------------------------------------------- */
#fulltextSearch{
	margin: 0 0 50px 0;
	padding: 0px;
	width: 914px;
	height: 25px;
}
#buttonFulltextSearch{
	float: left;
	margin: 5px 0 0 0;
	padding: 0px;
	width: 183px;
	height: 19px;
}
#fulltextSearch UL{
	float: left;
	list-style: none;
	position: relative;
	top: 0px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	height: 22px;
	width: 730px;
}
#fulltextSearch UL LI{
	float: left;
	color: #345f8a;
	font-size: 10px;
	width: 70px;
	height: 17px;
	text-align: center;
	padding: 6px 0 0 0;
	cursor: pointer;
	position: relative;
	top: -1px;
}
#fulltextSearch UL LI.sell{
	background: url('./img/bgSearchType.png') no-repeat 0px 0px;
	width: 68px;
	cursor: default;
}
/* ---------------------------------------------------------------------- */
.conceptListFulltext LI{
	height: 21px;
	/height: 18px;
}
.conceptListFulltext LI P{
	display: inline;
	padding: 0px;
	margin: 2px 0 0 6px;
	font-size: 11px;
	width: 380px;
	position: absolute;
}
.conceptListFulltext LI DIV.val{
	float: left;	
	width: 256px;
	/width: 250px;
}
.conceptListFulltext LI DIV.options{
	float: left;
	width: 180px;
}
.conceptListFulltext LI INPUT{
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	position:relative;
	top: 2px;
	width: 23px;
}
.conceptListFulltext LI INPUT.remove{
	float: right;
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 49px;
	border: none;
	background: url('./img/buttonRemove.png');
	background-repeat: no-repeat;
	cursor: pointer;
	position:relative;
	top: 5px;
}
.conceptListFulltext LI DIV.options INPUT.rank{
	margin: 0px;
	padding: 0px;
	border: none;
	cursor: pointer;
	position:relative;
	top: 5px;
	/top: 1px;
}
.conceptListFulltext LI.header{
	margin: 0px;
	padding: 3px 0 0 0;
	height: 15px;
	border-bottom: 1px solid #b2b2b2;
	font-size: 10px;
	color: #b2b2b2;
}
.conceptListFulltext LI.header DIV.name{
	float: right;
	text-align: right;
	width: 240px;
	padding: 0 5px 0 0;
}
.conceptListFulltext LI.header DIV.options{
	float: right;
	width: 180px;
}

/* ---------------------------------------------------------------------- */

#infoImg{
	position: relative;
	top: 3px;
}

/* ---------------------------------------------------------------------- */
/* Expert CV */
/* ---------------------------------------------------------------------- */

#cv .resultHeader{
	float: right;
	padding: 4px 0 0 0;
	margin: 0px;
}

#cv H4{
	margin: 20px 0 10px 0;
	padding: 0px;
	color: #b2b2b2;
}
#cv H5{
	margin: 20px 0 10px 0;
	padding: 0px;
}
#cv H5 SPAN{
	color: silver;
	font-weight: normal;
}

#cv P{
	margin: 0 0 0 0;
	padding: 0px;
	font-size: 11px;
}

#cv TEXTAREA{
	font-family: arial, verdana, helvetica;
	font-size: 12px;
}

#cv .textfieldSmall{
	width: 70px;
}
#cv .textfieldMedium{
	width: 200px;
}
#cv .textfieldLarge{
	width: 400px;
}

#cv .textareaSmall{
	width: 500px;
	height: 50px;
}
#cv .textareaMedium{
	width: 500px;
	height: 100px;
}
#cv .textareaLarge{
	width: 500px;
	height: 200px;
}

/* -------------------------------------------------------------- */

.shortestPath{
	margin: 0 0 20px 0;
	padding: 5px 5px 5px 5px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background: #eeeeee;
}
.shortestPath UL{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
}
.shortestPath LI{
	display: inline;
	font-size: 11px;
}
.shortestPath A IMG{
	vertical-align: 0px;
}
.shortestPath IMG{
	vertical-align: 3px;
}

/* -------------------------------------------------------------- */

#endnoteAdd{
	font-size: 11px;
	margin: 0 0 20px 0;
	position: relative;
	/left: -3px;
	left/*\**/: -3px\9;
	width: 300px;
}
#endnoteAdd INPUT{
	margin: 0px;
	position: relative;
	top: 2px;
}
#endnoteAdd IMG{
	border: none;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

#pubListOrder{
	float: right;
	text-align: right;
	font-size: 11px;
	margin: 0 0 20px 0;
	padding: 5px 0 0 0;
	position: relative;
	/left: -3px;
	left/*\**/: -3px\9;
	width: 300px;
}
/*
P.timesCited{
	float: right;
	text-align: right;
	width: 40px;

}
*/