html {
	margin: 0;
	padding: 0;
	#height: 100%;
	#overflow: hidden;
}
body {
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body.js {
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body._js {
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#portal_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 902;
}

#portal_loading {
	position: absolute;
	left: 50%;
	top: 0;
	width: 250px;
	height: 49px;
	margin: 0 0 0 -125px;
	background: #333 url(pageload.gif) 50% 50% no-repeat;
	border: solid 1px #999;
	border-top: none;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	display: none;
}

body.loading #portal_loading {
	display: block;
}

#portal_middle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	text-align: center;
}

#portal_middle,
#portal_middle * {
	#z-index: auto;
}

#portal_middle:after {
	content: " ";
	display: block;
	overflow: hidden;
	height: 0px;
	clear: both;
}

#portal_body {
	_height: 100%;
	text-align: left;
	padding: 0;
	margin: 0;
}

#portal_body:after {
	content: " ";
	display: block;
	overflow: hidden;
	height: 0px;
	clear: both;
}

#portal_bottom_lower,
#portal_bottom {
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	width: 100%;
	z-index: 902;
	text-align: center;
}

#portal_bottom_lower {
	z-index: 900;
}

#portal_overlay,
#portal_overlay .message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#portal_overlay {
	z-index: 901;
	display: none;
}

#portal_overlay .message {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
	background: url(translucent.png);
	_background: none;
	/* _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/style/portal/translucent.png", sizingMethod="scale"); */
}

#portal_overlay .message td {
	text-align: center;
	vertical-align: middle;
}

#portal_overlay .message .dialog {
	text-align: left;
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	position: relative;
	top: -25px;
	cursor: default;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	-khtml-box-shadow: 0 0 20px #000;
}

#portal_overlay .message .dialog td {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
	background: #333;
}

#portal_overlay .message .dialog td.tl {
	background: url(msg_tl.gif) 50% 50% no-repeat;
}

#portal_overlay .message .dialog td.tr {
	background: url(msg_tr.gif) 50% 50% no-repeat;
}

#portal_overlay .message .dialog td.bl {
	background: url(msg_bl.gif) 50% 50% no-repeat;
}

#portal_overlay .message .dialog td.br {
	background: url(msg_br.gif) 50% 50% no-repeat;
}

#portal_overlay .message .dialog td.c {
	padding: 30px 55px;
	font-size: 12px;
	color: #eee;
	font-family: verdana, sans-serif;
	min-width: 200px;
}

#portal_overlay .message .dialog td.c img {
	vertical-align: middle;
}
