@import url(not4ne4.css); 
@import url(math.css);
/* =============================================== *
AUTHOR:	KRZYSZTOF TROJANOWSKI
		ICS PAS, WARSAW, POLAND
		
	IPIAIS style
	Copyright 2002
	ICS PAS Warsaw, Poland
	All Rights Reserved.
	
This style is to be used with html documents concerned
with IPIAIS Projects.
* ========================================== */
BODY {
  color: black;
  background: white;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4%;
}
/* ====================================== */
/*               headings                 */
H1,H2,H3,H4,H5,H6 {
  /*background: white;*/
  font-weight: bold; 
}
H1,H2,H4,H6 { 
  font-style: normal;
}
H3,H5 { 
  font-style: italic;
}
H1 { 
  font-size: 30px;
  line-height: 150%; 
  color: #02333C; /* najciemniejszy */
  margin-left: 0%;
  text-align: left;
}
H2 { 
  font-size: 26px;
  line-height: 120%; 
  color: #034F5D; /* ciemniejszy */
  margin-left: 2%;
  text-align: left;
}
H3 { 
  font-size: 24px;
  line-height: 110%; 
  color: #045662; /* ciemny */
  margin-left: 4%;
  text-align: left;
}
H4 { 
  font-size: 22px;
  line-height: 110%; 
  color: #045662; /* ciemny */
  margin-left: 6%;
  text-align: left;
}
H5 { 
  font-size: 20px;
  line-height: 100%; 
  color: #045662; /* ciemny */
  margin-left: 8%;
  text-align: left;
}
H6 { 
  font-size: 20px;
  line-height: 100%; 
  color: #045662; /* ciemny */
  margin-left: 8%;
  text-align: left;
}
/* ====================================== */
/*                 tables                 */
 Table.h1, Table.h2, Table.h3, Table.h4, Table.h5, Table.h6  { 
    background: #02333C none;
    margin-top: 10px;
	margin-right: 4%;
	margin-bottom: 5px;
 }
Table.h1  { 
    margin-left: 2%;
 }
Table.h2  { 
    margin-left: 4%;
 }
Table.h3  { 
    margin-left: 6%;
 }
Table.h4  { 
    margin-left: 8%;
 }
Table.h5  { 
    margin-left: 10%;
 }
Table.h6  { 
    margin-left: 10%;
 }
TH {
    background: #02333C none;
    color: white;
  }
TD { 
    background: #EBF5F5 none;
    color: black;
 }
/* ====================================== */
/*           lists                        */
UL { 
  font-style: normal;
  font-weight : normal;
  color: black;
  margin: 0% 4% 0% 2%;
}
/* for lists of references */
UL.References {
	margin-right: 4%;
}
OL { 
  font-style: normal;
  font-weight : normal;
  color: black;
  margin: 0% 4% 0% 2%;
  }
/* ====================================== */
/*                 definitions            */
DL { 
    color: black;
	margin : 0% 4% 0% 8%;
}
DT {
 color: black;
 font-weight: bold;
}
/* ====================================== */
/*             paragraph styles           */
.h1  {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 2%;
}
.h2 {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 4%;
}
.h3 {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 6%;
}
.h4 {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 8%;
}
.h5 {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 10%;
}
.h6 {
  text-align: justify;
  font-style: normal;
  font-weight : normal;
  margin: 2% 4% 0% 10%;
}
/* ====================================== */
/*             special styles             */

/*----------------------------------------*/
/* for pictures                           */
.pic {
    margin-left: 10%;
    margin-top: 15px; 
}
/*----------------------------------------*/
/* for text under pictures                */
.subscrpic {
    background: transparent; 
    color: black;
    font-size: 12px;
    margin : 0px 10% 1.5em 10%;
}
/*----------------------------------------*/
/* for information about authors - text just under the IPIAISHeader */
.AuthorsAffilation {
	background:  #99CCCC; 
    color: black;
    font-size: 12px;
	padding: 10px 25px 10px 25px;
	border : none;
}
/*----------------------------------------*/
/* for warnings - important notes to read */
.warn {
margin-left: 8%;
margin-right: 8%;
background-color: #55E6FB; 
padding: 0.4em 0.2em 0.4em 0.2em;
color: black;
font: normal normal normal 13px/22px "Times New Roman", Times, serif;
text-align: justify;
border : none;
}
/*----------------------------------------*/
/* for "back to main page" link (usually at the top of the page just under the header)*/
.back2main {
margin-left: 0%;
background:white;
color: black;
}
/*----------------------------------------*/
/* for AIS page header                    */
.IPIAISheader {
    margin-left: 0%;
    margin-top: 0%;
    color: #99CCCC;
    font: normal normal bold 26px/30px "Times New Roman", Times, serif;
    text-align : left;
    background-color: #302E30;
    border : none;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
	padding-left:25px;
}
/*----------------------------------------*/
/*    background-color: #045662; */
/* for AIS page footer                   */
.IPIAISfooter {
    margin-left: 0%;
    margin-top: 2em;
	font-size: 10px;
    text-align : right;	
	clear: right;
}
a.linkToAboutPage {
	font-style: normal;
    font-size : 11px;
	font-weight : bold;
  	background:  #EBF5F5;
}
a.linkToNextPage {
    font-family: sans-serif;
	font-style: normal;
    font-size : 11px;
	font-weight : bold;
  	background:  #99CCCC;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left:25px;	
	padding-right:25px;
}
	
Table.linkToNextPage {
	padding-top: 0px;
	padding-bottom: 0px;
  	background: #EBF5F5;
	border-top: medium, double, #045662;
	border-bottom: medium, double, #045662;
}	
a#anchor_in_dark {
  background:  #99CCCC;
}

