root
{ 
    display: block;
}

body
{
    background-color: white;
    color: #000;
}

input
{
    font-size: 12px;

    background-color: #fff;
    color: #111;

    border: 1px solid #aaa;

    padding: 2px;
}

select, textarea
{
    font-size: 12px;

    background-color: #fff;
    color: #111;

    border: 1px solid #666;

    padding: 1px;
}

button
{
    font-size: 12px;
}

a:link
{
    color: #003687;
    text-decoration: none;
}

a:visited
{
    color: #876398;
    text-decoration: none;
}

a:hover
{
    color: #385caf;
    text-decoration: underline;
}

a:active
{
    color: #385caf;
    text-decoration: underline;
}

/*
@font-face {
       font-family: "Nanum Gothic";
       src: local("Malgun Gothic"),
            url("fonts/NanumGothic.ttf") format("truetype");
}
*/

body, tr, td, div, input, textarea, select
{
    font-family: Gulim, Dotum, SunGulim, Eunjin;
    font-size: 12px;
}

.text-normal
{
    color: #000;
}

.text-middlelight
{
    color: #ff9900;
}

.text-highlight
{
    color: #f00;
}

.text-gray
{
    color: #777;
}

.text-invisible
{
    color: #fff;
}

.text-small
{
    font-family: Tahoma, SunGulim, Eunjin;
    font-size: 10px;
}

.text-large
{
    font-size: 14px;
}

.bgcolor-highlight
{
    background-color: #ffff70;
}

.articleList
{
    border:1px solid #a2a2a2;
    padding: 0;
}

.articleList_th
{
    background-color: #f4f4f4;
    font-weight: bold;
    /* text-align: center; */
    height: 30px;
}

.articleList_td
{
    background-color: #fbfbfb;
    height: 30px;
}

.articleList_td_reading
{
    background-color: #ebf5ff;
    height: 30px;
    font-weight: bold;

    border: 1px solid #e3e3ec;
}

.noticeList_td
{
    background-color: #fafaff;
    height: 30px;
    font-weight: bold;
}

.noticeList_td_reading
{
    background-color: #f0f0ff;
    height: 30px;
    font-weight: bold;
    
    border: 1px solid #d2dbe5;
}

.articleView
{
    border:1px solid #a2a2a2;
    padding: 0;
}

.articleView_th
{
    background-color: #fafafa;
    color: #7c5c8b;

    /* text-align: center; */
    font-weight: bold;
    height: 30px;

    min-width: 80px;
}

.articleView_td
{
    padding: 3px 10px 3px 10px;
}

.articleView_td_body
{
    color: #000;
    padding-top: 10px;
    padding-bottom: 5px;

    line-height: 1.4;
}

.commentList
{
    background-color: #fff;
}

.commentList_th
{
    color: #555;
    
    border: 1px solid #ccc;
    padding: 0;

    background-color: #fafafa;
}

.commentList_th_unfoldable
{
    color: #696a77;

    border: 1px solid #d9dbe0;
    padding: 0;

    background-color: #eff3f8;
}

.commentList_th_open
{
    color: #535462;

    border: 1px solid #c6ccd8;
    padding: 0;

    background-color: #ebf4ff;
}

.commentList_th_body
{
    padding: 4px 4px 0 4px;
    
    height: 20px;
}

.commentList_th_unfoldinfo
{
    color: #3c4fc1;
}

.commentList_th_foldinfo
{
    color: #596bd4;
}

.commentList_td
{
    padding: 12px 6px 12px 6px;

    line-height: 1.4;
    overflow: visible;

    color: #252525;
    background-color: #fff;
}

.commentList_td_writeform
{
    display: none;
    padding-bottom: 5px;
}

.commentList_delete
{
    background-color: #fff;

    width: 240px;
    padding-top: 3px;
    padding-bottom: 3px;

    border: 1px solid #ccc;

    position:static;
    float:right;

    display: none;
}

.uploadedFileList
{
    overflow: auto;
    
    min-height: 13px;
    border: 1px solid #ccc;

    margin: 4px 0 1px 0;

    padding: 3px;
}

.uploadedFileItem
{
    color: #666;
    font-size: 11px;
    
    padding-bottom: 3px;
}

.fileUploadButton
{
    width: 120px;

    padding: 9px 0 9px 5px;

    background-image: url('button_upload_bg.gif');
    background-repeat: no-repeat;

    text-align: center;
}

