/* ====== Affiliates Page ======= */
div.ally
{
	margin-top: 15px;
	border: #CCC solid 1px;
}

.allycontent
{
	padding-top: 16px;
	padding-bottom: 15px;
	padding-right: 12px;
}

/* ====== Professionals Page ======= */

.nameheading
{
	font-size: 11px;
	background: #FE9C03;
	padding-left: 16px;
	padding-top: 5px;
	padding-bottom: 3px;
}

.titleheading
{
	font-size: 9px;
	background: #FE9C03;
	padding-top: 5px;
	padding-bottom: 3px;
}

div#professionalsheading
{
	color: #FFF;
}

.name
{
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 6px;
}
.name2
{
	border-bottom: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
	padding-top: 5px;
	padding-left: 16px;
	padding-bottom: 6px;
}

.title
{
	border-bottom: #CCC solid 1px;
	border-right: #CCC solid 1px;
	padding-top: 5px;
	padding-bottom: 11px;
	padding-right: 6px;
}
.hdivider
{
	background-repeat: repeat-x;
	background-image: url(../images/divider.gif);
	background-position: center center;
	vertical-align: middle;
}
.vdivider
{
	background-repeat: repeat-y;
	background-image: url(../images/divider.gif);
	background-position: center center;
	text-align: center;
}