﻿    
    
    
    /* STYLES FOR THE COMPONENT_ART_TREEVIEW */
    
    
    .compTreeNode {
        color:              #67bee0;
        font-size:          12px;
        font-weight:        bold;
        width:				155px;
        height:             25px;
        padding-left:		15px;
        margin-top:			10px;
        background-image:	url(../../images/controls/mainMenu/itemBackgroundNotSelected.jpg);
        background-repeat:	no-repeat;
        background-position:left top;  
        cursor:				default;      
    }
    
    .compTreeNodeSelected {
        color:              #602d17;
        font-size:          12px;
        font-weight:        bold;
        width:				160px;
        height:             30px;
        padding-left:		15px;
        vertical-align:		middle;
        margin-top:			10px;
        background-image:	url(../../images/controls/mainMenu/itemBackgroundSelected.jpg);
        background-repeat:	no-repeat;
        background-position:left top;
        cursor:				default;              
    }
    
    .compTreeNodeHover {
        color:              #602d17;
        font-size:          12px;
        font-weight:        bold;
        width:				160px;
        height:             30px;
        padding-left:		15px;
        vertical-align:		middle;
        margin-top:			10px;
        background-image:	url(../../images/controls/mainMenu/itemBackgroundSelected.jpg);
        background-repeat:	no-repeat;
        background-position:left top;  
        cursor:				default;         
    }
    
    .compTreeNodeChildSelected {
	    color:              #602d17;
        font-size:          12px;
        font-weight:        bold;
        width:				160px;
        height:             30px;
        padding-left:		15px;
        margin-top:			10px;
        background-image:	url(../../images/controls/mainMenu/itemBackgroundSelected.jpg);
        background-repeat:	no-repeat;
        background-position:left top;  
        cursor:				default;      
    }
    
    .compTreeChildNode {
		color:              #a58979;
        font-size:          12px;        
        height:             25px;
        cursor:				default;      
    }
    
    
    .compTreeChildNodeSelected {
		color:              #a58979;
        font-size:          12px;
        text-decoration:	underline;        
        height:             25px;
        cursor:				default;      
    }
    
    .compTreeChildNodeHover {
		color:              #a58979;
        font-size:          12px;                        
        height:             25px;
        text-decoration:	underline;   
        cursor:				default;           
    }