﻿ .Journal-Con p {
        float: left;
        font-size: 14px;
        color: #414141;
        line-height: 20px;
        padding: 10px 0;
    }

    .uploadify {
        width: 34px;
        height: 46px;
        padding-top: 0px;
        padding-left: 0px;
        border: none;
        margin-top: 0px;
    }

    .uploadify-button {
        background: url(/Content/themes/webpages/images/camera.png ) no-repeat;
        width: 34px;
        height: 46px;
        padding-top: 0px;
        padding-left: 0px;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }

    .uploadify:hover .uploadify-button {
        background: url(/Content/themes/webpages/images/camera.png ) no-repeat;
        width: 34px;
        height: 46px;
        padding-top: 0px;
        padding-left: 0px;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }

    .uploadify-queue {
        margin-bottom: 0em;
    }

    .files {
        background-image: url(/Content/themes/webpages/images/camera.png);
        background-repeat: no-repeat;
    }

    #some_file_queue {
        background-color: #ffffff;
    }


    .MidsState {
        float: left;
        min-width: 200px;
        height: auto;
    }

        .MidsState li {
            float: left;
            width: auto;
            padding-left: 16px;
            background: url(/Content/Themes/Webpages/images/Time.png) no-repeat left;
            margin-left: 5px;
            margin-right: 6px;
            cursor: pointer;
            font-size: 14px;
            color: #818181;
            line-height: 23px;
        }

            .MidsState li:hover {
                color: #15b284;
            }

        .MidsState .on {
            background: url(/Content/Themes/Webpages/images/times.png) no-repeat left;
            color: #15b284;
        }

    .MidsType {
        float: left;
        min-width: 200px;
        height: auto;
    }

        .MidsType li {
            float: left;
            width: auto;
            padding-left: 16px;
            background: url(/Content/Themes/Webpages/images/Time.png) no-repeat left;
            margin-left: 5px;
            margin-right: 6px;
            cursor: pointer;
            font-size: 14px;
            color: #818181;
            line-height: 23px;
        }

            .MidsType li:hover {
                color: #15b284;
            }

        .MidsType .on {
            background: url(/Content/Themes/Webpages/images/times.png) no-repeat left;
            color: #15b284;
        }