body{
/*    background-color: #FFFFFF; */
   background-color: #FFFFFF;
   color: black;
   margin-left:240px;
   padding-left:10px;
   padding-right:10px;
   min-width:740px;
}

a  {
   text-decoration: none;
   color: #001466;
}

a:hover{
   color: #c00;
   text-decoration:underline;
}

div.double_columns{

}

div.left_column{
   width: 45%;
   float: left;
}


div.right_column{
   width:45%;
   float:right;
}

.after_dc{
  clear:both;
}

p.signature{
   font-weight:bold;
   font-style:italic;
   display:block;
   text-align:right;
   padding-right:1in;
}

p.cite{
   font-style:italic;
   display:block;
   padding-right:1in;
   padding-left:1in;
}

.code{
   font-family:Courier, 'Courier New', monospace;
}

p.code{
   font-family:Courier, 'Courier New', monospace;
   display:block;
   text-align:center;
}

p.displaymath{
   font-style:italic;
   display:block;
   text-align:center;
}

p.leftsignature{
   font-weight:bold;
   font-style:italic;
   display:block;
   text-align:left;
}

p.leftedited{
   font-weight:normal;
   font-style:italic;
   display:block;
   text-align:left;
   margin-top:0em;
   padding-top:0em;
}

h1, h2, h4{
   text-align: center;
   color: #001466;
   background-color: inherit;
}

h3,h5{
   text-align: left;
   color: #001466;
   background-color: inherit;
}

h5{
   margin-bottom:0.5em
}

span.h5{
   display:inline;
   font-style:italic;
   text-align: left;
   color: #001466;
   background-color: inherit;
}

.first_letter{
   font-size:200%;
   margin-bottom:5em
}

span.sc{
   font-variant:small-caps;
}

span.math{
   font-style:italic;
}

span.ldelim{
   padding-right:1pt;
}
span.rdelim{
   padding-left:1pt;
}

span.bar{
   text-decoration:overline;
}

span.mathop{
   font-style:normal;
   font-family:Courier, 'Courier New', monospace;
   padding-right:2pt
}

span.mathcal{
   font-style:italic;
   font-family:'Comic Sans MS', cursive;
}

span.mathrel{
   font-style:normal;
   font-family:Courier, 'Courier New', monospace;
   padding-right:2pt;
   padding-left:2pt
}

span.ref_article{
   font-style:italic;
}

span.affil{
   font-style:italic;
}

.ref_author, span.ref_author{
   font-variant:small-caps;
}

span.volume{
   font-weight:bold;
}

span.ref_book{
   margin-right:0.25em;
}

span.sub{
   vertical-align:sub;
   font-size:80%;
}

span.sup{
   vertical-align:super;
   font-size:80%;
}


.date{
   font-style: italic
}


.parskip0pt p, p.parskip0pt{
   padding-bottom:0pt;
   margin-bottom:0pt;
   padding-top:0pt;
   margin-top:0pt;
}


#topmenu{
   border-bottom: ridge 3px #ccc;
   display: block;
   padding-bottom:0.75em;
   color: #001466;
   background-color: inherit;
}

#topmenu .item{
   font-variant: small-caps;
   padding-right: 1em;
   color: inherit;
   background-color: inherit;
}

#topmenu a:visited{
   color: inherit;
   background-color: inherit;
}

#topmenu a:link{
   color: inherit;
   background-color: inherit;
}


#headline{
   margin-bottom:0em;
   border-bottom: ridge 3px #ccc;
   display: block;
   font-family: sans-serif;
}

#headline h1{
   margin-bottom: 0.25em;
   text-decoration: underline;
}

#topmenu a:hover, #headline h1 a:hover{
   color: #c00;
}

#headline a, #headline a:visited, #headline a:link{
   color: inherit;
   background-color: inherit;
}


#headline h2{
   margin-top: 0.25em
}

#Left{
   position: absolute;
   width: auto;
   top:15px;
   left:15px;
}


#nav p{
   margin-top:0px;
   padding-top:0px;
   padding-left: 25px;
}

#nav h2{
   font-size: 109.545%;
   margin-top:0px;
   padding-top:0px;
   margin-bottom:0px;
   padding-bottom:0px;
}

#nav, #valid{
   color: #001466;
   position: relative;
   background-color: #F2F3FF;
   width: 180px;
/*   top:20px;
   left:20px;*/
   border: ridge 3pt #ccc;
   padding-bottom: 0em;
}

#nav a:visited{
   background-color: inherit;
   color: inherit;
}

#nav a:link{
   background-color: inherit;
   color: inherit;
}

#valid {
margin-top:2em;
margin-bottom:15px
}

#nav img, #valid img{
   text-align: center;
   margin-left: auto; 
   margin-right: auto;   
   display:block;
   margin-top:0.75em;
   margin-bottom:0.5em;
   width:auto;
   border: none;
}

#nav img.cover{
   border: ridge 3pt #ccc;
}

#nav ul {
   margin-left: auto; 
   margin-right: auto;   
   color: inherit;
   background-color: #E2E3FF;
   padding: 0;
   list-style: none;
/*    border-bottom: 2px solid #ccc;  */
} 

#nav a{
   text-decoration:none
}

li.unavailable, li.unavailable:hover{
   color:#ccc;
   background-color:#eee;
}

ul.makeMenu, ul.makeMenu ul {
  width: 150px;                 /* sets the size of the menu blocks */
  border: 2px solid #ccc;      /* puts a black border around the menu blocks */
  background-color: inherit; /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 2px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
  border-bottom:1px;
}
ul.makeMenu li {
  list-style-type: none;       /* removes the bullet points */
  padding: 2px 8px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: inherit;                 /* sets the default font colour to white */
 border-bottom: solid 2px #ccc;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 2px;                    /* position slightly lower than the parent menu item */
  left: 147px;                  /* this must not be more than the width of the parent block, or the mouse will
                                  have to move off the element to move between blocks, and the menu will close */
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  background-color: #C2C3FF;      /* gives the active menu items a yellow background */
  color: inherit;                 /* makes the active menu item text black */ 
}
ul.makeMenu li.unavailable:hover {
  background-color: #eee;
  color: inherit;
}

ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                               the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a { color: inherit; display: block; width: 100%; text-decoration: none; }
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink { color: #000; }
ul.makeMenu li:hover > a { color: #000; } /* supports links in branch headings - must not be display: block; */


a.menu_letter{
/*   font-size:120%;*/
   border:1.5px solid #ccc;
   padding-left: 0.15em;
   padding-right: 0.15em;
   margin-left:0px;
   margin-right:0px;
   background-color:#F2F3FF;
}

address{
   clear: both;
   text-align:center;
   border-top: ridge 3px #ccc;
   padding-top: 1.5em;
   margin-top:1.5em
}

address img{
   border: ridge 2px #ccc;
}

address a{
   border: none;
}

address .copy{
   vertical-align:50%;
   padding-left: 3em;
   padding-right: 3em;
}

div#GS form table{
   display:block;
   width:500px;
   border: solid 1px #ccc;
   margin: 0.25em auto;
}

ul.volumes li{
   font-size:120%;
   font-weight:bold;
   padding-top:15px;
   list-style-image: url('../images/item00.png');
}

ul.volumes li ul li{
   font-size:100%;
   font-weight:normal;
   padding-top:6px;
   list-style-image: url('../images/item01.png');
}

ul.volumes img{
   margin-left:1.5em
}

ul.volumes img{
  vertical-align:middle
}

img{
  border: none;
}

ul{
   list-style-image: url('../images/item01.png');
}

div.SI{
   border: ridge 3pt #ccc;
   background-color: #F2F3FF;
   margin-left:15%;
   margin-right:15%;
   padding-left:20px;
   padding-right:20px;
   margin-bottom:1em;
}

div.SI h2{
   text-align:left;
   font-size:144%;
   margin-top:9pt;
   margin-bottom:3pt;
}

div.SI h3, h3.SI{
   text-align:left;
   font-weight:bold;
   font-style:normal;
   font-variant:small-caps;
   font-size:120%;
   margin-top:6pt;
   margin-bottom:3pt;
}
div.SI h4{
   text-align:left;
   font-size:109.5%;
   margin-top:3pt;
   margin-bottom:3pt;
   font-weight:normal;
}

.abstract{
   font-weight:bold;
   color: #001466;
}

.abstract:hover{
   font-weight:bold;
   color: #c00;
/*    background-color:yellow; */
   text-decoration:underline;
   cursor:pointer;
}

.streszczenie{
   margin:1em;
   padding:0.5em;
   display:none;
   border-width:thin;
   border-style:solid;
}

.title{
   font-weight:bold;
   color:inherit;
   text-decoration:none
}

img.download{
   vertical-align: middle;
   padding-left: 0.5em
}

/*.title:visited{
   font-weight:bold;
   color:inherit;
   text-decoration:none
}

.title:hover{
   font-weight:bold;
   color:black;
   background-color:yellow;
}*/

p.centerline{
   text-align:center;
}

.help{
   cursor:help;
   border-bottom-style:dotted;
   border-bottom-color:#ccc;
   border-bottom-width:2px;
}

.help:hover {
  background:#eee
}

.tab{
  position:relative;
  margin-left:2.5em
}

.tabhalf{
  position:relative;
  margin-left:1em
}

.second_tab{
  position:absolute;
  margin-left:5em
}

.third_tab{
  position:absolute;
  margin-left:7.5em
}

.fourth_tab{
  position:absolute;
  margin-left:10em
}

.author {
   font-style:italic;
}

dl.image,
dl.image dt,
dl.image dd {
  display : block ;
  list-style-type : none ;
}
dl.image {
  border : none ;
  padding : 0 1.2em ;
  text-align : center ;
}
dl.image dt {
  margin : 0 ;
  border : none ;
  padding : 0 ;
}
dl.image dd {
  padding-top:1em;
  margin : 0 ;
  border : none ;
  font-style : italic ;
  color : inherit;
}

dl.example dd {
  padding-top:1em;
  padding-bottom:0.5em;
  margin : 0 ;
  border : none ;
  font-style: inherit;
  color: inherit;
}
