body
{
	margin:0;
	padding:0;
	background-color:#f5f5f5;
	background-image: url('../images/back.gif');
	background-repeat: repeat-x;
	font-family: Arial,sans-serif;
}

td
{
	vertical-align: top;
}

p
{
	text-align: justify;
}

form
{
	margin:0;
	padding:0;
}

textarea
{
	width:250px;
	height:200px;
}

table
{
	border-collapse: collapse;
	font-size:12px;
}

.wsto
{
	width:100%;
}

input,textarea,select
{
	border: #888 1px solid;
}

.codeStatus
{
	display:none;
}

#codeStatusF
{
	display:block;
}

.warning
{
	color:#c80000;
}

input.warning
{
	color:#000;
	background-color:#ffb5b5;
	border:#c80000 1px solid;
}

/**/

#main
{
	width:900px;
	margin:auto;
	background: transparent;
}

#top
{
	height:50px;
	background: transparent;
	/*background-image: url('../images/img_01.png');*/
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
	padding:0 50px;
	line-height: 50px;
}
#top a
{
	font-family: Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
	margin:10px;
}

#top a.new
{
	color:#ff8a00;
}

#top a:hover
{
	color:#00c8ff;
}
.middle
{
	padding:0 50px;
	background: transparent;
	background-image: url('../images/img_03.png');
	background-repeat: repeat-y;
}
#bottom
{
	height:50px;
	background-image: url('../images/img_05.png');
	background-repeat: no-repeat;
}

#logo
{
	padding:0 0;
	height:226px;
	background-image: url('../images/logo.jpg');
	background-repeat: no-repeat;
}
#content
{
	padding:0 10px;
	font-size: 12px;
}
#separator1
{
	height:50px;
	background: transparent;
	background-image: url('../images/img_05.png');
	background-repeat: no-repeat;
}
#separator2
{
	height:10px;
	background: transparent;
	background-image: url('../images/img_01.png');
	background-position: bottom;
	background-repeat: no-repeat;
}
#separator3
{
	height:20px;
	background: transparent;
	background-image: url('../images/img_02.png');
	background-repeat: no-repeat;
}
.right
{
	float:right;
}

.small
{
	font-size: 12px;
}

#top .small a
{
	font-size: 12px;
	margin:0;
	color:#5de712;
}

#top .small a:hover
{
	color:#00c8ff;
}

center
{
	font-size:12px;
	color:#888;
}

center a
{
	color:#555;
}

.th_left th
{
	text-align: left;
}

th
{
	text-align: right;
	padding-right:15px;
}

h2
{
	padding:0px;
	margin:0px;
	font-size: 13px;
	color:#0888b9;
	font-weight: bold;
	text-decoration: none;
}

h1
{
	line-height:20px;
}

h1,h1 a
{
	padding:0px;
	margin:0px;
	font-size: 15px;
	color:#0888b9;
	font-weight: bold;
	text-decoration: none;
}

h1 span a.description
{
	text-decoration: underline;
	color:#0888b9;
}

h1 a:hover
{
	color:#DF6D01;
}

h1 a img
{
	border:none;
}

.button
{
	font-size: 15px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:2px 5px;
	border:#333 1px solid;
	float:left;
	overflow:hidden;
	height:20px;
	line-height:20px;
	background-image: url('../images/button.gif');
	background-repeat: repeat-x;
	margin:2px;
	margin-left:10px;
}

.ql_button
{
	font-size: 10px;
	color:#fff;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:1px 2px;
	border:#333 1px solid;
	float:left;
	overflow:hidden;
	height:10px;
	line-height:10px;
	background-color: #1080ff;
	background-image: url('../images/ql_button.gif');
	background-repeat: repeat-x;
	margin: 2px;
	display:block;
}

.ql_button_archived
{
	font-size: 10px;
	color:#999;
	font-weight: bold;
	text-decoration: none;
	display:block;
	padding:1px 2px;
	border:#999 1px solid;
	float:left;
	overflow:hidden;
	height:10px;
	line-height:10px;
	background-color: #eee;
	background-repeat: repeat-x;
	margin: 2px;
	display:block;
}

.ql_button:hover
{
	background-image: url('../images/ql_button_hover.gif');
	background-color: #14ff0f;
	color:#333;
}

.right
{
	float:right;
}

.left
{
	float:left;
}

.cleaner
{
	clear:both;
}

.fakeinput
{
	border:#333 1px solid;
	background-color:#ccc;
	font-weight: bold;
	padding-left: 2px;
}

.fakeinput input
{
	border: none;
}

.bb td,.bb th
{
	border-bottom:#333 1px solid;
}

table a
{
	text-decoration: none;
	color:#0888B9;
}

table a:hover
{
	color:#00C8FF;
}

/**/
.info_inner
{
	padding:1px 3px;
	font-weight:bold;
}
.info_a
{
	padding-left:3px;
	background-position:0 0;
	background-repeat:no-repeat;
}
.info_b
{
	padding-right:3px;
	background-position:100% 0;
	background-repeat:no-repeat;
}
.info_error .info_b,.info_error .info_a
{
	background-image:url('../images/error.png');
}
.info_message .info_b,.info_message .info_a
{
	background-image:url('../images/message.png');
}
.info_message .info_inner
{
	background-color:#82e600;
	color:#000;
}
.info_error .info_inner
{
	background-color:#c30000;
	color:#fff;
}
.info_box_b
{
	position:relative;
	left:-50%;
}
.info_box_a
{
	position:absolute;
	top:260px;
	left:50%;
	text-align:center;
}
/**/

.description
{
	color:#999;
}

.info_div
{
	border:#333 1px solid;
	background-color:#eee;
	margin:5px;
	padding:20px;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.info_main
{
	width:250px;
	float:right;
}

.tb
{
	border-top:#333 1px solid;
}

.please_log
{
	background-color:#d2ff98;
	border:#5ea700 1px solid;
	padding:10px;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	width:510px;
	color:#333;
	text-align:justify;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

/* PHOTOS */
.photos
{
	margin-top:20px;
	margin-bottom:20px;
}
.photos a img,.photos a
{
	border:none;
	margin:0;
	padding:0
}
.photo
{
	float:left;
	padding: 3px;
	margin: 3px;
	border:#333 1px solid;
	background-color: #ccc;
	position:relative;
}

.deletePhoto
{
	position:absolute;
	top:0px;
	right:0px;
	text-indent: -99999px;
	overflow:hidden;
	width:15px;
	height:15px;
	background-image:url('../images/odebrat.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
}

.deletePhoto:hover
{
	background-position: 0 100%;
}

.deleteLog
{
	text-indent: -99999px;
	overflow:hidden;
	width:15px;
	height:15px;
	background-image:url('../images/odebrat.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	margin-left:5px;
}

.deleteLog:hover
{
	background-position: 0 100%;
}
/* PHOTOS */

td
{
	padding:2px;
}

.upload_image
{
	width:33px;
	height:32px;
	float:right;
	padding:2px;
	display:block;
	background-image:url('../images/upload_image.png');
	background-repeat: no-repeat;
}

.absolute
{
	top:38px;
	position:absolute;
}

.language_box
{
	position:relative;
	left:800px;
}

.language
{
	display:block;
	margin:5px;
	width:32px;
	height:32px;
	background-repeat: no-repeat;
	overflow: hidden;
	line-height: 1000px;

}

#cz
{
	background-image: url('../images/flags/cz.png');
}
#en
{
	background-image: url('../images/flags/en.png');
}

.hidden
{
	display:none;
}

.ico
{
	width:16px;
}
.ico a
{
	border:#333 1px solid;
}
.ico a img
{
	border:none;
}

.hidden_item
{
	width:16px;
	height:16px;
	background-image: url('../images/hidden_item.png');
}

.recent
{
	width:16px;
	height:16px;
	background-image: url('../images/recent.png');
}

.not_recent
{
	width:16px;
	height:16px;
	background-image: url('../images/not_recent.png');
}

td.edit
{
	width:23px;
	height:16px;
}

a.edit
{
	width:23px;
	height:16px;
	background-image: url('../images/edit.png');
	display:block;
}

.whiteBold
{
	color:#fff;
	font-weight: bold;
}

.shortInput
{
	width:140px;
}

.infoBox
{
	background-color:#9FBEFF;
	border:#012884 1px solid;
	padding:10px;
	font-weight:bold;
	font-size:13px;
	margin-top:5px;
	width:510px;
	color:#333;
	text-align:justify;

	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.infoBox td
{
	vertical-align: top;
	padding:0;
}

.infoBox th
{
	width:100px;
	text-align: left;
	vertical-align: top;
	padding: 0;
}

.infoBox .textInput
{
	width:400px;
}

.infoBox .submitInput
{
	cursor: pointer;
}

.infoBox textarea
{
	width:508px;
	height:100px;
}

.wsto
{
	width:96%;
}

.rwsto
{
	width:100%;
}

.aleft
{
	text-align: left;
}

.aright
{
	text-align: right;
}

.acenter
{
	text-align: center;
}

.nb
{
	border:none;
}

.map
{
	float:left;
	margin: 0 2px;
}

.mapNoFloat
{
	margin: 0 2px;
}

.homeMenu
{
	display:block;
	/*
	position:relative;
	left:-12px;
	*/
	float:left;
	padding-top:0px;
}

.homeMenu a
{
	display:block;
	padding:5px;
	background-color:#619EFF;
	color:#FFFFFF;
	margin:0px 10px 10px 0px;
	/*
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	*/
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;

	box-shadow: 5px 5px 5px #ccc;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 5px 5px 5px #ccc;

	border:#333333 1px solid;

	font-weight: bold;
}

.homeMenu a.new
{
	background-color: #FF8A00;
}

.homeMenu a:hover
{
	background-color: #3366FF;
	color:#FFFFFF;
}

.noMargin
{
	margin-top:0;
	margin-bottom:0;
}

.noMargin li
{
	padding:5px 0;
}

p
{
	margin:0;
	padding-top:10px;
	padding-bottom:10px;
}

.almostHidden
{
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	top:-100px;
	left:-100px;
}

.gpoStamp
{
	float: left;
	margin-right:10px;
	margin-bottom:10px;
	border: none;
}

.qlwBox
{
	display:none;
	position:fixed;
	left:0;
	top:0;
	border-bottom:#333 1px solid;
	background-color: #FFC801;
	color:#333;
	width:100%;
	font-family: arial,sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.qlwBox a
{
	color:#0172CE;
}

.qlwBox a:hover
{
	color:#01BFBC;
}

.infoHeightCutter
{
	overflow:hidden;
	height:120px;
}

.sHide
{
	display:none;
}

.showMore
{
	text-align: right;
}

.info_div a img
{
	border:#999 1px solid;
	margin-right:2px;
}

.info_div a:hover img
{
	border:#01ACF4 1px solid;
}

.noMargin
{
	margin: 0;
}

.mb5
{
	margin-bottom:5px;
}

/*****/

.badge
{
	text-align:center;
	background:none;
	background-color:#fff;
	color:#000;
	border:none;
	display:block;
	float:left;
	width:110px;
	height:100px;
	text-decoration: none;
	position:relative;
}
	.badge img.collected
	{
		position:absolute;
		top:5px;
		left:5px;
	}
	span.badge:hover
	{
		background: none;
	}
	a.badge:hover
	{
		background: none;
		color:#47A0FF;
	}
	.badge img
	{
		border:none;
	}
	.badge span
	{
		white-space: nowrap;
	}
	
.button.new
{
	background: none;
	background-color: #ff6600;
}
	.button.new:hover
	{
		background-color: #3366FF;
		color:#fff;
	}
