.Directory .FormBox {
	background-color: #fff;
	width: 98%;
	margin-right: 4px;
}
.Directory .Divider {
	background-color: #eef;
}

.Directory table.AnchorBar {
	width: 640px;
	border-width: 0px;
}

#DirQSearch-div {
	margin: 0px 4px 0px 2px;
	padding: 4px;
}
#DirQSearch-head {
	margin: 4px 0px 5px 1px;
}
#DirQSearch-buttonP {
	margin: 5px 0px 4px 1px;
}

/* Change how the table of degrees looks */
.Directory table.lc_Table {
	border-left: 1px solid #ccc;
}

.Directory th.lc_Heading {
	border-width: 0px;
	border-bottom: 1px solid #ccf;
	background-color: #eee;
}
.Directory th.lc_HeadingSort {
	border-width: 0px;
}
.Directory td.lc_Cell {
	border-width: 0px;
	border-bottom: 1px solid #ccf;
}
.Directory tr.lc_Row0 {
	background-color: transparent;
}
.Directory tr.lc_Row1 {
	background-color: transparent;
}
.Directory p.PaddedListHeadings {
	color: black;
}

/* This seems too small on NS4
form#DirProfile TEXTAREA, INPUT, SELECT, OPTION, .NetscapeFix {
	font-size: 8pt;
}
*/
#DirProfile-apparea P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-size: 9pt;
}

/* Directory Profile Update */
.DirProf-field-required {
}
.DirProf-field-label {
}

/* Directory Profile Preferences */
.DirPrefs-field-check {
	text-align: right;
	padding-left: 10px;
}
.DirPrefs-field-label {
	padding-left: 20px;
}
.DirPrefs-field-value {
	padding-left: 10px;
}
.DirPrefs-checkall-link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}

/* Directory Search Results */
#DirSearchResults .DirAddrBlock {
	white-space: nowrap;
}
#DirSearchResults tr.lc_Row0 {
	background-color: #f8f8ff;
}
#DirSearchResults tr.lc_Row1 {
	background-color: #fff;
}
#DirSearchResults td.lc_Cell {
	border-top: 0px;
	border-right: 0px;
	border-left: 1px solid #ddf;
	border-bottom: 1px solid #ccf;
}
#DirSearchResults th.lc_Heading {
	border-width: 0px;
	background-color: #669;
}
#DirSearchResults th.lc_HeadingSort {
	border-width: 0px;
	background-color: #669;
}
#DirSearchResults table.lc_Table {
	border-top-color: #669;
}
#DirSearchResults #DirSearch-filter-cell {
	background-color: #f8f8ff;
	border: 1px solid #669;
	border-bottom: 0px;
	padding: 2px 8px 2px 3px;
}
#DirSearchResults p.PaddedEntry {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
#DirSearchResults p.PaddedListHeadings {
	color: white;
}

/* Directory Class Notes */
#DirCN-linklist {
	margin-left: 20px;
	margin-top: 0px;
}
.DirCNNote {
	margin-bottom: 0px;
}
div.DirCNNote {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}
.DirCNNoteMod {
	font-size: 8pt;
	font-style: italic;
	border-top: 1px solid gray;
	margin-top: 2px;
}
.DirCNAuthor {
	background-color: #f8f8ff;
}


/* styles for directory profile segment optin component */
.DirSegmentOptin {
	color: #000000;
	background-color: #ffffff;
	padding: 1px;
        margin: 5px;
	white-space: nowrap;
        width: 95%;
        border: 1px solid #cccccc;
}

.DirSegmentOptinCell {
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	padding: 1px;
        margin: 5px;
	white-space: normal;
        width: 200px;
}

