
.ArticleDetailControl {
    background: none repeat scroll 0 0 #ffffff;
    padding: 10px 20px 10px 10px;
    text-align:  justify;
}
.ArticleDetailControl .ArticleContent > table {
    margin: 0 !important;
    width: 100% !important;
}
.ArticleDetailControl .PostDate {
    color: #424242;
    font: italic 12px arial;
    margin-bottom: 8px;
    text-align: right;
}
.ArticleDetailControl .ArticleHeader {
    color: #222222;
    font: bold 12pt arial;
    margin: 0 0 10px;
    text-align: left;
}
.ArticleDetailControl .ArticleSummary {
    font: italic bold 10pt arial;
    margin: 20px 0;
    text-align: justify;
}
.ArticleDetailControl .ImgDetailImage {
   width:1px;
   opacity:0;
}
.ArticleDetailControl .ArticleContent img {
    height: auto !important;
    margin: 10px 0;
    width: 450px !important;
}
.ArticleDetailControl .ArticleContent {
    clear: both;
}
.ArticleDetailControl .EmptyNote {
    color: #ff6a00;
    font-size: 18px;
}

.ArticleDetailControl .UtilBar {
    padding: 20px 0;
    text-align: right;
}
.ArticleDetailControl .UtilBar .Print {
    background: url("images/print.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    width: 22px;
}
.ArticleDetailControl .UtilBar .Email {
    background: url("images/email.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 22px;
    width: 22px;
}

.ArticleDetailControl .tool {
        height: 40px;
        background: #fff;
        text-align: right;
        display:inline-block;
        width:100%;
        padding-top: 0;
        cursor: pointer;
}
.ArticleDetailControl .tool span.line_height_increase {
	padding-right: 5px;
    background: url(images/line-height-increase.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.ArticleDetailControl .tool span.line_height_decrease {
    background: url(images/line-height-decrease.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    display: inline-block;
}
.ArticleDetailControl .tool span.font_plus {
        background: url(images/up.png) no-repeat 0 0;
        width: 31px;
        height: 31px;
        display: inline-block;
        vertical-align: top;
}
.ArticleDetailControl .tool span.font_minus {
        background: url(images/down.png) no-repeat 0 0;
        width: 31px;
        height: 31px;
        display: inline-block;
        margin-right: 5px;
        vertical-align: top;
}
.ArticleDetailControl .tool .print{
        background: url(images/p.png) no-repeat left top;
        width: 40px;
        height: 31px;
        display: inline-block;
        vertical-align: top;
        line-height: 31px;
        font-size: 14px;
        font-weight: bold;
        color: #0051a0;
}
.ArticleDetailControl .tool .audio {
        background: url(images/audio.png) no-repeat 0 0;
        width: 45px;
        height: 35px;
        border:none;
        cursor: pointer;
}
.ArticleDetailControl .ArticleContent table td, .ArticleDetailControl .ArticleContent table th, .ArticleDetailControl .ArticleContent table tr{
    border-width: thin;
}
.ArticleDetailControl .tool input::after {
        content:' ÃƒÆ’Ã¢â‚¬Å¾Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚Â»Ãƒâ€šÃ‚Âc bÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â i viÃƒÆ’Ã‚Â¡Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚Â¿t ';
        font-weight: bold;
        color: #0051a0;
}

@media only screen and (min-width: 769px){
.ArticleDetailControl {
    max-width: 744px; 
}
} 
@media only screen and (max-width: 768px){
.ArticleDetailControl .ArticleContent {
    max-width: 100%;
    overflow: hidden;
    overflow-x: scroll;
}
}

