/* obecne */

.button
{
	width:88px; 
	font-size:9px;
}

.button_hlavicka
{
	font-size:9px;
	background-color: white;
}

.formstyle {
	text-align:left;
	margin:auto;
}
/* rozcestink */

a:link{
	text-decoration: none;
	color: blue;
	font-weight: bold;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
}
a:active{
	color: red;
	font-weight: bold;
}
a:hover{
	color: red;
	font-weight: bold;
}


TD.grey-label{ 
	background-color:gray;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
}


TD.grey-text{ 
	background-color:#F2F4F4;
}

TD.grey-text-blok{ 
	background-color:#F2F4F4;
	text-align: justify
}


TD.white-text{ 
	background-color:white;
}

.nadpiscenter{
	text-align:center;
	font-size:larger; 
	font-weight: bold;
}


html
{
 	background-color: #EEEED7;
 	font-size: small;
 	width: 100%;
}

#maintable
{
	width: 450px;
	margin: auto;
}

#maintablesp
{
	width: 230px;
	margin: auto;
}

/* HAVARIE */

.havarie
{
 	margin-top: 1px;
	margin-left: 1px;
 	background-color:#EEEED7;
}

.havarie-nadpis{ 
	background-color:#900203;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 4px;
}

.havarie-barva
{
	background-color:#900203;
}

.havarie-popis{ 
	background-color:silver;
	font-weight: bold;
	padding: 4px;
}


.havarie-tabulka{ 
	background-color:#EEEED7;
	width:100%;
}

.havarie-hlavicka {
	background-color:#808080;
	color:white;
	text-align: center;
}

.havarie-bila {
	background-color:white;
	color:black;
	font-weight: normal;
}

.lbl_eng {
	display:none
}

.lbl_cze {
	display:inline
}

.inline-button {
   cursor:hand;
   font-size: 10px;
   margin:1px;
   height: 2em;
   display: block;
   border: 1px solid black;
   text-decoration: none;
   text-align: center;
   background-color: #EEEED7;
   color: black;
   vertical-align: middle;
}
