html, body, #map-canvas {
	background-color: #EAE9E4;
	margin: 0;
	padding: 0;
	height: 100%;
	/*font-family: Georgia, "Times New Roman", Times, Serif;*/
	font-family: "Arial", sans-serif;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: blue;
	cursor: pointer;
}

#map-canvas noscript {
	display: block;
	padding: 100px 20px;
	font-weight: bold;
	text-align: center;
}

textarea {
	/*font-family: Georgia, "Times New Roman", Times, Serif;*/
	font-family: "Arial", sans-serif;
}

#right-panel {
	background-color: #EAE9E4;
	font-size: 0.8em;
	margin: 0;
	height: 100%;
	width: 510px;
	float: right;
	overflow: auto;
}

#right-panel.add-panel {
	width: 400px;
}

table.list {
	border-collapse: collapse;
	margin: 10px;
	margin-top: 5px;
	width: 470px;
	background-color: #EAE9E4;
	color: #000;
}

table.list tr {
	cursor: pointer;
}
table.list td {
	border: 1px solid gray;
	padding: 3px 6px 3px 5px;
}
table.list a {
	color: #000;
	text-decoration: none;
}
table.list td.stav {
	font-weight: bold;
}

a.button {
	text-decoration: none;
	background-color: #E7DCD1;
	border: 1px solid #AF8667;
	color: #854212;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	font-weight: bold;
}

a.loginbutton {
	float: right;
	color: #999;
	text-decoration: none;
	margin: 5px;
	font-size: 11px;
}

.right-form {
	margin-left: 1px;
}

.right-form span.required {
	font-weight: bold;
}
.right-form span.required:after { 
	content:"*";
	color: #F33;
	font-weight: bold;
}
.right-form span.nonrequired {
	font-weight: bold;
}
.right-form input, .right-form select, .right-form textarea {
	width: 370px;
	font-size: 1.1em;
	border: 1px solid black;
	background-color: #EEE;
}
.right-form textarea {
	height: 80px;
	font-family: "Arial",sans-serif;
}

.infoWindowContent {
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, Serif !important;
}

.grid-text textarea {
	width: 98%;
	min-width: 300px;
	height: 50px;
}
.zpravaGrid span {
	padding: 2px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, Serif !important;
}

table {
	display: block;
	border-collapse: collapse;
}

.grid-save {
	font-weight: bold;
	font-size: 1.2em;
}

.search {
	margin: 2px 10px;
}
.search input[type=text] {
	width: 220px;
	height: 1.1em;
	font-size: 1.1em;
	border: 1px solid black;
	background-color: #EEE;
	padding: 4px 1px 3px 1px;
}
.search input[type=submit] {
	font-weight: bold;
	background-color: #E7DCD1;
	border: 1px solid #AF8667 !important;
	color: #854212;
	border: none;
	padding: 1px 2px;
}

.right-form input[type=submit] {
	height: 40px;
	font-weight: bold;
	background-color: #E7DCD1;
	border: 1px solid #AF8667 !important;
	color: #854212;
	border: none;
}
.right-form input[type=file] {
	color: #000;
}
.right-form .half input {
	width: 160px;
}
.right-form img.captcha {
	margin-left: 30px;
}
.right-form input.captcha {
	width: 100px;
	height: 29px;
	padding: 3px 5px;
	margin: 0px 1px;
	font-size: 26px;
	vertical-align: top;
}
.grid {
	border-collapse: collapse;
}
.grid td, .grid th {
	border: 1px solid #DDD;
}
.error {
	color: #CC0000;
	background-color: #FFCCCC;
	padding: 4px 5px;
	margin: 3px 12px 3px 2px;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #CC6666;
}
#right-panel .container {
	height: auto;
	min-height: 100%;
	padding-bottom: 1.5em;
}
#right-panel .author {
	color: #999;
    clear: both;
    margin-top: -1.5em;
    padding: 4px 15px;
    font-size: 0.85em;
}
#right-panel .author a {
	color: #999;
	text-decoration: underline;
}

table.login {
	margin: auto;
}
table.login th {
	text-align: right;
}

#admin table.grid {
	margin: 10px;
}

.list-buttons {
	margin: 5px 10px 0px 10px;
}

.list-buttons a {
	color: #854212;
}

table.login {
	margin: auto;
	width: 400px;
}
table.login td {
	text-align: right;
}
table.login input {
	width: 200px;
}

.gm-style-iw {
	width: 550px !important;
}

.grid-skryta select {
	width: 45px;
}

.marker {
	font-family: "Arial", sans-serif;
}
.marker h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
.marker p {
	margin: 2px 0px;
}
.marker img {
	margin-right: 5px;
	margin-bottom: 4px;
	border: none;
}
.marker table td, .marker table th {
	border: 1px solid #AAA;
}
.marker table th {
	background-color: #CCC;
}

#show-safemode {
	padding: 30px;
}

label span {
	position: relative;
	top: -2px;
}

.zpravy .cas {
	border: none;
	width: 120px;
	height: 25px;
	background-color: white;
}
.zpravy .jmeno {
	border: none;
	width: 120px;
	height: 25px;
	background-color: white;
	padding: 1px 2px;
}
.zpravy .text {
	border: none;
	width: 290px;
	height: 50px;
	background-color: white;
}
.zpravy.noedit th {
	padding: 1px 20px;
}
.zpravy.noedit td {
	padding: 1px 3px;
}

.upravit-zavadu input[type="text"], .upravit-zavadu select, .upravit-zavadu textarea {
	width: 400px;
	border: none;
	background-color: white;
}
.upravit-zavadu textarea {
	height: 100px;
}
.pie-placeholder {
	display: inline-block;
	width: 300px;
	height: 250px;
	margin: 10px;
}
.label {
	font-family: sans-serif;
	font-size: 9pt;
	text-align: center;
	padding: 2px;
	color: white;
}
.label a {
	color: white;
}
table.stats th {
	font-weight: normal;
}
h3 {
	margin: 2px;
	padding: 0px;
}
