﻿.alternate-row
{
    background-color:#EFEFF7;
}

.violetlink
{

}
.violetlink a
{
    color:#C154C1;  
}
.yellowlink
{
	
}
.yellowlink a 
{
  color:#FFC000;
}

.greenlink
{
  
}
.greenlink a 
{
  color:#4CBB17;
}


.redlink
{

}
.redlink a 
{
	color: #c71511;
}

.bluelink
{

}
.bluelink a 
{
	color:#6495ED;
}



.button
{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(../Styles/border-radius.htc);
    border-radius: 10px;

    margin-top:10px;

    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    border:solid 2px white;
}
.button a
{
    text-decoration: none;
}
.buttonGreen
{  
    background-color: #BFFF00;
}
.buttonGreen a
{
    color: black;
}

.buttonRed
{
    background-color: 	#FF4040;   
}
.buttonRed a
{
    color: black;
}

.buttonBlue
{	
    background-color: #6495ED;
}
.buttonBlue a
{
    color: black;
}

.buttonYellow
{
    background-color: 	#FCF75E;
}
.buttonYellow a
{
    color: black;
}


.hidden-column
{
    display:none;
}

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}

.ohlasClosed
{
    color: Gray;
    text-decoration: line-through;
}

.pager
{
    width:200px;
    margin-left:50%;
    margin-right:50%;
}

#pages .page-number
{
    margin:5px;
    cursor: pointer;
}

.selectedPage
{
    color:Red;
}
.datatable 
{
    font-size: smaller;
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

.datatable td
{
    padding: 2px 5px;
    border: solid 1px #e8eef4;
}
.datatable .aggregate-row
{
    font-size:xx-small;
    background-color:#EEEFFF;
}

.datatable tbody tr:hover
{
    background-color:#FFF7BD;
}

.datatable th
{
    cursor:pointer;
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4; 
    border: solid 1px #e8eef4;   
}

.datatable .sorted-Asc
{
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(../Images/arrow-up.bmp);
}
.datatable .sorted-Desc
{
    background-repeat: no-repeat;
    background-position: right;
    background-image:url(../Images/arrow-down.bmp);
}

ul.menu
{
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li a
{
    text-align:center;
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    border:1px solid  #4CBB17;  
    background-color: white;
    color: #4CBB17;
}

ul.menu li a:hover
{
    background-color: #FFFDD0;
    color:#4CBB17;

    text-decoration: none;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.menu li.selected a
{
    background-color: #fff;
    color: #000;
}




.quick-navigation
{
    text-align:center;
    float:right;
    position:relative;
}

.quick-navigation fieldset legend
{
    color:#c71511;
    font-size:small;
}
.quick-navigation a
{
    margin-left:5px;
    margin-right:5px;
    color:#6495ED;
}


.ohlas
{
    margin-bottom: 15px;
    width: 50%;
}

.reakce
{
    margin-left: 50%;
    margin-bottom: 15px;
    width: 50%;
}


.bl {background: url(../Images/corner-bl.gif) 0 100% no-repeat;}
.br {background: url(../Images/corner-br.gif) 100% 100% no-repeat}
.ul {background: url(../Images/corner-ul.gif) 0 0 no-repeat}
.ur {background: url(../Images/corner-ur.gif) 100% 0 no-repeat; padding:10px} 

.containerContent
{
    
}

.containerExpander
{
    float:left;
    width:22px;
    height:25px;
    margin-right:5px;
}

.containerExpander :hover
{
    cursor:hand;
}

.containerHeader
{
       cursor:hand;
}


.containerPanel
{
}
.containerExpanded
{
}
.containerExpanded .containerExpander
{
    background-image: url('../Images/vajicko_kurzor.png');
}

.containerExpanded .containerExpander:hover
{
    cursor:pointer;
    background-image: url('../Images/vajicko_kurzor_bw.bmp');
}

.containerCollapsed .containerHeader h3
{
    color:Gray;
}
    
.containerCollapsed .containerExpander
{
    background-image: url('../Images/vajicko_kurzor_bw.bmp');
}
.containerCollapsed .containerExpander:hover
{
    cursor:pointer;
    background-image: url('../Images/vajicko_kurzor.png');
}

.containerCollapsed .containerContent
{
    display: none;
}
.containerHeader
{
    margin-top:18px;
}

body {
    padding: 0; 
    font-size: 14px; 
    background: #fff;  
    margin: 0 auto;
    color: #000;
    font-family: Verdana, Arial; 
    text-align: left;
    background: url(../Images/obloha.png) no-repeat center top;
    margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
    min-height: 350px;
}

.page
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    padding: 0px;
    padding-bottom:40px;
    border-bottom: 1px #5C87B2 solid;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: 2em;
    color:#4CBB17;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}



fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}



/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color: black;
}

#logindisplay a:link
{
    text-decoration: none;
}

#logindisplay a:visited
{
    color: white;
}

#logindisplay a:hover
{
    text-decoration: underline;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}


#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.t-row-selected
{
    background-color:#6495ED;
}
body a img {
  border: none;
}
.bkgA 
{
  background: url(../Images/travnik.png) no-repeat center bottom;
}
.bkgH {
  height: 120px;
  width: 100%;
  margin-bottom: 10px;
}
.bkgB {
  clear: both;
  width: 100%;
  min-height: 400px;
  margin-bottom: 130px;
}
.bkgF {
  clear: both;
  height: 50px;
  width: 100%;
  margin: 0 auto;
}
.head, .body, .foot {
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
.foot {
  margin-top: 5px;
  color: #fff;
  position: relative;
}


/* HEADER TAGS */
.logo 
{
    margin-top:-30px;
  float: left;
  display:inline;
}

.icons {
  float: right;
  margin-right: 5px;
  margin-top: 20px;
  width: auto; 
}


/* BODY TAGS */
.content 
{
  height:650px;
  overflow:auto;
  float:left;
  width: 670px;
  text-align: left;
  padding-right:5px;
}
.content h2 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  font-family: "AlstomBold", Verdana, Arial;
}
.content h3 {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  margin-top: 15px; 
  font-family: "AlstomBold", Verdana, Arial;
}
.content p {
  text-align: justify;
  padding-bottom: 5px;
}
.content .leftImg {
  float: left;
  margin-right: 10px;
}
.content .rightImg {
  float: right;
  margin-left: 10px;
}
.content p a, .content li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.content p a:hover, .content ul li a:hover {
  text-decoration: underline;
}
.content ul {
  margin-top: 0px;
}
.content ul li {
  margin-top: 5px;
}
.red {
  color: #c71511;
}
.green{
  /*color: #abd51c;*/
  color:#4CBB17;
}
.blue {
  /*color: #1976bb;*/
  color:#6495ED;
}
.content p {
  margin: 0; 
}
.tukan {
  position: absolute;
  top: -50px;
  right: -10px;
  /*visibility:hidden;*/
}
.strom {
  position: absolute;
  bottom: -105px;
  right: -10px;
  /*visibility:hidden;*/
}
.vajicko {
  position: absolute;
  bottom: -105px;
  left: 0px;
  /*visibility:hidden;*/
}
.contentMenu {
  margin-top: 10px;
  margin-bottom: 15px;

}

/* FOOTER TAGS */
.credits {
  float: left;
  text-align: left;
  font-size: 10px;
}
.credits a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.credits a:hover {
  text-decoration: underline;
}
.advert {
  float: right;
  width: 320px;
  font-weight: bold;
  font-size: 20px;
}
