/* Styles for HouseGlossary Module */

.HouseGlossaryDL {
}

/* applied to the "columns" that hold the entries */
.HouseGlossaryDL td {
	width: 50%;
	padding: 10px;
}

/* applied to any paragraph tags within the definition list */
.HouseGlossaryDL p {
	padding-top: 6px;
	margin-top: 0;
}

/* applied to the term */
.HouseGlossaryDL dt {
	padding-bottom: 0;
	margin-bottom: 0;
}

/* applied to the definition */
.HouseGlossaryDL dd {
}

/* applied to the glossary header */
.HouseGlossaryHeader {
	font-size: 14px;
	font-weight: bold;
}

/* applied to the date portion of the glossary header */
.HouseGlossaryHeaderDate {
	font-size: 10px;
	font-weight: normal;
}

/* applied to the stats portion of the glossary header */
.HouseGlossaryHeaderStats {
	font-size: 10px;
	font-weight: normal;
}

/* applied to all link buttons throughout the module */
.HouseGlossaryLinkButton {
	font-size: 10px;
	font-weight: bold;
}

/* applied to all textbox controls throughout the module */
.HouseGlossaryTextbox {
	font-size: 11px;
}

/* applied to the glossary pager */
.HouseGlossaryPager {
	font-weight: normal;
	text-align: right;
}

.HouseGlossaryPagerDisabled {
	font-weight: normal;
	text-align: right;
	background-color: #999;
}
