Forms.css
<STYLE>
BODY
{
BACKGROUND-COLOR: white;
COLOR: black;
FONT-FAMILY: Verdana, Arial, Helvetica;
MARGIN-BOTTOM: 0px;
MARGIN-TOP: 0px
}
.LabelXXSmall
{
FONT-SIZE: xx-small;
TEXT-ALIGN: right
}
.LabelSmall
{
FONT-SIZE: x-small;
TEXT-ALIGN: right
}
.Label
{
TEXT-ALIGN: left
}
DIV.menu
{
BACKGROUND-COLOR: coral;
LEFT: 10%;
POSITION: absolute;
TOP: 85%
}
TABLE.menu
{
COLOR: white;
FONT-WEIGHT: bold
}
TABLE.menu TD.menu
{
CURSOR: hand
}
TR#firstspacer
{
FONT-SIZE: x-small;
HEIGHT: 8pt;
VISIBILITY: hidden;
WIDTH: 1px
}
.LabelLarge
{
BACKGROUND-COLOR: white;
COLOR: black;
FONT-SIZE: large;
FONT-WEIGHT: 500
}
DIV.menuBar
{
BACKGROUND-COLOR: coral
}
DIV#divMenubar
{
BACKGROUND-COLOR: coral
}
TABLE#tblMenuBar
{
}
TABLE#tblMenuBar TD
{
COLOR: white;
CURSOR: default;
FONT-SIZE: 80%;
FONT-WEIGHT: bold;
PADDING-BOTTOM: 0px;
PADDING-LEFT: 5px;
PADDING-RIGHT: 5px;
PADDING-TOP: 0px
}
TABLE#tblMenuBar TD.clsMenuBarItem
{
CURSOR: hand;
FONT-WEIGHT: bold
}
TABLE#tblMenuBar TD.clsMenuBarItem A
{
COLOR: white;
FONT-WEIGHT: bold
}
TABLE#tblMenuBar TD.clsMenuBarItem A:hover
{
COLOR: black
}
.oddrow
{
BACKGROUND-COLOR: #dfdfdf;
FONT-SIZE: x-small
}
.evenrow
{
BACKGROUND-COLOR: #c7c7c7;
FONT-SIZE: x-small
}
.marker
{
BACKGROUND-COLOR: coral;
COLOR: white;
FONT-SIZE: x-small
}
.rollin
{
COLOR: coral
}
.LabelBold
{
FONT-WEIGHT: bold
}
.Text
{
FONT-SIZE: x-small
}
</STYLE>