body {
    font-size: 12px;
    background-color: #FFFFFF;
}

table, tr, td, form, select, input, checkbox, radio, button ,textarea{
    font-size: 12px;
}

button {
    height: 22;
}

td {
    align: right;
    line-height: 14pt;
}
th {
    font-style: normal;
    font-weight: normal;
    line-height: 12pt;
}

tr.title {
    background-color: #cccc00;
}

tr.light {
    background-color: #F6F8F3;
    cursor: hand;
}
tr.dark  {
    background-color: #f7f6e7;
    cursor: hand;
}

tr.selected {
    background-color: #ccffcc;
    cursor: hand;
}
tr.mouseOver {
    background-color: #99ccee;
    cursor: hand;
}
tr.hidden {
    display: none;
}

td.hidden {
    visibility: hidden;
    display: none;
}

input.ipop{
    background-color: #ffcccc;
}
input.pop{
    background-color: #ccffcc;
}

input.disabled {
    disabled: true;
}

input.hiddenInTable {
}

a:link    {  color: #000000; font-size: 12px; background-color: none}
a:visited {  color: #993300; font-size: 12px; background-color: none}
a:hover   {  color: #ff7f2c; font-size: 12px; background-color: none; text-decoration: none;}

li         { list-style-type: circle}
li.disc    { list-style-type: disc}
li.square  { list-style-type: square}
li.circle  { list-style-type: circle}
li.decimal { list-style-type: decimal}



