﻿/* $Id:$ -- Author: Ondřej Šubrt <subrto@medicalc.cz>
   Copyright (c) 2011 Medicalc software s.r.o.

   PREFIXES:
   f Font
   t Table
   c Content (text)
   a Area
   i Image    
*/

/*----------------------------------------------------------------------------*/
/* RESET */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  /*font-weight: normal;*/
  font-style: inherit;
  font-size: 100%;
  /*font-family: inherit;*/
  vertical-align: baseline;
}
body {
  line-height: 1em;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
table, td, th {
  vertical-align: middle;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote {
  quotes: "" "";
}
a img {
  border: none;
}

/*----------------------------------------------------------------------------*/
/* BASIC */

html, body 
{
  height: 100%;
}
* html #container {
	height: 100%;
}

body {
  background: rgb(240,240,240) url(../Img/Bg2.jpg) repeat-x 0px 0px;
  font-family: Arial, sans-serif;
  font-size: 0.75em;
  text-align: left;
}
h1 {
  font-size: 1.9em;
  line-height: 1em;
  margin: 16px 0 3px 0;
  font-weight: normal;
}
h2 {
  font-size: 1.5em;
  line-height: 1em;
  margin: 13px 0 2px 0;
  font-weight: normal;
}
em {
  font-style: italic;
}
ul, ol {
  list-style-position: outside;
  margin-left: 18px;
}
li 
{
  margin-left: 4px;
}
p, ul, ol {
  padding-bottom: 20px;
}
a {
  color: rgb(183,128,0);
}
a:hover {
  text-decoration: none;
}
img {
  vertical-align: middle;
}

/*---------------------------------------------------------------------------*/
.aPrintHide{
  display: none;
}

.aNoBorders {
  border: none !important;
}

#aFooter
{
  font-size: 0.9em;
  margin: 10px 0 0 0;
}

.fGrey {
  color: rgb(180,180,180);
}

.fSmall 
{
  font-size: 0.8em;
}
.fSmaller {
  font-size: 0.95em;
}

.fMedium
{
  font-size: 1.1em;
}

.fItalic 
{
  font-style: italic;
}

.aBoxBlue, .aBoxGrey, .aBoxYellow, .aBoxRed, .aBoxGreen{
  border: 1px solid rgb(200,200,200);
  margin: 6px 0 0 0;
  padding: 2px;
}

.aBoxBlue h2, .aBoxGrey h2, .aBoxYellow h2, .aBoxRed h2, .aBoxGreen h2 {
  margin: 1px 0 0 0;
}

.tHeadBox
{
  xmargin: 5px;
}

.tHeadBox th
{
  padding: 2px 4px;
  font-size: 0.8em;
  font-style: italic;
}

.tHeadBox td
{
  padding: 2px 8px 2px 4px;
}

.tTab, .tPos
{
  width: 100%;
}

.tTab th, .tTab td, .tPos th, .tPos td
{
  text-align: left;
  vertical-align: top;
}

.tTab th 
{
  font-weight: bold;
}

.tTab th, .tTab td 
{
  padding: 2px;
  border-bottom: 1px solid rgb(200,200,200);
}

.aRtf 
{
  margin: 4px 10px;
}

.aRtf p
{
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.aTxt
{
  margin: 4px 10px;
  white-space: pre;
  font-family: Consolas, Lucida Console, Courier New, Courier, monospace;
}