/* Überschreiben der Mstr-Einstellung, dass vor jedem Link ein Balken steht (links) */

.mstrFooter  {
	background:none repeat scroll 0 0 #F0F0F0;
	height: auto;
	line-height: auto;
}

.mstrFooter A:link, .mstrFooter A:visited {
    border-left: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

.mstrFooter A:hover { /*specify in theme*/ } 

.mstrFooter  table {
	line-height: auto;
}

/* Überschreiben der Mstr-Einstellung, dass der Footer transparent wird */
.mstrFooterWrapper {
	opacity: 1!important;
}

/* Footer */

#CEUSfooter_Table {
	font-size: 8pt !important;
}

.CEUS_FooterLinkCell {
	vertical-align: top;
	float:right;
	line-height: 125%;
}

.CEUS_FooterLinkCell .CEUS_WebPanel {	
	padding: 0px 10px 0px 10px;
}

.CEUS_FooterLink {
	margin: 2px 10px 2px 30px;
	text-align: left;
}

.CEUS_FooterLabel {
	/* NOWRAP entfernt, damit Footerbreite an kleine Screens angepasst werden kann */
	/* white-space:nowrap; */
	font-weight: bold;
}

table.CEUS_FooterDataSourceTable {
	width: 100%;
	height:125%;
	line-height: 125%;
}

#mstrWeb_footer_links {
	margin-top:-25px;
}

/* Überschreiben von Microstrategy-Definitionen */

/* Footer immer anzeigen; behebt Bug, dass Footer auf einigen Seiten nicht
   zu sehen ist, auch wenn er korrekt eingebunden ist */
.mstrFooter {
	visibility: true;
	display: block;
}