﻿
.DWindowContent 
{
	border-top:none;
	border-left:solid 1px gold;
	border-bottom:solid 1px gold;
	border-right:solid 1px gold;
	margin-right:0px !important;
	margin-right:1px; 
	background-color:black;
	position:relative;
	z-index:99;
	overflow:auto;
	padding:0px 4px 4px 4px;
	color:Orange;
}

.IWindow 
{
	background-color:transparent;
	width:*;
	z-index:99;
}

.IWindow IFRAME 
{
	border-top:none;
	border-left:solid 1px #7C7C7C;
	border-bottom:solid 1px #7C7C7C;
	border-right:solid 1px #7C7C7C;
	margin-right:0px !important;
	margin-right:1px; 
	background-color:black;
	color:Orange;
	z-index:99;
}

.IWindowBar 
{
	height:28px ;
}

.IWindowBarLeft 
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/gfx/popLeftWide.gif);
	background-repeat:no-repeat;
	width:32px;
	height:29px;
	padding-left:8px;
	padding-top:3px;
}

.IWindowBarMiddle 
{
	margin-left:32px;
	margin-right:57px; /* was 60 ? - changed to 57 for the IWindow DHtml Widget */
	background-image:url(/gfx/popMiddle.gif);
/*	height:28px ; */ /* Cocks up IE - the div gets a size to the right margin and not to the content */
/*	padding-top:1px; /* Tweek this in conjunction with line-height to get background image to display properly
                        as we can't use the height attribute */
	line-height:28px;
    font-family: arial,sans-serif;
	 color:White;
	 font-weight:bold;
	 font-size:20px;
}
