/* 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 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: ffffdd; } /* the hr.appListEnd will produce a thin line to highlight the */ /* end of a list. */ /* ------------------------------------------------------------ */ hr.appListEnd { height: 1px; color: 000000; } /* 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. */ /* ------------------------------------------------------------ */ .appBlkBarC, .appBlkBarR, .appBlkBarL { font-size: 12.5pt; font-family: arial; font-weight: bold; color: #F5F5F5; background-color:#333399; } .appBlkBarC { text-align: center; } .appBlkBarR { text-align: right; } .appBlkBarL { text-align: left; } /* the buttons class can be used to provide a standardized way */ /* to highlight a row of forms buttons. */ /* ------------------------------------------------------------ */ .appButtons { background-color: #ffffff; border: 2px solid white; padding: 5px; width: 100%; text-align: center; } /* 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 red; border-bottom: 1px solid red; padding: 3px; } .AppXXSmall { font-weight: bold; font-size: 70%; color: #000000; } .appXXSmallRed { font-weight: bold; font-size: 70%; color: Red; } /* the form class can be used to provide a standardized way */ /* to set the background color of a form /* ----------------------------------------------------------*/ table.appForm{ background-color: #FFFFE0; border: 2px solid black; padding: 0px; } .appFormButtons { background-color: #FFFFE0; width: 100%; text-align: center; }