/* Default CSS Stylesheet for a new Web Application project */
div,table,tr,td,span,label
{
	position:relative;
}

.container
{
	width:976px;
}
.header
{
}
.headerImg2
{
	vertical-align:top;
}
.mappagecontainer
{
	width:100%;
}
.toolbarcontainer
{
	width:100%;
	height:26px;
	margin-bottom:3px;
}
.spacer
{
	clear:both;
}
.mappingcontainer
{
	width:100%;
}
.mapconatiner
{
	width:668px;
	height:468px;
	float:left;
}
.treeviewcontainer
{
	width:295px;
	height:468px;
	float:right;
}
.mapCallback
{
	width:638px;
	height:438px;
	position:absolute;
	top:15px;
	left:15px;
}
.maploaddiv
{
	position:absolute;
	left:180px;
	top:220px;
}
.errorcontainer
{
	height:300px;
}
.errortext
{
	font-weight:bold;
}
.btnWest
{
	left: 0px; 
	position: absolute; 
	top: 54px
}
.btnEast
{
	right:0px; 
	position: absolute; 
	top: 54px
}
.btnNorth
{
	left: 54px; 
	position: absolute; 
	top: 0px
}
.btnSouth
{
	left: 54px; 
	position: absolute; 
	bottom: 0px
}
.btnNW
{
	left: 0px; 
	position: absolute; 
	top: 0px
}
.btnNE
{
	right:0px; 
	position: absolute; 
	top: 0px
}
.btnSW
{
	left: 0px; 
	position: absolute; 
	bottom: 0px
}
.btnSE
{
	right:0px; 
	position: absolute; 
	bottom: 0px
}
.hidden
{
	display:none;
}
.addComponentcontainer
{
	width:400px;
	margin-left:20px;
	margin-top:20px;
}
.addComponentcontainerrow
{
	width:100%;
	margin-bottom:3px;
}
.addComponentcontainerrowleft
{
	width:100px;
	float:left;
}
.addComponentcontainerrowleft label
{

}
.addComponentcontainerrowright
{
	float:right;
	width:290px;
}
.addComponentcontainerrowinput
{
	width:100px;
}
.addComponentcontainerpcinput
{
	width:100px;
}
.right
{
	width:130px;
	float:right;
}
.addressResultsContainer
{
	width:90%;
	margin-left:20px;
}
.errortext
{
	color:Red;
}
.treetitle
{
	color:White;
	font-family:Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	background-color:#8F90C0;
	width:100%;
	padding:3px;
	margin-bottom: 4px;
}


