/* A.subitem classes can be used to display the visited link as */ /* different color. */ /* ------------------------------------------------------------ */ A.subitem:visited, A.subitem:link, A.subitem:hover { font-family : Arial; font-weight : bold; font-style : normal; /* text-decoration : none; */ } A.subitem:visited { color : #669999; } A.subitem:link { color : #003399; } A.subitem:hover { color : #cc0000; } /* td.aRight & td.aCenter should match the default td tag with */ /* the exception of alignment. */ /*------------------------------------------------------------ */ td.aRight, td.aCenter { font-size: 9.5pt; font-family: arial; color: black; } td.aRight { text-align: right; } td.aCenter{ text-align: center; } /* the table.appDataEntry class is used to create a table for */ /* the purposes of data entry. Presently this style does not */ /* have any special design but should be used in case we decide */ /* to do something special with data entry tables. */ /* The actual data entry table should be encased with a table */ /* using this style. */ /* ------------------------------------------------------------ */ table.appDataEntry { padding: 0px; } /* the tr.shaded class is used to produce an accent row in a */ /* table. for list tables the accent can be every other row */ /* to make it easier to read. for financial tables the accent */ /* should be on summary lines. */ /* ------------------------------------------------------------ */ tr.appshaded { background-color: #F5F5F5; } /* the hr.appListEnd will produce a thin line to highlight the */ /* end of a list. */ /* ------------------------------------------------------------ */ hr.appListEnd { height: 1px; color: cccccc; } /* the blkBar classes are used for the black bar with white */ /* lettering which is a standard for CompNet. Each class is */ /* further distinguished by it's alignment. You should follow */ /* this element with an empty row with a height of 8 or so. */ /* ------------------------------------------------------------ */ .appBlkBarC, .appBlkBarR, .appBlkBarL { font-size: 10pt; font-family: arial; font-weight: bold; color: white; background-color: #333399; } .appBlkBarC { text-align: center; } .appBlkBarR { text-align: right; } .appBlkBarL { text-align: left; } /* the ltBar classes are used for the lighter bar with dark */ /* lettering which is a standard for CompNet. Each class is */ /* further distinguished by it's alignment. */ /* ------------------------------------------------------------ */ .appLtBarC, .appLtBarR, .appLtBarL { font-size: 11pt; font-family: arial; font-weight: bold; color: white; background-color: #333399; padding: 2px; } .appLtBarC { text-align: center; } .appLtBarR { text-align: right; } .appLtBarL { text-align: left; } /* the buttons class can be used to provide a standardized way */ /* to highlight a row of forms buttons. */ /* ------------------------------------------------------------ */ appButtons { background-color: #333399; border: 2px solid white; padding: 5px; width: 100%; text-align: right; } .appButtons { text-align: right; } /* the msg class provides a standardized way to display some */ /* kind of special message to the user such as an invalid */ /* logon attempt or no data meets criteria. */ /* ------------------------------------------------------------ */ .appMsg { border-top: 1px solid #990000; border-bottom: 1px solid #990000; padding: 3px; font-weight: bold; font-size: .85em; color: black; } /* Font styles */ /* ------------------------------------------------------------ */ .appXXSmall { font-weight: none; font-size: .75em; color: #777777; } .appXXSmallBlack { font-weight: bold; font-size: .75em; color: black; }.appSmall { font-weight: bold; font-size: .8em; color: #000000; } .appXXSmallRed { font-weight: bold; font-size: .8em; color: #990000; } .appSmallRed { font-weight: bold; font-size: .8em; color: #990000; } .appMedRed { font-weight: bolder; font-size: .85em; color: #990000; } .appSmallMsg { font-weight: bold; font-size: .8em; color: black; padding: 1px; } .appXXSmallMsg { font-size: .75em; color: #777777; padding: 1px; } .appReqFlag { font-size: 1.1em; font-family: arial; font-weight: bold; color: #990000; padding: 1px; } .appReqText { font-size: .7em; font-family: arial; font-weight: lighter; color: black; padding: 1px; } /* the Color classes define the lines surrounding the forms */ /* ----------------------------------------------------------- */ .appColor1 { background-color:#00264D; } .appColor2 { background-color:#000000; } .appColor3 { background-color:#F5F5F5; } /* the PageHead class is used for the text in the header page */ /* ----------------------------------------------------------- */ .iFilePageHead { font-size: 1.5em; font-family: arial; color: #00264D; text-align:center; font-weight: bold; vertical-align:middle; background-color:#F5F5F5; } .iFileAppPageHead { font-size: 1em; font-family: arial; color: #00264D; text-align:center; font-weight: bold; vertical-align:middle; background-color:#F5F5F5; } /* the FormID classes define the form name in the header */ /* ----------------------------------------------------------- */ td.iFileFormID { background-color:#F5F5F5; text-align:center; vertical-align:middle; } div.iFileFormID { font-family: arial; color: #00264D; font-weight: bold; font-size: .9em; } div.iFileFormID2 { font-family: arial; color: #00264D; font-weight: bold; font-size: 1.2em; } /* the Buttons class defines the navigation buttons */ /* ----------------------------------------------------------- */ input.iFileButtons { font-family: arial; color: white; font-weight: bold; text-align: center; background-color:#333399; } /* the Buttons class defines the navigation buttons */ /* ----------------------------------------------------------- */ tr.iFileButtons { background-color:#333399; } td.appButtons {text-align: right; } p.appButtons {text-align: right; } p.Buttons {text-align: right;} /* the ProgBar class defines td cells at top of page for */ /* progress. (This group is smaller font) */ /* ----------------------------------------------------------- */ td.iFileProgBarLt { color:#990000; font-weight: bold; text-align: center; font-size: .75em; background-color:#FDFDFD; } td.iFileProgBarDk { text-align: center; background-color:#F5F5F5; } A:link.iFileProgBar { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .75em; text-decoration : none; } A:visited.iFileProgBar { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .75em; text-decoration : none; } A:hover.iFileProgBar { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .75em; text-decoration : none; } /* the ProgBar class defines td cells at top of page for */ /* progress. (This group is a larger font) */ /* ----------------------------------------------------------- */ td.iFileProgBarLgLt { color:#990000; font-weight: bold; text-align: center; font-size: .9em; background-color:#FDFDFD; } A:link.iFileProgBarLg { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .9em; text-decoration : none; } A:visited.iFileProgBarLg { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .9em; text-decoration : none; } A:hover.iFileProgBarLg { color : #990000; font-family : Arial; font-weight : bold; font-style : normal; font-size: .9em; text-decoration : none; }