/* DEFAULT end----------------------------------------------------------------*/
body{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
h1, h2, h3, h4, h5, h6{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  margin: 10px 0 5px 0;
  padding: 0;
}
form, table, label, div, span{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
form, input{
  margin: 0;
}

a img{
  border: 0px;
}
a{
  text-decoration: none;
  color: #3300FF;
}
a:hover{
  text-decoration: underline;
}
hr{
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-top: 1px #DEDED6 solid;
}
/* DEFAULT end----------------------------------------------------------------*/

/* DEFAULT CLASSES begin------------------------------------------------------*/
.align_left{
  text-align: left !important;
}

.align_right{
  text-align: right !important;
}

.align_center{
  text-align: center !important;
}

.align_jusifly{
  text-align: justify !important;
}

.float_left{
  float: left;
}

.float_right{
  float: right;
}

.clear_both{
  clear: both;
}

.no_list{
  list-style: none;
  margin: 0;
  padding: 0;
}

.no_margin{
  margin: 0 !important;
}

/* DEFAULT CLASSES end--------------------------------------------------------*/

/*BOX begin ------------------------------------------------------------------*/
div.yellowBox, div.redBox, div.blueBox, div.greenBox {
  margin: 0 175px 10px 125px;
  padding: 20px;
  font-weight: bold;
  border-style: solid;
  border-width: 1px;
  text-align: center;
  line-height: 18px;
}
div.yellowBox {
	background-color: #FFF0B0;
	border-color: #deda60;
}
div.redBox {
  background-color: #FFC0A0;
  border-color: #ff8080;
}
div.blueBox {
  background-color: #f6f6f6;
  border-color: #95b5d9;
}
div.greenBox{
  background-color: #CCFF99;
  border-color: #00CC00;
}
/*BOX end --------------------------------------------------------------------*/

/*TABEL begin-----------------------------------------------------------------*/

table.styled{
  border: 1px #7F8FA9 solid;
  border-collapse: collapse;
}
table.styled tr{
  border: 1px #7F8FA9 solid;
}
table.styled tr td{
  border: 1px #7F8FA9 solid;
  background: white;
  padding: 0 10px 0 10px;
}
table.styled tr.lichy td{
  border: 1px #7F8FA9 solid;
  background: #F5F5F5;
  padding: 0 10px 0 10px;
}
table.styled tr th{
  border: 1px #7F8FA9 solid;
  background: #D3DFEE;
  padding: 10px 10px 10px 10px;
}
table.styled tr td.red{
  background-color: #ff0000;
}
table.styled tr:hover td{
  background-color: #ffffcc;
}

/*TABEL end-------------------------------------------------------------------*/

h3 a{
  color: #D05000;
}

.error{
  color: #FF0000;
}

label{
  color: #666666;
  /*font-weight: bold;*/
}

lable.bold{
  font-weight: bold;
}

img.pngfix, img.png_fix{
  _behavior: url("/js/iepngfix.htc");
}

.full_width{
  width: 100%;
  _width: auto;
  overflow-x: hidden;
}

img.smallIcon, img.sIcon{
  position: relative;
  top: 2px;
}
img.smallIcon2, img.sIcon2{
  position: relative;
  top: 4px;
}

.display_block{
  display: block;
}
.display_none{
  display: none;
}



/*DbTableRoll -----------------------------------------------------------------------------*/

table.DataGrid{
  width: 100%;
  border-collapse: collapse;
}

table.DataGrid th{
  background: #c6dbff;
  color: #165ca3;
  border: 1px #bbcbf4 solid;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

table.DataGrid th div{
  border-left: 1px white solid;
  border-top: 1px white solid;
  padding: 6px 10px 6px 10px;
  height: 100%;
  text-align: left;
}

table.DataGrid th.dataGridSearch div{
  border-left: 1px white solid;
  padding: 2px 10px 2px 10px;
  border-top: 0;
  height: 100%;
  background: #c6dbff;
}
table.DataGrid th.dataGridFoot div{
  border-left: 0px;
  padding: 6px 10px 6px 10px;
}

table.DataGrid td{
  border: 1px #bbcbf4 solid;
  padding: 1px 4px 1px 4px;
  background: #ffffff;
}

table.DataGrid tr:hover td{
  background-color: #ffffcc;
}

table.DataGrid tr:hover th table.datagridOrder tr td, table.datagridOrder tr:hover td, table.DataGrid tr th table.datagridOrder tr td, table.datagridOrder tr td{
  background-color: transparent;
}

table.datagridOrder tr td a{
  line-height: 4px;
  width: 8px;
  opacity: 0.4;
  filter:alpha(opacity=40);
}

table.datagridOrder tr td a.active, table.datagridOrder tr td a:hover{
  opacity: 1;
  filter:alpha(opacity=100);
}
table.datagridOrder tr td{
  line-height: 4px;
  height: 4px;
  border: 0;
}
table.datagridOrder tr th{
  border: 0;
}


a.DatagridPaggingNoClick{
  opacity: 0.5;
  filter:alpha(opacity=50);
}
span.DatagridPagging a{
  position: relative;
  top: 3px;
}

input.error{
  border: 1px red solid;
  color: black;
}

div.zalozky ul{
  list-style-position: outside;
  list-style-type: none;
  list-style-image: none;
  display: block;
  margin: 0;
  padding: 0;
  height: 36px;
}
div.zalozky ul li{
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px #cdcdcd solid;
  height: 36px;
  overflow: hidden;
}

div.zalozky ul li.actual div.m a, div.zalozky ul li div.md a{
  line-height: 20px;
}

div.zalozky ul li.actual{
  border-bottom: 1px #ffffff solid;
}

div.zalozky{
  border-bottom: 1px #cdcdcd solid;
}
div.zalozky ul li form{
  padding: 0;
  margin: 0;
  position: relative;
  top: -2px;
}

div.zalozky ul li form input[type=text]{
  height: 14px;
  overflow: hidden;
}

div.scroller{
  overflow-x: scroll;
}

div.scrollerY{
  overflow-y: scroll;
}

div#savedDiv{
  padding: 10px;
}



a.nabidka{
  display: block;
  text-align: center;
  vertical-align: middle;
  border: 1px silver solid;
  padding: 5px;
}

a.nabidka img{
  position: relative;
  top: 3px;
}

a.nabidka:hover{
  background: #E1F3FC;
  border: 1px black solid;
  text-decoration: none;
}

a.nabidka.actual{
  background: #E1F3FC;
  border: 1px black solid;
  text-decoration: none;
}

ul.lineGallery{
  list-style: none;
  margin: 0;
  padding: 0;
}

.cursorHand {
  cursor: pointer;
}


img.b{
  border: 2px #ffffff solid;
  outline: #B4B4B4 solid 1px;
}


ul.sortableUl{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.sortableUl li{
  margin: 2px 0 2px 0;
  padding: 0px 2px 0 2px;
  border: 1px solid;
  border-color:#EEEEEE #CCCCCC #CCCCCC #EEEEEE;
  cursor: move;
  line-height: 20px;
  vertical-align: middle;
}
ul.sortableUl li:hover{
  border: 1px solid;
  border-color:#CCCCCC #EEEEEE #EEEEEE #CCCCCC;
  background-color: rgb(234,234,234);
}

div.watermarked {
  font-size: 12px;
  position:absolute;
  display: block;
  color: #999;
}


.inlineBlock{
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin: 5px;
  zoom: 1;
  >display: inline;
}

div.paging a{
  border: 1px #dedede solid;
  padding: 3px 8px 3px 8px;
  background: #f1f1f1;
  color: #666666;
  text-decoration: none;
  font-family: monospace;
}

div.paging a:hover, div.paging a.actual{
  background: #9d9d9d;
  border: 1px #9d9d9d solid;
  color: #ffffff;
}

div.br{
   display: block;
   height: 10px;
}