/**
 *  admin.css
 *  Soubor CSS stylu administrace redakcniho systemu JSR
 *  **************************************************************************** 
 */  


/* hlavni divy a textove styly ********************************************** */

body { background-color: #FFFFFF; color: #502828; margin: 0; padding: 0; font-family: Georgia,serif; }

#hlavni { width: 886px; margin: 10px auto; padding: 0; border: solid #502828 1px;
  background-color: #F9F5C5; }

#titulek { margin: 0; padding: 0; }
  #titulek h1 { font-size: 240%; font-weight: bold; text-align: center; margin: 0; padding: 20px 20px 5px 20px; }
  #titulek h2 { font-size: 140%; font-weight: bold; text-align: center; margin: 0; padding: 0 20px 20px 20px; }

#zahlavi {  }
  #zahlavi p { margin: 0; padding: 5px 30px; }

#menu { background-color: #502828; color: #FFFFFF; text-align: center; }
  #menu p { font-size: 110%; margin: 0; padding: 5px; }
  #menu a { color: #FFFFFF; text-decoration: none; font-weight: bold; }
  #menu a:hover { color: #F9F5C5; text-decoration: underline; }

#obsah { margin: 0 30px 20px 30px; padding: 0; }
  #obsah h1 { font-size: 200%; font-weight: bold; }
  #obsah h2 { font-size: 150%; font-weight: bold; }
  #obsah h3 { font-size: 120%; font-weight: bold; }

#zapati { width: 886px; margin: 0 auto 5px auto; padding: 0; }
  #zapati p { text-align: right; font-size: 70%; margin: 0; padding: 0; }

  #copyright { margin: 0; padding: 0; float: right; }
    #copyright p { text-align: right; font-size: 70%; margin: 0; padding: 0 5px 10px 5px; }

/* div ********************************************************************** */

.mezera { width: 100%; clear: both; }

#napoveda { width: 95%; margin: 0 auto; font-size: 80%;}
  #napoveda p { padding: 0 0 5px 0; margin: 0; }
  #napoveda li { padding: 0 0 5px 0; margin: 0; }
  #napoveda span { font-style: italic; font-weight: bold; }

/* styly pro javascriptovou chybovou hlasku ********************************* */

#pruhlednePozadi {
	background-color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	opacity: 0.8;  
  filter: alpha(opacity=80);  
  -moz-opacity: 0.8;  
  -khtml-opacity: 0.8; 
}

#chybovaHlaska {
	background-color: transparent;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px; 
}

#chyboveOkno {
	position: relative;
	width: 300px;
	min-height: 100px;
	margin-top: 150px;
	border: 2px solid #502828;
	background-color: #F9F5C5;
}
  #chyboveOkno h1 {
  	margin: 0;
  	font-size: 12px;
  	background-color: #502828;
  	color: #FFFFFF;
  	border-bottom:1px solid #502828;
  	padding:2px 0 2px 5px;
  }
  #chyboveOkno p {
    color: red;
  	font-size: 14px;
  	font-weight: bold;
  	padding: 20px 10px 30px 10px;
  	margin: 0;
  	text-align: center;
  }
  #chyboveOkno #tlacitko {
  	display: block;
  	position: relative;
  	margin: 5px auto;
  	padding: 3px;
  	border: 1px solid #909090;
  	width: 70px;
  	font: 12px Tahoma;
  	text-align: center;
  	color: #000;
  	background-color: #E0E0E0;
  	text-decoration: none;
  }

#chybovaHlaska > #chyboveOkno {
	position: fixed;
}

/* p ************************************************************************ */

p.chyba { color: red; font-size: 100%; font-weight: bold; text-align: center; margin: 0; padding: 5px; }
p.stred { text-align: center; }
p.pravy { text-align: right; }
p.navigace { font-size: 70%; }
p.napoveda { font-size: 70%; margin: 0; padding: 0 5px 0 15px; }

/* img ********************************************************************** */

img { border: solid #D2CB77 1px; }

#jsimg { width: 5px; height: 5px; border-width: 0; }

img.odk:hover { border: solid #502828 1px; }

/* formulare **************************************************************** */

input.jsstav {
  background-color: red;
  border-width: 0;
  font-family: Georgia,serif;
  font-size: 130%;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
}

input.jsinfo {
  font-family: Georgia,serif;
  font-weight: bold;
  color: #502828;
  background-color: #F9F5C5;
  border-width: 0;
  text-align: center;
  width: 100%;  
}

select.vyber {
  width: 400px;
}

/* tabulky ****************************************************************** */

table {
  margin: 0;
  padding: 0;
}
  table p {
    margin: 0;
    padding: 0;
  }

.admin { width: 100%; border: solid #D2CB77 1px; }
  .admin tr { background-color: #F9F5C5; }
  .admin tr:hover { background-color: #FFFFFF; }
  .admin th { background-color: #D2CB77; }
  .admin td { border: dotted #D2CB77; border-width: 0 0 1px 0; padding: 1px 5px; }
  .admin td.stred { text-align: center; }

.form { border-width: 0; }
  .form td { padding: 5px 20px 5px 0; }
  
.form100 { width: 100%; border-width: 0; }
  .form100 td { padding: 5px 20px 5px 0; }

/* odkazy ******************************************************************* */

a { color: #8D6666; text-decoration: underline; }
a:hover { color: #911613; }

/* TinyMCE textarea ********************************************************* */

.clanekvelky {
  width: 800px;
  height: 700px;
}

.clanekmaly {
  width: 800px;
  height: 200px;
}

.nastaveni {
  width: 770px;
  height: 300px;
}

/* Tabber styly ************************************************************* */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
  display: none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
  margin-top: 1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: solid #D2CB77 1px;

}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{ 
 padding: 3px 15px;
 margin-left: 3px;
 font-weight: bold;
 border: solid #D2CB77 1px;
 color: #502828;
 border-bottom: none;
 background-color: #FFFCDC;
 text-decoration: none;
}

/* ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; } */

ul.tabbernav li a:hover
{
 background-color: #FFFFFF;
 border-color: #D2CB77;
 color: #911613;
}

ul.tabbernav li.tabberactive a
{
 background-color: #FFFFFF;
 border-bottom: solid #FFF 1px;
}

ul.tabbernav li.tabberactive a:hover
{
 background: white;
 border-bottom: solid #FFF 1px;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 20px;
 border: solid #D2CB77 1px;
 border-top:0;
 background-color: #FFFCDC;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
  /* display:none; */
  margin-top: 0;
}
.tabberlive .tabbertab h3 {
  margin: 10px; padding: 0;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}
