﻿    .dtaheadermenu {
        list-style:none;
        float:right;
    }
    .dtaheadermenu li {
        list-style: none;
        padding: 0px 19px;
        float: left;
        font-size: 18px;
        font-weight: bold;
        margin-top: 30px;
    }
    .divWelcome{height:30px; padding:4px 0px 0px 0px !important;}
    .centerblock{margin-left:auto;margin-right:auto; width:1000px;}
    .dta_history {
        width: 100%;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .historyitem {
        display: inline-block;
        width: 155px;
        background-color: white;
        border: 1px solid #dee2e6;
        text-align:left;
        margin-right:15px;
    }
    .history-text {
        margin: 0px;
        border: 1px solid white;
        border-right: 1px solid #dee2e6;
        text-align: center;
        width: 130px;
        display: inline-block;
        float: left;
    }
    .history-text:hover {
        background-color: #2e6da4;
        color: white;
        border: 1px solid #dee2e6;
        cursor: pointer;
    }
    .history-del {
        text-align: center;
        display: inline-block;
        width: 22px;
        float: left;
        font-size: 12px;
        /*margin-top: 2px;*/
    }

    .history-del:hover {
        background-color: #2e6da4;
        color: white;
        border: 1px solid #dee2e6;
        cursor: pointer;
    }

    /*Account Security*/
.mainContainer {
    width: 1170px;
    height: 640px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto;
}

.regularLink {
    color: blue;
    text-decoration: underline;
}

.frameContent {
    width: 100%;
    height: 100%;
    border: 0px;
}

.leftSection {
    flex-direction: column;
    width: 22%;
    min-width: 260px;
    background: #fbfcfd;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 400px;
    height: 100%;
    float: left;
}

.rightSection {
    float: right;
    width: 72%;
}

.leftmenu {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

    .leftmenu li {
        height: 30px;
        list-style: none;
        text-align: left;
        margin-top: 5px;
        margin-bottom: 5px;
        width: 100%;
        cursor: pointer;
    }

        .leftmenu li a {
            width: 100%;
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 10px;
            display: block;
        }

    .leftmenu a:hover {
        background-color: #dfeaf2;
        color: black;
    }

    .leftmenu .active {
        background-color: #26397e;
        font-weight: 600;
        color: white;
    }

.rightContent {
}

.subTitle {
    margin: 10px 0px;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.subitem {
    margin: 5px 0px;
}

.subitem-title {
    font-weight: 300;
    width: 160px;
    display: inline-block;
}

.subitem-val {
    font-weight: bold;
}
.leftmenu-split {
    height: 2px !important;
}