body {
	margin: 0;
	padding: 0 1em;
	font: 10pt /1.2 Arial, sans-serif;
	background: white;
	text-align: center;
}
p,h2,h3,h4,ul,table {
	margin: 0 0 1em;
}

h2,h3,h4 {
	color: #2c53c4;
}
h2 {
	font-size: 13pt;
}
h3 {
	font-size: 11pt;
}
h4 {
	font-size: 9pt;
}

a, .link {
	color: #2c53c4;
	text-decoration: underline;
	cursor: pointer;
}
a:hover, .link:hover {
	color: white;
	background: #666;
	text-decoration: none;
}
a img {
	border: none;
	margin: 0 1em 1em 0;
}
a.unstyled {
	background: white;
}

table {
	font-size: 10pt;
	text-align: left;
}
table.full, table.full2 {
	width: 100%;
}
table.narrower {
	width: 565px;
	font-size: 9pt;
}
tr.clickable {
	cursor: pointer;
}
td {
	padding: 1ex;
	vertical-align: text-top;
}
th {
	padding: 1ex;
}

table.type1 {
	border: 1px solid #ccc;	
}
table.type1 tr.clickable:hover td {
	background: #d4ddfa;
}
table.type1 th {
	padding: 1.2ex 1ex;
	color: #555;
}
table.type1 td {
	padding: 0.8ex 1ex;
}
table.type1 tr.clickable td {
	background: #e5ecff;
	border-top: 1px solid white;	
}
table.type1 tr.odd td {
	background: #eff3ff;
}

table.type2 td {
	padding: 0.5ex 1em 0.5ex 0;
}
table.type2 .narrower {
	padding: 0;
	width: 170px;
}

table.narrower .col1 {
	width: 131px;
}
table.narrower .col2 {
	width: 155px;
}
table.narrower .col3 {
	width: 119px;
}
table.narrower .col4 {
	width: 119px;
}
table.narrower .col5 {
	width: 41px;
}

table.full .col1 {
	width: 20%;
}
table.full .col2 {
	width: 30%;
}
table.full .col3 {
	width: 20%;
}
table.full .col4 {
	width: 17%;
}
table.full .col5 {
	width: 8%;
}
table.full .col6 {
	width: 5%;
}

table.full2 .col1 {
	width: 22%;
}
table.full2 .col2 {
	width: 22%;
}
table.full2 .col3 {
	width: 15%;
}
table.full2 .col4 {
	width: 19%;
}
table.full2 .col5 {
	width: 11%;
}
table.full2 .col6 {
	width: 7%;
}
table.full2 .col7 {
	width: 4%;
}

ul.unstyled {
	list-style-type: none;
	margin: 0 0 1em;
	padding: 0;
}
ul.unstyled li {
	line-height: 1.5em;
}
ul.unstyled a {
	text-decoration: none;
}

fieldset {
	padding: 0 1em 1em;
	margin: 1.5em 0;
	border: 1px solid #ccc;
	position: relative;
}
fieldset p {
	margin: 0;
	padding: 1em 0 0;
}
legend {
	font-size: 8pt;
	color: black;
}
label {
	cursor: pointer;
}
label.block {
	display: block;
	float: left;
	line-height: 1.5em;
}
label.shortest {
	width: 4.5em;
}
label.short {
	width: 7em
}
label.medium {
	width: 10em
}
input.button {
	width: 0;
	overflow: visible;
	padding: 0 1em;
}
input.button[class] {
	width: auto;
}
input.text, textarea, select {
	border: 1px solid #999;
	padding: 0;
}
form .comment {
	color: black;
	font-size: 80%;
	line-height: 1.5em;
	margin: 0.5em 0;
}

.red, .exception {
	color: red;
}
.success {
	color: green;
}
.comment {
	color: #777;
	font-size: 80%;
}
.cleaner {
	clear: both;
}
.mediumSpace {
	height: 14px;
	font-size: 0;
}
.smallSpace {
	height: 5px;
	font-size: 0;
}
.shortcuts {
	border: 1px solid #5f81e3;
}
.shortcuts ul, .shortcuts p {
	padding: 0 12px;
}
.shortcuts .title {
	font-size: 9pt;
	padding: 0.7ex;
	color: white;
	background: #5f81e3;
}

.sqm_avg {
	font-size: 120%;
	color: green;
}
.direction {
	color: #bb712a;
}
.singleSqms {
	font-size: 80%;
	cursor: help;
}

.paging a, .paging strong {
	padding: 0 0.2ex;
}
.arrow {
	color: black;
}

.exportersResult {
	margin: 1em 0;
}
.exportersResult td {
	padding: 0.5ex 1ex;
}

.mandatory {
	border-width: 1px;
	background: #fee;
}
.mandatory option {
	background: white;
}

.export {
	border-top: 1px solid #ddd;
	padding: 1.5em 1em 0em;
	margin: 2em 0 0;
}
.exports li {
	font-size: 9pt;
	margin: 0.3em 0;
}
.loading {
	position: absolute;
	top: 24px;
	left: 347px;
	width: 60px;
	height: 60px;
	background: url('loading.gif') left top no-repeat;
	display: none;
}
.loading span {
	display: none;
}
.comments {
	margin: 1em 0 0;
}
.comments h3 {
	font-size: 11pt;
}
.comments span {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 0.8ex;
}

.important {
	border: 1px solid #fcc;
	background: #fee;
	padding: 1ex;
}
.important strong {
	color: #f33;
}

#page {
	width: 781px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 142px;
	margin-bottom: 28px;
	background: url('header.gif') right top no-repeat;
	position: relative;
}
#logo {
	position: absolute;
	top: 16px;
	left: 6px;
	margin: 0;
}
#logo a {
	display: block;
	width: 242px;
	height: 58px;
	background: url('logo.gif') left top no-repeat;
}
#logo a span {
	display: none;
}

#navigation {
	width: 781px;
	height: 44px;
	position: absolute;
	top: 98px;
	left: 0;
	margin: 0;
	padding: 0;
	background: url('navigation.gif') left top no-repeat;
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation a {
	display: block;
	height: 24px;
	position: absolute;
	top: 10px;
}
#navigation a:hover {
	background-position: left center;
}
#navigation a.active {
	background-position: left bottom;
}
#navigation a span {
	display: none;
}
#nav_home {
	width: 79px;
	left: 0;
	background: url('nav_home.gif') left top no-repeat;
}
#nav_exporty {
	width: 76px;
	left: 79px;
	background: url('nav_exporty.gif') left top no-repeat;
}
#nav_obsahDatabaze {
	width: 120px;
	left: 155px;
	background: url('nav_obsahDatabaze.gif') left top no-repeat;
}
#nav_vlozitPozorovani {
	width: 127px;
	left: 275px;
	background: url('nav_vlozitPozorovani.gif') left top no-repeat;
}
#nav_metodikaMereni {
	width: 126px;
	left: 402px;
	background: url('nav_metodikaMereni.gif') left top no-repeat;
}
#nav_oProjektu {
	width: 90px;
	left: 528px;
	background: url('nav_oProjektu.gif') left top no-repeat;
}
#nav_blog {
	width: 63px;
	left: 618px;
	background: url('nav_blog.gif') left top no-repeat;
}
#nav_odkazy {
	width: 100px;
	left: 681px;
	background: url('nav_odkazy.gif') left top no-repeat;
}
/*#insertAnimation {
	width: 21px;
	height: 30px;
	position: absolute;
	top: 78px;
	left: 286px;
	background: url('insertAnimation.gif') left top no-repeat;
}*/
#content {
	padding-bottom: 50px;
}

#mainColumn {
	width: 565px;
	float: left;
	text-align: justify;
}
#rightColumn {
	width: 181px;
	float: right;
}
#rightColumn p {
	font-size: 8pt;
}
#pouzeStanoviste, #vsechnyStanoviste {
	display: none;
}

#addCommentLink {
	display: none;
}