/* B:WINDOW */
.b-window-button {
	position: absolute;
	top: 6px;
	height: 13px;
	width: 13px;
	overflow: hidden; /* to make sure the button is 13px high in IE */
	cursor: pointer;
}

.b-window-closebutton {
	background-image: url("window/img/close.gif");
	right: 5px;
}

.b-window-container {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: buttonface;
}

.b-window-bar {
	border-collapse: collapse;
	padding: 0px;
	border-spacing: 0;
	width: 100%;
}

.b-window-content {
	padding: 0px 4px;
	vertical-align: middle;
	text-align: left;
	background-color: #99B4D1;
	color: #000;
	font-family: Arial, Geneva, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 9pt;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	height: 20px;
}

.b-window-info-msg {
	height: 32px;
	width: 32px;
	background-image: url("core/img/msg/mtInformation.gif");
}

.b-window-confirm-msg {
	height: 32px;
	width: 32px;
	background-image: url("core/img/msg/mtConfirmation.gif");
}

.b-window-error-msg {
	height: 32px;
	width: 32px;
	background-image: url("core/img/msg/mtError.gif");
}

.b-window-warning-msg {
	height: 32px;
	width: 32px;
	background-image: url("core/img/msg/mtWarning.gif");
}