#wpbody-content
{
   padding-top: 20px !important;
}


table.table_data
{
    width: 100%;
}


td.td_data1
{
    background: #AEC0C6;    
    color: #9D0000;
    font-weight: bold; 
    width: 30px;
    text-align: center;
}


td.td_data2
{
    /* width: 500px; */
    text-align: left; 
    padding-left: 5px;
    background: #ffffff;
}


td.td_icon
{
    width: 20px;
    text-align: center;
    background: #ECECC8;
}


td.td_button
{
    width: 140px;
    text-align: center;
    background: #ECECC8;
}


input.T1
{
    width: 450px !important;
}


input.P1
{
    width: 800px !important;
}


textarea.S1
{
    width: 800px !important;
    height: 300px !important;
}


input.R1,
input.R2
{
    width: 800px !important;
}


input.PASSWD1
{
    width: 300px !important;
}


input.R3,
input.R4
{
    width: 400px !important;
}



.AddNewRecArea
{
    width: 500px;
    display: none;    
}


.AddNewRecArea input.submit_button,
.AddNewRecArea input.cancel_button
{
    background: #b3bdd0 none repeat scroll 0 0 !important;
    border: 1px solid #666666;
    float: right;
    height: 30px !important;
    margin-right: 50px;
    width: 100px !important;
}


.AddNewRecArea input.submit_button:hover,
.AddNewRecArea input.cancel_button:hover
{
    color: #800000;
    background: #7785A1;
    cursor: pointer;
    border: 1px solid #313131;
}



img.newitem_button
{
    border: none;
}


a.newitem_link
{
    width: 180px;
    height: 36px;
    display: block;
}


.div_data
{
    width: 100%;
    display: block;
}


.AddNewRecArea input.submit_button_res,
.AddNewRecArea input.cancel_button_res
{
    background: #b3bdd0 none repeat scroll 0 0 !important;
    border: 1px solid #666666;
    float: left;
    height: 30px !important;
    margin-right: 50px;
    width: 100px !important;
}



.AddNewRecArea input.submit_button_res:hover,
.AddNewRecArea input.cancel_button_res:hover
{
    color: #800000;
    background: #7785A1;
    cursor: pointer;
    border: 1px solid #313131;
}





table.table_data,
table.table_data tr,
table.table_data td
{
    /* border: none; */
}



select.dtc
{
    width: 100% !important;
}


p.answer_header
{
    font-size: 15px;
    margin-bottom: 5px !important;
}

p.answer_content
{
    font-size: 15px;
    margin-bottom: 25px !important;
    background: #efefef;
    padding: 10px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #313131;
}


textarea.forum_text
{
    width: 100% !important;
    height: 300px !important;
    font-size: 15px;
    color: #000000;

}

.archive-page-header h3.archive-page-title
{
    display: none !important;
}

/* body.archive.category .logingui, */
/* body.archive.category .answergui, */
.entry-meta h5.entry-date .byline,
.entry-meta h5.entry-date .fa.fa-comments-o,
.entry-meta h5.entry-date a.comments-link,
.site-content .post-navigation,
.site-content .post-comments
{
    display: none !important;
}


input.forum_question_name
{
    width: 100%;
}

