.cssbox_left
{
	background: transparent url(../../images/popoverinfo_left.png) no-repeat;
	position: absolute !important;
	left: 0;
	top: 0;
	padding-right: 50px;
	margin-top: 100px;
	margin-left: 100px;
	padding-left: 20px;		// how much space to give the text from the left side of the bubble
	height: 50px !important;
	width: 260px !important;
	padding-top: 25px;  		// defines how close the top line of text gets to the top of the bubble
}




.cssbox_right
{
	background: transparent url(../../images/popoverinfo_right.png) no-repeat;
	padding-right: 15px;
	margin-top: 2px;
	padding-left: 20px;
	padding-bottom: 100px;
	width: 298px !important;
	padding-top: 35px;
}



/* 80811.1 RONHERE changed font-family to match company.css */
.StandardInformationBox
{
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
/* 80811.1 RONHERE changed font-size from 11px */
	font-size: 9pt;
	font-weight: normal;
	color: Black;
}

A.StandardInformationBox:link
{
	color: Black;
	text-decoration: none;
/* 80811.1 RONHERE changed font-size from 11px */
	font-size: 9pt;
	font-weight: bold;
	border-bottom: 4px double;
	border-bottom-color: #588900;
}
A.StandardInformationBox:visited
{
	color: Dimgray;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 4px double;
	border-bottom-color: #588900;
}
A.StandardInformationBox:active
{
	color: Black;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 4px double;
	border-bottom-color: #588900;
}
A.StandardInformationBox:hover
{
	color: Dimgray;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 5px double;
	border-bottom-color: #72B001;
}
