﻿/*http://snippets.dzone.com/posts/show/217*/
/*Here is the solution to get the vertical scrollbar for Firefox without the problem of hiding the horizontal one*/
html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto; 
}
body  {
	font-size: 100%;
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica;
	background-color: #cfe5ff;
	text-align: center
}
h1 {
	font-size:small;
	margin: 0px;
}
img.Priloha {
	border: none;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
}

div.PrepinacArchiv {
	text-align: right;
	font-size:90%;
	width: 760px;
	margin: 0px;
}
table.SmerovnikSeznamu {
	margin-bottom: 5px;
}
table.SmerovnikSeznamu td.Sl1 {
	width: 380px;
	text-align: left;
}
table.SmerovnikSeznamu td.Sl2 {
	width: 380px;
	text-align: right;
}
input.SmerovnikOk {
	width: 50px;
	margin-left: 10px;
}
select.SmerovnikSelect {
	width: 150px;
}