@CHARSET "UTF-8";
.window_topLeft {
	width:5px;
	height:5px;
	background-color: #B7CDE2;
}
.window_topCenter {
	height:5px;
	font-family: verdana;
	font-size:12px;
	color: white;
	background-color: #B7CDE2;
}
.window_topRight {
	width:5px;
	height:5px;
	background-color: #B7CDE2;
}

.window_middleLeft {
	width:5px;
	background-color: #B7CDE2;
}
.window_middleCenter {
	font-family: verdana;
	font-size:12px;
	background-color: #e9f2fb;
	padding:10px;
}
.window_middleRight {
	width:5px;
	background-color: #B7CDE2;
}

.window_bottomLeft {
	width:5px;
	height:5px;
	background-color: #B7CDE2;
}
.window_bottomCenter {
	height:5px;
	background-color: #B7CDE2;
}
.window_bottomRight {
	width:5px;
	height:5px;
	background-color: #B7CDE2;}
/*
.window_topLeft {
	width:6px;
	height:32px;
	background-image: url(images/topLeft.gif);
	background-repeat: no-repeat;
}
.window_topCenter {
	height:32px;
	background-image: url(images/topCenter.gif);
	background-repeat: repeat-x;
	font-family: verdana;
	font-size:12px;
	color: white;
}
.window_topRight {
	width:6px;
	height:32px;
	background-image: url(images/topRight.gif);
	background-repeat: no-repeat;
}

.window_middleLeft {
	width:6px;
	background-image: url(images/middleLeft.gif);
	background-repeat: repeat-y;
}
.window_middleCenter {
	background-image: url(images/middleCenter.gif);
	background-repeat: repeat-all;
	font-family: verdana;
	font-size:12px;
}
.window_middleRight {
	width:6px;
	background-image: url(images/middleRight.gif);
	background-repeat: repeat-y;
}

.window_bottomLeft {
	width:6px;
	height:6px;
	background-image: url(images/bottomLeft.gif);
	background-repeat: no-repeat;
}
.window_bottomCenter {
	height:6px;
	background-image: url(images/bottomCenter.gif);
	background-repeat: repeat-x;
}
.window_bottomRight {
	width:6px;
	height:6px;
	background-image: url(images/bottomRight.gif);
	background-repeat: no-repeat;
}
	*/
.windowContent {
	padding:3px 3px 3px 3px;
}
.windowCloseButton {
	display: none;
	width:21px;
	height:21px;
	background-position: 0px 0px;
	background-image: url(images/closeButton.gif);
	text-decoration: none;
}
.windowCloseButton:hover {
	display: block;
	width:21px;
	height:21px;
	background-position: -21px 0px;
	text-decoration: none;
}
.windowCaption {
	font-family: verdana;
	font-size:12px;
	color:white;
}
.alertWindowCaption {
	font-family: verdana;
	font-size:12px;
	color: #bb1111;
	font-weight: bold;
}
.overlay {
	position: absolute;
	width:100%;
	height:100%;
	left: 0px;
	top: 0px;
	display: block;
/*	z-index: 9997;*/
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color: black;
}
.mywindow {
	z-index: 9999;
	position:absolute;
	border-spacing: 0px;
}
.alertIcon {
	background-image: url(images/alertIcon.jpg);
	display: block;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width: 48px;
	height: 48px;
	}
