
.tbCaptionRow0
{
	background-color: #add9e6;
	text-align: right;
	padding-top: 0px;
	width: 500px;
}

.tbCaptionRow1
{
	width: 497px;
	background-color: #c5e6b5;
	padding-top: 8px;
	padding-left: 3px;
	text-align: left;
}

.tbCaption
{
	top: 1px;
	padding-bottom: 1px;
	position: relative;
	font-size: 12px;
	margin-right: 3px;
	display: inline;
	height: 20px;

}


.tbCaptionBefore
{
	padding: 0px;
	display: table-cell; 
	display: inline-block; 
	width: 5px;
	background-image: url('../modules/gfx/tableft.png');
	background-repeat: repeat-x;
	height: 16px;
}

.tbCaptionAfter
{
	display: table-cell; 
	display: inline-block; 
	width: 5px;
	background-image: url('../modules/gfx/tabright.png');
	background-repeat: repeat-x;
	height: 16px;
}


.tbCaptionBeforeSelected1
{

	display: table-cell; 
	display: inline-block; 
	height: 20px;
	width: 5px;
	background-image: url('../modules/gfx/tableft_s.png');
	background-repeat: repeat-x;
	position: relative;
	top:1px;

}

.tbCaptionAfterSelected1
{
	display: table-cell; 
	display: inline-block; 
	width: 5px;
	height: 20px;
	background-image: url('../modules/gfx/tabright_s.png');
	background-repeat: repeat-x;
	position: relative;
	top:1px;
}

.tbSeparator
{
	padding: 0px;
	margin: 0px;
	width: 15px;
	display: table-cell; 
	display: inline-block; 
}

.tbCaptionSelected1
{
	position: relative;
	top:1px;
	margin-right: 3px;
	display: inline;
	height: 30px;

}


.tbContent
{
	width: 500px;
	/*padding-top: 5px;*/
	padding-left: 3px;
}


.tbCaptionPart
{
	width: 500px;
	display: inline;
}

.tbCaptionPart a:focus
{
	outline: 0;
}

.tbContentPart
{
	width: 500px;
	height: 30px;
	background-color: #c5e6b5;
}

.tbContentPartSelected1
{
	width: 490px;
	height: 30px;
	background-color: #c5e6b5;
;
	padding-left: 10px;

}




.tbCaptionPart a
{
	font-family: helvetica;
	padding: 1px;
	font-size: 8pt;
	text-decoration: none;
	background-image: url('../modules/gfx/tabmiddle.png');
	background-repeat:repeat-x;

}

.tbCaptionPart .tbCaptionSelected1 a
{
	height: 20px;
	position: relative;
	top: -2px;
	padding: 1px 1px 4px 1px;
	font-size: 9pt;
	text-decoration: none;
	background-image: url('../modules/gfx/tabmiddle_s.png');
	background-repeat:repeat-x;
}

.tbCaptionPart .tbCaptionSelected2 a
{
	height: 20px;
	position: relative;
	top: -2px;
	padding: 1px 1px 4px 1px;
	font-size: 9pt;
	text-decoration: none;
	background-image: url('../modules/gfx/tabmiddle_s2.png');
	background-repeat:repeat-x;
}




.tbContentPart .toolbutton
{
	display: table-cell; 
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../modules/icons/gombv21.png');
}

.tbContentPartSelected1 .toolbutton
{
	display: table-cell; 
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	background-image: url('../modules/icons/gombv21.png');
	
}

.dropdown
{
	display:inline;
	vertical-align: middle;
}

.dropdown_wrapper
{
	display: table-cell; 
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

.dropdownlist
{
	position: absolute;
	border: 1px black solid;
	background-color: white;
	font-size: 8pt;
	padding:0px;
	font-weight: bold;
	font-family: Arial;

}

.dropdownlist_hide
{
	position: absolute;
	border: 1px black solid;
	background-color: white;
	font-size: 8pt;
	font-weight: bold;	
	padding:3px;
}

.dropdownlistitem
{
	margin-bottom:2px;
	font-size: 8pt;
	font-weight: bold;	
	padding-left: 5px;	
	padding-right: 5px;	
	padding-top: 1px;	
	padding-bottom: 1px;
}

.dropdownlistitem_selected
{
	background-color: #a0a0a0;
	color: white;
	margin-bottom:2px;
	font-size: 8pt;
	font-weight: bold;	
	padding-left: 5px;	
	padding-right: 5px;	
	padding-top: 1px;	
	padding-bottom: 1px;
}

.dropdown_left
{
	display: table-cell; 
	display: inline-block;
	background-image: url('../modules/gfx/dropdownleft.png');
	width: 4px;
	height: 25px;
	overflow: hidden;
	margin:0px;
	padding:0px;
	vertical-align: middle;

}

.dropdown_label
{
	display: table-cell; 
	display: inline-block;
	padding-top: 0px;
	padding-left: 2px;	
	font-size: 8pt;
	font-weight: bold;
}

.dropdown_center
{
	display: table-cell; 
	display: inline-block;
	height: 25px;
	background-image: url('../modules/gfx/dropdowncenter.png');
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
	padding-top: 0px;
	vertical-align: middle;
	font-family: Arial;
}

.dropdown_right
{
	display: table-cell; 
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	width: 30px;
	height: 25px;
	background-image: url('../modules/gfx/dropdownright.png');
	margin:0px;
	padding:0px;

}
