/* Styles for bottom contacts area */

/*** bottom contact table ***/

TABLE.bottom_contact_info {
	border-spacing: 0;
	margin: auto;
}

TABLE.bottom_contact_info TH {
	width: 150px;
	font-size: 10px;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-bottom: 1px dotted white;
	border-spacing: 0;
}

TABLE.bottom_contact_info TH.last {
	border-bottom: 0;
}

TABLE.bottom_contact_info TD.value {
	background-image: url("../images/contact_field_value_background.png");
	background-repeat: repeat-x;
	height: 24px;
	width: 250px;
	white-space: nowrap;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

TABLE.bottom_contact_info TD.spacer {
	width: 10px;
}

TABLE.bottom_contact_info TD.small {
	width: 150px;
	font-size: 9px;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	border-spacing: 0;
}

TABLE.bottom_contact_info A {
	color: white;
	text-decoration: none;
}

TABLE.bottom_contact_info A.dotlabs {
	color: black;
}