﻿/*For Skin SMapS1*/
/* Node (General) */
.SMapS1_N /*For Skin SMapS1*/
{
    color: #A9BFD7; /*#21*/    
    text-decoration: none;
}
.SMapS1_N:hover, .SMapS1_N:link, .SMapS1_N:visited,.SMapS1_N:active /*For Skin SMapS1*/
{    
    border-bottom-width: 1px; 
    border-bottom-style: dotted;
    border-bottom-color: #A9BFD7; /*#21*/   
}
.SMapS1_N:hover
{
    background-color: #183A5D; /*#24*/
}
/* Bold all SMapS1_xxx */
.SMapS1_PS, .SMapS1_CN, .SMapS1_N, .SMapS1_RN
{
    font-weight: bold;
    padding: 1px 5px 1px 5px;
    
    font-family:  Arial, Helvetica, sans-serif;    
    font-size: 12px;
    font-style: normal; /* italic? */
    font-weight: normal; /* bold? */
}
.SMapS1_RN /* Root Node */
{
    font-weight: bold;
    color: #FFFFFF;
}    
.SMapS1_CN /* Current Node */
{
    font-weight: bold;
    color: #313746; /*#13*/
    background-color: #A9CDE7; /*#30*/
}
.SMapS1_CN:hover /*For Skin SMapS1_CN*/
{  
    border-style: none;
    border-width: 0px;
    /* color: inherit; 
    background-color: inherit; */
}
.SMapS1_PS /* Path Seperator */
{
    color: #657B8B; /*#34*/
}