/*
 * $Header: /cvsroot/tikiwiki/tiki/styles/notheme/notheme-categories.css,v 1.9 2003/11/15 06:42:15 zaufi Exp $
 *
 * Define styles for: Categories
 *
 */

/*
 * Categories
 */

/* Table containing the category path */
table.tcategpath {
    color: InfoText;
    background-color: InfoBackground;
    width: 100%;
    margin-bottom: 30px;
}

td.tdcategpath {
    vertical-align: middle;
}
/* Links to up/top categories */
/* Links to subcategories */
.categpath, .categpath:visited, .categpath:active,
.categlink, .categlink:visited, .categlink:active,
.catname,   .catname:visited,   .catname:active {
    text-decoration: none;
}

.categpath:hover, .categpath:visited:hover,
.categlink:hover, .categlink:visited:hover,
.catname:hover,   .catname:visited:hover {
    text-decoration: underline;
}

/* Table with the subcategories (old way to show subcategories) */
table.subcats {
}

td.tdsubcat:hover {
}

table.catobjects {
    color: WindowText;
    background-color: Window;
    width: 100%;
    border: 3px ridge WindowFrame;
}

td.categobjectsnameeven, td.categobjectsdataodd {
}

td.categobjectsdataeven, td.categobjectsdataodd {
}

/* trees */
div.tree {
    text-align: left;
    padding-left: 1.5em;
}
/* Root of tree (outer div) */
div.tree#top {
    color: WindowText;
    background-color: Window;
    border: 3px ridge WindowFrame;
    padding: 10px 1em 20px 1em;
}

/* Categories lists below WikiPages */
div.catlists {
    font-family: serif;
    font-size: small;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border: 1px outset WindowFrame;
}

div.catlists div.cbox-title {
    font-variant: small-caps;
    text-transform: none;
    margin: 0px;
    padding: 0px 5px;
}

div.catlists div.cbox-data {
    margin: 0px;
    padding: 0px 5px;
}