/* CSS Document */


/*  div.aplikace-panel je v souboru index.css  */


a.appIkona
{
  display:inline-block;
  width:80px;
  height:28px;
  border:0px solid blue;
  margin:10px 0 5px 10px;
  text-decoration:none;
  text-align:center;
  padding-top:82px;
  font:normal 12px vwrdana, tahoma, arial;
  color:black;
  background-position:top left;
  background-repeat:no-repeat;
}

a.appIkona:hover
{
  background-position:top right;
}


.orion
{
  background-image:url('../soubory/IKONY/APPikony/appOrion.png');
}

.risnet
{
  background-image:url('../soubory/IKONY/APPikony/appRisnet.png');
}

.ess
{
  background-image:url('../soubory/IKONY/APPikony/appESS.png');
}


.APPpridat
{
  background-image:url('../soubory/IKONY/APPikony/appPridat.png');
  float:right;
}

.parkoviste
{
  background-image:url('../soubory/IKONY/APPikony/appParkoviste.png');
}





/*   --- INFORMACNI PANEL ---  */

div.panelZprav
{
  width:710px;
  border:0px solid red;
  display:inline-block;
  margin:5px;
  float:left;
  font-size:14px;
  text-align:left;
  background-color:rgba(255,255,255,1);
  border:1px solid #ccc;
}

div.panelZprav h3
{
  text-align:left;
  font-size:18px;
  font-weight:bold;
  color:red;
  margin:5px 0 5px 5px;
}

div.panelZprav span.datum
{
  color:#aaa;
  margin-left:5px;
}

div.panelZprav span.zarizeni
{
  font-weight:bold;
  color:#888;
}

div.panelZprav div.strucne
{
  font-size:12px;
  margin:2px 5px 5px 5px;
}




/* Prehled pracovniku PUIS  */

div.prehled-puis-panel table
{
  width:170px;
  height:48px;
  display:block;
  float:left;
  border:1px solid #aaa;
  background-color:white;
  margin-right:10px;
  margin-bottom:10px;
}

div.prehled-puis-panel table th
{
  text-align:left;
  font-size:12px;
}

div.prehled-puis-panel table td
{
  color:#666;
  font-size:16px;
  text-align:left;
}
































