/* ++++++++++ DESIGN STYLES THAT AFFECT ALL PAGES ++++++++++ */

/* Style for body of entire page. */
body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; background-color: #000000; background-image: none ; text-align: left; vertical-align: top}

/* Standard link definitions. */
a {  text-decoration: none}
a:link {  color: 00CC00; text-decoration: none}
a:visited {  color: FFFF00; text-decoration: none}
a:hover {  color: #0066FF; text-decoration: underline}
a:active {  color: #999999; text-decoration: none}

/* DO NOT EDIT!  - Styles used to define the look of the template. */
.borderHeader {  border: #FFFF00 solid; border-width: 1px 1px 0px}
.borderContent { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; border: #FFFF00; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px; padding-top: 6px; padding-right: 10px; padding-bottom: 6px; padding-left: 10px}
.noPadBottom { margin: 0px; padding: 0px; }
.borderLinks { border: #FFFF00 solid; border-width: 0px 1px 1px; text-align: center; vertical-align: bottom; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF ; padding-top: 1px; padding-right: 10px; padding-bottom: 1px; padding-left: 10px}
.borderSeparator { border: #FFFF00 solid; border-width: 0px 0px 1px}
.borderFooter { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: FFFFFF; text-align: center; vertical-align: bottom ; border: #FFFF00 solid; border-width: 0px 1px 1px}
/* Style used on the right-side link table on every page */
.linksContentTable { width: 140px; vertical-align: top ; float: right; margin-bottom: 10px; margin-left: 10px}
.linksContentCell { font-family: Arial, Helvetica, sans-serif; font-size: 12px; vertical-align: top ; padding-left: 4px; padding-bottom: 3px; text-align: right; padding-right: 4px; padding-top: 3px; border: 1px #FF0000 solid}
/* Used for the 'optimized' notice at the bottom of the right-side links table. */
.indexOptimized { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: justify}

/* Styles used to define the look of the webring information. */
.webringTitle {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-align: center}
.webringText { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #FFFFFF; text-align: center }
.webringLinksBold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: #FFFFFF; text-align: center }



/* ++++++++++ FORMATS USED ON MULTIPLE PAGES THROUGHOUT THE SITE ++++++++++ */

/* Basic format definitions. */
.bold {  font-weight: bold}
.italic {  font-style: italic}
.underline {  text-decoration: underline}
.underlineBold { text-decoration: underline ; font-weight: bold; text-transform: uppercase}

/* Headings - Used in a few places as section headers or subheaders. */
.header1 {  font-family: "Times New Roman", Times, serif; font-size: 18px; font-style: italic; font-weight: bold}
.header1red { font-family: "Times New Roman", Times, serif; font-size: 18px; font-style: italic; font-weight: bold ; color: #FF0000 }
.header2 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; font-variant: small-caps }
.header2red { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF0000; font-variant: small-caps }
.header2yellow { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFF00; font-variant: small-caps }

/* DO NOT EDIT! - Colors used to emulate mud coloration, where appropriate. */
.highlightBlue { color: #0000FF}
.highlightNavy { color: #000099}
.highlightLtCyan { color: #00FFFF}
.highlightCyan { color: #009999}
.highlightLtGreen { color: #00CC00}
.highlightGreen { color: #006600}
.highlightYellow { color: #FFFF00}
.highlightOrange { color: #CC9900}
.highlightRed { color: #FF0000}
.highlightMaroon { color: #990000}
.highlightMagenta { color: #FF00FF}
.highlightPurple { color: #800080}
.highlightBlack { color: #333333}
.highlightGray { color: #808080}
.highlightWhite { color: #FFFFFF}
.highlightLtGray { color: #CCCCCC}

/* This color is because I liked it better than the cyan for certain things. */
.highlightLtBlue { color: #33CCFF}
/* Use this class for text that needs highlighting to make a note of it. */
.highlightNote { color: #FFFF00 }
/* Use this class for text that is a warning to the reader about the mud. */
.highlightWarning { color: #FF0000}

/* Used to define the name of each page in the content area. */
.pageTitles {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #FF0000; text-transform: uppercase}

/* Used to define the text 'Last updated by' on any page that contains it. */
.updatedLast {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0000}

/* Style used to define text to be smaller than the standard size 14px.
   Think of it as the 'fineprint' on some pages. */
.footnotes { font-size: 12px}


/* === LIST ELEMENT FORMATS === */

/* Style used throughout the site to force the image bullets that have no 
   left-padding. Used in most long Index lists, Sitemap, etc. */
.listAnchorsLeft { list-style-image: url(images/logos/bullet.gif); list-style-type: disc; 	list-style-position: outside; margin-bottom: 5px; margin-left: 20px; margin-right: 5px; margin-top: 5px; }
/* Style for the same basic purpose, except that it doesn't remove the standard
   padding that lists automatically have. Used in fewer places, I think. */
.listAnchors {  list-style-image: url(images/logos/bullet.gif); list-style-type: disc; list-style-position: outside; margin-bottom: 5px}


/* === FORM ELEMENTS FORMATS === */

/* Form tags automatically have paragraph spacing around them.
   To remove that spacing, add this class to the form tag */
.formMarginless { margin: 0px; }

/* This class defines how most inputs should look. */
.buttons { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFF00; background-color: #000000; border: 1px solid #FF0000; }
/* This class defines how the Google text input should look.
   The difference in this and the one above is white text, not yellow. */
.buttonsSearch { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; background-color: #000000; border: 1px solid #FF0000; }

/* This class defines how textarea and select tags should look. */
textarea, select { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; background-color: #000000; border: 1px solid #FF0000; }

/* === VARIOUS TABLE LAYOUT FORMATS === */

/* Basic content format when inside a table, since tables do not keep the
   format defined on the page around them. Used throughout the site. */
.contentTables { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF}
/* Used for the same purpose as above, though with a smaller font size.
   Used throughout the site. */
.contentTablesSmaller { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF }

/* Blue table headings used as needed: left, center, and right-aligned text */
.tablesHeadingsLeft { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: left; background-color: #000099; font-style: italic; font-variant: small-caps }
.tablesHeadingsCenter { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-style: italic; font-variant: small-caps }
.tablesHeadingsRight { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: right; background-color: #000099; font-style: italic; font-variant: small-caps }

/* Styles used for smaller Index page lists throughout the site.
   Examples: Management Index, Players Index, Links Index, etc. */
/* This defined width at one point, but was removed because it didn't fit
   right everywhere. It still exists on the tables, should it be needed for
   something else, though */
.folderIndexTable {  } 
.folderIndexName {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; vertical-align: top; width: 150px; text-align: right; padding-top: 1px; padding-right: 8px; padding-bottom: 1px; padding-left: 0px}
.folderIndexDesc { font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-top: 1px; padding-right: 0px; padding-bottom: 3px; padding-left: 0px}

/* Styles used on longer Index Pages to add the blue borders around table cells
   to make the divisions stand out. Also used on the Sitemap page. */
.indexesCategories {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #33CCFF; text-align: center; vertical-align: bottom; padding-bottom: 2px}
.indexesBoxes {
	border: 1px #0000CC solid;
	text-align: left;
	vertical-align: top;
	padding: 1px 3px;
}


/* === SYNTAX EXAMPLE CODES === */

/* Used to define text which is outputted by the mud, but which is NOT
   syntax to be typed by the player, a line name, or a tell. */
.codeExamples {  font-family: "Courier New", Courier, mono; font-size: 13px}
/* Used for line names outputted by the mud*/
.codeExamplesLines { font-family: "Courier New", Courier, mono; font-size: 13px ; color: #FF00FF}
/* Used for tell code outputted by the mud */
.codeExamplesTells { font-family: "Courier New", Courier, mono; font-size: 13px ; color: #00FFFF}
/* Used for command syntaxes which playes must type into the mud. */
.syntaxCommand { font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: normal; color: #FFFF00; font-style: normal ; vertical-align: top}
/* Used to describe the function of commands that players type into the mud.
   This is most often used when describing a series of flags available on a skill,
   but may be used in other places. */
.syntaxDescription {  font-size: 12px; color: #FF9900; font-family: Verdana, Arial, Helvetica, sans-serif; vertical-align: top}
/* Used on all command or skill pages as a label to denote the information
   following it is the syntax to use the skill. */
.syntax {  color: #999999; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 13px}



/* ++++++++++ INDIVIDUAL PAGE STYLES -- BY SECTION ++++++++++ */


/* Used to define the randomized quote on the home page. */
.quote {  font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FF0000; font-weight: bold}

/* Styles used on the Sitemap page. */
.sitemap {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; vertical-align: top; color: #00CC00}
.sitemapLinks { vertical-align: top; padding-bottom: 16px}

/* Used for the table headings on the What's New page. */
.newHeadings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-variant: small-caps }
/* Used for the content cells for the table on the What's New page. */
.newContent { font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-align: center }


/* ===STYLES USED IN THE GAMEINFO SECTION PAGES=== */

/* Style used to define the list of feelings on the Info Feelings page. */
.feelings { font-family: "Courier New", Courier, mono; font-size: 13px; display: block; margin: 0px; }

/* Styles used on the Newbie FAQs pages. */
.faqsQ { font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CCCC; font-size: 13px; font-weight: bold }
.topLinksFAQs { text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF ; padding-bottom: 10px; font-weight: bold}

/* Style used on the Rules page. */
.rules { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFF00; font-size: 13px; font-weight: bold }
/* Style used on the Rules Email page. */
.rulesEmailQuestion { font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CCCC; font-size: 13px; font-weight: bold }

/* Styles used to define each guild's Index page */
.guildsHeadings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-style: italic; font-variant: small-caps }
.guildsLevel {  text-align: center; vertical-align: top; font-size: 12px; font-weight: bold; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; color: #FFFF00; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.guildsSkills {  font-size: 12px; text-align: left; vertical-align: top; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: 100px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; color: #FFFFFF}
.guildsDescriptions { font-size: 12px; text-align: left; vertical-align: top ; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Used on Jedi guild Index Page to mark skill as Light or Dark alignment. */
.guildsSkillsJedi { font-size: 12px; text-align: left; vertical-align: top; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: 100px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px ; color: #33CCFF}
.guildsSkillsSith { font-size: 12px; text-align: left; vertical-align: top; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; width: 100px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px ; color: #FF0000}
/* Used on Pilot and Smuggler guild Index pages for lists found there, to
   remove the left-padding on the lists. */
.listsGuildIndex { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 20px; font-size: 12px; list-style-type: disc}

/* Used on guild skill pages as table headings. */
.skillsHeadingsLeft { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: left; background-color: #000099; font-style: italic; font-variant: small-caps }
.skillsHeadings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-style: italic; font-variant: small-caps }
/* Used on guild skill pages with tables to list names of variations available
   for that skill which are not always the same as the syntax or options. */
.skillsTitles { text-align: left; vertical-align: top; font-size: 12px; font-weight: bold; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; color: #FFFF00; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Used on guild skill pages with tables to show the available options for that skill. */
.skillsOptionsLined { font-size: 12px; text-align: left; vertical-align: top; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Same as above, but aligned to the right. */
.skillsOptionsLinedRight { font-size: 12px; text-align: right; vertical-align: top; border-color: black black #000066; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px }
/* Used on guild skill pages with tables to show the syntax for use. */
.skillsSyntaxLined { font-family: "Courier New", Courier, mono; font-size: 14px; font-weight: normal; color: #FFFF00; font-style: normal ; vertical-align: top ; text-align: left; border-color: black black #000066; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Used on all Jedi skills pages to define whether a skill is specifically for
   Light siders, Dark siders, or neutral (meaning both alignments can use it). */
.jediNeutral { font-size: 12px; color: #FFFFFF ; text-transform: lowercase; vertical-align: text-top}
.jediDark { font-size: 12px; color: #FF0000; text-transform: lowercase; vertical-align: text-top}
.jediLight { font-size: 12px; color: #33CCFF; text-transform: lowercase; vertical-align: text-top}


/* ===STYLES USED IN THE PLAYERS SECTION PAGES=== */

/* Styles used to define the format of the Players Rogues Gallery pages. */
.galleriesThumbs {  text-align: center; vertical-align: bottom; width: 130px}
.galleriesNames {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; font-variant: small-caps; text-align: center; vertical-align: top; padding-bottom: 20px}
.galleriesCaptions {  color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 20px; padding-left: 2px}
.galleriesNamesCaptioned { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000; font-variant: small-caps; text-align: center; vertical-align: top; padding-bottom: 3px}
.galleriesNone { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FF0000; font-variant: small-caps; text-align: center; vertical-align: middle}
/* Styles used to define the format of the Players Married Mudders page. */
.galleriesMarriedThumbs {  vertical-align: top; width: 160px; text-align: left; padding-bottom: 20px}
.galleriesMarriedNames { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FF0000; font-variant: small-caps}
.galleriesMarriedStory { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF ; text-align: left; vertical-align: top; padding-bottom: 20px; padding-left: 6px}
/* Styles used to define the format of the Players Gathering page. */
.gatheringsNames {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; vertical-align: top}
.gatheringPositions { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFF00 ; text-align: right; width: 105px; vertical-align: top}

/* Styles used on the Players Directory page. */
.directoryTables {  border: 1px #000099 solid; margin-bottom: 10px; width: 275px}
.directoryHeadings {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-style: italic; font-variant: small-caps; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.directoryNames { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #FFFFFF; width: 115px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: 1px #000099 solid}
.directoryLinks {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: center; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; border: #000099; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}


/* Styles used to format polls. */

/* Style of the question of the current monthly poll. */
.pollQuestion { font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CCCC; font-size: 13px; font-weight: bold; text-align: center; }
/* Style of the table heading that names the monthly polls. */
.pollResultsTitle { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-align: center; background-color: #000099; font-style: italic; font-variant: small-caps }
/* Style of the Total Votes text in the monthly polls. */
.pollResultsTotal { font-family: Verdana, Arial, Helvetica, sans-serif; color: #009900; font-size: 13px; font-weight: bold }
/* Style of the questions of expired monthly polls. */
.pollResultsQuestion { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFF00; font-size: 13px; font-weight: bold; text-align: center; }

/* Soon no longer in use */
.pollResultsVotes {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; text-align: right; width: 50px; font-weight: bold}
.pollResultsOptions { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold }


/* Style of the table column headings on the Yearly Poll results. */
.pollsName { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; font-variant: small-caps ; background-color: #000099; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px}
/* Style of the Category on the Yearly Poll results. */
.pollsBest {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #33CCFF; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: #000099; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Style of the placing labels on the Yearly Poll results. */
.pollsPlaces { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFF00; vertical-align: top; padding-top: 2px; padding-right: 3px; padding-bottom: 2px; padding-left: 2px ; text-align: right; border: #000099; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
/* Style of the responses and votes on the Yearly Poll results. */
.pollsAnswers {  font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; vertical-align: top; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; border: #000099; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}


/* Styles used in the Players Hall of Fame pages. */
.hofLogos {  text-align: right; vertical-align: middle}
.hofHeadings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; vertical-align: top; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px; background-color: #000066; font-weight: bold; text-align: right; width: 175px}
.hofTables {  width: 575px}
.hofScoreBoard { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #CC0000; vertical-align: top; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px ; font-weight: bold; font-style: italic; text-align: center}
.hofAnswers { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; vertical-align: top; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px}

/* Styles used to define Player Fan-fiction pages. */
.fictionTitle {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #FF0000; text-align: center}
.fictionByline { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #FFFFFF}
.fanficTremors {  font-style: italic; font-weight: bold; color: #999999; font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px}
.fanficTremorsTime { font-style: italic; font-weight: bold; color: #FF0000}
/* Style used on the Player FanFiction Index page. It's similar to
   .folderIndexName, but it needed to be longer than that style is. */
.folderIndexNameFanfic { font-family: Arial, Helvetica, sans-serif; font-size: 14px; vertical-align: top; width: 220px; text-align: right; padding-top: 1px; padding-right: 8px; padding-bottom: 1px; padding-left: 0px }


/* === STYLES USED IN THE MANAGEMENT SECTION PAGES === */

/* Styles used on the Management Coders page. */
.coderPositions {  font-weight: bold; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif}
.coderNames { font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bold; color: #FF0000; font-variant: small-caps }
.coderTitles { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #999999; font-style: italic}
/* Style used on the quote on the top of the Management Coders page. */
.coderQuote { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFF00; font-weight: bold }
.codersIvan {  margin-top: 4px; margin-right: 0px; margin-left: 4px}
.codersIvanDesc { margin-right: 4px; margin-left: 4px ; margin-bottom: 5px}

/* Style used on the Management Project List page, the Admin FAW page, 
   and the Guild Changes page. */
.projectsCategories { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFF00; font-size: 13px; font-weight: bold }
/* Subheading used just on the Project List page. */
.projectsSub { font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CCCC; font-size: 13px}

/* Styles used on the Management Sponsors page. */
.sponsorTable { width: 425px; margin: 0 auto;}
.sponsorHeadings { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF; vertical-align: top; background-color: #000066; font-weight: bold; text-align: center; padding: 1px;}
.sponsorNames { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FFFFFF; vertical-align: top; padding-top: 1px; padding-right: 1px; padding-bottom: 1px; padding-left: 1px ; text-align: center}

/* Styles used to color responses (for visual cues) on the Management Wiz Funnies page. */
.funniesWiz {  color: #FFFF00}
.funniesPlayer { color: #FFFFFF}

/* Used on the Management Updates page to mark section headings. */
.updatesHeadings { font-weight: bold; color: #FF0000; text-transform: uppercase; }
/* Used on the Management Updates page to alternate update colors for separation. */
.updatesGray { color: #999999}

/* Not sure where these two are being used */
.wizSponsorees {  text-align: left; vertical-align: top; padding-top: 3px; padding-right: 3px; padding-bottom: 20px; padding-left: 3px; border-color: black black #0000CC}
.wizSponsors { font-family: Verdana, Arial, Helvetica, sans-serif; color: #00CCCC; font-size: 13px; font-weight: bold }

