﻿.HelpBox {
	position: absolute;
	top: -145px; 
	left: 90px; 
	background-color: white; 
	z-index:101;
	display:none;
}

.ErrorBox {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: white;
	z-index:100;
	display:  none;
}

.itemBubble,.itemDimension {
}

#balloonContent {
min-height:50px;
}

.balloonContainer {
}

.balloonContainer .corner {
	width:19px;
	height:13px;
}

.balloonContainer .topLeft {
	background:url(images/balloon_topLeft.png) no-repeat 0% bottom;
}
.balloonContainer .top {
	background:url(images/balloon_top.png) repeat-x 0% bottom;
}
.balloonContainer .topRight {
	background: url(images/balloon_topRight.png) no-repeat 0% bottom;
}

.balloonContainer .left {
	background:url(images/balloon_left.png) repeat-y;
}
.balloonContainer .right {
	background:url(images/balloon_right.png) repeat-y;
}

.balloonContainer .bottom {
	background:url(images/balloon_bottom.png) repeat-x;
}
.balloonContainer .bottomLeft {
	background:url(images/balloon_bottomLeft.png) no-repeat;
}
.balloonContainer .bottomRight {
	background:url(images/balloon_bottomRight.png) no-repeat;
}
.balloonContent .title {
font:medium Arial;
}
.balloonContent .fieldLabel {
font:bold x-small Arial;
}

.title {
color:#375162;
}

.balloonContent .size,.balloonContent .description,.balloonContent .fieldContent {
font:small Arial;
}

.SectionHeading
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
	background-color: gainsboro;
}

.FieldCaption
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	width: 150px;
	vertical-align: top;
	padding-left: 20px;
}