/******************************************************************
  
  Definice CSS stylů pro pro aplikaci Lineární algebra: práce s maticemi
  
  Autor: (c) 2007, Michal Novák
  
*******************************************************************/


/******************************************************************
  
  Styly odkazů
  
*******************************************************************/

a:link, a:visited, a:active { 
  color: #0000ee; 
  text-decoration:none
}

a:hover {
  color: #0000ee; 
  text-decoration:underline 
}

/******************************************************************
  
  Styly písma a nadpisů
  
*******************************************************************/

strong {
	color: #000000
}

h1, h2 {
  font-weight: bold;
  text-align: center;
}

h1, h1.help {
	font-size: 18px; 
}

h2, h2.help {
	font-size: 16px; 
}

h3, h4 {
	font-size: 14px;
  font-weight: bold; 
}

/******************************************************************
  
  Styly elementu body
  
*******************************************************************/

body {
  font-family: "Verdana CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}

body.bezne {
  margin: 15px; 
}

body.nula {
  margin: 0px;
}

body.pet {
  margin: 5px; 
}

body.pata {
  margin-top: 10px; 
  margin-left: 0px;
}

body.help_index, body.help {
  margin-top: 20px; 
  margin-left: 15px
}

body.help {
  background-color: #ffffe0; 
}

body.about { 
  margin: 120px 10px 10px 10px; 
  background-image: url("logo_matice_about.gif"); 
  background-position: right top; 
  background-attachment: fixed; 
  background-repeat: no-repeat
}

/******************************************************************
  
  Styly odstavců a textu
  
*******************************************************************/

p {
  font-size: 12px;
}

p.normal_center {
  text-align: center;
}

p.help {
  font-size: 11px;
  text-align: left;
}

p.info_brown {
  font-size: 12px;
  text-align: center;
  color: #cc0000;
  margin-top: 2em;
  margin-bottom: 2em;
}

span.brown, span.help_brown {
  color: #cc0000;
}

span.help_brown {
  font-size: 11px;
}

span.help {
  font-size: 11px;
}

/******************************************************************
  
  Styly div pro kusy textu
  
*******************************************************************/

div.prikazy {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 50px;
  padding-right: 50px;
  border-style: solid; 
  border-width: 1px; 
  border-color: gray; 
  font-size: 12px;
  text-decoration: none;
  text-align: center; 
  vertical-align: middle; 
  background-color: #ffffe0;
}

div.info {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 20px;
  padding-top: 5px; 
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-style: solid; 
  border-width: 1px; 
  border-color: gray; 
  font-size: 11px;
  text-decoration: none;
  text-align: center; 
  vertical-align: middle; 
  background-color: #ffffe0;
}

div.odsazeny_formular {
  margin-top: 10px;
  margin-left: 15%;
  margin-right: 15%;
  text-align: left;
  border-style: none;
  font-size: 12px;
}

div.formular_help, div.formular_help_center, div.chyba {
  margin-top: 10px;
  margin-left: 7%;
  margin-right: 7%;
  border-style: none;
  text-align: left;
  font-size: 12px;
}

div.formular_help_center {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

div.chyba {
  color: #cc0000;
}

div.ikony {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 20px;
  text-align: right;
}

div.nadpis {
  margin: 0px;
  text-align: center;
}

div.tlacitko_zpet {
  position: relative;
  bottom: 60px;
  right: 30px;
  text-align: right;
}

img.tlacitko_zpet_help {
  position: relative;
  top: -60px;
  left: 360px;
}

div.zavrit_okno {
  text-align: center;
}

div.krok_zpet {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 12px;
  color: #cc0000;
}

div.help_intro {
  margin-top: 70px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  text-align: center;
  border-style: none;
  font-size: 11px;
}

/******************************************************************
  
  Styly seznamů
  
*******************************************************************/

ul.help, ol.help {
  font-size: 11px;
}

/******************************************************************
  
  Styly formulářových prvků
  
*******************************************************************/

fieldset {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

input.sede, input.prava_strana {
  border-color: gray; 
  border-style: solid; 
  border-width: 1px;
}

input.prava_strana {
  border-style: dotted; 
}

/******************************************************************
  
  Styly obrázků
  
*******************************************************************/

img {
  border-style: none
}

img.vyber_ulohy {
  position: absolute;
  top: 0px;
  right: 20px;
}

img.vyber_ulohy_help {
  position: relative;
  top: -130px;
  left: 340px;
}

/******************************************************************
  
  Styly tabulek
  
*******************************************************************/

td.matice, td.matice_right {
  text-align: center; 
  font-size: 12px;
  border-style: solid; 
  border-color: gray; 
  border-width: 1px; 
  height: 1.45em; 
  width: 3.2em;
}

td.matice_right {
  border-style: dotted; 
}

