.toolbarWrapper {
    position: relative;
    z-index: 10000;
    margin-top: 1.4em;
}
h2 + .toolbarWrapper {
    margin-top: 0;
    top: -3em;
}
.compensateToolbarHeight {
    margin-top: -0.1em;
}
.toolbarWrapper .toolbar {
    float: right;
    font-size: 90%;
}
.split + .toolbarWrapper .toolbar {
    margin-top: -1.5em;
}

.toolbarWrapper.onPage .toolbar {
    float: none;
}
.toolbar .dialogTooltipContainer {
    float: left;
}
.onPage .toolbar .dialogTooltipContainer {
    float: none;
    overflow: hidden;
}
.toolbar .btn {
    position: static;
    display: block;
    color: #025589;
    border: 1px solid #025589;
    background: #FFF;
    cursor: pointer;
}
.onPage .toolbar .btn {
     float: left;
}
.toolbar .btn a, #content .toolbar .btn a {
	padding: 0.3em 0.6em;
	display: block;
	line-height: 1.8em;
	color: #025589;
	text-decoration: none;
}
.toolbar .btn a:hover {
	text-decoration: underline;
}
.toolbar .btn:focus {
    background: #025589;
}
.toolbar .btn.f_expanded {
    background: #970036 url(/images/submenu_bg_current.gif) repeat-x left top !important;
    border-color: #970036;
}
.toolbar .btn.f_expanded a:focus {
    background-color: transparent !important;
}
.toolbar .btn.f_expanded a {
    color: #FFF !important;
}

.toolbar .btn:focus a {
	color: #fff !important;
}
.toolbar .printbtn a {
	background: transparent url(/images/lnk_iconPrint.gif) no-repeat left center;
    padding-left: 28px;
}
.toolbar .printbtn a:hover {
	background-image: url(/images/lnk_iconPrint_over.gif);
}
.toolbar .printbtn:focus a,
.toolbar .printbtn a:focus,
.toolbar .printbtn.f_expanded a {
	background-image: url(/images/lnk_iconPrint_white.gif);
}
.toolbar .exportbtn a {
	background: transparent url(/images/lnk_iconExport.gif) no-repeat left center;
    padding-left: 29px;
}
.toolbar .exportbtn a:hover {
	background-image: url(/images/lnk_iconExport_over.gif);
}
.toolbar .exportbtn:focus a,
.toolbar .exportbtn a:focus {
	background-image: url(/images/lnk_iconExport_white.gif);
}
.toolbar .exportbtn.f_expanded a {
	background-image: url(/images/lnk_iconExport_whiteOr.gif);
}
.toolbar .linkbtn a {
	background: transparent url(/images/lnk_iconLink.gif) no-repeat left center;
    padding-left: 33px !important;
}
.toolbar .linkbtn a:hover {
	background-image: url(/images/lnk_iconLink_over.gif);
}
.toolbar .linkbtn:focus a,
.toolbar .linkbtn a:focus {
	background-image: url(/images/lnk_iconLink_white.gif);
}
.toolbar .linkbtn.f_expanded a {
	background-image: url(/images/lnk_iconLink_whiteOr.gif);
}
.toolbar .configurebtn a {
	background: transparent url(/images/lnk_iconConfig.gif) no-repeat left center;
    padding-left: 29px !important;
}
.toolbar .configurebtn a:hover {
	background-image: url(/images/lnk_iconConfig_over.gif);
}
.toolbar .configurebtn:focus a,
.toolbar .configurebtn a:focus {
	background-image: url(/images/lnk_iconConfig_white.gif);
}
.toolbar .configurebtn.f_expanded a {
	background-image: url(/images/lnk_iconConfig_whiteOr.gif);
}

.toolbar .dialogWrapper {
    position: absolute;
    right: 0;
    background: #FFF;
    width: 100%;
}
.onPage .toolbar .dialogWrapper {
    position: relative;
    margin-top: 2.5em;
}
.toolbar .dialogContainer {
    padding: 1em 1em 1em 1em;
    border: 2px solid #970036;
}
.toolbar legend.outer {
/*    display: none;*/
}
.toolbar .simpleform {
    margin-top: 0;
}
.toolbar .simpleform fieldset:first-child {
    margin: 0;
    margin-bottom: 0.5em;
}
.toolbar .simpleform fieldset {
    padding-bottom: 0.5em;
}
.toolbar .simpleform.printTestResult .relativeToLegend {
   /*margin: 0;*/
}
.toolbar .simpleform.printTestResult .relativeToLegend .block {
    float: none;
}

