/* CSS Document */

body {
	font-family: Verdana;
	font-size:11px;
	line-height:20px;
	cursor:default;
	margin:0;
	background-color: #efefef;
	text-align: center;
}

button {
	color: black;
}

button a {
	color: black;
}

#container {
  width: 1280px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	
}

.st10 {
	width: 100%;
	float:left;
	margin-top:10px;
}

.st {
	width: 100%;
	float:left;
}

/* filtracni controly */
.styled-select-21px select {
   background: transparent;
   width: 242px;
   padding: 2px 5px 0px 5px;
   font-size: 11px;
   border: 1px solid #ccc;
   height: 21px;
   cursor:pointer;
}

.styled-select-21px {
   float:right;
   margin-left: 2px;
   width: 220px;      
   height: 21px;
   overflow: hidden;
   background: url("./images/combo_down_21px.png") no-repeat right #ededed;
}

.styled-select-26px select {
   background: transparent;
   width: 162px;
   padding: 5px 5px 0px 5px;
   font-size: 11px;
   border: 1px solid #ccc;
   height: 26px;
   cursor:pointer;
}


.styled-select-26px {
   float:right;
   margin-left: 2px;
   width: 140px;      
   height: 26px;
   overflow: hidden;
   background: url("./images/combo_down_26px.png") no-repeat right #ededed;
} 

.styled-input-21px {
  color: black;
  border: solid 1px #d3d3d3;
  width: 150px;
  height: 21px;
  text-align: left;
  margin-left: 2px;
  padding-top: 2px;
  padding-left: 10px;
  font-size: 11px;
}

.styled-input-26px {
  color: black;
  border: solid 1px #d3d3d3;
  width: 150px;
  height: 21px;
  text-align: left;
  margin-left: 2px;
  padding-top: 2px;
  padding-left: 10px;
  font-size: 11px;
}
/* END filtracni controly */

/* formularove controly */
.input-tab{
	color: black;
  border: solid 1px #d3d3d3;
  height: 21px;
  text-align: left;
  margin-left: 2px;
  padding-top: 2px;
  padding-left: 10px;
  font-size: 11px;
}

.input-tab-yelow, input_tab_yelow{
	border: solid 1px #d90705;
}

.select-tab{
	color: black;
  border: solid 1px #d3d3d3;
  height: 26px;
  text-align: left;
  margin-left: 2px;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 11px;
}

.select-tab option{
  padding-right: 10px;
}

.multiple-select-tab{
	color: black;
  min-height: 100px;
  text-align: left;
  margin-left: 2px;
  padding-top: 4px;
  padding-left: 10px;
  font-size: 11px;
  padding: 10px; 
  margin:-5px -20px 10px -5px; 
  border-bottom: 1px solid white;
}

..multiple-select-tab option{
  padding-right: 10px;
}

.textarea-tab{
	color: black;
  border: solid 1px #d3d3d3;
  text-align: left;
  font-size: 10px;
  padding-top: 2px;
  padding-left: 10px;
  font-family: Verdana;
}

.file-tab{
	height: 26px; 
  border: 0px solid grey;
}

.tab {
   margin-top: 15px;
} 
/* END formularove controly */

.tlacitka {
  width: 100%;
	float:left;
  font-size:10px;
  color: black;
  margin-bottom: 5px;
}

.tlacitka a {
  color: black;
}

.btn-nav-side {
  float:left;
  color: black;
  border: solid 1px #d3d3d3;
  width: 50px;
  height: 22px;
  text-align: center;
  margin: 0px 2px 0px 2px;
  padding-top: 2px;
}

/* tabulkove veci */
.table-tab {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-collapse: collapse;
	/* border: 1px solid #d3d3d3; */
}

.th-tab {
  cursor:pointer;
  height: 23px;
	padding-left: 10px;
	padding-right: 20px;
	background: url("../img/admin/bg1.gif"); 
	background-repeat:repeat-x;
	border: 1px solid #d3d3d3;
	color: Black;
	font-weight: normal;
} 

.th-tab-big {
  cursor:pointer;
  height: 100px;
	padding-left: 10px;
	padding-right: 20px;
	background: #ededed;
	border: 1px solid #d3d3d3;
	color: Black;
	font-weight: normal;
} 


.th-tab:hover {
  cursor:pointer;
  height: 23px;
	padding-left: 10px;
	padding-right: 20px;
	background: url("../img/admin/bg1_sel.gif"); 
	background-repeat:repeat-x;
	/* border: 1px solid #999999; */ 
	color: Black;
	font-weight: normal;
}
 
.th-tab-sel {
  cursor:pointer;
  height: 23px;
	padding-left: 10px;
	padding-right: 20px;
	background: url("../img/admin/bg1.gif"); 
	background-repeat:repeat-x;
	border: 1px solid #d3d3d3;
	color: Black;
	font-weight: bold;
}

.th-tab-sel:hover {
  cursor:pointer;
  height: 23px;
	padding-left: 10px;
	padding-right: 20px;
	background: url("../img/admin/bg1_sel.gif"); 
	background-repeat:repeat-x;
	border: 1px solid #d3d3d3;
	color: Black;
	font-weight: bold;
}
 
.th-tab-nosort {
  height: 23px;
	padding-left: 10px;
	padding-right: 10px;
	background: url("../img/admin/bg1.gif"); 
	background-repeat:repeat-x;
	border: 1px solid #d3d3d3;
	color: Black;
	font-weight: normal;
}

.td-tab {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #d3d3d3; /* #f1f1f1 */
	height: 20px; 
}

.td-tab-n1, td-tab-n2 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 20px; 
}

.td-tab-n1 {
	font-weight: bold;
}
/* END tabulkove veci */

/* navigace */
.a-position{
	
}

.a-position-nok{
	color: #7d7d7d;
}
/* END navigace */

.icon-admin{
  float: left;
  margin-left: 10px; 
  margin-right: 10px;
  margin-top: 9px;
}

.icon-hr{
  float: left;
  width: 1px;
  height: 35px; 
  background: url('../img/icon2/carka.png'); background-repeat: no-repeat;
  
}