/* 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;
}
/* td.xxSmall & td.xSmall should match the default td tag with */
/* the exception of size. */
/* ------------------------------------------------------------ */
td.AppXXSmall, td.AppXSmall, td.AppLarge {
font-family: arial;
color: black;
text-align: left;
}
td.AppXXSmall {
font-size: 5.0pt;
}
td.AppXSmall{
font-size: 8.0pt;
}
td.AppLarge {
font-size: 18.0pt;
}
td.AppXXSmallR, td.AppXSmallR, td.AppLargeR {
font-family: arial;
color: black;
}
td.AppXXSmallR {
font-size: 4.0pt;
text-align: right;
}
td.AppXSmallR{
font-size: 7.0pt;
text-align: right;
}
td.AppLargeR {
font-size: 18.0pt;
text-align: right;
}
td.AppXXSmallC, td.AppXSmallC, td.AppLargeC {
font-family: arial;
color: black;
}
td.AppXXSmallC {
font-size: 4.0pt;
text-align: center;
}
td.AppXSmallC{
font-size: 7.0pt;
text-align: center;
}
td.AppLargeC {
font-size: 18.0pt;
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: 10pt;
font-family: arial;
font-weight: bold;
color: #cccccc;
background-color: #333399;
}
.appBlkBarC {
text-align: center;
}
.appBlkBarR {
text-align: right;
}
.appBlkBarL {
text-align: left;
}
/* 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;
}
/* 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;
}
.appFormButtons {
background-color: #FFFFE0;
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;
}