@charset "windows-1252";

.WinContainer
{
	position: absolute;
	filter: alpha(opacity=98);
	opacity: .98;
	top: 0;
	left: 0;
	background-color: #E0E0E0;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
	cursor: default;
}

.WinTopRow
{
	height: 24px;
	background-color: #E0E0E0;
}

.WinTopLeft
{
	width: 8px;
	background: url('../win-top-left.gif');
	background-repeat: no-repeat;
}

.WinTop
{
	background: url('../win-top.gif');
	background-repeat: repeat-x;
}

.WinTopRight
{
	width: 8px;
	background: url('../win-top-right.gif');
	background-repeat: no-repeat;
}

.WinCenter
{
	background-color: #E0E0E0;
}

.WinLeft
{
	width: 8px;
	background: url('../win-left.gif');
	background-repeat: repeat-y;
}

.WinContent
{
	background-color: #eaeaea;
	background-repeat: repeat-x;
}

.WinBody
{
	margin-top: 10px;
	margin-left: 7px;
	margin-right: 7px;
}

.WinRight
{
	width: 8px;
	background: url('../win-right.gif');
	background-repeat: repeat-y;
}

.WinButtonArea
{
	background: url('../win-content.gif');
	background-color: #E0E0E0;
}

.WinBottomRow
{
	height: 9px;
	background-color: #E0E0E0;	
}

.WinBottomLeft
{
	width: 8px;
	background: url('../win-bottom-left.gif');
	background-repeat: no-repeat;
}

.WinBottom
{
	background: url('../win-bottom.gif');
	background-repeat: repeat-x;
}

.WinBottomRight
{
	width: 8px;
	background: url('../win-bottom-right.gif');
	background-repeat: no-repeat;
}

.WinTitle
{
  width : *;
  float: left;
  margin-top: 1px;
}

.WinClose
{
  float: right;
  margin-top: 3px;
  margin-right: 0px;
  padding: 0px; 
}

.WinMessage
{
  margin-top: 10px;
  color: #ff0000;
  font-size: 10px;
  text-align: center;
}

.TitleText
{	
  color: #999999;
  font-size: 8pt;
}
