body
{
    padding: 5px;                   /* global, used by all pages */
    margin: 0px;
    font-family: tahoma;
    background-color: #e5e5e5;
}

hr
{

}

img
{
    border: none;
}

a
{
    font-family: arial;
    font-size: 8pt;
    border: none;
}

a:hover
{
    color: #ff8040;
}

table
{
    width: 100%;
}

tr
{
    text-align: center;
}

td
{
    font-family: tahoma;
    font-size: 8pt;
}

table[id="tableContainer"]               /* Global container tables. Fixed padding and background colours */
{
    padding: 10px;
    height: 100%;
    background-color: #ffffff;
    border: 1px solid #aaaaaa;
    vertical-align: top;
}

table[apzStyle="default"]
{
    border: 1px solid #000000;
}

tr[apzStyle="trHeader"]
{
    height: 22px;
    background-image: url('../images/tableHeader.gif');
    color: #ffff00;
}

tr[apzStyle="trHeader2"]
{
    height: 22px;
    color: #bb0080;
    font-size: 10pt;
    font-weight: bold;
    background-image: url('../images/tableHeader2.gif');
}

tr[apzStyle="trSpacer"]
{
    height: 5px;
}

select
{
    font-family: tahoma;
    font-size: 8pt;
}

select[apzStyle="apzSelect"]
{
    color: #0000ff;                 /* overriden by hover */
}

select[apzStyle="apzSelect"]:hover
{
    background-color: #cccccc;
}

input
{
    font-family: tahoma;
    font-size: 8pt;
}

input[apzStyle="apzButton"]
{
    border: 1px solid #000000;
    background-color: #cccccc;
}

input[apzStyle="apzButton"]:hover
{
    border: 2px solid #000000;
    background-color: #ccccff;
}

input[apzStyle="apzText"]
{
    font-family: tahoma;                /* fixed properties */
    font-size: 8pt;
    padding-left: 4px;
    border: 1px solid #000000;
    color: #0000ff;                     /* overriden by hover */
    background-color: #ffffff;
}

input[apzStyle="apzText"]:hover
{
    color: #ff0000;
    background-color: #cccccc;
}

/* CSS Selectors for navigation bar */

span[apzStyle="logo"]                   /* our Piri logo, as shown on nav bar */
{
    color: #ff0000;
    font-family: arial;
    font-style: italic;
    font-size: 10pt;
}

td[apzStyle="navigationSeperator"]            /* style for TD in navigation bar */
{
    border-right: 1px solid #ffcccc;
}

/* Selectors for drop-down navigation menus */

ul[apzStyle="dropDownUL1"]
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul[apzStyle="dropDownUL2"]
{
    left: -999em;
    width: 160px;
    position: absolute;
    background: #c2c2c2;
    line-height: 30px;
    text-align: left;
    list-style-type: disc;
}

li[apzStyle="dropDownLI1"]
{

}

li[apzStyle="dropDownLI1"]:hover ul
{
    left: auto;
}

a[apzStyle="dropDownA1"]
{
    display: block;
}

a[apzStyle="dropDownA2"]
{
    text-decoration: none;
}

a[apzStyle="dropDownA2"]:hover
{
    color: #ff0000;
}

/* Shortcut Selectors */

.red
{
    color: #ff0000;
}

.blue
{
    color: #0000ff;
}
