﻿.titleBar{
	width: 100%;
	border-bottom: 1px solid black;
}
.titleBar tr td{
	background-color: #CDCDCD;
	padding: 2px;
	font-family: verdana, sans-serif;
	font-weight: bold;
}
.titleBar tr td a{
	text-decoration: none;
	color: black;
	padding: 2px;
}
.titleBar tr td a:hover{
	color: white;
	background-color: black;
	text-decoration: none;
}
.winContainer{
	position: absolute;
	border: 1px solid black;
	z-index: 100;    
}
.winHandles tr{
	background-color: #CDCDCD;
}
.winHandles td{
	background-color: #CDCDCD;
}
.tdVert{
	width: 6px;
	cursor: e-resize;
}
.tdHori{
	height: 6px;
	cursor: s-resize;
}
.tdCornerNW{
	width: 6px;
	height: 6px;
	cursor: nw-resize;
}
.tdCornerNE{
	width: 6px;
	height: 6px;
	cursor: ne-resize;
}
.tdBody{
	border: none;
	background-color: white;
}
.ifrm {
	width: 100%;
	height: 100%;
}
.ifrm-html, .ifrm-html > body{
    overflow: auto !important;
}