﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the TreeView control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */

.PrettyTree 
{
    /*position: relative;*/
}

.PrettyTree div.AspNet-TreeView ul li
{
    white-space:normal;
    padding: 1px 0 0 0; /* importante esta ... */
    /*padding: 3px 0 2px 0; 
    font-size: small;
    font-family: Tahoma;*/
		text-transform:lowercase;

}
.PrettyTree div.AspNet-TreeView ul ul
{
    /*margin: 2px 0 2px 16px;*/
    margin: 0 0 0 16px;
}

.PrettyTree div.AspNet-TreeView ul li img
{
    border: none;
    /*vertical-align: middle;
    margin: 0 4px 0 0;*/
}

.PrettyTree div.AspNet-TreeView li a
{
    text-decoration: none;
    /*padding-left:4px;*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Root
{
    /*background: url(../images/arrow_gray_r.png) 0px -1px no-repeat;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 6px 0;*/
}

.PrettyTree div.AspNet-TreeView li.AspNet-TreeView-Parent
{
    /*background:url(bg-fade-light.png) repeat-x bottom;
    border-top: solid 1px #E7E7E7;
    border-right: solid 1px #D2D2D2;
    border-bottom: solid 1px #D2D2D2;
    border-left: solid 1px #E7E7E7;
    margin:0 4px 6px 0;*/
}

.PrettyTree span /* jsp */
{
    cursor: pointer;
    color:#9d9d9d;
}

.AspNet-TreeView li.AspNet-TreeView-Leaf a
{
    background: url(../images/arrow_gray_r.png) 0px -1px no-repeat;
    text-indent:16px;
	display:block;
}
.AspNet-TreeView-nosubs {
    background: url(../images/arrow_gray_r.png) 0px -1px no-repeat;
    width: 16px;
	display:block;
	
}

li .currentmenu a,  li.currentmenu span, li.currentmenu span a{
    font-weight: bold;
	color: #8fd400;
	}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(../arrow_gray_u.png) 0 -1px no-repeat;
    width: 16px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;
    position: relative;
    font-size: xx-large;
    line-height: 16px;*/
    
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Expand
{

    background: url(../arrow_gray_d.png) 0 -1px no-repeat;
    width: 16px;
    float:left;
    cursor: pointer;
    /*font-family: Courier;
    font-size: xx-large;
    position: relative;    
    line-height: 16px;*/
}

.PrettyTree div.AspNet-TreeView a,
.PrettyTree div.AspNet-TreeView a:visited,
.PrettyTree div.AspNet-TreeView a:active,
.PrettyTree div.AspNet-TreeView a:hover,
.PrettyTree div.AspNet-TreeView a:link
{
    /*color: #00008B;*/
}


.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #9d9d9d !important;
   
}

.PrettyTree div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
	color: #8fd400;
}
.inactivo{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.member_box_inactiv{
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;

}

.member_box_inactiv:hover{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
background:#fbfbfb;


}
.member_box_activ{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.member_box_activ:hover{
background:#EEEEEE;
}


}
.box_activ{
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}
.box_activ:hover{
background: #EEEEEE;

}
.link_activ{
padding: 8px 16px;
}

.link_activ:hover{
padding: 8px 16px;
background: #EEEEEE;
color: #171717;
}

.link_box_class {
    display:inline-block;
    width:100%;
    height:100%;
}

.link_box_class2 {
    display:inline-block;
    width:100%;
    height:100%;
}
.link_box_class2:hover {
    color: #171717;
}