﻿@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
    display: block;
    margin-bottom: 25px;
    margin-top: 20px;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #c0c0c0;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
    display: block;
    margin-bottom: 25px;
}

/* TitleCard */
.DNNContainer_Title_Card h2 .TitleCard {
    display: block;
    background-color: #CCCCCC;
    margin-bottom: 25px;
    border-left: solid 6px #00f;
    border-left-color: #006666;
    line-height: 40px;
}

.DNNContainer_Title_Border {
    border: 2px #c0c0c0 solid;
    padding: 8px 3px;
    margin-top: 10px;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
}


.DNNContainer_NoTitle_VScroll {
    padding: 3px 10px;
    border: 1px #c0c0c0 solid;
}

.VScroll-ContentPane {
    height: 340px;
    overflow: hidden;
}

.DNNContainer_NoTitle_VScroll .top-btn {
    width: 100%;
    text-align: center;
    padding: 4px 0;
}

.individual_frame {
    background: #fafafa;
    border: 1px #8c8c8c solid;
    padding: 10px;
    border-radius: 5px;
    word-wrap: break-word;
    word-break: normal;
}

    .individual_frame img {
        border: 2px #8e8e8e solid;
    }

    .individual_frame p {
        font-size: 16px;
        height: auto;
        width: 930px;
    }

.TitleBlue {
    background: #009FA2;
    border: 1px #000000 solid;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    color: White;
    height: 40px;
    display: block;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
}


.ShowInfor {
    text-align: center;
    display: none;
    padding: 20px;
    width: 688px;
    margin: auto auto auto -344px;
    background: white;
    z-index: 10000000;
    position: absolute;
    left: 50%;
    top: 50%;
}

.overlay2 {
    background: black;
    opacity: 0.5;
    display: none;
    z-index: 999;
    z-index: 999;
    position: absolute;
    top: 0px;
}

.showinfo-close {
    text-align: right;
}

    .showinfo-close:hover {
        cursor: pointer;
    }

.date-65 {
    width: 65px;
}
