/**
 * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
 *
 * You may not modify, use, reproduce, or distribute this software except in
 * compliance with  the terms of the License at:
 * http://java.net/projects/javaeetutorial/pages/BerkeleyLicense
 */
.obal{
    position: relative;
    margin: 0px auto;
    width: 480px;
    height: 480px;
    background-image: url("/javax.faces.resource/images/bricks/parackova/bg.jpg.xhtml");
    background-repeat: no-repeat;
    /*border-bottom: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;*/
}
.disk{
    background-image: url("/javax.faces.resource/images/bricks/parackova/Play.png.xhtml") !important;
    height: 16px;
    width: 16px;
}

.disk:hover{
    background-image: url("../resources/images/bricks/parackova/Play1.png']}") !important;
    height: 16px;
    width: 16px;
}

.disk2{
    background-image: url("/javax.faces.resource/images/bricks/parackova/spat.png.xhtml") !important;
    height: 16px;
    width: 16px;
}

.disk2:hover{
    background-image: url("/javax.faces.resource/images/bricks/parackova/spat1.png.xhtml") !important;
    height: 16px;
    width: 16px;
}


.hlavicka{
    position: relative;
    margin: 0px auto;
    width: 480px;
    height: 76px;
    background-image: url("/javax.faces.resource/images/bricks/parackova/head.jpg.xhtml");
    /*border-top: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;*/
    border-bottom: 4px solid white;
}

.kom{
    position: relative;
    margin: 10px auto;
    width: 480px;
    height: 280px;
}

body {
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Helvetica CE", sans-serif;
}

h1 {
    color: white;
    position: absolute;
    margin: 0;
    top: 45%;
    left: 165px;
}

table {
    border-spacing: 0px;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

.center_content {
    position: relative;
    background-color: #e0e0e0;
    padding: 5px;
}

.error-message {
  color: #d20005;
  font-family: 'New Century Schoolbook', serif;
  font-style: oblique;
  text-decoration: overline;
}

.list-background { 
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
}

.list-caption {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.list-column-center { 
  text-align: center;
  width: 15%;
}

.list-column-left {
  text-align: left;
  width: 70%;
}

.list-column-right {
  text-align: right;
  width: 15%;
}

.list-footer { 
  background-color: #A5A5A5;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.list-header { 
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #eaf1f8;
}

.special-offer { 
  font-family: sans-serif;
  font-size: 12pt;
  text-align: left;
  padding: 10px;
}

