
.wysiwyg .error, .error {
	color: #D14E3E;
}

#error-msg {
border:1px solid red;
margin-bottom:15px;
}

#error-msg p {
/*color:#FF1E00;*/
color:red;
font-size:1.08em;
font-weight:bold;
margin:0px;
padding:5px 10px;
}

#error-msg ul li {
background-image:none;
font-size:0.83em;
font-weight:bold;
line-height:19px;
color:red;
}

p.ref-p {
	text-align: right;
	clear: both;
	padding-bottom: 5px;
	margin: 0 10px;
}

.wysiwyg p.ref-p a {
	background: url('../img/diskuse/sipecka-doleva.gif') left center no-repeat;
	padding-left: 12px;
	color: #1F5BA4;
	font-weight: normal;
}

.wysiwyg p.ref-p a:hover {
	color: #BA5275;
}

/*
	Vypis disk for
*/

.header-links {
	float: left;
	font-weight: bold;
	padding: 5px 0;
}

.no-border {
	float: right;
}

.no-border p {
	border: none;
	width: auto;
	margin-bottom: 0;
	padding-right: 10px;
}




div#vypis-for-container,
div#form-tbl-container {
	padding: 0px 10px;
}

div#nahled {
	padding: 0px;
	background: none;
}

#nahled .submit {
	margin-right: 5px;
}


/* tabulka for */
/* tabulka s vypisem hiearchicke struktury */



#vypis-for,

#form-tbl {
	margin: 0;
	border: none;
	width: 100%;
	/*_width: 95%;*/
	_width: 700px;
}

table#vypis-for, 
#vypis-for tr,

table#form-tbl, 
#form-tbl tr  {
	border: none;
}


#vypis-for tbody tr:hover,
#vypis-for tbody tr:hover td,
#vypis-for tbody tr:hover th,

#form-tbl tbody tr:hover,
#form-tbl tbody tr:hover td,
#form-tbl tbody tr:hover th {
  background-color: #dbdbdb;
	/*background-color: #c9dbff;*/
}

#vypis-for td,
#vypis-for th,

#form-tbl td,
#form-tbl th {
	padding: 5px 10px;
	border: none;
	border-right: 3px #fff solid;
	color: #000;
}

#vypis-for tr.odd,
#vypis-for tr.odd td,
#vypis-for tr.odd th,

#form-tbl tr.odd,
#form-tbl tr.odd td,
#form-tbl tr.odd th
 {
 border-right:medium none;
	background-color: #fbeaea;
  background-color: #cfedff;
}


#vypis-for tr.even,
#vypis-for tr.even td,
#vypis-for tr.even th,

#form-tbl tr.even,
#form-tbl tr.even td,
#form-tbl tr.even th {
	background-color: #f9dede;
	background-color: #a0dcff;
	border-right:medium none;
}

#vypis-for tbody td.temata {
	font-weight: normal;	
	padding-left: 8px;
}

#vypis-for tbody td.temata a {
	font-weight: normal;
	background: url('../img/diskuse/icon-sipka-a.gif') left 0.25em no-repeat;
	padding-left: 13px;
	color: #000;
}
#vypis-for tbody td.temata a:hover {
	/*color: #7a0d31;*/
	/*font-weight:bold;*/
}

#vypis-for td.autor {
	text-align: left;
	width: 70px;
}

#vypis-for td.prispevku {
	text-align: left;
	padding-left: 10px;
	width: 30px;
}

/*#vypis-for thead td.prispevku {
	padding-right: 6px;
	width: auto;
}*/


#vypis-for td.posl-prispevek {
	text-align: left;	
	border-right: none;
}

#vypis-for td.posl-prispevek span.blank {
	padding: 0 5px;
}
#form-tbl td.datum-cas span.blank {
	padding: 0 5px;
}

#vypis-for thead td,  
#vypis-for thead th,

#form-tbl thead td,  
#form-tbl thead th {
	font-weight: bold;
	border-right: 3px #fff solid;
	background-color: #ffabc7;
	background-color: #6d9dff;
		
	color: #000;
	text-align: center;
	padding: 5px;
}

#vypis-for thead td.posl-prispevek,  
#vypis-for thead th.posl-prispevek {
	border-right: none;
}

#form-tbl td.zaskrtavani,  
#form-tbl td.datum-cas,

#form-tbl th.zaskrtavani,  
#form-tbl th.datum-cas {
	border-right: none;
}

#form-tbl thead td  
#form-tbl thead th {
	text-align: center;
}

#vypis-for thead td.temata,  
#vypis-for thead th.temata,
#vypis-for thead td.prispevku,  
#vypis-for thead th.prispevku,
#vypis-for thead td.autor,  
#vypis-for thead th.autor,
#vypis-for thead td.posl-prispevek,  
#vypis-for thead th.posl-prispevek  {
	text-align: left;
	padding-left: 10px;
	border:medium none
}


#vypis-for thead td.temata,  
#vypis-for thead th.temata  {
	padding-left: 20px;
}


#form-tbl td.zaskrtavani {
	padding: 1px 0px;
	width: 26px;
	text-align:center;
}

#form-tbl thead th.titulek {
	text-align: left;
	padding-left: 0px;
	border-right:medium none
}

#form-tbl thead th.vlozil,
#form-tbl thead th.datum-cas {
	text-align: left;
	padding-left: 10px;
	border-right:medium none
}

#form-tbl td.titulek a {
	font-weight: normal;
	color: #000;
}

#form-tbl td.titulek a:hover {
	font-weight: normal;
	color: #7A0D31;
	color: #000d5f;
}

	#form-tbl tr.last .titulek {
		background-image:url('../img/diskuse/diskuse-zalomeni.gif');
		background-repeat:no-repeat;
	}
	
	#form-tbl tr.next .titulek {
		background-image:url('../img/diskuse/diskuse-pokracovani.gif');
		background-repeat:no-repeat;
	}
	
#form-tbl td.vlozil {
	text-align: left;
}

#form-tbl td.datum-cas {
	text-align: left;
	width: 40px;
}

#form-tbl td.cas{
	width: 30px;
	padding-left: 0px;
	text-align: left;
}


#vypis-for tbody td.datum {
	width: 40px;
	padding-right: 0px;
}
#vypis-for tbody td.cas {
	width: 30px;
	
}



/*
	Formular na pridavani prispevku
*/
#error-msg {
	padding: 10px 0; 
}
#error-msg li {
	color: red; /*#D14E3E;*/
	font-weight: bold;
	line-height: 150%;
}

h3.block-title {
	margin-bottom: 10px;
	font-size: 120%;
}

#pridani-prispevku {
	position: relative;	
	position: relative;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
}


#pridani-prispevku form {
	padding: 0px; 
	margin: 0px;
}

#pridani-prispevku form fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}

#pridani-prispevku #required-info {
	padding: 0px 10px;
	margin: 0px;
	text-align: right;
}

#pridani-prispevku #blue-box {
	padding: 10px;
}


#pridani-prispevku table#form-tbl {
	border: none;
	margin: 0;
	width: auto;
	width: 540px;
}


#pridani-prispevku table#form-tbl, #pridani-prispevku td, #pridani-prispevku th  {
	border: none;
}


#pridani-prispevku table#form-tbl td.email a,
#pridani-prispevku table#form-tbl td.email a:visited {
	font-weight: normal;
	color: #000;
}

#pridani-prispevku table#form-tbl td.email a:hover,
#pridani-prispevku table#form-tbl td.email a:focus,
#pridani-prispevku table#form-tbl td.email a:active {
	font-weight: normal;
	color: #7A0D31;
}

#pridani-prispevku table#form-tbl td.text {
	padding-top: 15px;
	padding-bottom: 15px;
}

#pridani-prispevku table#form-tbl th.text {
	padding-top: 15px;
}


#pridani-prispevku input#pridani_titulek,
#pridani-prispevku input#pridani_email,
#pridani-prispevku input#pridani_jmeno,
#pridani-prispevku textarea#pridani_text{
	width: 400px;
	border: 1px solid #215593;
	padding: 3px;
	font-size: 100%;
	color:black;
}

#pridani-prispevku #kod{
	width: 96px;
	border: 1px solid #215593;
	padding: 3px;
	font-size: 100%;
	color:black;
}


#pridani-prispevku input#pridani_titulek {
	padding: 1px 3px;
}

#pridani-prispevku textarea#pridani_text {
	font-size: 100%!important;
	font-family: "Arial", Helvetica, sans-serif;
}


#pridani-prispevku div.tlacitka,
div.tlacitka {
	clear: both;
	text-align: right;
	margin-top: 10px;
}

#pridani-prispevku sup {
	color: #D14E3E;
}


div.tlacitka {
	padding: 0 5px;
}

div.tlacitka .submit,
div.tlacitka .submit:active,
div.tlacitka .submit:focus,

a.submit,
a.submit:active,
a.submit:focus 
 {
	border: 1px solid #215593;
	background: #215593;
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

/*div.tlacitka .submit:hover {
	border: 1px solid #7A0D31;
	background: #7A0D31;
}*/

div.tlacitka .submit-disabled,
div.tlacitka .submit-disabled:active,
div.tlacitka .submit-disabled:focus,

span.submit-disabled,
span.submit-disabled:active,
span.submit-disabled:focus 
 {
	border: 1px solid #ADADAD;
	background: #DBDBDB;
	background: #c9dbff;
	color: #7C7C7C;
	text-transform: uppercase;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	text-decoration: none;
	cursor: default;
}





/*
	strom prispevku
*/


#prispevky {
	padding: 10px 10px; 
	width: 700px;
}

.prispevek {
	/*padding: 10px 0 0 0;*/
	margin-bottom: 30px;
	display: block;
	_width: auto;
}

.reakce-na-prispevek {
	padding-left: 10px;
	padding-right: 10px;
	_width: 100%;
}

.prispevek .detail-tbl {
	margin: 0;
	padding: 0px;
	border: none;
	width: 100%;
	/*_width: auto;*/
	color: #000;
	text-align: left;
}


table.detail-tbl, 
.detail-tbl tr {
	border: none;
}



table.detail-tbl tr.odd,
table.detail-tbl tr.odd td,
table.detail-tbl tr.odd th {
	background-color: #f9dede;
	background-color: #cfedff;
	color: #000;
	border-right:medium none;
}

table.detail-tbl tr.even,
table.detail-tbl tr.even td,
table.detail-tbl tr.even th {
	background-color: #fbeaea;
	background-color: #a0dcff;
	color: #000;
	border-right:medium none;
}


.prispevek .detail-tbl tr th.th-label {
	width: 80px;
	padding-left:5px;
}


table.detail-tbl td.email a,
table.detail-tbl td.email a:visited {
	font-weight: normal;
	color: #000;
}
table.detail-tbl td.email a:hover,
table.detail-tbl td.email a:focus,
table.detail-tbl td.email a:active {
	font-weight: normal;
	color: #7A0D31;
}

table.detail-tbl td.datum-cas span.blank {
	padding: 0 5px;
}

table.detail-tbl tr td {
	border: none;
	background-color: #ffabc7;
	color: #000;
	text-align: left;
	padding: 5px;
	border: none;
	font-weight: normal;
}
  
table.detail-tbl tr th {
	border: none;
	border-right: 3px #fff solid;
	color: #000;
	font-weight: bold;
	/*width: 80px;*/
}

table.detail-tbl tr.body td,
.wysiwyg table.detail-tbl tr.body td {
	border: none;
	/*border-top: 3px #fff solid;*/
	color: #000;
	text-align: left;
	padding: 10px;
	color: #000;
}





/*

.prispevek .header {
	background: #e8f1f8;
	padding: 6px;
	margin: 0;
}

.prispevek .header span {
	color: #333;
}

.prispevek .header a {
	color: #0c59a1;
}
.prispevek .header a:hover {
	color: #D14E3E;
}

.prispevek .body {
	padding: 6px;	
}

.prispevek .body p, .prispevek .reakce p {
	margin-bottom: 0;
}

.prispevek .body img {
	border: none;
}*/

.prispevek .reakce {
	padding: 15px 0px 0px 0px;;
	
	text-align: right;
}

.wysiwyg .prispevek .reakce a.submit {
	color: #fff;
	text-decoration: none;
	
	border: 1px solid #215593;
	background: #215593;
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial", Helvetica, sans-serif;
	font-size:100%;
	font-weight: bold;
	padding: 1px 3px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}



/*
	nahled prispevku
*/
.prispevek-reakce {
	padding: 0px;
	margin: 10px 10px 30px 10px;
}


.nahled-prispevku {
	padding: 0px 0px 0px 30px;
	/*border: 1px #FFABC7 solid;*/
	margin: 0px 10px;
}





/* strankovani */

.paging {
	/*padding-bottom: 10px;*/
	margin-left:10px;
	text-align:right;
	margin-right:10px;
}

.paging .paging-link {
text-decoration:none;
color:black;
margin:0 5px;
}

.paging .actual {
background-color:#B5E3F5;
color:#005D80;
font-weight:bold;
padding:3px;
}
/*
.paging {
	padding: 10px;
}

.cleaner {
	clear: both;
}

.paging img {
	margin: 0px;
}
	
.paging a, .paging span.actual, .paging span,
.wysiwyg .paging a, .wysiwyg .paging span.actual, .wysiwyg .paging span  {
	margin-right: 2px;
	padding: 3px;
	font-weight: normal;
}


.paging a.previous {
	margin-right: 10px;
}
.paging a.next {
	margin-left: 8px;
}

.wysiwyg .paging a.paging-link, .wysiwyg .paging a.paging-link:visited {
	color: #7c7c7c;
}
.wysiwyg .paging a.first-last, .wysiwyg  .paging a.first-last:visited {
	color: #205ba6;
}
.paging span {
	color: #fff;
	background-color: #7c7c7c;
}

a.paging-link:hover, a.paging-link:focus, a.paging-link:active,
.wysiwyg .paging a.paging-link:hover, .wysiwyg .paging a.paging-link:focus, .wysiwyg .paging a.paging-link:active  {
	text-decoration: none;
	color: #fff;
	background-color: #205ba6;
	font-weight: normal;
}*/


p.zpet {
text-align:right;
margin-right:20px;
}
p.zpet a.backlink {
font-weight:bold;
color:#000;
}

.wysiwyg p {
margin-bottom:0px;
margin-top:10px;
}

#nahled .navigacni-zalozka {
font-size:0.92em;
margin-bottom:15px;
margin-right:5px;
margin-top:5px;
text-align:right;
}

#nahled .navigacni-zalozka a {
text-decoration:underline;
color:#0082B2;
}

#nahled .navigacni-zalozka a:hover {
text-decoration:none;
}

/* rozsireni pro popup nahledy prispevku */
/* odkaz */
a.popup 
{
color:black;
text-decoration:none;
z-index:1;
}
a.popup:hover {
background:transparent;
}

/* popup */
a.popup span span {
display: block;
position: absolute;
visibility: hidden;
top: 1em;
left: .5em;
padding: .2em .5em;
width:40em;
border: solid 1px black; 
text-decoration:none;
background-color:#eee;
font-size:small;
font-style:normal;
z-index:1;
}
a.popup:hover span span
{
visibility: visible;
z-index:1;
}

/* container */
a.popup span
{
position: relative;
font-size: 90%;
font-weight: normal;
text-align: left;
z-index:1;
}

p.perex {
font-size:small;
font-style:italic;
color:gray;
margin:0px;
}

/* filtr */

#filter table {
width:100%;
}

#filter fieldset {
border:solid 1px #00ADEF;
margin:0 15%;
margin-bottom:15px;
font-size:110%;
}

/*
#filter table th {
background-color:#aaa;
padding:5px;
}

#filter table tr.even {
background-color:#eee;
}
*/

#filter {
font-size:90%;
}

#filter legend {
color:#00ADEF;
font-weight:bold;
margin-left:10px;
font-size:110%;
}

#filter input {
border:solid 1px gray;
padding:2px;
margin:1px;
}

#filter strong {
color:#444;
}

#filter input.submit {
margin:10px 0;
font-weight:bold;
font-size:90%;
text-transform: uppercase;
}

#filter input.text {
width:20em;
}

#filter input.date {
width:4em;
}

.calendar_clb {
background:transparent url(/img/calendar/calendar.gif) no-repeat scroll center;
padding:2px 7px;
text-decoration:none !important;
}







