.infoBox
{
}

	.infoBox .innerBox
	{
		border: 1px solid #999b9a;
	}

	.infoBox .headerBoxBorder
	{
		height:24px;
		border-top: 1px solid #999b9a;
		border-left: 1px solid #999b9a;
		border-right: 1px solid #999b9a;
		background-image: url('http://10.2.2.5/businessesforsaleco/images/updated_images/thin_box_slice.gif');
	}

	.infoBox .headerBox
	{
		height:24px;
		background-image: url('http://10.2.2.5/businessesforsaleco/images/updated_images/thin_box_slice.gif');
	}

		.infoBox .headerBox .boxTitle, .infoBox .headerBox .boxTitle A, .infoBox .headerBoxBorder .boxTitle, .infoBox .headerBoxBorder .boxTitle A
		{
			padding: 3px 5px 0px 5px;
			color:#4b4c4d;
			font-size: 12pt;
			font-weight: bold;
			text-decoration: none;
		}

		.infoBox .headerBox .boxTitle A:hover
		{
			color:#d50f0e;
			text-decoration: underline;
		}
		
	.infoBox .headerBoxSolid
	{
		height:24px;
		background-color:#4c4c4c;
	}

		.infoBox .headerBoxSolid .boxTitle, .infoBox .headerBoxSolid .boxTitle A
		{
			padding: 3px 5px 0px 5px;
			color:#FFFFFF;
			font-size: 12pt;
			font-weight: bold;
		}


	.infoBox .contentBox
	{
		border-top: 1px solid #999b9a;
		background-color:#f3f1ec;
		padding:5px;
	}

	.infoBox .contentBoxAlt
	{
		border-top: 1px solid #999b9a;
		background-color:#FFFFFF;
		padding:5px;
	}

.mainBox
{
}

	.mainBox .innerBox
	{
		border: 1px solid #999b9a;
	}

	.mainBox .headerBox
	{
		height:38px;
		background-image: url('http://10.2.2.5/businessesforsaleco/images/updated_images/box_header.gif');
	}

		.mainBox .headerBox .boxTitle, .mainBox .headerBox .boxTitle A
		{
			padding: 6px 5px 0px 5px;
			color:#4b4c4d;
			font-size: 13pt;
			font-weight: bold;
			font-family: verdana, arial;
			text-decoration:none;
		}

		.mainBox .headerBox .boxTitle A:hover
		{
			color: #d50f0e;
			text-decoration:underline;
		}

	.mainBox .contentBox
	{
		border-top: 1px solid #999b9a;
		background-color:#FFFFFF;
		padding:5px;
	}

	.mainBox .contentBoxAlt
	{
		border-top: 1px solid #999b9a;
		background-color:#f3f1ec;
		padding:5px;
	}
