/**** News - LIST ****/
body.blind .news_list {
  display: block;
  border: 1px solid #000;
  width: 504px;
  margin-bottom: 20px;
}
body.blind .news_list .title {
  background: #DFDFDF;
  display: block;
  height: auto;
  line-height: normal;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  padding: 5px;
}
body.blind .news_list .title a {
  color: #000;
  text-decoration: underline;
}
body.blind .news_list .title a:hover {
  color: #000;
  text-decoration: none;
}
body.blind .news_list .content {
  background: none;
  display: block;
  height: 104px;
  padding: 5px;
}
body.blind .news_list .content .foto {
  display: block;
  float: left;
  width: 120px;
  padding: 1px;
  background-color: #ffffff;
  border: 2px solid #CACACA;
  text-align: center;
}
body.blind .news_list .content .text {
  display: block;
  float: left;
  width: 358px;
  padding-left: 10px;
}

/******** BLOCK ********/
body.blind .right_block {
  display: block;
  border: 1px solid #000;
  width: 200px;
  text-align: center;
}
body.blind .right_block .title {
  background: #DFDFDF;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 1.0em;
  color: #000;
  font-weight: bold;
  padding: 0 5px;
}
html>body.blind .right_block .content {
  background: none;
}
body.blind .right_block .content {
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='');
  display: block;
  padding: 7px 0;
}
/******** FOTOGALERY ********/
body.blind .album {
  border-bottom: 1px dashed #7F7F7F;
}
body.blind .album .date {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
}
body.blind .album .title {
  font-weight: bold;
}
body.blind .album .description {
  padding: 7px 0px 15px 25px;
}

/******** Publikacie / list ********/
body.blind .public_list {
  display: block;
  border: 1px solid #000;
  margin-bottom:20px;
}
body.blind .public_list .title {
  background: #DFDFDF;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  padding: 0 5px;
}
body.blind .public_list .title a {
  color: #000;
  text-decoration: underline;
}
body.blind .public_list .title a:hover {
  color: #000;
  text-decoration: none;
}

/**** Casopis - LIST ****/
body.blind .casopis_list {
  display: block;
  border: 1px solid #000;
  margin-bottom: 20px;
}
body.blind .casopis_list .title {
  background: #DFDFDF;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 1.2em;
  color: #455a31;
  font-weight: bold;
  padding: 0 5px;
}
body.blind .casopis_list .title a {
  color: #000;
  text-decoration: underline;
}
body.blind .casopis_list .title a:hover {
  color: #000;
  text-decoration: none;
}
body.blind .casopis_list .content {
  background: none;
  display: block;
  height: 125px;
  padding: 5px;
}
body.blind .casopis_list .content .text {
  display: block;
  float: left;
  width: 525px;
  padding-left: 10px;
}

/**** Casopis Cislo - LIST ****/

body.blind .cislo_list .list_left a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
body.blind .cislo_list .list_left a:hover {
  color: #000;
  text-decoration: none;
}
body.blind .cislo_list .list_right {
  display: block;
  float: left;
  width: 300px;
  font-size: 0.85em;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
}
body.blind .cislo_list .light_view {
  color: #000;
  font-size: 0.9em;
  font-weight: normal;
}

/******** TABLES ********/
body.blind table {
  border: 2px solid #AFAFAF;
  border-spacing:0;
  border-collapse:collapse;
}
body.blind td {
  padding: 5px;
  border: 1px solid #AFAFAF;
}

body.blind .table_list {
  width: 100%;
  border-spacing: 1px;
  empty-cells: show;
  border: 0;
}
body.blind .table_list th {
  border-bottom: 1px solid #000000;
  padding: 5px;
}
body.blind .table_list td {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
  background-color: #fff;
}
body.blind .table_list td .light_view {
  color: #000;
  font-size: 0.85em;
  font-weight: normal;
}
body.blind .table_list tr:hover td, .table_list .hover td{
  background: #fff;
}
