.journal_form {
    /*background: url(/toxsoc/static/images/journal-detail-top-img.gif) no-repeat top left;*/
    width: 727px;
    font-family: Tahoma, Dotum;
    clear: both;
	border-collapse: collapse;
}


.journal_form td {
    border-bottom: 1px solid #d4d4d4;
    padding-left: 10px;
}

.journal_form th {
    border-bottom: 1px solid #d4d4d4;
    background-color: #f6e6e6;
    text-align: center;
    width: 20%;
    margin: 0 0 0 0;
	font-weight: normal;
	color: #ae7673;
}



.journal_form textarea {
    width: 95%;
    font-size: 9pt;
}

.journal_form #id_title, .journal_form #id_running_title, .journal_form #id_keywords {
    width: 95%;
    font-size: 9pt;
}


.paper_table {
    margin-top: 10px;
    color: #7c7c7c;
    width: 725px;
}

.paper_list {
    height: 21px;
	background-color: #f6e6e6;
}

.paper_head .paper_id {
    font-size: 0.9em;
}

.paper_list .paper_title {
    font-size: 1.1em;
}

.paper_head {
    width: 130px;
	font-size: 0.9em;
    background: url(../images/paper-table-th-img01.gif) no-repeat top left;
}

.paper_id {
    width: 130px;
	font-size: 0.9em;
    background: url(../images/paper-table-th-img02.gif) no-repeat top left;
}

.paper_category {
    width: 170px;
	font-size: 0.9em;
    background: url(../images/paper-table-th-img03.gif) no-repeat top left;
}

/*.paper_blank {
    width: 255px;
    background: url(../images/paper-table-th-img04.gif) repeat-x;
}*/

.paper_etc {
    width: 293px;
	font-size: 0.9em;
    background: #f6e6e6 url(../images/paper-table-th-img04.gif) no-repeat top right;
}

.paper_title {
    width: 725px;
    word-break: break-word;
	padding: 10px 10px 10px 10px;
}

.paper_authors {
    width: 725px;
    color: #7d7d7d;
	font-size: 0.9em;
    word-break: break-word;
	padding: 0 5px;
	background: url(../images/paper-table-th-img-top2.gif) no-repeat top left;
}

.paper_title a {
    text-decoration: none;
    color: #7d7d7d;
}

.paper_title a:hover {
    color: #b24b4f;
}

.paper_title a:active {
    color: #b24b4f;
}

#filter_wrap {
    text-align: right;
}

#filter_fields select {
    font-size: 11px;
    color: gray;
}
#filter_fields {
    display: inline;
    padding: 0;
    margin: 10px 0 0 0;
    width: 695px;
    text-align: right;
}
#filter_fields li {
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
}

.review_table {
    border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	padding: 0px;
	text-align: center;
	width: 100%;
	font-size: 9pt;
}

.review_table td {
    border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	height: 25px;
}

.review_table th {
    border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	height: 25px;
	background-color: #f6e6e6;
	color: #ae7673;
	font-weight: normal;
}

#id_abstract, #id_author_first_name, #id_author_last_name, #id_author_organization {
    width: 95%;
}

