/*The footer*/
.mainTableTfoot {
	background-color: #e0e0e0;
    border-bottom-right-radius: 8px;
    clear: both;
    display: block !important;
    border-top: 1px solid #aaaaaa;
    box-shadow: 0 1px 0 0 #ffffff inset;
}

.mainTableTfoot > .table-navigation {
	display: block;
    min-height: 62px;
    text-align: center;
}
.mainTableTfoot .table-left {
	display: inline-block;
    left: 0;
    margin-top: 12px;
    position: absolute;
}
.mainTableTfoot .table-center {
	display: inline-block;
    margin-top: 12px;
}

.Respondent-mainWrapper .mainTable > .mainTableTfoot .table-left {
    display: inline-block !important;
}
.Respondent-mainWrapper .mainTable > .mainTableTfoot > .table-navigation > .table-left > span {
	width: auto;
}

.Respondent-mainWrapper .mainTable > .mainTableTfoot > .table-navigation > .table-center {
	min-height: 36px;
}


.Respondent-mainWrapper .mainTable > .mainTableTfoot > .table-navigation #enterWorkFlow,
.Respondent-mainWrapper .mainTable > .mainTableTfoot > .table-navigation #sendWorkflowReference
{
	padding: 1em !important;
}

.navigationButtons > form,
.navigationButtons > div,
.navigationButtons > span {
	display: inline-block;
}


/*

.endUserFooter {
	display:block;
	float:left;
	clear:both;
	width:100%;
	height:auto
}

.endUserFooter-inside {
	float:left;
	width:100%;
	height:auto;
}

.endUserFooter-inside .endUserLeftElement { }

.endUserFooter-inside .endUserCenterElement { height:auto; }

.endUserFooterContent {
	float: left;
    height: 50px;
    position: relative;
    width: 100%;
}

.footerLeftPagesSpace, .footerFormSpace, .footerHelpSpace {
	clear: none;
    display: block;
    float: left;
    height: 40px;
    text-align: center;
}

.footerHelpSpace { float:right }

.footerFormSpace .footerNavLeft,
.footerFormSpace .footerNavCenter,
.footerFormSpace .footerNavRight {
	float:left;
	clear:none;
	height:40px;
}

.footerFormSpace .footerNavCenter {
	display: inline-block;
    float: none;
    position: relative;
    top: 0;
    width: auto;
}

.footerFormSpace .footerNavCenter .navigationButtons
.endUserFooter .footerLeftPagesSpace .navigationButtons {
	display:inline-block;
	top:4px;
	width:100%;
	position:relative;
	right:50%
}


.footerLeftPagesSpace {
	display: inline-block;
	width: auto!important;
	position: absolute;
	left: 8px;
}



*/