/******************************************************

TABSET stílusok

*******************************************************/

.bsTabset {
	border-top: 2px solid #721101;
	border-left: 2px solid #721101;
	border-right: 2px solid #721101;
	background-color: #E4E0C5;
  margin-top: 3px;
}

.xxxbsTabsetActive {
	border-bottom: 1px solid #721101;
	cursor: default;
	padding-top: 3px;
	padding-bottom: 2px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: -2px;
	margin-right: -0px;
}
.bsTabsetActive {
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
	background-color: #FFFEEC;
	color: #721101;
}
.bsTabsetInactive {
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}
.tabsetContentDiv {
	background-color: #FFFEEC;
	border: 2px solid #721101;
	padding: 5px;
}
.tabsetTabsDiv {
	/*border-bottom:1px solid #721101;*/
	background-color:transparent;
}

.dhtmlwindow
{
  position: absolute;
  border: 2px solid black;
  visibility: hidden;
  background-color: white;
}

.drag-handle
{ /*CSS for Drag Handle*/
  padding: 1px;
  text-indent: 3px;
  font: bold 14px Arial;
  background-color: #CA0000;
  color: white;
  cursor: move;
  overflow: hidden;
  width: auto;
}

.drag-handle .drag-controls
{ /*CSS for controls (min, close etc) within Drag Handle*/
  position: absolute;
  right: 1px;
  top: 2px;
  cursor: pointer;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid brown;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

TABLE.nyomkep {
  font-style: normal;
  font-family: Arial;
  border-spacing: 0px;
  border-top: solid #721101 1px;
  border-bottom: solid #721101 1px;
  border-left: solid #721101 1px;
  border-right: solid #721101 1px;
}

.belsocim, span {
  color: #721101;
  font-size: 10pt;
	font-weight: bold;
  }
