a:link{
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}

#infovis-canvaswidget {
    margin: 25px 0 0 25px;
}
.menudiv{
    height: 18px;
    color: #000000;
    cursor: pointer;	
    background-color: inherit;
}
.menudivHover{
    height: 18px;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
}
.menudivTitle{
    height: 18px;
    color: #000000;	
    background-color: inherit
}
.linkFont1 {
    background-color: #0000CC;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.linkFont2 {
    background-color: #00CC66;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth4 {
    background-color: #FFFFFF;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth1 {
    background-color: #FFD700;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth2 {
    background-color: #FFFF00;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth3 {
    background-color: #FFFFAA;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth44 {
    background-color: #FFFFFF;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth11 {
    background-color: #FFD700;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth22 {
    background-color: #FFFF00;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth33 {
    background-color: #FFFFAA;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.depth0 {
    background-color: #FFD700;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: red;
    cursor: pointer;
    font-size: 0.8em;
    padding: 2px 4px;
}
.nodeOff {
    display: none;
}
#menuDiv {
    background-color: #FFFFFF;
    border-radius: 0.4em 0.4em 0.4em 0.4em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    color: #000000;
    min-width : 120px;	
    font-size: 0.8em;
    padding: 10px 4px;
    z-index: 11000;	
}
.redBorder {
    border: 1px solid red;	
}

