/* General style for all the digital pages */
/* ********************************************************************* */ 
body {
	font-family: Verdana, Helvetica, Geneva, sans-serif;
	font-family: Verdana, arial,Helvetica, sans-serif;
	font-size:80%;
	color: #000000;
	background-color: inherit;
	margin: 0px;
	padding: 0px;
}

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 1.3em;
	font-weight: normal;
	color: #ffffff;
	background-color: inherit;
}

h2 {
	margin: 0px 0px 2px 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	background-color: inherit;
}

a {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: inherit;
}

a.a2 {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}

a.a2:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

img {
	border: 0px;
}

.button {
background-position: left;
background-color: transparent;
border: 1px white solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
cursor:pointer;
}
.button-simplesearch {
background-position: left;
background-color: transparent;
border: 1px white solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
cursor:pointer;
background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/search.gif);
width:20px;
height:18px;
vertical-align:top;
}
.buttonhover {
background-position: left;
background-color: white;
border: thin white solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
cursor:pointer;
}

.inputbox {
background-position: left;
background-color: white;
border: thin white solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
}

.selectionbox {
background-position: left;
background-color: white;
border: thin white solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
}

	/* Input for fast search */
input.fastSearch {
	width: 130px;
}

	/* Submit-Button for fast search */
.searchbtn {
	background-color: transparent;
	color: inherit;
}

.searchbtnhov {
	background-color: transparent;
	color: white;
}

div {
	margin: 0px;
	padding: 0px;
}

	/* Hull around all elements */
div#outerHull {
	padding: 0px 55px 10px 55px;
}

	/* Second Hull around the elements for larger case */
div#innerHull {
	min-width:1058px;
	width: 100%;
	margin-top: 10px;
}

	/* Small Logo oon top */
div#smallLogo {
	position: absolute;
	top: 7px;
	height: 82px;
}

	/* Top navigation: about, contact, help, language selection */
div#topNavigation {
	position: relative;
	left: 40px;
	height: 42px;
	width: 502px;
	color: #687379;
	background-color: inherit;
	text-align: right;
}

div#topNavigation ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

div#topNavigation li {
	display: inline;
	margin: 0px 0px 0px 0px;
}

div#topHull {
	height: 56px;
	left: 0px;
	right: 0px;
}

	/* Lines around the Logo */
div#titleBorders {
	position: absolute;
	width: 541px;
	height: 56px;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #8e9ca3;
}

	/* Title Image positioning */
div#titleImage {
	position: absolute;
	width: 61px;
	height: 36px;
	top: 63px;
	left: 66px;
}

	/* Title big Text positioning */
div#titleText {
	position: absolute;
	width: 405px;
	height: 36px;
	top: 63px;
	left: 127px;
}

	/* Title claim positioning */
div#titleClaim {
	position: absolute;
	width: 228px;
	height: 10px;
	top: 100px;
	left: 66px;
	z-index: 1;
}

	/* White line to hide some of tables top line */
div#whiteLine {
	position: absolute;
	left: 56px;
	top: 108px;
	width: 489px;
	width/* */:/**/541px;/* hack for ie5*/
	width: /**/541px;/* hack for ie5*/
	height: 1px;
	color: inherit;
	background-color: #ffffff;
	z-index: 0;
}

	/* Borders left, right, bottom of columns */
div#borders {
	right: 0px;
	min-height: 428px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #8e9ca3;
}

	/* Space between columns and top border line */
div#spaceTop {
	height: 20px;
}

	/* Space between columns and bottom border line */
div#spaceBottom {
	height: 9px;

	line-height: 1px;
}

 	/* Footer containing Impressum and another Link */
div#footer {
	margin-top: 4px;
	color: #687379;
	background-color: inherit;
	height: 1.5em;
}


/**************************************************************************/
/* Table which inherits the leftnavigation and the whole maincontent part */
/*   frame.html */
/*   homeTec21.html */
/*   homeTraces.html */
/**************************************************************************/
table#digital {
	width: 100%;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
/* The left table column for the navigation */
table#digital .tdLeft {
	height: 100%;
	height/* */:/**/582px;/* hack for ie5*/
	height: /**/600px;/* hack for ie5*/
	margin: 0px 0px 0px 0px;
	width: 204px;
	color: inherit;
	background-color: #9c8f6e;
	vertical-align: top;
}
/* Empty small column-definition:left of navigation, right of navigation, right of maincontent */
table#digital .tdSmall {
	width: 10px;
	color: inherit;
}
/* NOTUSED (really): The right table column for the maincontent */
table#digital .tdRight {
	background-color: #bcb691;
	vertical-align:top;
}





/***********************************************************/
/* DIV Search for the searchbox in the right column on top */
/*   frame.html */
/*   homeTec21.html */
/*   homeTraces.html */
/***********************************************************/
table#digital .tdRight div#search {
	padding: 10px 0px 10px 10px;
	margin-bottom:0px;
	background-color: inherit;
	border-bottom:solid white 1px;
}
/* Hack which IE7 can't interpret */
html>/**/body table#digital .tdRight div#search {
	padding: 10px 0px 10px 10px;
	margin-bottom:0px;
}
table#digital .tdRight div#search form{
	padding:0px;
	margin:0px;
}






/****************************************************************************/
/* DIV content for the contentpart in the right column under the DIV search */
/*   frame.html */
/*   homeTec21.html */
/*   homeTraces.html */
/****************************************************************************/
table#digital .tdRight div.content {
	width:598px;
	margin: 0px 0px 0px 0px;
	padding:5px 0px 10px 10px;
	min-height:411px;
}
table#digital .tdRight div#breadCrump {
/*	white-space: nowrap;*/
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 20px 0px;
/*	width: 598px;*/
width: 800px;
}
table#digital .tdRight div#breadCrump ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
table#digital .tdRight div#breadCrump li {
	display: inline;
	margin: 0px 0px 0px 0px;
}
table#digital .tdRight div#mainTextSpecial {
	margin: 0px 0px 0px 0px;
	padding:5px 10px 0px 10px;
}

/**********************************************/
/* DIV content for the navigation in the left */
/*   frame.html */
/*   homeTec21.html */
/*   homeTraces.html */
/**********************************************/
table#digital .tdLeft div#navigation {
	position: relative;
	top: 0px;
margin-bottom:10px;
  width:204px;
}
table#digital .tdLeft div#navigation ul {
	margin: 10px 0px 0px 5px;
	padding: 0px;
}
table#digital .tdLeft div#navigation ul li {
	list-style: none;
	margin: 0px 0px 0px 0px;
/*	white-space: nowrap;*/
}
table#digital .tdLeft div#navigation span {
/*	white-space: nowrap;*/
}
/* The navigation blocks in the navigation DIV*/
table#digital .tdLeft div#navigation .nav_block{
  padding:10px 0px 10px 0px;
  margin:10px 10px 0px 10px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
table#digital .tdLeft div#navigation .nav_block .nav_title{
	margin:-10px 0px 0px 0px;
	background-color:#bcb691;
	text-align:center;
	border-bottom-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
table#digital .tdLeft div#navigation .nav_block .nav_home{
	margin:0px 0px 0px 0px;
	text-align:center;
	font-weight:bold;
}

/*NEU MER: 26.03.2009 */
table#digital .tdLeft div#navigation .nav_block ul li ul.level3{
  padding:10px 0px 0px 10px;
  margin:-10px 0px 0px 0px;
}






/*   content-hitlist-normal.html */
/*   content-view.html */
/*   content-zhome-architecture-traces.html */
/*   content-zhome-mathematic.html */
/*   info-collectionsHome-comahe-test.html */
div.textLineFlex {
	width: 100%;
	height: 1px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: white;
	margin: 0px 0px 0px 0px;
	line-height: 1px;
	clear: both;
}



/*******************************************/
/* Help icon on right of the content-title.*/
/*   common-macros.wm 										 */
/*******************************************/
div#helpIcon {
	float: right;
	width: 11px;
	clear: right;
}




/*************/
/* Textblock: 
/*   content-about-1.html */
/*   content-about-2.html */
/*   content-about-3.html */
/*   content-about-4.html */
/*   content-about-5.html */
/*   content-about.html */
/*   content-browse-author.html */
/*   content-browse-author2.html */
/*   content-browse-title.html */
/*   content-browse-year.html */
/*   content-browse-year2.html */
/*   content-browse.html */
/*   content-collectionHome.html */
/*   content-collectionHome-geo.html */
/*   content-collectionHome-gui.html */
/*   content-collectionHome-iabse.html */
/*   content-collectionHome-natsci.html */
/*   content-collectionHome-sbz.html */
/*   content-collectionHome-swissdml.html */
/*   content-collectionsHome.html */
/*   content-contact.html */
/*   content-help-1.html */
/*   content-help.html */
/*   content-home.html */
/*   content-impressum.html */
/*   content-info-2.html */
/*   content-info-3.html */
/*   content-info.html */
/*   content-login.html */
/*   content-missing.html */
/*   content-newFunctionalities.html */
/*   content-newVolumes.html */
/*   content-plannedFunctionalities.html */
/*   content-plannedVolumes.html */
/*   content-vol-list.html */
/*   content-vol-toc.html */
/*   content-zhome.html */
/*   help-content-asearch.html */
/*   help-content-browse.html */
/*   help-content-hitlist.html */
/*   help-content-view.html */
/*   homeTec21.html */
/*   homeTraces.html */
/*   info-collectionsHome-comahe-test.html */
/*   info-collectionsHome-comahe.html */
/*   info-collectionsHome-elemat.html */
/*   info-collectionsHome-emb.html */
/*   info-collectionsHome-ensmat.html */
/*   info-collectionsHome-geo.html */
/*   info-collectionsHome-gui.html */
/*   info-collectionsHome-iabse-congressReport.html */
/*   info-collectionsHome-iabse-periodica.html */
/*   info-collectionsHome-iabse-publications.html */
/*   info-collectionsHome-iabse-reports.html */
/*   info-collectionsHome-natsci.html */
/*   info-collectionsHome-sbk.html */
/*   info-collectionsHome-szg.html */
/*   info-collectionsHome-tec21.html */
/*   info-collectionsHome-traces.html */
/*   info-collectionsHome-wbw.html */
/*   journal-info.html */
div.textBlock {
	margin-bottom: 15px;
	color: #000000;
	background-color: inherit;
}
div.textBlock ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 30px;
}
div.textBlock ul li{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
















	/* Font definition for Navigation menu's on top and bottom of the page */
a.topNav, a.topNav:hover {
	text-decoration: none;
	color: #687379;
	background-color: inherit;
}

	/* Font definition for Navigation menu's on left of the page */
a.navLeft {
	text-decoration: none;
	color: #000000;
	background-color: inherit;
}

a.navLeft:hover, .navLeftHigh, .navLeftHigh:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

a.sel {
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

	/* Font definition for Navigation Vorgaenger/Nachfolgerzeitschrift in content-vol-list.html */
a.prevNext {
	text-decoration: underline;
	color: #000000;
	background-color: inherit;
}

a.prevNext:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: inherit;
}





















/*   content-asearch.html */
div#collectionSelectionBox {
	width: 100%;
	margin-top: 0px;
	min-height: 10px;
}
div#collectionSelection {
	margin: 0px 0px 3px 0px;
}
div#collectionSelection2 {
	margin: 0px 0px 3px 0px;
}
div#collectionSelection2 select {
	border: none;
	color: inherit;
	background: #ffffff;
	font-weight: normal;
	height: auto;
	margin: 0px;
	padding: 0px;
}


/* category */

div#categorySelectionBox {
	width: 100%;
	margin-top: 15px;
	min-height: 10px;
}
div#categorySelection {
	margin: 0px 0px 3px 0px;
}
div#categorySelection select {
	border: none;
	color: inherit;
	background: #ffffff;

	font-weight: normal;
	height: auto;
	margin: 0px;
	padding: 0px;
}

div#metaDataBox {
	width: 100%;
	margin-top: 15px;
	min-height: 10px;
}
table#metaData {
	width: 598px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}
table#metaData tr td {
	vertical-align: top;
}
table#metaData .tdRight {
	margin: 0px 0px 0px 0px;
	width: 100%;
}

select.selSpace {
	margin-bottom: 2px;
	height: 1.5em;
}




























/*   content-asearch.html */
div#searchModus {
	margin: 0px 0px 10px 0px;
}
input.modus {
	height: 1em;
	font-size: 1em;
	color: inherit;
	border-color: #ffffff;
	background-color: inherit;
}
	/* hack for IE - otherwise white background */
* html input.modus {
	background-color: transparent;
}
div#dataRange {
	margin: 0px 0px 10px 0px;
}
	/* The whole filter element - titel, lines and inputs */
div#filterBox {
	margin-top: 15px;
	min-height:10px;
}
div#sort {
	margin: 0px 0px 3px 0px;
}
table#volltextData { 
	width: 598px;
	margin: 0px 0px 0px 0px;
	white-space: nowrap;
}
table#volltextData tr td {
	vertical-align: top;
}
table#volltextData .tdRight {
	margin: 0px 0px 0px 0px;
	width: 100%;
}
div#volltextBox {
	margin-top: 15px;
	min-height: 10px;
}









/*   content-asearch.html */
/*   content-login.html */
div#submitBox {
	margin: 20px 0px 20px 0px;
}









/*   content-asearch.html */
div#listBox {
	width: 598px;
	min-height:10px;
}
div#listBox ul {
	list-style-type: disc;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div#listBox li {
	list-style-position: outside;
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
div#listBox .clearUl {
	height: 7px;

	line-height: 1px;
	clear: both;
}
div#listBox li span {
    float: left;
}
div#listBox li div {
	margin-left: 10px;
}






















/*   content-browse-author.html */
/*   content-vol-list.html */
table#magazineList {
	width: 100%;
	margin: 0px 0px 10px 0px;

	empty-cells: show;
	border-collapse: separate;
}
table#magazineList th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table#magazineList td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table#magazineList .tdEmpty {
	width: 20px;
}
table#magazineList .td1 {
	white-space: nowrap;
}
table#magazineList .td3 {
	white-space: nowrap;
}
table#magazineList .td5 {
	width: 100%;
}
table#magazineList .dontWrap {
	white-space: nowrap;
}
table#magazineList tr.notAccessible a
{
/*	color: red;*/
}
table#magazineList tr.notAccessible td
{
	background-color: #CAC4A2;
}
table#magazineList tr.draft td
{
	background-color: #AEA988;
}







/*   content-vol-toc.html */
table#conTableList tr.notAccessible td
{
background-color: #CAC4A2;
}









/*   content-browse-author2.html */
table#authorList2 tr.notAccessible td
{
	background-color: #CAC4A2;
}








/*   content-browse-author.html */
/*   content-browse-author2.html */
/*   content-browse-title.html */
/*   content-browse-year.html */
/*   content-browse-year2.html */
/*   content-collectionHome.html */
/*   content-collectionHome-geo.html */
/*   content-collectionHome-gui.html */
/*   content-collectionHome-iabse.html */
/*   content-collectionHome-natsci.html */
/*   content-collectionHome-swissdml.html */
/*   content-vol-list.html */
img.magazArrow {
	margin-right: 5px;
}










/*   content-browse-author2.html */
/*   content-browse-year2.html */
/*   content-hitlist-normal.html */
/*   content-vol-list.html */
/*   content-vol-toc.html */
img.magazNotavail {
	margin-right: 2px;
}

















/*   content-hitlist-normal.html */
/*   content-view.html */
div.textBlockResults {
	margin: 0px 0px 10px 0px;

	color: #000000;
	background-color: #9c8f6e;
	background-color: inherit;
width:800px;
	border-top:solid 0px white;
	border-left:solid 0px white;
	border-bottom:solid 0px white;
	border-right:solid 0px white;
}
div.textBlockResults p {
	margin: 0px 0px 0px 0px;
}







/*   content-hitlist-normal.html */
div.textBlockResultsHitlist {
	margin: 0px 0px 10px 0px;

	color: #000000;
	background-color: inherit;
}

div.textBlockResultsHitlist p {
	margin: 0px 0px 0px 0px;
}






/*   content-hitlist-normal.html */
table.hitList {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	empty-cells: show;
	border-collapse: separate;
	border-bottom: 1px solid #ffffff;
}
table.hitList th {
	padding: 0px;
	text-align: left;
	font-weight: normal;

	line-height: 1px;
}
table.hitList td {
        height:18px;
	vertical-align: top;
}
table.hitList td img{
	vertical-align: top;
}
table.hitList .tdEmpty {
	width: 20px;
}
table.hitList .td1 {
	white-space: nowrap;
}
table.hitList .td3 {
	width: 100%;
}
table.hitList .dontWrap {
	white-space: nowrap;
}
table.hitList tr.notAccessible td
{
	background-color: #CAC4A2;
}









/*   content-hitlist-normal */
table.hitListNotAccessible {
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	empty-cells: show;
	border-collapse: separate;
	border-bottom: 1px solid #ffffff;
	background-color: #CAC4A2;
}
table.hitListNotAccessible th {
	padding: 0px;
	text-align: left;
	font-weight: normal;

	line-height: 1px;
}
table.hitListNotAccessible td {
	height: 18px;
	vertical-align: top;
}
table.hitListNotAccessible td img{
	vertical-align: top;
}
table.hitListNotAccessible .tdEmpty {
	width: 20px;
}
table.hitListNotAccessible .td1 {
	white-space: nowrap;
}
table.hitListNotAccessible .td3 {
	width: 100%;
}
table.hitListNotAccessible .dontWrap {
	white-space: nowrap;
}










span.termhighlight {
	color: inherit;
	background-color: #F5D976;
}


/*   content-hitlist-normal.html */
div.goToPage {
	margin: 10px 0px 10px 0px;
	align: top;
}




/*   content-view.html */
input.goToPageNo {
	width: 40px;
}















/*   content-zhome-architecture-tec21.html */
/*   content-zhome-mathematic.html */
/*   info-collectionsHome-comahe-test.html */
/*   info-collectionsHome-comahe.html */
/*   info-collectionsHome-elemat.html */
/*   info-collectionsHome-emb.html */
/*   info-collectionsHome-ensmat.html */
/*   info-collectionsHome-geo.html */
/*   info-collectionsHome-gui.html */
/*   info-collectionsHome-iabse-congressReport.html */
/*   info-collectionsHome-iabse-periodica.html */
/*   info-collectionsHome-iabse-publications.html */
/*   info-collectionsHome-iabse-reports.html */
/*   info-collectionsHome-natsci.html */
/*   info-collectionsHome-sbk.html */
/*   info-collectionsHome-szg.html */
/*   info-collectionsHome-tec21.html */
/*   info-collectionsHome-traces.html */
/*   info-collectionsHome-wbw.html */
/*   journal-info.html */
table#bookList {
	width: 100%;
	margin: 0px 0px 10px 0px;

	empty-cells: show;
	border-collapse: separate;
}

table#bookList th {

	line-height: 1px;
}

table#bookList td {
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}

table#bookList .tdEmpty {
	width: 20px;
}

table#bookList p {
	margin: 10px 0px 10px 0px;
}

table#bookList .bookCover {
	margin: 10px 0px 10px 0px;
}

/* End of style for dig_result_2.html */
/* ********************************************************************* */ 














/*   content-view.html */
img.pdfIconSpace {
	margin-right: 5px;
	vertical-align:text-bottom;
}

/*   content-view.html */
div.downloadSinglepage {
	margin: -16px 0px 10px 0px;
background-color:green;
}

/*   content-hitlist-normal.html */
/*   content-view.html */
div.goTo {
	margin: 10px 0px 0px 0px;
width:798px;
background-color:#9c8f6e;
border-style:solid;
border-width:1px;
border-color:white;
height:29px;
}
div.flickThrough{
float:left;
margin-top:5px;
width:398px;
text-align:center;
background-color:inherit;
}
div.zoom{
float:left;
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
width:194px;
text-align:left;
background-color:inherit;
}
div.zoom a{
text-decoration:none;
}
div.singlePage{
float:left;
margin-right:5px;
margin-top:5px;
margin-bottom:5px;
width:194px;
text-align:right;
background-color:inherit;
}
div.singlePage a{
text-decoration:none;
}

div.goTo a#linkfirst img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_2_back_black_end.gif) top left no-repeat;
}
div.goTo a#linkfirst:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_2_back_white_end.gif) top left no-repeat;
}
div.goTo a#linkfirstelement img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_1_back_black_end.gif) top left no-repeat;
}
div.goTo a#linkfirstelement:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_1_back_white_end.gif) top left no-repeat;
}
div.goTo a#linkprev img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/prev.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#linkprev:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/prev-hover.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#linknext img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/next.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#linknext:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/next-hover.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#zoom2 img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom2.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#zoom2:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom2-hover.gif);
height:16px;
width:16px;
vertical-align:middle;
}
div.goTo a#linklastelement img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_1_for_black_end.gif) top left no-repeat;
}
div.goTo a#linklastelement:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_1_for_white_end.gif) top left no-repeat;
}
div.goTo a#linklast img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_2_for_black_end.gif) top left no-repeat;
}
div.goTo a#linklast:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/arrow_2_for_white_end.gif) top left no-repeat;
}
div.goTo a#linkzoomdecrease img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom_out.gif) top left no-repeat;
}
div.goTo a#linkzoomdecrease:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom_out_white.gif) top left no-repeat;
}
div.goTo a#linkzoomincrease img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom_in.gif) top left no-repeat;
}
div.goTo a#linkzoomincrease:hover img{
	background: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/zoom_in_white.gif) top left no-repeat;
}
form.fff {
	margin: 0px;
}













/* ********************************************************************* */ 
/*   content-vol-toc.html */
table#conTableList {
	width: 100%;
	margin: 0px 0px 0px 0px;

	empty-cells: show;
	border-collapse: separate;
}
table#conTableList th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table#conTableList td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table#conTableList td table tr td{
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 0px solid #ffffff;
}
table#conTableList td table{
	padding: 0px 0px 0px 0px;
	margin: -2px 0px -2px 0px;
}
table#conTableList .td1 {
	width: 30px;
}
table#conTableList .td2 {
	width: 100%;
}
table#conTableList .td3 {
	width: 30px;
	text-align: right;
}
table#conTableList .alignR {
	text-align: right;
}
table#conTableList .empty {

	line-height: 1px;
	border: none;
	padding: 0px;
}


















/* ********************************************************************* */ 
/*  content-browse-author2.html */
table#authorList2 {
	width: 100%;
	margin: 0px 0px 0px 0px;
	empty-cells: show;
	border-collapse: separate;
}
table#authorList2 th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table#authorList2 td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table#authorList2 .td1 {
	min-width: 100px;
}
table#authorList2 .td3 {
	width: 150px;
}
table#authorList2 .td5 {
	width: 235px;
}
table#authorList2 .alignR {
	width: 110px;
	text-align: right;
}
table#authorList2 .empty {

	line-height: 1px;
	border: none;
	padding: 0px;
}
table#authorList2 .dontWrap {
	white-space: nowrap;
}













/* ********************************************************************* */ 
/*  content-browse-year.html */
table#yearList {
	width: 100%;
	margin: 0px 0px 0px 0px;

	empty-cells: show;
	border-collapse: separate;
}
table#yearList th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table#yearList td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table#yearList .td1 {
	width: 100%;
}
table#yearList .td2 {
	width: 100%;
}
table#yearList .td3 {
	width: 30px;
	text-align: right;
}
table#yearList .td5 {
	width: 120px;
}
table#yearList .alignR {
	text-align: right;
}
table#yearList .empty {

	line-height: 1px;
	border: none;
	padding: 0px;
}
table#yearList .dontWrap {
	white-space: nowrap;
}
table#yearList tr.notAccessible a
{
/*	color: red;*/
}
table#yearList tr.notAccessible td
{
background-color: #CAC4A2;
}











/* ********************************************************************* */ 
/*  content-browse-year2.html */
table#yearList2 {
	width: 100%;
	margin: 0px 0px 0px 0px;

	empty-cells: show;
	border-collapse: separate;
}
table#yearList2 th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table#yearList2 td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table#yearList2 .td1 {
	width: 100px;
}
table#yearList2 .td2 {
	width: 100%;
}
table#yearList2 .td3 {
	width: 100%;
}
table#yearList2 .td5 {
	width: 120px;
}
table#yearList2 .alignR {
	text-align: right;
}
table#yearList2 .empty {

	line-height: 1px;
	border: none;
	padding: 0px;
}
table#yearList2 .dontWrap {
	white-space: nowrap;
}
table#yearList2 tr.notAccessible a
{
/*	color: red;*/
}
table#yearList2 tr.notAccessible td
{
background-color: #CAC4A2;
}











/* End of style for content-browse-year2.html */
/* ********************************************************************* */ 

/* ********************************************************************* */ 
/*   content-browse-title.html */
/*   content-collectionHome.html */
/*   content-collectionHome-geo.html */
/*   content-collectionHome-gui.html */
/*   content-collectionHome-iabse.html */
/*   content-collectionHome-natsci.html */
/*   content-collectionHome-sbz.html */
/*   content-collectionHome-swissdml.html */
/*   content-info-2.html */
/*   content-info-3.html */
/*   content-newFunctionalities.html */
/*   content-newVolumes.html */
/*   content-plannedFunctionalities.html */
table.titleList {
	width: 100%;
	margin: 0px 0px 0px 0px;
font-size:1.0em;
	empty-cells: show;
	border-collapse: separate;
}
table.titleList th {
	padding: 0px 0px 3px 0px;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #ffffff;
}
table.titleList td {
	padding: 3px 0px 3px 0px;
	vertical-align: top;
	border-bottom: 1px solid #ffffff;
}
table.titleList .td1 {
	width: 100%;
}
table.titleList .td2 {
	width: 100%;
}
table.titleList .td3 {
	width: 100px;
}
table.titleList .td5 {
	width: 30px;
}
table.titleList .alignR {
	text-align: right;
}
table.titleList .empty {

	line-height: 1px;
	border: none;
	padding: 0px;
}
table.titleList .dontWrap {
	white-space: nowrap;
}










/*  frame.html */
div#maintenanceinfo{
	position: absolute;
	background-color:transparent;
	width:410px;
	margin-top:120px;
	margin-left:680px;
	color:red;
}



/* ********************************************************************* */ 

/* FOR TEST ONLY */
a.navLeftTEST {
	text-decoration: none;
	color: red;
	background-color: inherit;
}
.listtitelTEST{
color:red;
}
div#bibLogoNB_de{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoNB_de.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 510px;
	width/* */:/**/510px;/* hack for ie5*/
	width: /**/510px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoNB_fr{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoNB_fr.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 510px;
	width/* */:/**/510px;/* hack for ie5*/
	width: /**/510px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoNB_en{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoNB_en.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 510px;
	width/* */:/**/510px;/* hack for ie5*/
	width: /**/510px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoNB_it{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoNB_it.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 510px;
	width/* */:/**/510px;/* hack for ie5*/
	width: /**/510px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoUBBern_de{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoUBBern_de.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 550px;
	width/* */:/**/550px;/* hack for ie5*/
	width: /**/550px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoUBBern_fr{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoUBBern_de.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 550px;
	width/* */:/**/550px;/* hack for ie5*/
	width: /**/550px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoUBBern_en{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoUBBern_de.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 550px;
	width/* */:/**/550px;/* hack for ie5*/
	width: /**/550px;/* hack for ie5*/
	z-index: 0;
}
div#bibLogoUBBern_it{
	position: absolute;
	left: 605px;
	top: 53px;
	background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/bibLogoUBBern_de.jpg);
	background-repeat: no-repeat;
	height:55px;
	width: 550px;
	width/* */:/**/550px;/* hack for ie5*/
	width: /**/550px;/* hack for ie5*/
	z-index: 0;
}
div#bibspez2ORIG{
background-image: url(https://webmail.math.cnrs.fr/cgi-bin/nph-revues.cgi/010110A/http/retro.seals.ch/css/../images/logos/logo-ubbern3.gif);
background-repeat: no-repeat;
height:55px;
margin-left:542px;
}