body {
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.a_viz {
    color: #FFFFFF;
    text-decoration: underline;
    cursor: pointer;
}

.a_viz_blue {
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}

table, td, tr {
    font-size: 8pt;
    border-collapse: collapse;
    border-color: #000000;
}

.over_tr {
 background-color: #D4D4FF;
}

.over_tr_click {
 background-color: #D4D4FF;
 cursor: pointer;
}

.sel_tr_click {
 background-color: #A6A6FF;
 cursor: pointer;
}

.odd_tr {
 background-color: #EFF0FF;
}

th {
    border-collapse: collapse;
    border-color: #ffffff;
    color: #ffffff;
    font-weight: bold;
    background-color: rgb(0,102,255);
    font-size: 8pt;
    border-bottom: solid 1px #000000;
}

.input2 {
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 9pt;
  padding: 3px 6px;
  outline: 0;
  width: 170px;
  -webkit-appearance: none;
}

.input_small2 {
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 9pt;
  padding: 3px 4px;
  outline: 0;
  -webkit-appearance: none;
}

.list {
  border: 1px solid #ccc;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 9pt;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
}

.list:focus {
  border-color: #339933;
}

.input2:focus {
  border-color: #339933;
}


.input {
  border: 1px solid #000000;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 2px;
}

.input_changed {
  border: 1px solid #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
  background-color: #F98775;
}

.input_saved {
  border: 1px solid #000000;
  font-size: 8pt;
  background-color: #D4FFAA;
  font-family: Arial, Helvetica, sans-serif;
}

#work_area {
 position: absolute;
 left: 10px;
 top: 10px;
} 

.sel_button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #E0E0E0;
  color: #000000;
  height: 19px;
  width: 110px;
  margin-top: 2px;
}

.button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 19px;
  width: 110px;
  margin-top: 2px;
  cursor: pointer;
}

.small_button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 19px;
  width: 70px;
  margin-top: 2px;
  cursor: pointer;
}

.button2 {
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 12pt;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  background-color: #00a9E0;
  border-collapse: collapse;
  color: #ffffff;
  height: 40px;
  width: 130px;
  margin-top: 2px;
  cursor: pointer;
}

.sel_button2 {
  border: 1px solid #ccc;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  font-size: 12pt;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  background-color: #13343E;
  border-collapse: collapse;
  color: #ffffff;
  height: 40px;
  width: 130px;
  margin-top: 2px;
  cursor: pointer;
}

.big_butt {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  font-weight: bold;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 30px;
  width: 100px;
  margin-top: 2px;
  cursor: pointer;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  outline: 0;
  -webkit-appearance: none;
}

.amo_butt {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  font-weight: bold;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 25px;
  width: 70px;
  margin-top: 2px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  outline: 0;
  -webkit-appearance: none;
}

.amo_long_butt {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  font-weight: bold;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 25px;
  width: 120px;
  margin-top: 2px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 2px 2px 3px #666;
  -webkit-box-shadow: 2px 2px 3px #666;
  box-shadow: 2px 2px 3px #666;
  outline: 0;
  -webkit-appearance: none;
}

.amo_inner_text {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}


.nar_button {
  border-collapse: collapse;
  border: 1px solid #ffffff;
  font-size: 8pt;
  background-color: #4F4F4F;
  color: #ffffff;
  height: 19px;
  width: 70px;
  margin-top: 2px;
  cursor: pointer;
}


.visible {
 visibility: visible;
 display: inline;
}

.hidden {
 visibility: hidden;
 display: none;
}

#wait_pic {
 position: absolute;
 left: 46%;
 top: 46%;
 width: 183px;
 height: 183px;
 visibility: hidden;
 display: none;
}

#progress_pic {
 position: absolute;
 left: 45%;
 top: 45%;
 width: 110px;
 height: 41px;
 visibility: hidden;
 display: none;
 border: solid 1px #000000;
}

.cal_icon {
 background-image: url("images/kalendar.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.find_icon {
 background-image: url("images/find_icon.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.close_icon {
 background-image: url("images/close_icon.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.send_icon {
 background-image: url("images/send_icon.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.nahoru_icon {
 background-image: url("images/ikona_nahoru.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.dolu_icon {
 background-image: url("images/ikona_dolu.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.mapycz_icon {
 background-image: url("images/ikona_mapycz.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.google_icon {
 background-image: url("images/ikona_google.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.warn_icon {
 background-image: url("images/warning.gif");
 width: 17px;
 height: 17px;
}

.OK_icon {
 background-image: url("images/OK.gif");
 width: 17px;
 height: 17px;
}

.delete_icon {
 background-image: url("images/ikona_delete.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.publish_icon {
 background-image: url("images/ikona_publikuj.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.parse_icon {
 background-image: url("images/ikona_parse.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.tree_icon {
 background-image: url("images/ikona_tree.gif");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.update_icon {
 background-image: url("images/ikona_update.png");
 width: 17px;
 height: 17px;
 cursor: pointer;
}

.small_font {
 font-size: 8pt;
}

.small_font_wt {
 font-size: 8pt;
 color: #FFFFFF;
}

.small_font_bold {
 font-size: 8pt;
 font-weight: bold;
}

.grp_box {
 border: 1px solid #000000;
}

.input_head {
 font-size: 8pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
}

.input_head2 {
 font-size: 10pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #808080;
}

.input_head2_mand {
 font-size: 10pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #B00000;
}

.head_1
{
 font-size: 12pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
}

.head_2
{
 font-size: 10pt;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
}

.head_3
{
 font-size: 24pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #000000;
}

.input_head_wt {
 font-size: 8pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
}

.input_head_tt {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 8pt;
 font-weight: bold;
 display: inline;
}

.input_head_mand {
 font-size: 8pt;
 font-weight: bold;
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 color: #FF0000;
}

.garant_druhy {
  color: #00D500;
}

.garant {
  color: #008000;
}

.input_head_garant {
 font-size: 8pt;
 font-weight: bold;
 display: inline;
 color: #008000;
}

.small_font_garant {
 font-size: 8pt;
 color: #008000;
}

.ptr {
 cursor: pointer;	
}
.inactive .ptr {
 cursor: auto;
}

#max_lit {
 position: absolute;
 left: 10px;
 top: 10px;
}

textarea{
    resize: none;
}

/* button style taken from index (map screen) */
.btn  { color: #3D6896; background: #FFF; border: 2px solid #4E79A7;
              border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
              text-decoration: none; font-weight: bold; box-shadow: 0 1px 7px #999; }
.btn.warning            { background: red; color: white; border: 2px solid white; }
li a.btn.warning:hover,
div a.btn.warning:hover { background: darkred; }
li:hover a.btn.warning,
div:hover a.btn.warning { background: darkred; }
.btn.inv                { background: #005DAB; color: white; border: 2px solid white; }
li a.btn.inv:hover,
div a.btn.inv:hover     { background: #B3D7E1; color: #005DAB; border: 2px solid #005DAB; }
/*
li:hover a.btn.inv,
div:hover a.btn.inv     { background: #B3D7E1; color: #005DAB; border: 2px solid #005DAB; }
*/
.btn.light              { background: #B3D7E1; color: #003472; border: 2px solid white; }
li a.btn.light:hover,
div a.btn.light:hover   { background: #4478B6; color: white; }
/*
li:hover a.btn.light,
div:hover a.btn.light   { background: #4478B6; color: white; }
*/

#time_makro_butt a.btn:hover{ background: #B3D7E1; color: #005DAB; border: 2px solid #005DAB; }

.top_menu div {
    float: right;
    margin-left: 10px;
    height: 20px;
}

.top_menu div .btn {
    padding: 2px 5px;
}

.side_padding {
    padding: 2px 5px;
}


#head_release_user_rights
{
	position: relative; 
	float:right;
	margin: 5px 10px; 
	color: white; 
	max-width: 200px; 
	text-shadow: 0 0 5px #003388;
	z-index:1000;
}

#head_release_user_rights div
{
	text-align: left;
}

#header-linespacer {
        height:10px;
}

.logo_dm {
  position: absolute;
  top: 22px;
  left: 30px;
  width: 250px;
  height: auto;
}
