/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    FONT-FAMILY: Trebuchet MS, Tahoma, Helvetica, sans-serif;
    FONT-SIZE:  0.8em;
}

.small
{
    font-variant: small-caps;
    FONT-SIZE: 0.8em;    
}

H1
{
    font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;    
    color: #5e5e5e;
    font-variant: small-caps;
    FONT-SIZE: 1.4em;    
    font-weight: bold;
    text-decoration: underline;
}
H1.middle
{
    text-align: center;
}

DIV
{
    font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;    
}
DIV.contact
{
    background-color: #efefef;
    font-size: 0.95em;
}
DIV.copyright
{
    margin-left: 2.5%;
    font-size: 0.75em;    
}
SPAN.error
{
    color: red;
    FONT-SIZE: 0.7em;    
}

/* e.g. 3-tab set, 1st tab active:
    ea, a, ai, i, ii, i, li, t      */

/* End-stop tab cells */
TD 
{
    font-family: Trebuchet MS, Verdana, Tahoma, Helvetica, sans-serif;    
    font-size: 0.95em;    
}
TD.ea { background-image: url(tabs/ea.gif); background-repeat: no-repeat; height: 30px; width: 5px; border: 0px; } /* 1st tab Active   */
TD.ei { background-image: url(tabs/ei.gif); height: 30px; width: 5px; border: 0px; } /* 1st tab Inactive */

/* Mid tab cells */
TD.a { background-image: url(tabs/a.gif); background-repeat:repeat-x; height: 30px; border: 0px; }  /* Active   */
TD.i { background-image: url(tabs/i.gif); background-repeat:repeat-x; height: 30px; border: 0px; }  /* Inactive */
A.a { color: black; font-variant: small-caps; font-size: 0.9em; }
A.i { color: white; font-variant: small-caps; font-size: 0.9em; }

/* Mid tab join cells */
TD.ai { background-image: url(tabs/ai.gif); height: 30px; width: 3px; border: 0px; }    /* Active   -> Inactive */
TD.ia { background-image: url(tabs/ia.gif); height: 30px; width: 3px; border: 0px; }    /* Inactive -> Active   */
TD.ii { background-image: url(tabs/ii.gif); height: 30px; width: 3px; border: 0px; }    /* Inactive -> Inactive */

/* Final tab cells */
TD.la { background-image: url(tabs/la.gif); height: 30px; width: 5px; border: 0px; } /* Last tab Active   */
TD.li { background-image: url(tabs/li.gif); height: 30px; width: 5px; border: 0px; } /* Last tab Inactive */

/* Tail cell */
TD.t { background-image: url(tabs/t.gif); background-repeat:repeat-x; height: 30px; border: 0px; } /* Tail after last tab */

