/* ------------- Layout ---------------------- */

body {
  text-align: left;
	background: white;
  font: normal 10pt Arial;
  /*font-family: Arial;, Helvetica, sans-serif;*/ 
  margin-bottom:14px;
}


/* ---------------------- Stylovani nadpisu --------------------- */
#main h1 {
  font-family: Arial;
	font-size: 20pt;
	font-style: oblique;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #151A88;
}

h2 {
	font-family: Arial;
	font-size: 20px;
	font-style: oblique;
	font-weight: bold;
}

/* ----------------------- Konec stylovani nadpisu --------------- */

/* ------------------------- Ruzne texty -------------------------- */
#main a, #main a:visited {
  color: #1623CF;
}

#main th a, #main th a:visited {
  color: white;
}

#main a:hover {
  text-decoration: none;
  /*background: #FFFFD9;*/
}

a.button {
  padding: 3px;
  background-color: rgb(196,196,196);
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid grey;
  border-right: 1px solid grey;
  color: black !important;
  margin: 5px;
  text-decoration: none !important;
  white-space: nowrap;
}

a.button:hover {
  background-color: rgb(255,255,102) !important;
  border-bottom: 1px solid rgb(255,153,0);
  border-right: 1px solid rgb(255,153,0);
}

strong {
  color: black;
}

.anchor {
  color: #AAAAAA;
  text-align: right;
  display: block; 
}

.anchor a {
  color: #AAAAAA;
}


.small {
  color: #555555;
  font-size: 85%;
}

.highlight {
  background-color: #C0D5FF;
}


.pagination {
  text-align: center;
}

hr { /* neni primo nadpis, ale ma stejny styl jako podtrzeni h1 */
  height: 2px;
  color: #151A88;
  background-color: #151A88;
  border: 0px solid #151A88;
  margin-top: 10pt;
  margin-bottom: 10pt;
}

/* ------------------------- Ruzne texty konec ------------- */

/* ----------------- Tabulky ---------------------------- */

table {
  border: 1px solid rgb(206,206,206);
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	text-align: left;
  background-color: #F3F3F3;
}

th {
  color: white;
  background-color: #3F46BA; /*#1623CF;*/
  background-image: url(../../img/gradient25.gif); 
  background-position: 0 -25px;
  background-repeat: repeat-x;
  border: none;
  border-left: 1px solid #3F46BA;
  border-right: 1px solid #3F46BA;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
}

.odd td {
  background: white;
}

/* ----------------- Tabulky konec ---------------------- */
