/*
* CSS subor sukromnej potreby
*/

/* NAVIGATION texts */
.nav_link
{
  font-size: 12px;
  text-align: right;
  line-height: 175%;
  vertical-align: top;
}

.nav_link a
{
  font-weight: bold;
  /*color: #646373;*/
  color: rgb(142, 141, 156);
  text-decoration: none;
}

.nav_link a:hover
{
  /*color: #A5A5A5;*/
  color: rgb(187, 187, 196);
}

.nav_link_left
{
  font-size: 12px;
  text-align: left;
  line-height: 175%;
  vertical-align: top;
}

.nav_link_left a
{
  font-weight: bold;
  color: rgb(142, 141, 156);
  text-decoration: none;
}

.nav_link_left a:hover
{
  /*color: #A5A5A5;*/
  color: rgb(187, 187, 196);
}

/* SLUZBY link */
.txtorange
{
  color: #FF9900;
  font-weight: bold;
  font-size: 16px;
}

/* TABLES / OTHERS */

.form_table tr td
{
  /*border: 1px black solid;*/
  font-size: 12px; /* normal Times New Roman;*/
}

.center
{
  text-align: center;
  vertical-align: middle;
}

form select
{
  font-size:12px;
  font-family: Arial, 'Times New Roman', Verdana, sans-serif;
  padding:5px;
}

form input
{
  font-size:12px;
  font-family: Arial, 'Times New Roman', Verdana, sans-serif;
  padding:5px;
}

form input.readonly
{
  background-color: #B9B9B9;
}

/* SUBORY TABLE PERMISSIONS */
.tabfileperm td
{
  background-color: #FFFFFF;
}

.tabfileperm td:hover
{
  background-color: #E9EBF1;
}

.msglink
{
  cursor: pointer;
  cursor: hand;
}

.msg
{
  width: 100%;
  margin: 10px;
  padding-left: 50px;
  display: none;
}


/* ZLOZKY - SANONY FIRMY */
.btn-folder
{
  float:left;
  width:150px;
  height:80px;
  overflow:hidden;
  border:1px solid #c0c0c0;
  padding:15px;
  margin:0 10px 10px 0;
  /*background:#eaeaea url("images/highlight_line.gif") repeat-x top left;*/
  /*background:#eaeaea;*/
  font-size:11px;
  line-height:1.4em;
  text-decoration:none;
  /*color:#a1a1a1;*/
  background-color: #B9B9B9;
}
.btn-folder span
{
  /*width: 100px;*/
  /*border: 1px solid #DDDDDD;*/
  display: block;
  /*float: left;*/
  text-align: center;
  padding: 5px;
  margin-right: 20px;
}

.btn-folder:hover
{
  border: 1px solid blue;
  background-color: red;
}

/* Klasicka tabulka bez class */
.normal
{
  width: 90%;
}
.normal tr td
{
  font-size:13px;
}

/* Kurzy */
.kurz
{
  /*text-align: center;*/
  /* width: 200px; */
  /*height: 42px;*/
  margin-left: auto;
  margin-right: 0px;
  /*float*/
  display: block;
  font-size: 12px;
  /* padding: 5px;*/
  color: #D5D5D5;
}

.kurz table tr td
{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.kurzy2
{
  /*position: absolute;*/
  /*right: 100px;*/
  /*bottom: 0px;*/
  /*width: 220px;*/
  display: block;
  text-align: right;
}

.cenaskk
{
  font-size: 10px;
  color: gray;
}

/* DIV ako Paragraf */
.div_p
{
  padding-top:10px;
  font-size:13px;
  line-height:19px;
}

/* Zarovnanie textu do bloku */
.block
{
  text-align: justify;
}

.form_comment
{
  color: #6B6B6B;
  font-size: 8pt;
  font-style: italic;
}

.fileline
{
  height: 5px;
  /*color: #4a4a4a;*/
  color: #FF9900;
  background-color: #FF9900;
}

.bt_max_h
{
  height: 75px;
}

.onclick
{
  cursor: pointer;
  cursor: hand;
}

.finerr input
{
  /* background-color: #FF5757;*/ 
}

.center
{
  text-align: center;
}