/***********************************************************************
** screen.css
**  Copyright 2004 Patrick R. Michaud (pmichaud@pobox.com)
**  This file is part of PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/***********************************************************************
**  This is the customized MPI Wiki skin
**                                Anthony de Vries, 23.11.06
************************************************************************
** Official  MPI Website colors:
** #7ca6a6 dark green
** #e6f2f2 light green
** #999999 gray
** #c9dbd8 middle green
** #cc3333 red
** Our own adaptation:
** #608181 darker green for text
***********************************************************************/

body {
	margin-left: 0px; margin-right: 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size:14px;
	width:100%;
}

@media screen { body { position:absolute; } }

/********************** Wiki Title bar  *****************************/
.siteheadtitle {font-size: 32px;}
.sitesubtitle { font-size: 15px;}

#wikilogo { border-bottom:2px solid #999999; }

/*************************  Search Box ******************************/
#wikihead { 
  position:absolute; top:0px; right:10px; 
  font-size:12px; text-align:right;
}
#wikihead input { font-size:smaller; }
#wikihead form { margin:0px; }
#wikihead :link {color:#608181;}
#wikihead :visited {color:#608181;}

/************************* Sidebar Menu *****************************/
#wikileft { 
	width: 150px;
	padding-top:0.5em; padding-right:5px; padding-bottom:0.5em;
	font-size:12px; 
	color:#666666; background-color:#e6f2f2;
	border-right:2px solid #999999;
}
#wikileft h1 {
	margin: 0px;
	font-size: medium;
	text-align: center;
	color: #ffffff;
	background-color: #7ca6a6;
}
#wikileft h1 :visited {	color:#ffffff; }
#wikileft h1 :link {		color:#ffffff; }
#wikileft :link {			color:#666666; }
#wikileft :visited {		color:#666666; }
#wikileft hr {				color:#999999; }

#wikileft ul { 
	margin-left:0px; 
	padding-left:6px; 
	list-style-type:none; 
	list-style-image:none;
}
#wikileft ul li { 
	list-style-type:none; 
	list-style-image:none;
}


/**************************** Page actions *****************************/
#wikicmds { 
  font-size:12px; 
  text-align:right; 
  vertical-align:top; 
  float:right;
  padding-right:10px;
  }
#wikicmds a { display:block; }

/***************************  Normal Page Content  ***********************/

#wikibody { 
	padding-bottom:1em;
	padding-top:0.5em;  
}
#wikitext {
	margin-left:40px; 
  margin-right:10px;
}
#wikibody h1,h2,h3,h4 {
  	color:#608181;
}
#wikibody h1 {
  	font-size:1.8em;
	margin-bottom: 1em;
}
#wikibody h2 {
	margin-left: -30px;
	font-size: 1.4em;
	color: #608181;
	border-bottom: 1px solid #608181;
	padding-bottom: 0.1em;
	margin-bottom: 0.2em;
	clear: both;
}
#wikibody h3 {
	font-size:1.2em;
	margin-bottom:0.4em;
}
#wikibody h4 {
	font-size:1em;
	margin-bottom: 0em;
}
#wikibody hr {
	margin-left: -30px;
}
#wikibody iframe{
  margin-left: -20px;
}

#wikitext dt {
	font-weight:bold;
}
#wikibody :link {		color:#608181;}
#wikibody :visited {	color:#608181;}

#wikibody th,#wikibody td {
  padding-left:1ex; padding-right:1ex; 
}

#wikibody ul > li { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/smallround.gif"); 
} 

#wikibody .squareslist ul > li { 
  list-style: square; 
  list-style-image: url("none.gif")
}

#wikibody ul > li > ul >li { 
  list-style-image: url("none");
  list-style: square; 
} 
#wikibody ul > li > ul > li > ul > li { 
  list-style-image: url("none");
  list-style: disc; 
}

#wikibody ul > li > ul > li > ul > li > ul > li{ 
  list-style-image: url("none");
  list-style: circle; 
}



#wikibody ul li a { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/rightarrow.gif"); 
}

#wikibody .linkslist li { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/rightarrow.gif"); 
}

#wikibody .externallinkslist li { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/uprightarrow.gif"); 
}
	
#wikibody ul.toc li { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/anchor.gif"); 
}
#wikibody ul.toc li a { 
  list-style-image: url("http://www.mpibpc.gwdg.de/groups/jovin/icons/anchor.gif"); 
}	

ul.toc li {
  font-weight:bold;
  line-height: 180%;
}
ul.toc li li {
  font-weight:normal;
  line-height: 120%;
}

.nicetableborder table{
  border-collapse: collapse;
  border: 1px solid black;
}
.nicetableborder td{
  border: 1px solid black;
}
.nicetableborder th{
  border: 1px solid black;
}


/**************************** Page Footer ******************************/
#wikifoot { 
  clear:both; 
  border-top:2px solid #999999; 
  font-size:smaller;
  padding-left: 10px; 
}
#wikifoot :link {color:#608181;}
#wikifoot :visited {color:#608181;}

/**************************** Other stuff  *****************************/
#wikititle { padding-left:10px; vertical-align:top; }

h1.wikiaction { font-size:150%; margin:0px; }

#wikiedit form { margin:0px; }
#wikiedit textarea { width:98%; }

table.database {
  font-size:10px; 
  color:#666666; 
  background-color:#e6f2f2;
  border-width: 0;
}
table.database th {
  font-size: 13px;
  text-align: center;
  color: #ffffff;
  background-color: #7ca6a6;
}
table.database td {
  font-size: 12px;
}

.database td :link {		color:#608181;}
.database td :visited {	color:#608181;}
.database th :visited {color:#ffffff; }
.database th :link {color:#ffffff; }
.database img {
  border-width=0;
}

.dataentry h2 {
  font-size: 1.4em;
  color: #608181;
  border-bottom: 1px solid #608181;
  padding-bottom: 0.1em;
  margin-bottom: 0.2em;
}

.dataentry table {
   background-color:#e6f2f2;
}

.dataentry p,td, th {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
  font-size:14px;
}

.dataentry th, td {
  padding-top:0.5ex;
  padding-bottom:0.5ex;
  padding-left:0.6ex;
  padding-right:0.6ex;
}

/*********************************************
**:link, :visited { text-decoration: underline }
**:focus          { outline: thin dotted invert }
*******************************************/

@media print {
  #wikilogo,#wikihead,#wikicmds,#wikifoot,#wikileft {display:none}
}



