﻿body
{
    font-family: Arial, Helvetica, sans-serif;
}

.minitab {
    font-size: 9px;
    line-height: 70%;
    
}

table.Components {
   	border-spacing: 0px;
	border-collapse: collapse; 
    xfont-size: 11px;
}

table.Components td{
    border: 1px solid #DDDDDD;
    background-color: #FFFFFF;
    white-space: nowrap;
}

table.Components th
{
    border: 1px solid #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
}

.comp_nazev {
    white-space: normal !important;
}

.comp_popis {
    white-space: normal !important;
    height: 4ex;
}

.searchButton {
    width:10ex;
}

.searchBox {
    width:20ex;
}


table.Components td td
{
    border: none;
}

#layout {
   	border-spacing: 0px;
	border-collapse: collapse; 
	border: none;
}

#layout td {
	vertical-align: top;
}

#hlavicka {
    xbackground-color: #000000;
    xcolor: #FFFFFF;
    font-size: 50px;
    font-family: 'Times New Roman', Times, serif;
    font-weight:normal;
    color: Black;
    text-decoration: none;
    display:inline;
}

#hlavicka a {
    text-decoration: none;
    color: Black;
}
