﻿.popupHolder
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:51;
	border:none;
}

.popupWindow
{
	border:none 0px lime;
	background-color: Transparent;
	
	position:absolute;
	top:100px;
	left:300px;
	z-index:51;
}

.popupWindowTop 
{
	
}

.popupWindowBar 
{
	background-color:Transparent;
	margin:0px;
	padding:0px;
}

.popupWindowBarLeft 
{
	position:absolute;
	top:0px;
	left:0px;
	background-image:url(/gfx/popup/popLeft.gif);
	background-repeat:no-repeat;
	width:8px;
	height:29px;
}

.popupWindowBarRight
{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(/gfx/popup/popRight.gif);
	background-repeat:no-repeat;
	width:60px;
	height:29px;
	white-space:nowrap;
	overflow:visible;
	text-align:right;
}

.popupWindowBarRightWide
{
	position:absolute;
	right:0px;
	top:0px;
	background-image:url(/gfx/popup/popRightWide.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:77px;
	height:29px;
	white-space:nowrap;
	overflow:visible;
}

.popupWindowClose 
{
	margin:0px;
	padding:0px;
	margin-top:3px;
	margin-right:6px;
	cursor:pointer;
}

.popupWindowMaximize
{
	margin:0px;
	padding:0px;
	margin-top:3px;
	cursor:pointer;
}

.popupWindowIconize
{
	margin:0px;
	padding:0px;
	margin-top:3px;
	cursor:pointer;
}

.popupWindowBarMiddle 
{
	margin-left:8px;
	margin-right:57px; /* was 60 ? - changed to 57 for the DWindow DHtml Widget */
	background-image:url(/gfx/popup/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;
	 color:yellow;
	 font-weight:bold;
	 font-size:16px;
}

.popupWindowBody 
{
	margin-right:0px !important;
	margin-right:1px;
	border:solid 1px #d5b840;
	border-top:none 0px;
	background-color: #1a1a1a;
}

.popupWindowBodyInner
{
	border:solid 1px #56595d;
	border-top:none 0px;
	margin-right:0px !important;
	margin-right:1px;
	padding:8px;
	padding-bottom:0px;
	background-color: #1a1a1a;
	background-image:url('gfx/popup/wowroster_bg.jpg');
	background-position:top left;
	background-repeat:repeat;
	color:Orange;
}

.popupWindowBodyError
{
	padding:8px;
	border:solid 1px #7C7C7C;
	border-top:none 0px;
    background:#9D1f00;
    color:red;
    font-weight:bold;
    font-size:26px;
}

.popupIFrame
{
    border:none 1px transparent;
    background-color:transparent;
    padding:0px;
    margin:0px;
    font-size:67%;
}
