

.dynamicWindowOuter{
	background-color:tan;
	overflow:auto;
}

.dynamicWindowTitleBar {
	background:url('http://sagecomputing.net/images/titleBar.gif');
	color:#FFF;
	font-weight:bold;
	border-bottom:1px solid gray;
}

.dynamicWindowCloseBox {
	background: url('http://sagecomputing.net/images/closebox.gif');
	width:21px;
	height:21px;
}

.dynamicWindowCloseBox:hover {
	background: url('http://sagecomputing.net/images/CloseBoxMouseOver.gif');
}

.dynamicWindowCloseBox:active {
	background: url('http://sagecomputing.net/images/CloseBoxOnClick.gif');
}

.dynamicWindowMinimizeBox {
	background:url('http://sagecomputing.net/images/minbox.gif');
	width:21px;
	height:21px;
}

.dynamicWindowRestoreBox {
	background:url('http://sagecomputing.net/images/restore.gif');
	width:21px;
	height:21px;
}
.dynamicWindowBody {
	
}

.dynamicWindowStatusBar {
	background: silver;
	border-top: 1px solid black;
	padding: 0 0 0 0px;
	vertical-align: middle;
}

.dynamicWindowBorder {
	background:black;
}

.dynamicWindowDragSizeBox {
	background:red;
}

#greyBoxDiv {  position: fixed;  z-index:100;  top: 0px;  left: 0px;  height:100%;  width:100%;}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.greyBoxDiv {  
	background-color:#000;  
	filter:alpha(opacity=50);  
	-moz-opacity: 0.5;  
	opacity: 0.5;
	padding:20px;
}

* html #greyBoxDiv { /* ie6 hack */     
	position: absolute;      
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
}