/*
Written by John McNeil
Copyright John McNeil & Co., Inc. 2006
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This license is included in the file LICENSE.txt which should be included with this software.
*/

.frame {
	position:absolute;
	border:1px solid #4B5583;
	background-color:#f0f4ff;
}

.titlebar {
	position:absolute;
	border:none;
	background:#4B5583;
	overflow:hidden;
}

.clientarea {
	position:absolute;
	border:1px solid black;
	background:white;
	overflow:auto;
}

.clearclientarea {
	position:absolute;
	border:none;
}

.title {
	position:relative;
	float:left;
	color:white;
	line-height:18px;
	font-weight:bold;
	font-size:9pt;
	font-family:"MS Sans Serif";
}

.regDiv {
	position:absolute;
}

.winClose {
	position:absolute;
	float:right;
}

.winCloseImage {
	border:none;
	height:14px;
	width:16px;
}