body, td, th {
	font-family: "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif;
	font-size:80%;
}

body {
	margin:0px;
	padding:0px;
	background-color:white;
	text-align:center;
	margin-bottom:10px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h1 {
	font-size:20px;
	margin-top:5px;
}

p, form, ul, ol, dl {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

table.global {
	width: 100%;
}

table {
	border-spacing : 1px;
}

td, th {
	padding:2px 10px 2px 10px;
	vertical-align: top;
	text-align:left;
}
td {
	background-color:#EEEEEE;
}
th {
	background-color:#DDDDDD;
}

th.left, td.left {
	text-align: left!important;
}

th.right, td.right {
	text-align: right!important;
}

th.center, td.center {
	text-align: center!important;
}


table.table-in {
	width: 100%;
	border: 2px solid #000;
	margin: 1em 0 1em 0;
}

table.table-in th.tablename {
	padding: 1em;
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: 2px solid #000;
	background-color: #CECECE;
	margin: 0;
}

table.table-in td {
	border-bottom: 1px solid #DDDDDD;
}

table.table-in tr.noborder td {
	border-bottom: 1px solid #EEEEEE;
}

table#osobni-view {
	width: 100%;
}

table#osobni-view th {
	width: 10em;
}

legend {
	background-color: #ddd;
	border: 1px solid #000;
	padding: 0.4em 1em 0.4em 1em;
	text-transform: uppercase;
	font-size: 90%;
}

input, select, textarea {
	background-color:#EEFFEE;
	border: 1px solid #9C9C9C;
}
input.middle {
	width:60px;
}
input.normal {
	width:140px;
}
input.notbig {
	width:250px;
}
input.small {
	width:40px;
}
input.smaller {
	width:20px;
}
input.big {
	width:450px;
}
textarea.big {
	width:450px;
	height:90px;
}

textarea.big2 {
	width:670px;
	height:150px;
}
textarea.biglong {
	width:450px;
	height:340px;
}
textarea.big2long {
	width:670px;
	height:340px;
}
textarea.big2nolong {
	width:670px;
	height:55px;
}


.button, .button-small, .button-a {
	background-color:#AA0000;
	border:2px solid #000000;
	color:white;
	font-weight:bold;
}
.button {
	width:100%;
	margin: 0.5em;
}
.button-a {
	padding:0px 4px 0px 4px;
	text-decoration:none;
}

p.marg {
	padding: 1em 1em 1em 0;
	text-align: right;
}

.green {
	background-color:#00AA00;
	border:2px solid #000000;
}

fieldset {
	padding:5px;
	border:3px solid black;
	font-weight:bold;
}

.clear-float {
	clear:both;
}

.right {
	text-align:right;
}

div#fotky {
	width: 81%;
	margin: 1em auto 0 auto;
}

form#fot-add label {
	font-weight: bold;
	margin-right: 0.2em;
}

form#fot-add div.submit {
	margin: 1em 0 0 0;
}

form#fot-add div.submit a {
	margin-left: 1em;
	padding: 0.2em 1em 0.3em 1em;
	vertical-align: middle;
}

div.foto {
	position: relative;
	width: 120px;
	height: 200px;
	background-color: #ddd;
	float: left;
	margin: 5px;
	border: 1px solid black;
}

div.foto-in {
	margin: 0;
	padding: 0;
	border: 0;
}

div.foto-f {
	width: 120px;
	height: 120px;
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 1px solid #000;
}

div.foto-in p {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

div.foto-in p.foa {
	position: absolute;
	bottom: 3px;
	right: 3px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 85%;
	text-align: right;
}

div.foto-in p.foj {
	margin: 0;
	padding: 0;
	border: 0;
}

div.foto a.button-a {
	position: absolute;
	bottom: 3px;
	left: 3px;
}

/************************************/

#menu {
	width:80%;
	margin-top:5px;
	margin-left: auto;
	margin-right: auto;
}
#menu #main #rightend {
		height:27px;
		border-bottom:2px solid black;
		font-weight:bold;
		text-align:right;
}
#menu #main #rightend strong {
	color:#AA0000;
}
#menu #main a {
	position: relative;
	display:block;
	height:21px;
	_height:27px;
	float:left;
	padding:2px 10px 2px 10px;
	border:2px solid black;
	text-decoration:none;
	background-color:#AA0000;
	color:white;
	font-weight:bold;
}
#menu #main .space {
	display:block;
	width:5px;
	height:27px;
	float:left;
	border-bottom:2px solid black;
}
#menu #main a.active {
	border-bottom:2px solid #DDDDDD;
	background-color:#DDDDDD;
	color:#770000;
}
#menu #sub {
	height:22px;
	background-color:#DDDDDD;
	border-left:2px solid black;
	border-right:2px solid black;
	border-bottom:2px solid black;
}
#menu #sub a {
	display:block;
	height:20px;
	float:left;
	padding:1px 5px 0px 5px;
	text-decoration:none;
	color:black;
	font-weight:bold;
	border-right:2px solid #999999;
}
#menu #sub a.active {
	background-color:#999999;
	color:#BB0000;
}

/************************************/

.error {
	background-color: #EC0000;
	padding: 1em;
	font-weight: bold;
	border: 2px solid #990100;;
	color: #fff;
	margin: 1em 1em 1em 1em;
}


.info {
	background-color: #0000AA;
	padding: 1em;
	font-weight: bold;
	border: 2px solid #000055;
	color: #fff;
	margin: 1em 1em 1em 1em;
}


.ok {
	background-color: #00AA00;
	padding: 1em;
	font-weight: bold;
	border: 2px solid #005500;
	color: #fff;
	margin: 1em 1em 1em 1em;
}

/************************************/

#page {
	text-align:center;
	margin-top:10px;
}

.list {
	border:2px solid black;
	margin: auto;
}
.list th a {
	color:#AA0000;
}
.list .online td {
	background-color:#FFEEEE;
}
.list .online td strong {
	color:red;
}

.wrong-input th {
	color: red;
}

tr.wrong-input th.tablename {
	color: red!important;
}

.wrong-input input, .wrong-input textarea, .wrong-input select {
	background-color: #FFEEEE;
	border: 2px solid #cc0000;
}

.warning {
	background-color:red;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	font-size:120%;
	width:60%;
	margin-top:10px;
	margin-bottom:10px;
}


/************************************/

#login {
	text-align: center;
	margin-top:100px;
}


/************************************/

.strankovani {
	width:80%;
	background-color:#FFEEEE;
	font-size:80%;
	margin-bottom:10px;
	padding:2px;
	margin-left: auto;
	margin-right: auto;
}
.strankovani span {
	color:#AA0000;
	font-weight:bold;
	background-color:#999999;
	padding:0px 3px 0px 3px;
}
.strankovani a {
	color:black;
	font-weight:bold;
	text-decoration:none;
	padding:0px 3px 0px 3px;
}
/************************************/

#fs-login {
	width:265px;
	margin: auto;
}
#fs-admin {
	width:400px;
	margin: auto;
}
#fs-firmy {
	width: 580px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#fs-firmy-edit {
	width: 650px;
	margin: 0 auto 0 auto;
	padding: 0;
}
/************************************/

#fs-firmy table {
	width: 99%;
}

#fs-firmy-edit table {
	width: 99%;
}

#fs-firmy-edit table div.left table, #fs-firmy-edit table div.right table {
	width: auto;
}

#fs-firmy-edit table div.left, #fs-firmy-edit table div.right {
	width: 20em;
	float: left;
}

#fs-firmy-edit table div.left {
	xbackground-color: red;
}

#fs-firmy-edit table div.right {
	xbackground-color: blue;
}

#msgs {
	border:2px solid black;
	width:80%;
	text-align:left;
	padding:5px;
	margin: 10px auto 0 auto;
}
#msgs .msg {
	background-color:#FFEEEE;
	padding:10px;
	margin-bottom:5px;
}
#msgs .msg .topline {
	margin-bottom:5px;
}
#msgs .msg strong {
	color:#AA0000;
	font-weight:bold;
}
#msgs .msg em {
	font-weight:bold;
	font-style:normal;
}












/***********************************/

.zalozky {
	width:80%;
	text-align:left;
	margin-bottom:20px;
}

.zalozky li {
	display:inline;
	margin:0px 3px 3px 3px;
	border:1px solid black;
	padding:1px 3px 1px 3px;
	height:15px;
	background:#DDDDDD;
	color:#AA0000;
	font-weight:bold;
}
.zalozky li a {
	color:black;
	text-decoration:none;
	font-weight:normal;
}










.fotka {
	background-color:lightblue;
	float:left;
	width:120px;
	height:140px;
	border:1px solid black;
	margin:5px;
}






.button-clanky, .button-fotky, .button-nahled, .button-info, .button-poradi, .button-skupiny, .button-team {
	display:block;
	float:left;
	width:20px;
	height:20px;
}
.button-clanky {
	background:url(../img/clanky.gif);
}
.button-fotky {
	background:url(../img/fotky.gif);	
}
.button-nahled {
	background:url(../img/nahled.gif);	
}
.button-info {
	background:url(../img/info.gif);	
}
.button-poradi {
	background:url(../img/poradi.gif);	
}
.button-skupiny {
	background:url(../img/skupiny.gif);	
}
.button-team {
	background:url(../img/team.gif);	
}




.text-red, .text-green, .text-gray {
	font-weight:bold;
}
.text-red {
	color:red;
}
.text-green {
	color:green;
}
.text-gray {
	color:#BBBBBB;
}




.tab0 { padding-left:10px; font-weight:bold}
.tab1 { padding-left:30px; }




.tab-space td, .tab-space th, .tab-space {
	height:6px;
	background:white;
	font-size:1px;
}



.tbleft {
	float:left;
}
.clear {
	clear:both;
}

.usrsearch {
	width:800px;
}
.usrsearch table {
	margin-right:10px;
}



.kandid td, .kandid th {
	padding:0px;
}



.popisek {
	font-size:80%;
}
