

/* default_header: start */
.headDiv{
    width:100%; height:95px; margin:0 auto;padding:0;
    background: #ffffff;
}

#headDivTop{
    height:95px;

}
.headLeft{
    float: left;
    width:25%;
    height: 95px;
    margin: 0;
    padding:0;
    text-align:left;
    vertical-align:bottom;

    /*background: url("images/logo.png");*/
    /*border: solid #ACC0D8 2px;*/
}
.headRight {
    float: right;
    width: 73%;
    height: 95px;
    margin: 0;
    /*padding: 5px 2px 5px 5px; */
    text-align: right;
    /*border: solid #BBBBBB 2px;*/
}



/* default_footer */
.footDiv{
    width:100%;height:100px;margin:0 auto;padding:0; text-align:center;
    /*border-top: solid #ACC0D8 1px;*/
}


/* contentDiv */
.contentDiv {
    width:100%;height:800px;margin:0 auto; padding:0;
    background-color: aliceblue;
    /*border: solid #ACC0D8 1px;*/
}

.mainDiv{
    width: 100%;
    height: 600px;
    border-top:1px solid #d7b01c;
}


.mainDivTdDiv{
    margin: 0;
    padding:50px;
}

.homePageMenuDiv{
    width: 300px;
    height:200px;
    border: #efd97c 1px solid;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    font-size: 25px;
    text-decoration:none;
    padding:10px;
}


.homePageMenuDiv:hover{
    border: #b19118 1px solid;
    border-radius: 10px;
}

.homePageMenuDiv img{ width:100%; height:auto}

.homePageMenuDiv a { text-decoration:none;}

.mainBarDivLeft{
    text-align:left;
    float: left;
    width: 22%;
    height: 600px;
    background: #deb470;
}
.mainBarDivRight{
    text-align:left;
    float: left;
    width: 78%;
    height: 600px;
}



.noteDiv{
    width: 100%;
    height: 200px;
    border:1px solid #ACC0D8;
    background:#ffffff;
    overflow:scroll;
}

/* inputArticle page: start*/

.middleDiv{
    text-align: center;
}


.leftDiv {
    float: left;
    width: 55%;
    height: 580px;
    font-size: 18px;
}

.rightDiv{
    float: left;
    width: 45%;
    height: 580px;
    overflow:scroll;
    font-size: 18px;
}
/* inputArticle: end*/



/* letter page:start */
.pageTopDiv{
    height: 100px;
}

.pageDiv{
    height: 500px;
}

.pageTableDiv{
    height: 472px;
}
.pageOverflowDiv{
    overflow: auto;
    height: 460px;
    width:900px;
}

.pageBar{
    height: 28px;
    border: #22d8ff;
    background: rgba(174, 211, 216, 0.18);
}
/* letter page: end*/


.formGen{
    width:100%;
    text-align:center;
}


.tableLogin{
    margin:  auto;
    padding: 100px 100px 100px 100px;
    width:   40%;
    height:  300px;
}


.bntNoBorder{
    border: 0;
    outline: none;
}
.opacityImg{
    opacity:0.4;
}

.tdMiddle{
    text-align:center;
    vertical-align:middle;
}




/*----------test-------------*/
.fg_refresh{
    background: cyan;
}