/* Part of RossADT Hydrotechnic. ©2005 Cygnet Solutions Ltd. All rights reserved. */

#MasterViewport_area {
	position:absolute;
	left:5px;
	top: 15px;
	width: 98%;
	height: 98%;
	border : 1px solid #fff;
	background: #fff;
	overflow: hidden;

}

#toolbar 
{
	display : none;
}

#componentTable_EditSelectionTop 
{	
	display:none;
}

#TabularDisplay_area 
{
	position: static;
	width: 100%;
	background: #fff;
	border : 0px;
}

#TabularDisplay_area #scrollableTable
{
	position:static;
	margin-top : 20px;
	width: 100%;
	border : 0px solid #fff;
	background: #fff;
	overflow :visible;
}

#viewport_scrollcontrol
{
	display:none;
}

#workingAreaPanel
{
	display : none;
}

.DirectionHelper 
{
	display:none;
}

.drawingInfoPanel
{
	background-color : #fff;
	display : block;
}

.drawingInfoPanel table
{
	display:block;
	border : 1px solid #000;
	position : absolute;
	top : 2px;
	left : 2px;	
	border-collapse : collapse;
	background-color : #fff;
}

.drawingInfoPanel th 
{	
	font-weight : bold;
}

.drawingInfoPanel th,td 
{
	text-align : left;
	border : 1px solid black;
	background-color : grey;	
	
}

.drawingInfoPanel table tr.downpipeLoc,
 tr.drawingRef,
 tr.drawingName,
 tr.designerName 
{
	display:none;
}

#report 
{
	width : 98%;
	margin : auto;	
}

.projectInformation, .projectInformation td, .editpanel td
{
	border : 0px;
}

#report * .data 
{
	border : 0px;
}

#report * .data .title 
{
	border : 0px;
	background-color : #fff;
}

#report * .title
{
	position: relative;
	top: -10px;
	left: 3px;
	font-weight: bold;
	color: #999;
	border : 0px;
	padding : 2px;	
}

#report #calculatePressures_closePressureCalcWindow
{
	display : none;
}

#overallParameters>.tabularView, .pressureResultTable
{
	border : 1px solid #000;
	font-size : 11px;
}

#overallParameters  .tabularView tr td,
#overallParameters  .tabularView tr th,
 .pressureResultTable td
{
	border : 1px solid #000;
	
}
