﻿.separator {
    border-bottom: 2px solid #e67e22;
}


.tabcontent {
    width: 600px;
}

.content {
    padding: 12px 12px 0;
    margin: 3px 0px;
    margin-right: inherit;
    background-color: White;
    position: relative;
    left: 50%;
    margin-right: -30%;
    border: 2px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 10px;
}

.contentname {
    color: #3b5998;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    font-family: Open Sans, Arial, sans-serif;
}

.contenttime {
    color: #9197a3;
    margin-bottom: 11px;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0px;
}

.contenttm {
    color: #9197a3;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 0px;
}

.contentdesc {
    margin-bottom: 5px;
}

    .contentdesc a {
        font-size: 13px;
        text-decoration: none;
        color: Black;
    }

        .contentdesc a:hover {
            text-decoration: underline;
        }

.contentshareicon {
    text-align: right;
    padding: 3px;
    font-size: 12px;
    color: #9197a3;
}

    .contentshareicon p {
        margin: 0px;
        display: inline-block;
        vertical-align: super;
        padding-right: 10px;
    }

    .contentshareicon a {
        background: url(../../../assets/img/icon.png);
        height: 20px;
        width: 20px;
        display: inline-block;
        text-decoration: none;
        vertical-align: text-center;
        margin: 0px 3px;
    }

a.facebook {
    background-position: 0px 0px;
}

    a.facebook:hover {
        background: url(assets/img/icon1.png);
        background-position: 0px 0px;
    }

a.googleplus {
    background-position: 20px 0px;
}

    a.googleplus:hover {
        background: url(/assets/img/icon1.png);
        background-position: 20px 0px;
    }

a.incom {
    background-position: 43px 0px;
}

    a.incom:hover {
        background: url(/assets/img/icon1.png);
        background-position: 43px 0px;
    }

a.twitter {
    background-position: 65px 0px;
}

    a.twitter:hover {
        background: url(/assets/img/icon1.png);
        background-position: 65px 0px;
    }



.menu {
    border-bottom: 1px solid #9E9E9E;
    margin-bottom: 10px;
}

.tab {
    padding: 1px 3px;
    cursor: pointer;
    text-decoration: none;
    color: Black;
    font-size: 12px;
    background-color: #e9eaed;
    border-bottom: 1px solid #9E9E9E;
}

.selected {
    border: 1px solid #9E9E9E;
    border-bottom: 1px solid #e9eaed;
    color: #3a9732;
}


.footer-content {
    font-size: 11px;
    position: relative;
    bottom: 15px;
    right: 10px;
}

.attention {
    border-bottom: 1px solid #555555;
    color: #FFFFFF;
    position: relative;
    bottom: 20px;
    font-size: 10px;
    right: 10px;
}

.useful-links {
    border-bottom: 1px solid #555555;
    padding-bottom: 6px;
    color: Gray;
    position: relative;
    right: 10px;
    font-size: 11px;
    bottom: 30px;
}
