div.outerdiv {
	position:relative;
	top:00;
	left:00;
	width:100%;
	height:500;
	display:block;
	z-Index:0; 
}

div.leftpane {
	position:absolute;
	top:0;
	left:40; 
	width:381; 
	z-Index:0; 
}
div.rightpane {
	position:absolute;
	top:0;
	right:40; 
	width:341; 
	height:100%;
	z-Index:0; 
}
div.innerdiv {
	position:relative;
	top:0;
	left:0;
	display:none;
	z-Index:0; 
}
div.helptext {
	position:absolute;
	top:0;
	left;0;
	width:100%;
	padding:0 1em 0 1em;
	/*border:3px double brown; */
	background:#FFFFFF
}

div.itemviewt,
div.itemviewb,
div.itemviewl,
div.itemviewr,
div.itemviewtabl,
div.itemviewtabr, 
div.itemviewtabt,
div.itemviewtabb,
div.itemviewlinkt,
div.itemviewlinkb,
div.itemviewlinkl,
div.itemviewlinkr {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	background:transparent;
	display:block;
	border:0px solid blue; 
	z-Index:2
}

div.itemviewtabt,
div.itemviewtabb,
div.itemviewlinkt,
div.itemviewlinkb,
div.itemviewt,
div.itemviewb {border-top-width:3px}

div.itemviewtabl,
div.itemviewtabr,
div.itemviewlinkl,
div.itemviewlinkr,
div.itemviewl,
div.itemviewr {border-left-width:3px}

div.itemviewlinkl,
div.itemviewlinkr, 
div.itemviewlinkt,
div.itemviewlinkb {border-color:red}


div.itemviewtabl,
div.itemviewtabr, 
div.itemviewtabt,
div.itemviewtabb {border-color: black}

td {font-size:small;font-family:helvetica}