/***************************************************************************
* Copyright (C) Ladislav Gášek, 2008													*
* http://www.mystery-ds.cz/ 																*
* You CANNOT use this stylesheet, or part of it, without my permission!! 	*
* for project: ShantiDance.cz																*
/**************************************************************************/

a.help_bool {
	/*background: #AACCFF;*/
	border-bottom: solid #000000 1px;
	color: #000000;
	cursor: help;
	font-weight: bold;
	padding-bottom: 1px;
	text-decoration: underline;
}

a.help_bool span {
	font-size: 90%;
	font-weight: normal;
	position: relative;
	text-align: left;
}

a.help_bool span span {
	background: #F0F0F0;
	border: 1px solid #16316F;
	display: block;
	left: -20em;
	padding: .2em .5em;
	position: absolute;
	top: 2em;
	visibility: hidden;
	width: 50em;
}

a.help_bool:hover {
	/*background: #88AADD;*/
	: ;
}

a.help_bool:hover span span {
	visibility: visible;
}

BODY {
	HEIGHT: 100%;
}

body {
	font: 85%/1.2 Cambria,Georgia,Palatino,"Palatino Linotype",Constantia,serif;
	background: #F3D6A9;
	padding: 0;
	margin: 0;
}

div.alert_FAILED {
	color: #FF3300;
}

div.alert_OK {
	color: #008000;
}

/*footer*/
div.copy	{
	background: #F3D6A9 url(../img/footer_bg.gif) repeat-x top;
	width: 100%;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a45521;
	padding-top: 15px;
}

div.copy a:link, a:visited	{
	color: #a45521;
}

/*search*/
div.search {
	font-size: xx-small;
}

div.search_1line {
	color: #000000;
	float: right;
	font-size: medium;
	font-weight: bold;
	height: 20px;
	padding: 4px;
	width: 90%;
}

div.search_1line a{
	color: #871109;
}

div.search_1line a:hover{
	color: #FF3300;
}

div.search_2line {
	background-color: #FFFFE0;
	border-left: 10px solid #871109;
	float: left;
	font-size: small;
	padding: 4px;
	width: 90%;
}

div.search_3line {
	color: #696969;
	float: left;
	height: 12px;
	padding: 3px;
	width: 384px;
}

div.search_4line {
	color: #696969;
	float: right;
	height: 12px;
	padding: 3px;
	text-align: right;
	width: 384px;
}

div.search_clear {
	clear: both;
	font-size: 0px;
	height: 0px;
	margin-top: 0px;
	width: 90%;
}

div.search_result {
	border-top: 1px dotted #CCCCCC;
	/
	color: #000000;
	font-size: smaller;
	margin-left: 2px;
	margin-top: 8px;
	padding: 0px;
	vertical-align: top;
	width: 90%;
}

div.search_score {
	color: #FFD700;
	font-size: smaller;
}

HTML {
	HEIGHT: 100%;
}

/*static menu*/
ul.static_ulli_menu {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}

.full_body {
	background: #9A3F32;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 10px;
}

/*
* css popups for tooltips
*/
.help_bool {
	text-align: justify;
}

.master #header {
	height: 205px;
	background-color: #530000;
}

.master #header div {
	background-image: url(../img/sd.png);
	height: 161px;
}

.master .s1 {
	width: 100%;
}

.pagebody {
	margin: 0px;
	padding: 0px;
}

.s1 {
	background: url(../img/s1_bg.gif) left no-repeat;
	height: 21px;
	margin-bottom: 0px;
}

.s2 {
	background: url(../img/s2_bg.gif) left no-repeat;
	position: relative;
	width: 795px;
	height: 52px;
	clear: both;
}

/*obsah webu*/
#content {
	position: relative;
	width: 795px;
}

/*dokument*/
#document {
	width: 571px;
	background: #F3D6A9 url(../img/doc_bg.gif) repeat-y top right;
	min-height: 320px;
	padding: 10px 22px 10px 6px;
	float: left;
	position: static;
	color: #4d0d08;
}

#document  textarea,input {
	border: 1px solid #871109;
	background: #ffffcc;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}

textarea.form_as_check {
	border: none;
	height: 0px;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	width: 0px;
	display: none;
}
input.button {
	border: 2px outset;
	background: #a45521;
	color: #ffffcc;
	margin: 2px;
	font-size: x-small;
}

input.button:hover {
	background: #dd874d;
	color: #ffffcc;

}


#document a:link, a:visited {
	color: #ad5b22;
	text-decoration: underline;
	font-weight: bold;
}

#document a:hover {
	color: #871109;
}

#head_menu img:hover {
	background-color: #FF3300;
}

#header {
	height: 120px;
	background: url(../img/header_bg.gif) bottom left repeat-x;
	color: #a45521;
}

/*header*/
#header * {
	padding: 0;
	border: 0;
	margin: 0;
}

#header .breadcrumb_navigation {
	color: #a45521;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	top: 1.2em;
	left: 8px;
	font-style: italic;
}

#header .breadcrumb_navigation a {
	color: #FF9E00;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}

#header .breadcrumb_navigation a:hover {
	text-decoration: underline;
}

#header .navigation {
	color: #a45521;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	float: right;
	top: 0.7em;
	right: 8px;
}

#header .navigation a{
	padding-left: 8px;
	padding-right: 8px;
	background: url(../img/navig_bg.png) no-repeat left;
}

#header a {
	color: #ffc500;
}

#header div {
	background: left no-repeat;
	height: 172px;
	width: 795px;
	position: absolute;
	z-index: 1;
	top: 44px;
	left: 0;
}

/*menu*/
#menu {
	width: 199px;
	min-height: 250px;
	float: right;
	z-index: 1;
	margin-left: -3px;
}

#menu ul li a {
	background: #871109 url(../img/menu_bg.gif) no-repeat scroll top;
	color: #DAA687;
	display: block;
	height: 27px;
	padding-left: 20px;
	padding-top: 7px;
	text-decoration: none;
	width: 165px;
	margin: 0px 0px 4px 7px;
}

#menu ul li a:hover {
	text-decoration: none;
	background-position: 0px -35px;
	color: #ffffcc;
}

#menu ul li li a {
	height: 27px;
	padding-left: 20px;
	padding-top: 7px;
	text-decoration: none;
	width: 165px;
	margin: 0px 0px 4px -14px;
}

#page {
	background: #A74A40 url(../img/page_bg.png) repeat;
	margin: 0px;
}

#page img {
	background: #ffffcc /*url(../img/obr_bg.gif) no-repeat*/;
	margin: 0px 5px 0px 5px;
	padding: 4px;
	border: 1px solid #F2BC7E;
}

#static_ulli_menu a.nohref {
	text-decoration: none;
}

#static_ulli_menu a.this_page {
	background: #DBAB88  url(../img/this_bg.gif) no-repeat;
	background-position: top  !important;
	text-decoration: none!important;
	padding-left: 26px;
	width: 166px;
	color: #871109;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 6px;
}
