/* Copyright © 2006-2007 Rivet Software, Inc. All rights reserved. */
/** The following overrides the yahoo tree.css library **

/* Primary tree height */
.ygtvtp {
	height:18px;
}

.ygtvtph {
	height:18px;
}

/* Children tree height */
.ygtvtn {
	height:18px;
}

.ygtvdepthcell {
	height:18px;
}

.ygtvln {
	height:18px;
}

.ygtvblankdepthcell {
    height:18px;
}

/** Customizing folders for yearly reporting **/
/* Last sibling, collapsable */
.fldrlm, .fldrlmh, .fldrlp, .fldrlph, .fldrloading {
    background-color: transparent;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    padding-left: 20px;
}

.fldrlm {
    background-image: url(/images/timeline/folders/lm.gif);
}

/* Last sibling, collapsable, hover */
.fldrlmh {
    background-image: url(/images/timeline/folders/lmh.gif);
}

/* Last sibling, expandable */
.fldrlp {
    background-image: url(/images/timeline/folders/lp.gif);
}

/* Last sibling, expandable, hover */
.fldrlph {
    background-image: url(/images/timeline/folders/lph.gif);
}

/* Last sibling, expandable, hover */
.fldrloading {
    background-image: url(/images/timeline/folders/loading.gif);
}
/** $Author: dev3 $ * $Date: 2007-01-08 10:32:44 -0700 (Mon, 08 Jan 2007) $ * $Rev: 522 $ **/