﻿.noticeBox {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 420px;
    height: 520px;
    overflow: hidden;
    background-color: #fff;
}

   .pop_content {
        border:1px solid #000;
    }
        .popupHeader {
            width:100%;
            height:43px;
            background-color:#425563;
            font-size:18px;
            font-weight:normal;
            color:#fff;
            cursor:move;
        }
        .titleText {
            text-align:left;
            padding-left:10px;            
            padding-right:10px;
        }
            .popupHeader .titleText {
                width: 248px;
                padding-top:9px;
                font-weight:bold;
                float:left;
                color:#fff;
            }
            .popupHeader .regDate {
                width:150px;
                padding-top:11px;
                text-align:right;
                padding-right:10px;
                float:left;
            }


        .popupBody {
            width:100%;
            height: 439px;
            background-color:#fff;

            font-weight:normal;
            color:#666666;
            font-size:12px;
        }
            .popupBody .titleBox {
                width: 100%;
                height:30px;
                font-weight:bold;
                padding-top:5px;
                padding-bottom:5px;
                font-size:16px;
            }
            .popupBody .messageBox {
                /*width: 385px;*/
                width:100%;
                height:38px;
                
                /*margin-left:15px;*/
                margin-bottom:10px;
            }
                .popupBody .messageBox .messageTitle {
                    width:120px;
                    height: 40px;
                    padding-top:11px;
                    background-color:#EAE9EA;
                    text-align:center;
                    border-top:1px solid #E5E5E5;
                    border-bottom:1px solid #E5E5E5;
                    float:left;
                }
                .popupBody .messageBox .messageContent 
                {
                    /*min-width: 245px;*/
                    width:278px;
                    height:35px;

                    line-height:1.4em;
                    padding-top:0px;
                    padding-left:20px;
                    padding-bottom:0px;
                                        
                    font-weight:bold;
                    text-align:left;
                    border-top:1px solid #f4f4f4 ;
                    border-bottom:1px solid #f4f4f4 ;
                    background-color:#fff;
                    cursor:default;
                    float:left;
                }
                .popupBody .messageBox.file .messageContent 
                {
                    height:24px;
                    padding-top:11px;
                    padding-bottom:0px;
                    color:#0066CC;
                    
                }
                    .popupBody .messageBox.file .messageContent:hover {
                        text-decoration:underline;
                        cursor:pointer;
                    }
                    .popupBody .messageBox.file .messageContent.empty:hover 
                    {
                        text-decoration:none;
                        cursor:default;
                    }
            .popupBody .fileList {
                /*width:385px;*/
                width:100%;
                max-height:60px;
                padding-bottom:10px;
                display:none;
                /*margin-left:15px;*/
                margin-bottom:5px;
                background-color:#f1f1f1;
                position:relative;
                overflow:auto;
            }
                .popupBody .fileList ul {
                    margin:0px;
                    /*padding:0px;*/
                    padding:5px 0;
                }
                    .popupBody .fileList ul li {
                        list-style:none;
                        /*width: 350px;*/
                        height:13px;
                        margin:5px 0;
                        padding-left:20px;
                        font-weight:normal;
                        font-size:12px;
                        cursor:pointer;
                    }

                        .popupBody .fileList ul li .fileIcon {
                            width:13px;
                            height:13px;
                            background-image:url("../image/Board/ico_disk.gif");
                            background-repeat:no-repeat;
                            background-size:13px 13px;
                            background-position:center top;
                            float:left;
                        }
                        .popupBody .fileList ul li .fileName {
                            width:337px;
                            height:15px;
                            text-align:left;
                            text-indent:5px;
                            color:#0066CC;
                            white-space:nowrap;
                            overflow:hidden;
                            text-overflow:ellipsis;
                            float:left;
                        }
                        .popupBody .fileList ul li .fileSize {
                            color:#000;
                        }  
                            .popupBody .fileList ul li:hover .fileName, 
                            .popupBody .fileList ul li:hover .fileSize {
                                font-weight:bold;
                                text-decoration:underline;
                            }
            .popupBody .contents 
            {
                /*width: 385px;
                height:255px;
                font-size:13px;
                margin-top:20px;
                margin-left:15px;
                padding-top:0px;
                /*border:1px solid #000;
                overflow:auto;*/

                /*width:415px;*/
                width:100%;
                /*height:auto;*/
                height:290px;
                /*max-height: 397px;*/
                margin-top:0px;
                margin-left:0px;
                margin-right:0px;
                text-indent:10px;
                
                overflow-y:auto;
                overflow-x:auto;
            }
        .popupFooter {
            width:100%;
            height:36px;
            background-color:#EAE9EA;
        }
            .popupFooter .unopenMessage 
            {
                width: 278px;
                height: 20px;
                margin-left:20px;
                margin-top:9px;
                margin-bottom:3px;
                float:left;
            }
            .popupFooter .btnClose {
                width:120px;
                height: 36px;
                padding-top:7px;
                background-color:#425563;
                color:#fff;
                cursor:pointer;
                text-align:center;
                float:right;
            }
            .popupFooter .btnClose:hover 
            {
                background-color:#2b4a60;
            }

.current
{ 
    z-index:5 !important;
}