/**
	This File contains all CSS Classes that are to be applied
	to the Application independently from the currently called (displayed)
	Form. This includes general CSS Styles for Texts, Tables, Divs etc.
	
	colors:
	{customercolorcode}
	{customercolorcode_alternate_lines}
*/
.LayoutTableMenu {
	background-color: #06507F;
}

.LayoutTableFooter {
	background-color: #06507F;
}

.HeaderLabel {
	background-color: #06507F;
}

.HeaderLabelThin {
	background-color: #06507F;
}

.ListTableRowOdd {
	background-color: #d5d5d5;
}

.ListTableRowOddVMiddle {
	background-color: #d5d5d5;
}

.ListTableRowMouseOver {
	background-color: #06507F;
}

.PopupTitle {
	background-color: #06507F;
}

div.footer_extended {
	background-color: #06507F;
}

div.footer {
	background-color: #06507F;
}

div.username {
	background-color: #06507F;
	background: #06507F;
}

div.menu {
	background: #06507F;
}

div.headline {
	background: #06507F;
}

div.locale {
	background: #06507F;
}

.tooltip {
	border: 1px solid #06507F;
}