/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.txt
Version: 0.11.3
*/

/*
 * There are four styled levels of the tree
 * After the first level the styles are all quite similar
 */

/* clickable anchors that expand and collapse sections */

/* first or middle sibling, no children */
.ygtvtn {width:15px; line-height:15px;}
/* level two */
.level0 div.ygtvitem td.ygtvtn {width:25px;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvtn {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvtn {width:45px;}

/* first or middle sibling, collapsable */

/* level one */
.ygtvtm {width:15px; line-height:15px;cursor:pointer ;}
.level0 td.ygtvtm {background: url(/ARAV/img/tree/mainminus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvtm {width:25px;background: url(/ARAV/img/tree/subminus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvtm {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvtm {width:45px;}


/* first or middle sibling, collapsable, hover */

.ygtvtmh {
	width:15px; line-height:15px;  
	cursor:pointer ;
}
/* level one */
.level0 td.ygtvtmh {background: url(/ARAV/img/tree/mainminus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvtmh {width:25px;background: url(/ARAV/img/tree/subminus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvtmh {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvtmh {width:45px;}

/* first or middle sibling, expandable */
.ygtvtp {
	width:15px; line-height:15px;  
	cursor:pointer ;
}
/* level one */
.level0 td.ygtvtp {background: url(/ARAV/img/tree/mainplus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvtp {width:25px;background: url(/ARAV/img/tree/subplus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvtp {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvtp {width:45px;}

/* first or middle sibling, expandable, hover */
.ygtvtph {
	width:15px; line-height:15px;  
	cursor:pointer ;
}
/* level one */
.level0 td.ygtvtph {background: url(/ARAV/img/tree/mainplus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvtph {width:25px;background: url(/ARAV/img/tree/subplus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvtp {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvtp {width:45px;}

/* last sibling, no children */
.ygtvln {width:15px; line-height:15px;   }
/* level two */
.level0 div.ygtvitem td.ygtvln {width:25px;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvln {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvln {width:45px;}

/* Last sibling, collapsable */
.ygtvlm {width:15px; line-height:15px;  cursor:pointer ;background: url(/ARAV/img/tree/subminus.gif) 10px 10px no-repeat;}
/* level one */
.level0 td.ygtvlm {background: url(/ARAV/img/tree/mainminus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvlm {width:25px;background: url(/ARAV/img/tree/subminus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvlm {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvlm {width:45px;}

/* Last sibling, collapsable, hover */
.ygtvlmh {width:15px; line-height:15px;cursor:pointer;background:url(/ARAV/img/tree/subminus.gif) 10px 10px no-repeat; }
/* level one */
.level0 td.ygtvlmh {background: url(/ARAV/img/tree/mainminus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvlmh {width:25px;background: url(/ARAV/img/tree/subminus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvlmh {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvlmh {width:45px;}

/* Last sibling, expandable */

.ygtvlp {width:15px;line-height:15px;cursor:pointer;}
/* level one */
.level0 td.ygtvlp {background: url(/ARAV/img/tree/mainplus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvlp {width:25px;background: url(/ARAV/img/tree/subplus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvlp {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvlp {width:45px;}

/* Last sibling, expandable, hover */

.ygtvlph {width:15px;line-height:15px;cursor:pointer;}
/* level one */
.level0 td.ygtvlph {background: url(/ARAV/img/tree/mainplus.gif) 10px 10px no-repeat;}
/* level two */
.level0 div.ygtvitem td.ygtvlph {width:25px;background: url(/ARAV/img/tree/subplus.gif) right no-repeat;}
/* level three */
.level0 div.ygtvitem div.ygtvitem td.ygtvlph {width:35px;}
/* level four */
.level0 div.ygtvitem div.ygtvitem div.ygtvitem td.ygtvlph {width:45px;}


/* Loading icon */
.ygtvloading { 
	width:15px; line-height:15px;  
	background: url(/ARAV/img/tree/loading.gif) 10px 10px no-repeat; 
}

/* the style for the empty cells that are used for rendering the depth 
 * of the node */
.ygtvdepthcell { width:15px; line-height:15px;display:none;}
.ygtvblankdepthcell { width:1px; height:22px;display:none; }

/* the style of the div around each node */

/*level one*/
.level0 table {width:184px;height:34px;background:url(/ARAV/img/tree/mainbgrd.gif) no-repeat;margin-top:1px;}

/*level two*/
.level0 div.ygtvitem table {width:184px;height:20px;background-image:none;background-color:#E4E4E4;margin-top:0px;margin-left:0px;margin-right:0px;margin-bottom:-1px;}

/*level three*/
.level0 div.ygtvitem div.ygtvitem table {width:184px;height:20px;background-image:none;background-color:#ECECEC;margin-top:0px;margin-bottom:-1px;}

/*level four*/
.level0 div.ygtvitem div.ygtvitem div.ygtvitem table {width:184px;height:20px;background-image:none;background-color:#f4f4f4;margin-top:0px;margin-bottom:-1px;}


/* the style of the div around each node's collection of children */
.ygtvchildren { }   

/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
	background:transparent;
	margin:0px; 
	text-decoration: none;
	display:block;
	color:#003480;
}

.level0 a.ygtvlabel, .level0 a.ygtvlabel:link, .level0 a.ygtvlabel:visited, .level0 a.ygtvlabel:hover { 
	font-weight:bold;
	background:transparent;
	padding:7px 0px 0px 0px;
}

.level0 div.ygtvitem a.ygtvlabel, .level0 div.ygtvitem a.ygtvlabel:link, .level0 div.ygtvitem a.ygtvlabel:visited, .level0 div.ygtvitem a.ygtvlabel:hover { 
	font-weight:normal;
	background:transparent;
	padding:0px;
}

.hlight a.ygtvlabel, .hlight a.ygtvlabel:link, .hlight a.ygtvlabel:visited, .hlight a.ygtvlabel:hover { 
	font-weight:bold !important;
	background:transparent;
}

.hlight div.ygtvitem a.ygtvlabel, .hlight div.ygtvitem a.ygtvlabel:link, .hlight div.ygtvitem a.ygtvlabel:visited, .hlight div.ygtvitem a.ygtvlabel:hover { 
	font-weight:normal !important;
	background:transparent;
}

.hlightch a.ygtvlabel, .hlightch a.ygtvlabel:link, .hlightch a.ygtvlabel:visited, .hlightch a.ygtvlabel:hover { 
	font-weight:bold !important;
	background:transparent;
}

.ygtvspacer { width: 10px; margin: 2px; }

.level0 table tbody tr td {background:none;}
