<!--

/*
 * nexus.css
 *
 * Copyright (C) 2001 PlaneShift Team (info@planeshift.it, http://www.planeshift.it)
 *
 * Credits : Greg von Beck
 *                ...
 *
 * This source code is property of the PlaneShift Team; you can use it
 * and/or redistribute it and/or modify it under the terms of the
 * PlaneShift License.
 *
 * You should have received a copy of the PlaneShift License along with
 * this file; if not, you can get a copy of it at http://www.planeshift.it
 * or writing at info@planeshift.it
 *
 * Creation Date: 6/15/03
 * Description : this page setups the custon style sheet used throughout the app.
 *                  ...
 *
 */

-->

<STYLE>
BODY
{
    BACKGROUND-COLOR:white
}

TABLE
{
    BORDER-RIGHT:0px;
    BORDER-LEFT:0px;
    BORDER-TOP:0px;
    BORDER-BOTTOM:0px
}

A:visited
{
    COLOR: blue
}

.disclaimer
{
    COLOR: white;
    BACKGROUND-COLOR: gray
}

.documents TABLE
{
    MARGIN:2px
}

.documents TH
{
    COLOR: white;
    BACKGROUND-COLOR:black;
    BORDER-RIGHT:gray thin solid;
    BORDER-LEFT:gray thin solid;
    BORDER-TOP:gray thin solid;
    BORDER-BOTTOM:gray thin solid
}

.documents TD
{
    BORDER-RIGHT:gray thin ;
    BORDER-LEFT:gray thin ;
    BORDER-TOP:gray thin ;
    BORDER-BOTTOM:gray thin
}

.task TABLE
{
    MARGIN: 2px
}

.task TH
{
    ALIGN: right;
    BORDER-RIGHT:0px;
    BORDER-LEFT:0px;
    BORDER-TOP:0px;
    BORDER-BOTTOM:0px
}

.taskTH A
{
    COLOR: white;
    TEXT-DECORATION: none
}

.taskTH A:hover
{
    COLOR: white;
    TEXT-DECORATION: underline
}

.task TD
{
    BORDER-RIGHT:0px;
    BORDER-LEFT:0px;
    BORDER-TOP:0px;
    BORDER-BOTTOM:0px
}
</STYLE>
