/*
	CSS definitions

	(c) 2008 Jiri Lysek
	jlx@seznam.cz
*/

@IMPORT url("forms.css");
@IMPORT url("links.css");
@IMPORT url("paging.css");
@IMPORT url("menu.css");
@IMPORT url("tables.css");
@IMPORT url("helpers.css");
@IMPORT url("gallery.css");
@IMPORT url("lists.css");
@IMPORT url("icons.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #E7E8EA;
}

/* ----------------------------- zakladni elementy -------------------------- */

h1, .header1 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 3px 0px 3px 0px;
	font-size: 20px;
	font-weight: normal;
}

h2, .header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
}

h3, .header3 {
	color: #000000;
	font-weight: normal;
}

p {
	margin: 3px 0px 10px 0px;
	line-height: 17px;
}

img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

pre {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* ----------------------- hlavni prvky stranky ----------------------------- */

#container {
	width: 980px;
	margin: 5px auto 35px auto;
}

#copyright {
	background-color: #25252D;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	z-index: 1000;
	opacity: 0.8;
}

#copyright:hover {
	opacity: 1;
}

#copyright div {
	width: 95%;
	margin: 5px auto 0px auto;
}

#copyright div span, #copyright div a {
	color: #EBEAEF;
	margin-left: 10px;
	margin-right: 10px;
}

/* ----------------------------- user styles -------------------------------- */


#cat_tree {
	border-left: 1px dotted #DDDDDD;
	border-bottom: 1px dotted #DDDDDD;
}

.cat_tree {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.cat_tree ul {
	margin-left: 20px;
}

.cat_tree li>div {
	background: url('../images/dir.gif') 3px 4px no-repeat;
	padding: 3px 0px 3px 20px;
	border-bottom: 1px dotted #DDDDDD;
	border-left: 1px dotted #DDDDDD;
}

.cat_tree li>div:hover {
	background-color: #F9CA81;
}

.hover:hover, .hover.act {
	background-color: #F9CA81;
}

/* ------------------------ prepinaci zalozky ------------------------------- */

.tabs {
	height: 27px;
	border-bottom: 2px solid #7D7D7D;
}

.tabs a, .tabs .tab {
	display: block;
	text-decoration: none;
	float: left;
	border-top: 1px dashed #7D7D7D;
	border-left: 1px dashed #7D7D7D;
	border-right: 1px dashed #7D7D7D;
	padding: 3px 4px 3px 4px;
	background: url('../images/button.png') 0px -1px repeat-x;
	height: 21px;
	line-height: 21px;
	margin: 0px 3px 0px 2px;
}

.tabs a:hover, .tabs .tab:hover {
	background: url('../images/button_active.png') 0px -1px repeat-x;
}

.tabs a.active {
	font-weight: bold;
	background: url('../images/button_active.png') 0px -1px repeat-x;
}

form .edit_tabs {
	margin: 10px;
}


.tab_content {
	padding: 10px;
}

/* ---------------------- skryvatelna poznamka ------------------------------ */

.hidden_note {
	position: relative;
	width: 25px;
}

.hidden_note p {
	display: none;
	border: 1px solid #000000;
	background: #FFF0A0;
	padding: 5px;
	text-align: left;
	max-width: 150px;
}

.hidden_note:hover p {
	position: absolute;
	left: 20px;
	top: 0px;
	display: block;
}