
/* the style of the text label in ygTextNode */
.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover, .ygtvDirCatlabel{ 
    margin-left:0px;
    text-decoration: none;
    /*background-color: white;  workaround for IE font smoothing bug */
	cursor:pointer;
}


.ygtvhiglight1 {
	background-color: #cdcdcd;
	border: none;
}


.ygtvtable {width: 100%; margin: .25em 0px ;}

.ygtvDirCatChildren {
	margin-top: .2em;
	padding: .25em;
	border: 1px solid #cdcdcd;
}


.ygtvlabel{  
	 padding: .1em;
	 display: block; 
	 margin: 0px;
	 background-color: white !important;
	 background-position: 1px 50%;
	 background-repeat: no-repeat;
	 color: #0c2774;
	 
}


table.ygtv-highlight1 .ygtvlabel {
	color: #333;
	font-weight: bold;
}


.ygtvdepth0 .ygtvlabel {
	
	padding-left: 0px;
	
}

.ygtvdepth1 .ygtvlabel {
	padding-left: 16px;
	
}

.ygtvdepth2 .ygtvlabel {
	padding-left: 24px;
	background-position: 9px 50%;
}

.ygtvdepth3 .ygtvlabel {
	padding-left: 30px;
	background-position: 16px 50%;
}

.ygtvdepth4 .ygtvlabel {
	padding-left: 40px;
	background-position: 27px 50%;
	
}



.ygtvDirCatlabel{  padding: .2em; padding-left: 20px; display: block; margin: 0px;}

.ygtvicon_top_last {  background: #cdcdcd }
.ygtvicon_top {background: #0c2774 url(/images/template/bullets/whiteArrowColapsed.gif) no-repeat 4px 50%; color: white; font-weight: bold;}
.ygtvicon_top_expand {background: #0c2774 url(/images/template/bullets/whiteArrowExpand.gif) no-repeat 4px 50%;}

/* type e=expand, c=collapse(collapase), n=none(no children) */
.ygtvDirCatIcon_e{background: #0c2774 url(/images/template/bullets/whiteArrowExpand.gif) no-repeat 4px 50%; color: white; font-weight: bold;}
.ygtvDirCatIcon_c{background: #cdcdcd url(/images/template/bullets/greyArrow.gif) no-repeat 4px 50%; color: white; font-weight: bold; color: #333;}
.ygtvDirCatIcon_n{background: #cdcdcd;}

/* type e=expand, c=collapse(collapase), n=none(no children) */
.ygtvSubCatIcon_e{background-image: url(/images/template/bullets/blueArrowSmallExpand.gif)   !important;}
.ygtvSubCatIcon_c{background-image: url(/images/template/bullets/blueArrowSmall.gif) ;}
.ygtvSubCatIcon_n{background-image: none;}

table.ygtv-highlight1 .ygtvSubCatIcon_e{
											background-color: #cdcdcd !important;
											background-image: url(/images/template/bullets/greyArrowExpand.gif) !important;}

table.ygtv-highlight1 .ygtvSubCatIcon_c{background-color: white !important;
background-image: #cdcdcd url(/images/template/bullets/greyArrow.gif) !important;}

table.ygtv-highlight1 .ygtvSubCatIcon_n{background-color: #cdcdcd !important;}

table.ygtv-highlight1 .ygtvSubCatIcon_loading{ 
background-color: white !important;
background-image: url(/javascript/yui/build/treeview/assets/skins/sam/treeview-loading.gif) !important; 
background-position: 0px 50%;
color: #999 !important;
}


