/*
  Styles for the www site of the book:
  Leszek J Chmielewski
  Evidence accumulation methods in digital image analysis
  Akademicka Oficyna Wydawnicza EXIT, Warsaw 2006
  Written by Leszek Chmielewski
*/  


/* styl glowny */
body {  
  font-size: 11pt;  
  font-family: Verdana, Tahoma, Arial, sans-serif, Times new Roman;  
  color: rgb(0,0,100);
  background: rgb(250,250,255);
  margin: 12;
  margin-right: 8;
  padding-right: 0;
  scrollbar-face-color: darkblue;  
  scrollbar-highlight-color: white;  
  scrollbar-shadow-color: white;  
  scrollbar-3dlight-color: silver;  
  scrollbar-arrow-color: blue;  
  scrollbar-track-color: rgb(230,230,255);  
  scrollbar-darkshadow-color: darkgray;  
} 
body a        {text-decoration: underline;color:rgb(0,0,150);}
body a:link   {text-decoration: underline;}
body a:active {text-decoration: none;}
body a:visited{text-decoration: underline;}
body a:hover  {text-decoration: underline;color:rgb(50,50,255);}
h1, h2, h3 {color:rgb(20,20,120);}
h1 {font-size: 13pt;}
h2 {font-size: 11pt;}
p  {text-align:justify;}
strong {color: rgb(200,0,0);font-weight: bold;}
ol ul li, ul ul li {list-style-type:square;}
ol ul ul li, ul ul ul li {list-style-type:circle;}

/* tytul */
.tytul {
  font-size: 12pt;  
  background: rgb(0,0,100);
  color: rgb(80,80,255);
  margin: 4;
  font-weight: bold;
}
.tytul a        {text-decoration: none; color: rgb(80,80,255);}
.tytul a:link   {text-decoration: none;}
.tytul a:active {text-decoration: none;}
.tytul a:visited{text-decoration: none;}
.tytul a:hover  {text-decoration: underline; color: rgb(80,80,255);}

/* menu */
body.menu {
  font-size: 12pt;
  line-height: 14pt;
  color: rgb(50,50,120);
  background: rgb(230,230,255);
  text-decoration: none;
  font-weight:bold; 
  margin-top:6;
  margin-bottom:0; 
}
body.menu a        {text-decoration: none; font-weight:bold; color:rgb(50,50,120);}
body.menu a:link   {text-decoration: none;}
body.menu a:active {text-decoration: none;}
body.menu a:visited{text-decoration: none;}
body.menu a:hover  {text-decoration: underline; color:rgb(50,50,255);}

/* prawa */
body.prawa {
  font-size: 10pt;  
  color: rgb(40,40,200);
  background: rgb(200,200,255);
  font-weight: bold;
  text-align: left;
  margin-top: 10;
}
body.prawa p        {text-align: left;}
body.prawa a        {text-decoration: none;color:rgb(70,70,255);}
body.prawa a:link   {text-decoration: none;}
body.prawa a:active {text-decoration: none;}
body.prawa a:visited{text-decoration: none;}
body.prawa a:hover  {text-decoration: underline;color:rgb(0,0,255);}

/* rysunek */
.rysunek {
  font-size: 10pt;  
  color: rgb(40,40,200);
  background: rgb(200,200,255);
  font-weight: normal;
  text-align:justify;
}
.rysunek        img {border: solid 1px rgb(40,40,200)} /* rysunek bez linku */
.rysnon         img {border: 0px} /* rysunek bez ramki */

.ryslnk         img {border: solid 3px rgb(30,30,150);}
.ryslnk:link    img {border: solid 3px rgb(30,30,150);}
.ryslnk:active  img {border: solid 3px rgb(30,30,150);}
.ryslnk:visited img {border: solid 3px rgb(30,30,150);}
.ryslnk:hover   img {border: solid 3px rgb(30,30,255);}

body.rysunek a        {text-decoration: underline;color:rgb(30,30,150);}
body.rysunek a:link   {text-decoration: underline;color:rgb(30,30,150);}
body.rysunek a:active {text-decoration: underline;color:rgb(30,30,150);}
body.rysunek a:visited{text-decoration: underline;color:rgb(30,30,150);}
body.rysunek a:hover  {text-decoration: underline;color:rgb(50,50,255);}
.rys_komentarz {
  font-size: 8pt;  
  font-weight: normal;
  text-align: center;
  margin: 4pt;
  line-height: 9pt;
}
.rys_niewidoczny {
  color: rgb(200,200,255);  
}

/* datownik */
body.datownik {
  font-size: 10pt;  
  line-height: 10pt;
  color: rgb(40,40,200);
  background: rgb(230,230,255);
  text-align: center;
  margin: 2;
}
body.datownik a        {text-decoration: none;}
body.datownik a:link   {text-decoration: none;}
body.datownik a:active {text-decoration: none;}
body.datownik a:visited{text-decoration: none;}
body.datownik a:hover  {text-decoration: underline;}

/* stopka */
.stopka {
  font-size:8pt;
  color: rgb(120,120,200);
  text-align: right;
  padding-top: 2pt;
  border-top:thin solid rgb(120,120,200);
}

