* html, * html body {
}

html {
	overflow: auto;
}

* html {
	overflow: auto;
	overflow-y: scroll;
}

#seHeader {
	width: 100%;
}

* html #seHeaderShadow {
	display: none;
}

* html #seMenu {
	position: absolute;
	top: 100px;
}

#seBody {
	background-image: url(/se_data/se_gfx/misc/fake.gif); /* IE7 Scrollfix */
	overflow-y: scroll;
}

* html #seBody {
	position: static;
	overflow: visible;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

#seBodyContent {
	right: 32px;
}

* html #seBodyContent {
	position: static;
	overflow: visible;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 15px 15px 0px 15px;
}

* html #seBodyContent.withMenu {
	padding-right: 193px;
}

.controller {
	width: 100%;
	overflow: hidden;
}

#seBodyContent #seFooter {
	padding-left: 15px;
}

* html #seFooter,
* html #seBodyContent #seFooter {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	float: none;
	margin-top: -60px;
}