.topLeft
{
	height: 34px;
	width: 20px;
	background-image: url(boxComponents/topofbox_left.gif);
	background-repeat: no-repeat;
}
.topCenter
{
	background-image: url(boxComponents/topofbox_center.gif);
	background-repeat: repeat-x;
	height: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
}
.topRight
{
	height: 34px;
	width: 20px;
	background-image: url(boxComponents/topofbox_right.gif);
	background-repeat: no-repeat;
}
.centerLeft
{
	background-image: url(boxComponents/bottomofbox_farleft.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.centerCenter
{
	background-image: url(boxComponents/bottomofbox_center.gif);
	background-repeat: repeat;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.centerRight
{
	background-image: url(boxComponents/bottomofbox_farright.gif);
	background-repeat: repeat-y;
	width: 10px;
}
.bottomLeft
{
	background-image: url(boxComponents/bottomofbox_left.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.bottomCenter
{
	background-image: url(boxComponents/bottomofbox_bottomcenter.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.bottomRight
{
	background-image: url(boxComponents/bottomofbox_right.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}
.iconBox
{
	margin: 20px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	display: block;
}
.iconBoxTitle
{
	background-color: #EBEBEB;
	display: block;
	border-bottom: 1px solid #000000;
	width: 100%;
	padding-right: 2px;
	padding-left: 2px;
	cursor: hand;
}
div.iconBox img
{
	margin: 4px;
}
.noTextCursor
{
	cursor: hand;
}
.modalBackground
{
	background-color: gainsboro;
	filter: alpha(opacity=75);
	opacity: 0.75;
}
#custDetailView
{
	overflow: hidden;
	background-color: White;
	font-family: Sans-Serif;
	font-size: 12px;
	width: 450px;
	height: 373px;
}
.progressContainer
{
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	position: absolute;
	top: 50%;
}
.ajaxLoader
{
	margin-top: -50px;
	left: 50%;
	margin-left: -110px;
	position: relative;
	top: 50%;
}

