﻿/* GENERAL STYLES */

body	{
	margin: 0px;
	padding: 0px;
}

.dotline	{
	background-image: url(../images/dotline_horizontal.gif);
	background-repeat: repeat-x;
	height: 1px;
	overflow: hidden;
	font-size: 1%;
	width: 99%; /* IE7-fix 2005-02-05 */
}

a img	{
	border: 0px;
}

a.arrow	{
    background: transparent url('images/arrow-default.gif') 0 6px no-repeat;
    padding: 0 0 15px 15px;
    display: block;
}

a.rss	{
	background-image: url(../images/icon_rss.gif);
	background-position: 0px 1px;
	background-repeat: no-repeat;
	padding-left: 35px;
}

.imgBorder	{
	border: 1px solid #b3b6b6;
}

.imgLeft	{
	float: left;
	margin: 0px 15px 15px 0px;
}

.imgRight	{
	float: right;
	margin: 0px 0px 15px 15px;
}


/* PAGE STRUCTURE */

#page	{
	padding-top: 4px;
	width: 100%;
	min-width: 800px;
	background-repeat: repeat-x;
}

/* header */

#header	{
	width: 100%;
	height: 143px;
	clear: both;
	min-width: 800px;
}

#logo	{
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 100;
	width: 98px;
	height: 138px;
	float: left;
	background-color: White;
}

#logo img	{
	margin: 18px 0px 0px 14px;
}

#logo p	{
	margin: 0px;
}

#languageLinks	{
	height: 22px;
	float: left;
	font-weight: bold;
	font-size: 95%;
	padding: 0px 5px 0px 98px;
}

#languageLinks p	{
	margin: 0px;
	padding: 3px 5px 0px 8px;
}

#textScaling	{
	float: left;
	height: 22px;
}

#textScaling p	{
	margin: 0px; 
	padding-top: 1px;
}

#textScaling img	{
	margin-right: 5px;
}

#textScaling input	{
	margin-right: 5px;
}

#banner	{
	height: 93px;
	width: 100%;
	float: left;
	background-repeat: no-repeat;
	background-position: 98px 0px;
	text-align: right;
	font-weight: bold;
	font-size: 95%;
}

#banner p	{
	margin: 71px 0px 0px 0px;
	padding: 1px 12px 1px 5px;
	background-color: White;
	float: right;
}

#languageLinks a,
#search a,
#banner a	{
	font-weight: bold;
	color: black;
	text-decoration: none;
}

/* section frontpage */

#contentSectionFrontpage	{
	width: 100%;
	clear: both;	
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 195px 0px;
	float: left;
}


/* normal page */

#contentPage	{
	width: 100%;
	clear: both;	
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 195px 0px;
	float: left;
}

#contentBackground	{
	background-image: url(../images/content_bg_right.gif);
	background-repeat: repeat-y; 
	background-position: top right;
	float: left;
	width: 100%;
}


/* content columns */

#leftColumn	{
	width: 196px;
	float: left;
	overflow: hidden;
}

#centerColumn	{
	margin: 25px 216px 0px 196px;
}


/* wide page */

#centerColumnWide	{
	background-color: White;
	margin: 0px 0px 0px 196px;
	padding: 25px 0px 0px 0px;
}


/* full page */

#centerColumnFull	{
	padding: 25px 0px 0px 0px;
	background-color: White;
}


/* right column */

#rightColumn	{
	float: right;
	width: 216px;
	overflow: hidden;
	padding: 25px 0px 0px 0px;
}


/* page content */
.FlashArea table
{
	width: 100%;
}

#centerColumn .FlashArea
{
	width: 100%;
	clear: both;
}

#centerColumn .FlashPlayer
{
	vertical-align: top;
	padding-right: 10px;
}

#centerColumn .FlashRightContent
{
	vertical-align: top;
}

#centerColumn .FlashMainContent
{
	clear: both;
	float: left;
}

#centerColumnWide .FlashAreaWide
{
	width: 100%;
	clear: both;
}

#centerColumnWide .FlashPlayerWide
{
	padding-right: 10px;
	float: left;
}

#centerColumnWide .FlashRightContentWide
{
	vertical-align: top;
}

#centerColumnWide .FlashMainContentWide
{
	clear: both;
	float: left;
}

#leftColumn .columnContent	{
	padding: 0px 6px 20px 6px;
}

#centerColumn .columnContent,
#centerColumnWide .columnContent,
#centerColumnFull .columnContent	{
	padding: 0px 12px 30px 12px;
	float: left;
	background-color: White;
}

#rightColumn .columnContent	{
	padding: 0px 5px 20px 6px;
}

#rightColumn .columnContent span	{
	display: block !important;
}

#rightColumn .columnContent span span	{
	display: inline;
}

/*#centerColumn,
#centerColumnWide,
#centerColumnFull,
#rightColumn	{
	border-top: 25px solid white;
}*/

.frontpage #centerColumn,
.frontpage #rightColumn,
.bofitFrontpage #centerColumn,
.bofitFrontpage #rightColumn	{
	border-top: 0px;
}

/* document header */

.documentHeader	{
	float: left;
	clear: both;
	margin-bottom: 21px;
	width: 100%;
}


/* navigation path */

.documentHeader .naviPath	{
	background-color: White;
	font-size: 95%;
	width: 80%;
	float: left;
	margin: 0px;
}

/* print link */

.documentHeader .print {
	text-align: right;
	font-size: 95%;
	margin: 0px;
	width: 80px;
	float: right;
}

.documentHeader .print a	{
	background-image: url(../images/icon_print.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 23px 4px 0px;
	float: right;
}

/* ReadSpeaker link; added 4/2009 */

.readspeaker {
	text-align: right;
	font-size: 95%;
	margin: -20px 0px 4px;
	width: 120px;
	float: right; 
}

.readspeaker a	{
	background-image: url(../images/readspeaker_icon.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0px 23px 4px 0px;
	float: right;
}

/* list table */

table.list	{
	margin-bottom: 20px;
	clear: both;
}

table.list td	{
	padding: 0px 12px 3px 0px;
	vertical-align: top;
}

table.fplist	{
	clear: both;
}
table.fplist td	{
	vertical-align: top;
}

/* general content table (table with text content) */

table.texttable td.headerstyle { font-weight: bold; }
table.texttable td.headerdate { text-align: right; }

table.basictable,
table.contentTable	{
    border-collapse: collapse;
	margin-bottom: 25px;
	border-top: 1px solid #ede5dd;
	border-left: 1px solid #ede5dd; 
}

.boxContent table.contentTable	{
	clear: both;
}

table.texttable, table.basictable { width: 100%; border-collapse: collapse; }

table.basictable td,
table.contentTable td	{
	border-right: 1px solid #ede5dd;
	border-bottom: 1px solid #ede5dd;
	padding: 2px 5px 2px 5px;
	vertical-align: top;
}

table.basictable td.headertd,
table.contentTable td.heading	{
	background-color: #ede5dd;
	font-weight: bold;
}

/* digit table (table with digit content) */

table.figureTable	{
	margin-bottom: 15px;
}

table.figureTable td	{
	padding: 2px 5px 2px 5px;
	vertical-align: top;
	width: 25%;
}

table.figureTable .heading td	{background-color: #e0e0e0;font-weight: bold;}
table.figureTable .row1 td {background-color: white;}
table.basictable tr.alternatetablerow td,
table.figureTable .row2 td {background-color: #e5ecf1;}


/* publication and document lists */

.publicationList p	{
	
}

ul.attachments	{
	margin: -10px 0px 15px 0px;
	padding: 0px;
	list-style: none;
}

ul.attachments li	{
	padding-bottom: 5px;
	background-repeat: no-repeat;
}

ul.attachments a	{
	padding-left: 43px;
}

.pdf	{background-image: url(../images/icon_pdf.gif);}
.ppt	{background-image: url(../images/icon_ppt.gif);}
.doc	{background-image: url(../images/icon_doc.gif);}
.xls	{background-image: url(../images/icon_xls.gif);}
.rtf	{background-image: url(../images/icon_rtf.gif);}
.jpg	{background-image: url(../images/icon_jpg.gif);}
.png	{background-image: url(../images/icon_png.gif);}
.gif	{background-image: url(../images/icon_gif.gif);}


/* box with tab navigation */

.boxWithTabNavi	{
	border: 1px solid #b3b6b6;
	width:99%;
	background: url(../images/tabnavi_bg.gif) repeat-x 0px 20px;
}

.boxWithTabNavi ul.tabNavi	{
	width: 100%;
}

.boxWithTabNavi .boxContent	{
	margin: 0px 8px 20px 8px;
	clear: both; /* IE7-fix 2005-02-05 */
}

.boxWithTabNavi a:link,
.boxWithTabNavi a:visited	{
	text-decoration: none;
}


/* event calendar */

ul.eventCalendar	{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style: none;
	width: 99%;
	height: 18px;
}

ul.eventCalendar li	{
	float: left;
	background-repeat: no-repeat;
	height: 18px;
	font-weight: bold;
	margin-right: 6px;
	padding-left:10px;
}

ul.eventCalendar li span	{
	display: block;
	float: left;
	height: 16px;
	border: 1px solid #cbcbcb;
	padding: 0px 5px 0px 5px;
}

table.eventCalendar	{
	width: 100%;
	clear: both;
	margin-bottom: 15pX;	
}

table.eventCalendar td	{
	padding: 6px 5px 6px 5px;
	vertical-align: top;
}

table.eventCalendar .navigation td	{background-color: #e0e0e0; padding: 2px 5px 2px 5px;}
table.eventCalendar .navigation .thisMonth	{font-weight: bold; white-space: nowrap;}
table.eventCalendar .navigation .links	{text-align: right;}

table.eventCalendar .date	{
	background-repeat: no-repeat; 
	background-position: 0px 6px;
	padding-left: 10px;
	white-space: nowrap;
}

table.eventCalendar .date span	{
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	border: 1px solid #cbcbcb;
	padding: 0px 5px 0px 5px;
}

.statistics	{background-image: url(../images/ec_statistic.gif);}
.events	{background-image: url(../images/ec_event.gif);}
.publications	{background-image: url(../images/ec_publication.gif);}
.appearances	{background-image: url(../images/ec_appearance.gif);}
.seminars	{background-image: url(../images/ec_seminar.gif);}

ul.eventCalendar li.eventTypeTitle 
{
	float: left;
	background-repeat: no-repeat;
	height: 18px;
	font-weight: normal;
	margin-right: 6px;
	padding-left: 0px;
}

table.eventCalendar .description	{width: 100%;}
table.eventCalendar .past, table.eventCalendar .past a	{color: #767676}

/* person information table */

table.personInformation	{
	margin-bottom: 15px;
}

table.personInformation td	{
	vertical-align: top;
	padding: 0px 35px 10px 0px;
}

table.personInformation td td	{
	padding: 0px;
}

table.personInformation td.image	{
	padding-right: 12px;
}


/* publication */

.publicationTitle	{
	padding-bottom: 15px;
}

.publicationTitle p, .publicationTitle h2	{
	margin: 0px;
}



/* sitemap */

#sitemap	{
	float: left;
	clear: both;
	width: 990px;
	padding: 10px 0px 50px 0px;
}

#sitemap .column	{
	width: 330px;
	float: left;
}

#sitemap	ul	{
	padding: 0px;
	list-style: none;
	margin: 0px 30px 15px 0px;
}


/* press release */

.pressReleaseHeader	{
	width: 100%;
	float: left;
}

.pressReleaseHeader .publisher	{
	float: left;
	margin-bottom: 10px;
}

.pressReleaseHeader .releaseInfo	{
	float: right;
	margin-bottom: 10px;
}

.pressReleaseHeader .dotline	{
	width: 100%;
	float: left;	
	margin-bottom: 5px;
}

/* footer */

#footer	{
	clear: both;
	width: 100%;
	background-color: #e0e0e0;
	font-size: 95%;
	margin-bottom: 1px;
}

#footer p	{
	margin: 0px;
	padding: 5px;
}

#footer a	{
	font-weight: bold;
	color: black;
	text-decoration: none;
}


/** STATSTABLE **/


.statstable tr.selectedRow 	{background-color: #E3E3E3;}	
.statstable tr.unSelectedRow 	{background-color: #FFFFFF;}	
.statstable tr.row-even			{background-color: #cce2f2;}
.statstable tr.row-odd			{background-color: #eaeaea;}

.statstable .statstd_level		{
	text-align: right;
	vertical-align: middle;
  	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level0	{
	text-align: right;
	background-color: #e0e0e0;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level1	{
	text-align: right;
	background-color: #cce2f2;
	vertical-align: middle;
   border-left: 1px solid #FFFFFF;
 	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level2	{
	text-align: right;
	background-color: #e5ecf1;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level3	{
	text-align: right;
	background-color: #eaeaea;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level4	{
	text-align: right;
	background-color: #F4F4F4;
	vertical-align: middle;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.statstable .statstd_level5	{
	text-align: right;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-left: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
}

.statstable th		{
	text-align: left;
	background-color: #e0e0e0;
	vertical-align: middle;
	border-left: none;
	border-left: 1px solid #FFFFFF;
}

.statstable th.statstd_level0		{
	text-align: left;
	background-color: #e0e0e0;
	vertical-align: middle;
	border-left: none;
}

.statstable th.statstd_level1		{
	text-align: left;
	background-color: #cce2f2;
	vertical-align: middle;
	border-left: none;
}

.statstable th.statstd_level2		{
	text-align: left;
	background-color: #e5ecf1;
	vertical-align: middle;
	border-left: none;
}

.statstable th.statstd_level3		{
	text-align: left;
	background-color: #eaeaea;
	vertical-align: middle;
	border-left: none;
}

.statstable th.statstd_level4		{
	text-align: left;
	background-color: #F4F4F4;
	vertical-align: middle;
	border-left: none;
}

.statstable th.statstd_level5		{
	text-align: left;
	background-color: #FFFFFF;
	vertical-align: middle;
	border-left: none;
}

.statstable td, th, caption 	{
	text-align: left;
	vertical-align: top;
}

.statstable td.statstd	{
	text-align: right;
	vertical-align: middle;
}

.statstable th {
	padding-top:4px;
	padding-bottom: 4px;
	background-color: #e0e0e0;
	text-align: center;
}

.statstable th.leftcolumn {
	background-color: #e0e0e0;
	text-align: left;
   border-left: 1px solid #FFFFFF;
  	border-top: 1px solid #FFFFFF;
}

.statstable tfoot {
	width: 80%;
	font-size: 95%;
}

.statstable td.tdindentleft1 {
	text-indent: 25px;
}

.statstable td.tdindentleft2 {
	text-indent: 35px;
}


/* statistic graphics */

td.left, td.right, td.hsmall, td.hbig {
	font-size: 12px;
} 

td.left {
	text-align: left;
} 

td.right {
	text-align: right;
} 

td.hsmall {
	text-align: center; 
	color: white; 
	background-color: #034D86; 
	width: 100px; 
	font-weight: bold;
} 

td.hbig {
	text-align: center; 
	color: white; 
	background-color: #034D86; 
	width: 200px; 
	font-weight: bold;
}

/*Material Search*/
#MaterialSearchResults .headtext, .mainhead, .pbdynsession, .pbresultfunctions, .pbresultfacetlist, .bigtext_title, .pbfacetlaunch, .pbbasketremove2, 
.pbbasketadd2, .pbbasketadd, .pbtexport_one, .pbtsummary_one, .pbtitlesubhead, .pbresultfacets
{
	display: none;
}


#MaterialSearchResults .pbfacetlink_A, .pbfacetlink_Y
{
	font-size: smaller; 
}

#MaterialSearchResults .pbresultnorm, .pbresultalt, .pbresultpages, .pbresultcount, .bigtext_content
{
	margin-bottom: 10px;	
}

#MaterialSearchResults .pbresultsub
{
	margin-top: 10px;	
	font-weight: bolder;
	font-size: larger;
}

#MaterialSearchResults .subtitle
{
	font-weight: bolder;
	font-size: larger;
}

#MaterialSearchNavigation
{
	padding-bottom: 20px;
}
#MaterialSearchResults .pbresultnorm, .pbresultalt
{
	background-color: #EEEEEE;
}

.titleactions
{
	display: none;	
}

#pbitemcontainer, #pbloanrequestcontainer
{
	display: none;
}

.pbtitlesubhead
{
	font-weight:bold;
	margin-bottom: 20px;
}

.bigtext_title
{
	font-weight:bold;
	margin-bottom: 20px;
}

.pblinktable TH
{
	background-color: #EEEEEE;
	border: solid 1px #000000;
}

/* Fixes for xsl stylesheet*/
ul.tabTitles	{padding-bottom: 1.0em !important;}

