/* Purpose : To center text */ .center { text-align : center; } /* Purpose : To Left Align Text */ .left { text-align : left; } /* Purpose : To right align text */ .right { text-align : right; } .sm_br { line-height : 5px; } #smaller { font-size : 11px; } /* Purpose : Notable Items in the Enrollment Area */ .action { color : #3333ff; } /* Purpose : To highlight the Question on the FAQ */ .question { color : #999966; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 14px; font-weight : bold; } /* Purpose : To format the letter before the actual question in the F.A.Q. */ #qletter { color : #669966; font-size : 16px; font-weight : bold; } /* Purpose : To highlight the Answer on the FAQ */ .answer { font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 13px; } /* Purpose : To format the letter before the actual answer in the F.A.Q. */ #aletter { color : #CC3300; font-size : 16px; font-weight : bold; } /* Purpose : Basic values for most of the standard text content in the site */ .content { color : #000000; font-family : "Times New Roman", Times, serif; font-size : 13px; text-align : justify; } /* Purpose : Format the display of the dates in the event listing on the index pages */ .date { color : #660000; font-weight : bold; } /* Purpose : Format the ANCHOR tag */ A:hover { color : #000000; background-color : #ffff99; } /* Purpose : Basic formating class for all tables */ .format { color : #000000; border : 1px solid #000000; border-collapse : collapse; } /* Purpose : Formating for the HEADER of a table */ .format TH { color : #000000; background-color : #ffcc66; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 14px; border : 1px solid #000000; } /* Purpose : The percentage width of a HEADER of a table */ .format TH#w25 { width : 25%; } /* Purpose : How to format ITALICS in a table HEADER */ .format TH I { color : #ff0000; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 11px; } /* Purpose : Basic formating for a table CELL */ .format TD { color : #000000; background-color : #ffffff; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 11px; border : 1px groove #000000; padding : 4px; } /* Purpose : The percentage width of a CELL in a table */ .format TD#w75 { width : 75%; } /* Purpose : The LINK color for a standard link within a normal table */ .format TD A { color : #336600; } /* Purpose : First row color of a listing of results from the DB */ .format#row2 { color : #ffffff; background-color : #000066; } /* Purpose : The LINK color for the row colors */ .format#row2 A { color : #ffcc66; } /* Purpose : Second row color of a listing of results from the DB */ .format#row3 { color : #ffffff; background-color : #660000; } /* Purpose : The LINK color for the row colors */ .format#row3 A { color : #ffcc66; } /* Purpose : Third row color of a listing of results from the DB */ .format#row4 { font-weight : bold; } /* Purpose : Formating for a field to enter in a password */ .format#password { color : #ff0000; background-color : #ffff99; width : 25%; } /* Purpose : To CENTER content in a format class */ .format#center { text-align : center; } /* Purpose : Text formating for the page footers */ .footer { color : #ffffff; background-color : #000000; font-family : ; font-size : 10px; text-align : left; margin-left : 15px; padding-left : 15px; } /* Purpose : LINK color for footers */ .footer A { color : #ffcc66; } /* Purpose : Text formating for the page footers */ .footer2 { color : #ffffff; background-color : #000000; font-family : ; font-size : 10px; text-align : right; margin-right : 15px; padding-right : 15px; } /* Purpose : LINK color for footers */ .footer2 A { color : #ffcc66; } /* Purpose : Text formating for the page footers */ .header { color : #ffcc00; background-color : #000000; font-family : sans-serif; font-size : 10px; } /* Purpose : LINK color for footers */ .header A { color : #ffcc66; } /* Purpose : Text formating for the page footers */ .side_gutter { background-color : #000000; } /* Purpose : Text formating for the page footers */ .side_gutter_index { background-color : #000000; } /* Purpose : Text formating for the page footers */ .logo { background-color : #000000; } /* Purpose : Format the box field on each page for subheadings */ .subheading { color : #000000; background-color : #ffcc66; font-family : ; font-size : 10px; text-align : left; border : 2px solid #000000; padding : .5em; margin : .5em; } /* Purpose : Format the color of ANCHORS within sub headings */ .subheading A { color : #660000; } /* Purpose : Text display formating for the copy of events On the right hand field of the main page */ .events { color : #000000; background-color : #ffcc66; font-family : ; font-size : 12px; text-align : center; } /* Purpose : To format BOLD items in events listings */ .events B { color : #000000; font-size : 14px; text-align : center; } .events A { } .PhorumListTable { border-style : solid; border-color : Black; border-width : 1px; } .PhorumTableHeader { font-family : "MS Sans Serif", Geneva, sans-serif; font-size: 12px; } .PhorumListRow { font-family : "MS Sans Serif", Geneva, sans-serif; font-size: 12px; height: 21px; } .PhorumListHeader { font-family : "MS Sans Serif", Geneva, sans-serif; font-size : 14px; font-weight : bold; height: 24px; } .PhorumForumTitle { font-family : "MS Sans Serif", Geneva, sans-serif; font-size : 24px; font-weight: bold; } .PhorumTableHeader { font-family : "MS Sans Serif", Geneva, sans-serif; font-size : 18px; font-weight: bold; } .PhorumNav { font-family : "Times New Roman", Times, serif; font-size: 11px; } .PhorumNewFlag { font-family : "Times New Roman", Times, serif; font-size: 12px; color: Red; font-weight: bold; } .PhorumMessage { font-family : "Times New Roman", Times, serif; font-size: 12px; } /* Purpose : Format generally these options throughout the site */ INPUT { background-color : #ffffcc; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 12px; font-weight : bold; } #button { color : #ffffff; background-color : #000000; } /* Purpose : Format generally these options throughout the site */ OPTION { background-color : #ffffcc; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 12px; font-weight : bold; } /* Purpose : Format generally these options throughout the site */ SELECT { background-color : #ffffcc; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 12px; font-weight : bold; } /* Purpose : Format the TEXTAREA to this particular size */ TEXTAREA { background-color : #ffffcc; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 12px; font-weight : bold; width: 400px; } /* Purpose : Set the text color for anything in the form field */ .format INPUT { color : #000000; } /* Purpose : Set the text color for anything in the form field */ .format OPTION { color : #000000; } /* Purpose : Set the text color for anything in the form field */ .format SELECT { color : #000000; } /* Purpose : Set the text color for anything in the form field */ .format TEXTAREA { color : #000000; } .navcolumn { background-color : #660000; } .navcolumn_public { background-color : #000066; } .nav_public { margin-left : 10px; padding-left : 10px; } /* Purpose : Format the actual text for the left hand navigation */ .nav_public_font { color : #ffffff; font-weight : normal; font-family : Arial, Helvetica, sans-serif; font-size : 11px; } /* Purpose : Format the HOVERING feature of links in the navigation */ A.nav_public_font:HOVER { color : #ffffff; background-color : #660000; font-style : normal; } /* Purpose : Format the actual text for the left hand navigation */ .navigation { color : #ffffff; font-weight : normal; font-family : Arial, Helvetica, sans-serif; font-size : 11px; line-height : 15px; margin-left : 5px; padding-left : 5px; } /* Purpose : Format the HOVERING feature of links in the navigation */ A.navigation:HOVER { color : #ffffff; background-color : #000066; font-style : normal; } /* Purpose : Format headings displayed within the navigation area */ .nav_heading { color : #ffce05; font-size : 12px; font-weight : bold; font-family : Arial, Helvetica, sans-serif; text-transform : uppercase; line-height : 22px; margin-left : 3px; padding-left : 3px; } /* Purpose : Format the display of text in a listing if links for navigating through the brother areas. For example the listing on the warriors list */ .navsearch { font-size : 13px; font-weight : bold; font-family : "MS Sans Serif", Geneva, sans-serif; } /* Purpose : Format the display of hovered over ANCHORS in a listing if links for navigating through the brother areas. For example the listing on the warriors list */ A.navsearch:Hover { border : 1px solid #000000; background-color : #ffcc66; padding : 1px 1px 1px 1px; color : #000066; } /* Purpose : Format the links of Page Results Sets to cycle through a series of results */ .navpage { color : #660000; font-weight : bold; font-family : Arial, Helvetica, sans-serif; font-size : 13px; margin-left : 5px; padding-left : 5px; } /* Purpose : Format the current page that is listed in a Paged Result Set */ .navpage#current { border : 1px solid #000000; background-color : #ffcc66; padding : 2px 2px 2px 2px; color : #000066; font-size : 15px; } /* Purpose : Formating error or information display messages */ .error { color : #000000; background-color : #ffcc66; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 14px; text-align : center; border : 2px ridge #000000; margin : 1em 5em 1em 5em; padding : 1em 1em 1em 1em; } /* Purpose : Formating for BOLD items in the error or information listings */ .error#bold { font-weight : bold; } /* Purpose : Formating error or information display messages */ .information { color : #000000; background-color : #ffcc66; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 14px; text-align : center; border : 2px ridge #000000; margin : 1em 5em 1em 5em; padding : 1em 1em 1em 1em; } /* Purpose : Formating for BOLD items in the error or information listings */ .information#bold { font-weight : bold; } /* Purpose : Alternate color display for an information box */ .information#listing1 { color : #ffffff; background-color : #660000; border : 2px ridge #ffcc66; } /* Purpose : Link color for alternate display of information box */ .information#listing1 A { color : #ffff00; } /* Purpose : Alternate coloring for ITALICS */ .information#listing1 I { color : #ffff99; } .information#listing2 { color : #ffffff; background-color : #000066; border : 2px ridge #ffcc66; } /* Purpose : Link color for alternate display of information box */ .information#listing2 A { color : #ffff00; } /* Purpose : Alternate coloring for ITALICS */ .information#listing2 I { color : #ffff99; } /* Purpose : Format the text in a text area of instruction */ .text { color : #000000; font-family : "MS Sans Serif", Geneva, sans-serf; font-size : 14px; text-align : center; margin : 0em 3em 0em 3em; padding : 0em 1em 0em 1em; }