/* tdb custom classes */
.tdbMenuDiv {
	font-size: 10pt;
	font-weight: normal;
	background-color: #7b6c5e;
	color: White;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
}

a:link.tdbMenuLink {
	text-decoration: none;
	color: white;
}

a:visited.tdbMenuLink {
	text-decoration: none;
	color: white;
}

a:hover.tdbMenuLink {
	text-decoration: underline;
	color: Yellow;
}

a:active.tdbMenuLink {
	text-decoration: underline;
	color: Red;
}

/* tdb custom classes for Directory Detail Report - DirectoryDetail.asp */
.tdbDDHdr {
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	background-color: #cccc99;
	margin-bottom: 10px;
	vertical-align: top;
}

.tdbDDLabelLarge {
	font-size: 12pt;
	font-weight: bold;
	background-color: #cccc99;
	vertical-align: top;
}

.tdbDDDataLarge {
	font-size: 12pt;
	font-weight: bold;
	vertical-align: top;
}

.tdbDDLabel {
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccc99;
	vertical-align: top;
}

.tdbDDColHdr {
	font-size: 10pt;
	font-weight: bold;
	background-color: #cccc99;
	vertical-align: bottom;
}

.tdbDDData {
	font-size: 10pt;
	vertical-align: top;
}

.tdbDDAlignRight {
	text-align: right;
}

.tdbDDAlignCenter {
	text-align: center;
}


