.comment_table {
    width: 100%;
	background-color: #e9f0f4;
	padding: 5px;
	margin: 0 0 0 0px;
	font-size: 9pt;
	border-top: none;
}

*html .comment_table {
    padding: 10px;
}

.comment_table td {
	padding: 0px;
}


#comment_form {
	background: url(/toxsoc/static/images/icon_pen.gif) no-repeat;
}

#id_comment {
    width: 80%;
}

.comment_in {
	width: 100%;
	margin-left: 30px;
}

.comment_in2 {
	background: url(/toxsoc/static/images/comment_line.gif) no-repeat;
	height: 10px;
}

.button_comment_img {
    background: url(../images/comment_button.gif) top no-repeat; 
	width: 58px;
	height: 20px;
	border: 0;
	margin-right: 10px;
}

#list-button {
    padding: 0 12px 0 0;
}

#list-button  a img {
    padding: 0 0 0 6px;
}

#content {
	border-left:1px solid  #e5e0c7;
	border-right:1px solid  #e5e0c7;
	line-height: 19px;
	padding: 12px 10px 0 10px;
	font-family: Tahoma, Dotum;
}

td.content {
    padding: 15pt 10pt 50pt 10pt;
}

.record_form {
    background: url(/toxsoc/static/images/news-detail-top-img.gif) no-repeat top;
    width: 727px;
    font-family: Tahoma, Dotum;
    clear: both;
	margin-top: 5px;
	border-collapse: collapse;
}


.record_form td {
    border-bottom: 1px solid #d4d4d4;
	padding-left: 10px;
}

.record_form th {
    border-bottom: 1px solid #d4d4d4;
	background-color: #dbe3e8;
	text-align: center;
	width: 20%;
	margin: 0 0 0 0;
}



.record_form textarea {
    width: 95%;
	font-size: 9pt;
}

.record_form #id_title, .record_form #id_running_title, .record_form #id_keywords {
    width: 95%;
	font-size: 9pt;
}

.list_table {
    background: url(../images/news-table-th-img.gif) no-repeat top left;
    width: 727px;
    border-bottom: 1px solid #8190af;
    font-family: Tahoma, Dotum;
    clear: both;
	margin-top: 5px;
}

*html .list_table {
	margin-top: -15px;
}

.list_table th {
    font-weight: normal;
    padding: 3px 0 0 0;
    color: white;
	text-align: center;
}

.list_table td {
    height: 24px;
    background: url(../images/table-dot.gif) no-repeat bottom;
    padding: 3px 0 0 0;
}

*html .list_table td {
    height: 21px;
    background: url(../images/table-dot.gif) no-repeat bottom;
    padding: 3px 0 0 0;
}

.list_table a {
    text-decoration: none;
    color: #7b7b7b;
}

.list_table a:hover {
    color: #374561;
}

.detail_table {
    border-bottom: 0px solid #8190af;
    text-align: left;
	border-collapse: collapse;
}

.detail_table th {
    background: #dbe3e8;
    border-bottom: 1px solid #d4d4d4;
    text-align: center;
    font-weight: normal;
    color: #4c5d7f;
	width: 20%;
}

.detail_table td {
    border-bottom: 1px solid #d4d4d4;
    height: 22px;
    padding: 2px 10px;
    width: 30%;
}

*html .detail_table td {
    border-bottom: 1px solid #d4d4d4;
    height: 19px;
    padding: 2px 10px;

}

.detail_table .detail_top {
    height: 5px;
    border: 0;
    margin: 0;
    padding: 0;
}

.detail_table td a {
    padding: 0 12px;
    text-decoration: none;
    color: #7b7b7b;
}

.detail_table .prev-next:hover {
    color: #7c4438;
}

#gallery_table {
    /*background: url(../images/news-table-th-img.gif) no-repeat top left;*/
    width: 727px;
    border-bottom: 1px solid #8190af;
    text-align: center;
    font-family: Tahoma, Dotum;
    clear: both;
	margin-top: -10px;
}

*html #gallery_table {
	margin-top: -30px;

}

#gallery_line {
    background: url(../images/news-detail-top-img.gif) no-repeat top left;
	height: 10px;
}

#news-trail a {
    text-decoration: none;
    color: #707070;
    padding: 0 2px;
}

#news-trail a:hover {
    color: #707070;
    color: #8d3401;
}

#list-button {
    padding: 0 12px 0 0;
}

.form_title {
    padding-top: 10px;
}
