﻿.CcsTreeMenu div.AspNet-TreeView ul li
{
    white-space: nowrap;
    padding: 3px 0 2px 0; 
   /* this place style on all elements*/
}

.CcsTreeMenu div.AspNet-TreeView ul ul
{
    margin: 2px 0 2px 20px; 
   /* this place style on all Sub Menus item*/
}

.CcsTreeMenu div.AspNet-TreeView ul li img
{
    border: none;
    vertical-align: middle;
    margin: 0 2px 0 0;
}

.CcsTreeMenu div.AspNet-TreeView li a
{
    text-decoration: none; 
    width:100%;
    /* this place style on all elements with A href*/

}
        .CcsTreeMenu div.AspNet-TreeView li a:hover
        {
            text-decoration: none; 
            cursor:default;/*change to pointer for non link.*/
            /* this place style on all elements with A href*/

        }

.CcsTreeMenu div.AspNet-TreeView li.AspNet-TreeView-Root
{
    color:Red
}

.CcsTreeMenu div.AspNet-TreeView li.AspNet-TreeView-Parent
{
}

.CcsTreeMenu div.AspNet-TreeView li.AspNet-TreeView-Leaf
{
    margin-left: 20px; 
    
}

.CcsTreeMenu div.AspNet-TreeView li.AspNet-TreeView-Leaf a:hover
{
    color:White;
    background-color:Gray;
    cursor: pointer; 
    cursor:hand;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.CcsTreeMenu div.AspNet-TreeView .AspNet-TreeView-ClickableNonlink
{
    cursor: pointer;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.CcsTreeMenu div.AspNet-TreeView .AspNet-TreeView-Collapse
{
    background: url(collapse.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

/* Consider changing the cursor value (below) to something like */
/*     cursor: n-resize;                                        */
.CcsTreeMenu div.AspNet-TreeView .AspNet-TreeView-Expand
{
    background:  url(expand.gif) 0 0 no-repeat;
    width: 15px;
    margin-right: 5px;
    float:left;
    cursor: pointer;
    font-family: Courier;
    font-size: large;
    line-height: 15px;
}

.CcsTreeMenu div.AspNet-TreeView a,
.CcsTreeMenu div.AspNet-TreeView a:visited,
.CcsTreeMenu div.AspNet-TreeView a:active,
.CcsTreeMenu div.AspNet-TreeView a:hover,
.CcsTreeMenu div.AspNet-TreeView a:link
{
    color: #00008B;
}

.CcsTreeMenu div.AspNet-TreeView .AspNet-TreeView-Selected a
{
    font-weight: bold !important;
    color: #8A2BE2 !important;
}

.CcsTreeMenu div.AspNet-TreeView .AspNet-TreeView-Selected ul a
{
    font-weight: normal !important;
    color: #00008B !important;
}
/*LInk buttons style///*/
.webkit, .LinkBtn:link
{
    border: solid 1px #000099;
    color:#000099;
    background-color:#CCCCCC;
    cursor:hand;
    padding:3px;
}

.webkit, .LinkBtn:visited
{
    border: solid 1px #000099;
    color:#000099;
    background-color:#CCCCCC;
    cursor:hand;
    text-decoration:none;
    padding:3px;
    }

.webkit, .LinkBtn:hover
{
    border: solid 1px #000099;
    color:White;
    background-color:#000099;
    text-decoration:none;
    cursor:hand;
    padding:3px;
}

.webkit, .LinkBtn2:link
{
    border: solid 1px #000099;
    color:#000099;
    background-color:#CCCCCC;
    cursor:hand;
    padding:3px;
    white-space:nowrap;
   margin-top:20px;
}

.webkit, .LinkBtn2:visited
{
    border: solid 1px #000099;
    color:#000099;
    background-color:#CCCCCC;
    cursor:hand;
    text-decoration:none;
    padding:3px;
    white-space:nowrap;
    }

.webkit, .LinkBtn2:hover
{
    border: solid 1px #000099;
    color:White;
    background-color:#000099;
    text-decoration:none;
    cursor:hand;
    padding:3px;
    white-space:nowrap;
    margin-bottom:5em;
}

.editlink:link
{
    color:silver;
    cursor:hand;
    padding:3px;
    white-space:nowrap;
   margin-top:20px;
   font-size:x-small;
}

.editlink:visited
{
    color:silver;
    cursor:hand;
    text-decoration:none;
    padding:3px;
    white-space:nowrap;
    font-size:x-small;
    }

.editlink:hover
{
    color:White;
    text-decoration:none;
    cursor:hand;
    padding:3px;
    white-space:nowrap;
    margin-bottom:5em;
    font-size:x-small;
}
