/*
	Style blocks are grouped by function (Global, Dividers, Black Bordered Lists,
	Problem Solvers, Calendar, News, Advocacy, Donations and TeamRaiser,
	Vertical Scroller, Rollover Popups, Slide Show, Deprecated) and then sorted by identifier. Styles applied
	to specific HTML elements are sorted to the top.
*/

/*
  Syntax hints:
    .<class_name>           ( ex: .appArea )
    <element>.<class_name>  ( ex: div.subIndent )
    #<id>                   ( ex: #DirSearchResults )
    <element>#<id> is NOT supported by NS4
    #<id> <element>.<class_name>  ( ex: #DirProfile-apparea table.lc_Table
                                        for all tables of class lc_Table that
                                        are within an element whose ID is
                                        DirProfile-apparea )
*/
/*
	-- Global --
*/

A:link { color: blue;}

A:hover { color: #F90; }

.fakeLink {
   color: blue;
   text-decoration: underline;
}


/* The following sets the default font styles.

	Explicit was added to fix a problem in NS4 that caused
	the font style to be lost after a checkbox or radio
	button. It is also useful for adding font style with
	a <span> element which won't do block rendering (and thus
	vertical whitespace).
*/

P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

BODY  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #fff;
}

/*
	All classes inherit the default style stated above.
	At least they should. Some browsers don't work that
	way. Some classes set the same style as others, this
	is done to allow variation in the future.
*/

/* Display form fields in smaller monospace to fix Netscape width problem */

TEXTAREA, INPUT, SELECT, OPTION {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 9pt;
}

/* The application area margin and width. */

.appArea {
	width: 650px;
	margin-left: 10px;
	margin-top: 10px;
}

.appAreaNowidth {
	margin-left: 10px;
	margin-top: 10px;
}

/* indent a block that isn't a block quote */
div.subIndent {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}

/* provide a small amount of margin within some container */
/* The 99% width fixes some oddities in some browsers when */
/* the DIV contains a table and is itself within a DIV which */
/* has a colored background and contains other tables. */
div.smallMargin {
	margin: 4px 4px 4px 4px;
   width: 99%;
}

/* Sets the font style for all error messages */

.ErrorMessage {
	font-size: 10pt;
	color: red;
}

/* when the user needs a little immediate help */
.Hint {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
}

/*
	These are for the older style of lists without
	borders. These are used for simple selection
	lists and where the list does not contain
	editable objects.
*/

.ListHeadings {
	font-weight: bold;
}

.ListItem {
	font-size: 8pt;
}

/* smaller font for notes and such */
.NoteText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

/*
	This is a general page title. It is also used
	wherever multiple pages edit the same object.
	Mind you, that doesn't happen a lot on the
	user side.
*/
.ObjTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
}

/* Related Links */
.RLBack {
	background-color: #ccf;
}

table.RLBack {
	background-color: #ccf;
   border: solid 2px black;
   padding-left: 4px;
}

/* Read-only/view values */
.ROValue {
	background-color: #e7e7e7;
}

/* Replace FontMinus2 with a more descriptive name. */
.Smaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.SmallerC {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
   text-align: center;
}

/* Sets the font style for all success messages*/

.SuccessMessage {
	font-size: 10pt;
	color: green;
}

/* Sets the font style for all warning messages*/

.WarningMessage {
	font-size: 10pt;
	font-weight: bold;
}

/*
	-- Dividers --
*/

/*
	These are for section dividers. dividerHeading is meant
	for use inside a <div class="appArea"></div>. The
	transparent image forces NS4 to render the background
 	where it would otherwise not.
*/

p.dividerHeading {
	background-color: #ccc;
	background-image: URL(../images/sp.gif);
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 1px 0px;
	width: 100%;
}

.Divider {
	background-color: #ccc;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
}

.SectionHead {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
}

/*
	List Control
*/

table.lc_Table {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}

/*  column headers */
th.lc_Heading {
	background-color: #666;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	text-align: left;
}

/* sort buttons */
th.lc_HeadingSort {
	border-bottom: 1px solid #ccc;
	background-color: #666;
	text-align: right;
}

/* line items */

tr.lc_Row0 {
	background-color: #eee;
}

tr.lc_Row1 {
	background-color: #f6f6f6;
}

/* each cell */
td.lc_Cell {
	border-left: 1px solid #ccc;
}

/* other text */
/*
.lc_Text {
}
*/

/* Paginator table */
/*
table.lc_PaginatorTable {
}

.lc_PaginatorRow {
}

.lc_PaginatorCell {
}
*/

/* Text Filter table */
/*
.lc_FilterTable {
}

.lc_FilterRow {
}

.lc_FilterCell {
}
*/

/* Totals and Divider are not really used in the list component.
   They are used in other tables that also use the list component styles.
*/
.lc_Totals {
	background-color: white;
	border-bottom: 1px solid #ccc;
}

td.lc_Totals {
	background-color: white;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.lc_TotalsVal {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

td.lc_Divider {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: white;
}


/*
	-- Black Bordered Lists --
*/

/*
	In order to get the vertical black lines it is
	necessary to spcify tables with no padding or
	spacing. Whitespace must be added in the styles
	so the text may be read.
*/

p.PaddedEntry {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-size: 10pt;
}

/* bold */
p.PaddedEntryB {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 6px;
	margin-bottom: 2px;
	font-size: 10pt;
	font-weight: bold;
}

/* centered */
p.PaddedEntryC {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-size: 10pt;
	text-align: center;
}

/* right aligned */
p.PaddedEntryR {
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 6px;
	margin-bottom: 2px;
	font-size: 10pt;
	text-align: right;
}

/* heading styles used with TableHeadings below */
p.PaddedListHeadings {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	color: white;
}

/* centerd heading */
p.PaddedListHeadingsC {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: center;
	color: white;
}

/* right justified heading */
p.PaddedListHeadingsR {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	text-align: right;
	color: white;
}

/* The "Small" ones are for Contact DB Configuration. */

p.PaddedListHeadingsSmall {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 8pt;
}

p.PaddedEntrySmall {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-size: 8pt;
}

p.PaddedEntrySmallC {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	font-size: 8pt;
	text-align: center;
}

/*
	Zero margin to put in the table
	cells that generate the vertical black lines.
*/

p.spacer {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

/*
	Sets a transparent background that
	allows WrapperBack below to show
	through. This overrides the background
	color setting at the top of this file.
*/

table.Backed {
	background-color: transparent;
}

/* background for the headings */

td.TableHeadings {
	background-color: #666;
}

th.TableHeadings {
	background-color: #666;
}

/*
	Right alignment style orignally created
	for the sort buttons.
*/

td.TableHeadingsR {
	background-color: #666;
	text-align: right;
}

/*
	These set the border and line color
	by setting the background of a parent
	table or table cell.
*/
td.WrapperBack {
	background-color: Black;
}

table.WrapperBack {
	background-color: Black;
}

/* these alternate the row background color */

.ListItem0 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #eef;
	font-size: 8pt;
}

.ListItem1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffe;
	font-size: 8pt;
}

/*
	-- Problem Solvers --
*/

/*
	Sets the font style for all Buttons. This is used
	to overrride the setting for <input> above.
*/

.Button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.SmallButton{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
}

/*
	This fixes NS4's tendency to force inline styles
	on following elements in the document.
*/
p.centered {
	text-align: center;
}

p.righted {
	text-align: right;
}

/*
	Use this on a table cell or <span> element around
	a <textarea> element so it will inherit the right
	font. NS4 has a problem (or six) with CSS
	inheritance.
*/

.NetscapeFix {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 9pt;
}

/*
	These two are the same as the above but with
	alternating background colors.
*/
.NetscapeFix0 {
	font-family: "Lucida Console", Courier, monospace;
	background-color: #cecece;
	font-size: 9pt;
}

.NetscapeFix1 {
	font-family: "Lucida Console", Courier, monospace;
	background-color: #e7e7e7;
	font-size: 9pt;
}

/* accessability tags */
/* remove the border from <fieldset> */
FIELDSET {
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

FIELDSET.withBox {
	border: 1px solid #fecb98;
	display: block;
	padding: 0px 4px 4px 4px;
}

FIELDSET.noBox {
	border: none;
	display: block;
	padding: 0px 4px 4px 4px;
}

LEGEND {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-right: 4px;
}

/* fix a Gecko spacing problem */
LABEL {
	white-space: pre;
}

LABEL.wrapable {
	white-space: normal;
}

/*
	-- Calendar --
*/

/* these are for the mini-calendar on Calendar_userdetail.tpt */
td.minicalcell {
	background-color: #ccf;
}

td.minicaltitle {
	background-color: #ffc;
}

p.minicaltitle {
	color: #339;
	font-weight: bold;
}

/*Sets the font style for all Calendar list headers ( example: days of the week)*/

.CalHeaderText {
	color: white;
	font-weight: bold;
}

/* margin for the calendar list view */
.callist {
	margin-left: 10px;
}

/*Sets the font for all Larger Calendar Headers (Ex: Month, Day or Week)*/

.CalMDWText {
	font-size: 12pt;
	font-weight: bold;
}

/*Sets the font for the calendar mini year*/

.CalMiniYear {
	font-size: 8pt;
}

/*Sets the font style for all Category and Role Items*/

.CategoryText {
	font-size: 8pt;
}

.datelink {
	font-weight: bold;
	text-decoration: none;
}

.eventtitle {
	font-size: 12pt;
	font-weight: bold;
}

.locationtitle {
	font-weight: bold;
}

/*
	-- News --
*/

hr.storySeparator {
	width: 100%;
}

.byline {
	font-style: italic;
}

.headline {
	font-weight: bold;
	font-size: 14pt;
	color: #336;
	text-decoration: none;
}

.headlinelist {
	font-weight: bold;
	font-size: 10pt;
	color: #336;
	text-decoration: none;
}

.photocaption {
	font-size: 8pt;
	font-style: italic;
}

p.photocaption {
   margin-top: 2px;
   padding-top: 2px;
}

.subheading {
	font-weight: bold;
	color: #336;
}

.teaser {
	font-size: 10pt;
}

table.searchBox {
	background-color: #fefeed;
}

div.searchBox {
	background-color: #fefeed;
	border: 1px solid Black;
	padding: 2px 2px 2px 2px;
	margin: 3px 3px 3px 3px;
}

/* the preview area for user news */
.previewBox {
	border: 1px solid black;
	margin: 4px 4px 4px 4px;
	padding: 4px 4px 4px 4px;
	width: 600px;
}

/*
	-- Advocacy --
*/

/* Sets the background color of the component. */
table.advocacytable {
	background-color: #fff;
}

/* Controls the look of the demo message. */
.messageArea {
	border: medium outset #ccc;
	padding: 4px 4px 1px 4px;
	margin: 4px 4px 1px 4px;
	background-color: #ccc;
}

/* 8631:  Controls the look of instructional text on the message page */
.AdvocacyInstructions {
	background-color: #99c;
	background-image: URL(../images/sp.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 4px;
}

input.Advocacy {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 8pt;
}

select.Advocacy {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 8pt;
}

.AdvocacyNSFix {
	font-family: "Lucida Console", Courier, monospace;
	font-size: 8pt;
}

/*
	-- Donations and Friendraiser --
		new for Molokini
   Bug #10837: removed 0px left & right margin because it made
               NS4.7 stretch the content insanely wide to the
               point of excluding the right half of it completely.
*/
.Instructions {
	background-color: #99c;
	background-image: URL(../images/sp.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px 4px 1px 4px;
	margin-bottom: 0px;
	margin-top: 0px;
}

td.Instructions {
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

.ProgressBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FF9;
	color: #999;
}

.ProgressBoxCurrent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #FF9;
	color: #000;
}

table.ProgressBox {
	padding-right: 4px;
	padding-left: 4px;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

a.ProgressBox:link {
	font-size: 8pt;
	color: #999;
	text-decoration:none;
}
a.ProgressBox:visited {
	font-size: 8pt;
	color: #999;
	text-decoration:none;
}
a.ProgressBox:hover {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

/*
	During the making of a donation
	Donation_UD_Progress_Bar.tpt
*/
table.ProgressBack {
	background-color: #ccc;
}

td.currentItem {
	background-color: #ffc;
}

th.currentItem {
	background-color: #ffc;
}

td.finishedItem {
	background-color: #999;
	background-image: URL(../images/progress.gif);
}

td.nextItem {
	background-color: #fff;
	background-image: URL(../images/nextprogress.gif);
}

.Premiums {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.Premiums {
	background-color: #FFF;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

a.Premiums {
	font-size: 8pt;
}

.Upgrades {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table.Upgrades {
	background-color: #FE9;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
}

a.Upgrades {
	font-size: 8pt;
}

.UpgradeAmount {
	color: #90c;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

/*
	The background-image entry forces NS4
	to render the background color when
	it doesn't want to.
*/
.FormBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
}

div.FormBox {
	border: #669 1px solid;
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
	padding: 0px 0px 0px 0px;
	width: 600px
}

div.FormBoxNoWidth {
	border: #669 1px solid;
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
	padding: 0px 0px 0px 0px;
}

table.FormBox {
	border: #669 1px solid;
	border-collapse: collapse;
}

.FormBox .Divider {
	background-color: #ccf;
}

.FormBoxNoWidth .Divider {
	background-color: #ccf;
}

/* End of new stuff for donations and friendraiser */

/*
	-- Vertical Scroller --
*/

p.scrollingText {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.controlArea {
	background-color: #ccc;
	border-bottom: thick solid #ccc;
	border-left: thick solid #ccc;
	border-right: thick solid #ccc;
	margin-top: 0px;
	padding-top: 1px;
	text-align: center;
}

.addBorder {
	background-color: #ccc;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}

.scrollingBack {
	background-color: #fff;
	margin: 0px 0px 0px 0px;
	text-align: left;
   	overflow: hidden;
   	width: 146px;
}

table.NSscrollArea {
	background-color: #ccc;
}

td.NSscrollingBack {
	background-color: #fff;
}

.scrollingAreaBox {
   width: 146px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   position: absolute;
   overflow: hidden;
   visibility: visible;
}
.scrollingArea {
   background-color: #fff;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   position: absolute;
   left: 0px;
   height: 60px;
   width: 140px;
   visibility: hidden;
}

/*
 For customized pages
*/

p.cstmTitle {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
}

p.cstmHeading, span.cstmHeading {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.cstmBack {
	background-color: #ccf;
	background-image: URL(../images/sp.gif);
}

.cstmFrame {
	background-color: #ccc;
	color: #000;
	text-align: center;
	font-style: italic;
}


td.cstmBtnBack {
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ccc;
	border-bottom: #333 1px solid;
	border-top: #fff 1px solid;
	border-left: #fff 1px solid;
	border-right: #333 1px solid;
}

a.cstmBtnText:link {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-decoration:none;
}
a.cstmBtnText:visited {
	font-family: Arial;
	font-size: 10pt;
	color: #000;
	font-weight: bold;
	text-decoration:none;
}
a.cstmBtnText:hover {
	font-family: Arial;
	font-size: 10pt;
	color: orange;
	font-weight: bold;
	text-decoration:none;
}

/*
	-- Slide Show --
*/

.slideShow {
	height: 200px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: center;
	width: 250px;
}

.slideControl {
	margin-bottom: 4px;
	margin-top: 4px;
	text-align: center;
}

.slideBack {
	background-color: #ccc;
	border: 2px outset #ccc;
}

.surveyInstruction {
	font-weight: normal;
}

.ProgressBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #F8F1DE;
}

a.textNav:link {
	font-size: 10pt;
	color: blue;
	text-decoration:none;
}
a.textNav:visited {
	font-size: 10pt;
	color: red;
	text-decoration:none;
}
a.textNav:hover {
	font-size: 10pt;
	color: orange;
	text-decoration:none;
}

/* For the address book integration with TellAFriend_Form.tpt */
p.AddressBook {
	margin: 5px 0px 5px 0px;
}

p.AddressBookC {
	text-align: center;
	margin: 5px 0px 5px 0px;
}

p.AddressBookStep {
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}

p.AddressBookTitle {
	text-align: center;
	font-weight: bold;
	margin: 2px 0px 0px 0px;
}

div.AddressBook {
	background-image: URL(../images/sp.gif);
	padding: 0px 3px 0px 3px;
	border: 1px solid #000;
	background-color: #FF9;
}


/*
	The background-image entry forces NS4
	to render the background color when
	it doesn't want to.
*/
.WhatNext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #FF9;
	background-image: URL(../images/sp.gif);
}

div.WhatNext {
	border: #333 1px solid;
	background-color: #FF9;
	background-image: URL(../images/sp.gif);
	padding: 0px 4px 0px 4px;
}

table.WhatNext {
	border-bottom: #333 1px solid;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}


.findrepComponent {
	background-color: #eee;
	background-image: URL(../images/sp.gif);
	border-bottom: #333 1px solid;
	border-top: #333 1px solid;
	border-left: #333 1px solid;
	border-right: #333 1px solid;
}


.findrepResults {
	background-color: #fee;
	background-image: URL(../images/sp.gif);
	border-top: #333 1px solid;
}


.findrepRightSide {
	background-color: #eef;
	background-image: URL(../images/sp.gif);
	border-top: #333 1px solid;
	border-left: #333 1px solid;
}

a.NewsHeadlineList {
	font-weight: bold;
}

.AnchorBar {
	background-color: #eef;
	border: solid 1px #669;
	vertical-align: bottom;
	text-align: left;
}

.FormBox .AnchorBar {
	border-width: 0px 0px 1px 0px;
}

/* For making anchor links look like tabs.
   The colors are coordinated with FormBox. */
.AnchorTab {
	text-align: left;
	margin: 2px 2px 0px 2px;
}

td.AnchorTab {
	border: solid 1px #ddf;
}

a.AnchorTab:link {
	font-weight: bold;
	color: #33f;
}

a.AnchorTab:visited {
	font-weight: bold;
	color: #33f;
}

a.AnchorTab:hover {
	color: #f90;
}

/* Directory */

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

.FormInsetBox {
	background-color: #eef;
	border: 1px solid #ccf;
	padding: 0px 5px 0px 10px;
   margin-top: 10px;
}

div.FormInsetBox p {
	margin: 2px 3px 2px 3px;
	padding: 2px 0px 2px 0px;
}

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

#DirQSearch-div {
   margin: 0px 4px 0px 2px;
   padding: 4px 4px 4px 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 .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 0px 0px 0px;
}
.DirCNNoteMod {
	font-size: 8pt;
	font-style: italic;
   border-top: 1px solid gray;
   margin-top: 2px;
}
.DirCNAuthor {
	background-color: #f8f8ff;
}

/* Clubs Pages */
#ClubWrapperLinks .RLBack {
	background-color: transparent;
   border-width: 0px;
}
#ClubWrapperLinks .RLBullet {
   visibility: hidden;
   display: none;
}
#ClubWrapperLinks .RLHeader {
   visibility: hidden;
   display: none;
}
#ClubWrapperLinks .Divider {
	background-color: #eef;
	border-bottom: 1px solid #ccf;
}

#ClubContactsPage p.cstmText {
	margin: 0px 0px 0px 40px;
	padding: 0px 0px 0px 0px;
}

#ClubWrapperSiteContent {
   margin-top: 10px;
}

