FORM {
	margin: 0; padding: 0;
}

.BForm {
  background-image: url('img/img_formbody_background.gif'); 
  background-repeat: repeat-x;
  font-family: Arial, Sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0; 
}

.TForm A {
  text-decoration: underline;
  color: #065B9D;
}

.TForm A:hover {
  text-decoration: underline;
  color: #C52323;
}

.TForm {
	border: 0px;
	margin: 0 auto;
}

.TForm TD {
  padding: 2px 4px 1px 4px;
  border: 0px;
}

.TForm INPUT {
  font-size: .9em; /*font-family: Arial, Sans-serif;*/
  margin-top: 0;
  margin-bottom: 2px; _margin-bottom: 0px;
}

.TForm SELECT {
  font-size: .9em;
  margin-top: 0;
  margin-bottom: 2px; _margin-bottom: 0px;
}
  
.TForm TD.ttl {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.TForm TD.ttld {  /* disablovana verze labelu */
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  color: darkgrey;
}

.TForm TD.inp {
  text-align: left;
  white-space: nowrap;
}

.TForm .TButtArea {
	text-align: right;
	border-top: 1px solid #B8CAEB;
	padding-top: 6px;
}

.TForm .TLinkArea {
	text-align: left;
	border-top: 1px solid #B8CAEB;
	padding-top: 6px;
}

#DBar {
 background-color: #012462;
 height:29px;
 margin: 0px 0px 8px 0px;
 background-image: url('img/img_topmenu_background.gif');
 background-repeat: repeat-x;
 white-space: nowrap;
}

#DBar .DBarItem {
 float: left;
 position: relative;
 height: 29px;
 padding: 0;
 color: #012462;
 background: url('img/img_menuitem_background.gif') 0 0 #DAE4F4 no-repeat;
 white-space: nowrap;
}

#DBar a.ItemLink {
 float: left;
 height: 29px;
 padding: 0px 10px 0 13px;
 color: #DAE4F4;
 font-weight: bold;
 text-decoration: none;
 background: url('img/img_menuitem_background.gif') -390px 0 #012462 no-repeat;
}

#DBar a.ItemLink span {
 position: relative;  top: 8px;

}

#DBar a:hover.ItemLink {
 color: #012462;
 background: transparent;
}

#DBar .ItemLink a {
 color: #DAE4F4;
}

#DBar .BBlockHeadTitle {
  font-family: Arial, Sans-serif;
  font-size: 17px;      
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: white;
  position: absolute;
  top: -1px;
  left: -1px;
}

#DBar .BBlockHeadTitleS {
  font-family: Arial, Sans-serif;
  font-size: 17px;      
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #333333;
  position: absolute;
  top: 6px;
  right: 6px;
}


