﻿.valTitle {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
}
.valSubtitle {
    font-weight: 300;
    font-size: 14px;
    padding-left: 16px;
}
.valMetadata {
    background-color: #f0f0f0;
    border: 1px solid lightgray;
    border-radius: 4px;
    font-weight: 100;
    line-height: 6px;
    font-size: 13px;
    opacity: 0.5;
}
    .valMetadata:hover {
        border: 1px solid lightblue;
        opacity: 1.0;
    }
.valSegment {
}
.valSegmentLink {
    cursor: pointer;
    font-weight: 300;
    text-decoration: none;
}
.valSegmentLink:hover {
    text-decoration: underline;
}
.pathFrame {
    vertical-align: top;
    padding-left: 1px;
    border: 1px solid darkgray;
    border-radius: 4px;
    background-color: #e8e8e8;
    line-height: 12px;
}
.pathLink a {
    text-decoration: none;
}
    .pathLink a:hover {
        text-decoration: underline;
    }

.vlinkBtn {
    margin: 3px;
    background-color: #e8e8e8;
    border: 1px solid gray;
    border-radius: 4px;
    text-decoration: none;
    color: navy;
    line-height: 14px;
    padding-top: 1px;
    width: 18px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.TSK_DV_User {
    width: 120px;
    height: 32px;
    overflow: hidden;
    font-size: 11px;
    border: 2px solid #505050;
    border-radius: 4px;
    padding: 2px;
    background-color: #fce8b7;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
}

.TSK_DV_Owner {
    width: 120px;
    height: 32px;
    overflow: hidden;
    font-size: 11px;
    border: 2px solid #000040;
    border-radius: 4px;
    padding: 2px;
    padding-top: 7px;
    background-color: #b7fcbd;
    cursor: default;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
}

.SourceList {
    text-align: left;
    vertical-align: top;
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
}

.SourceList td {
    vertical-align: top;
}