@CHARSET "UTF-8";

#list-control-panel{
  width:500px;
  margin:3px auto 0px auto;
  position:relative;
}
#list-result{
  font-weight:bold;
  font-size:15px;
  color:#0e5201;
  float:left;
  height:35px;
  line-height:35px;
}
.list-pager-sys{
  cursor:pointer;
  float:left;
  border:solid 1px #bebcbc;
  font-size:10px;
  text-align:center;
  background-color:#0e5201;
  color:#ffffff;
  padding:6px 2px 0px 2px;
  min-width:20px;
  min-height:20px;
  margin:0px 0px 0px 2px;
}
.list-pager{
  cursor:pointer;
  float:left;
  border:solid 1px #bebcbc;
  font-size:10px;
  text-align:center;
  background-color:#ffffff;
  color:#0e5201;
  padding:6px 2px 0px 2px;
  min-width:20px;
  min-height:20px;
  margin:0px 0px 0px 2px;
}
.list-pager-selected{
  cursor:pointer;
  float:left;
  border:solid 1px #bebcbc;
  font-size:10px;
  text-align:center;
  background-color:#dcdcdc;
  color:#0e5201;
  padding:6px 2px 0px 2px;
  min-width:20px;
  min-height:20px;
  margin:0px 0px 0px 2px;
}

#list-no-data{
  margin-top:50px;
  text-align:center;
  font:bold 20px  Arial;
  color:#D92222;
}
.list-box{
  float:left;
  width:430px;
  height:100px;
  background-image:url('../images/list-box-bg.jpg');
  background-repeat:repeat-x;
  border:solid 1px #bcbbbb;
  margin-top:10px;
}
.list-box-jmeno{
  font-size:15px;
  font-weight:bold;
  color:#0e5201;
}

.list-box-label{
  font-size:12px;
  font-weight:normal;
  color:#969696;
}
.list-box-value{
  font-size:12px;
  font-weight:normal;
  color:#2e2e2e;
}
.list-box-foto{
  border:solid 1px #bcbbbb; 
}

.list-box-row{
background-color:#E6E4E5;
  background-image:url('../images/list-box-bg.jpg');
  background-repeat:repeat-x;
  border:solid 1px #bcbbbb;
  margin-top:5px;
}
.list-box-row .list-box-jmeno{ margin-right:1em;}
.list-box-row .list-box-value{ margin-right:1em;}
.list-box-row .list-box-foto{ max-height:85px;width:auto;max-width: 115px;}
.td-separator {height:5px;}
