
.paper {
    border-collapse: collapse;
    border: 1px solid #eee;
}
.odd {
    background: #eee;
}
.p_idx {
    font-size: 12px;
    padding: 0 10px;
    font-weight: bold;
}
.links a {
    text-decoration: none;
    font-size: 10px;
}
.links a:hover {
    color: #dfd;
    background: #666;
}
.links {
    float: right;
    margin: 0 0 20px 15px;
    padding: 0;
}
.links li {
    padding:0;
    margin: 0;
    list-style: none;
}

.title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
}
.author {
    font-size: 12px;
    color: #888;
}
.author b {
    color: black;
}
.author a {
    padding-left: 20px;
    font-style: italic;
}
.pub_nfo {
    font-size: 10px;
}

.abstract {
    margin: 5px 10px;
    font-size: 11px;
    text-align: justify;
    padding: 5px;
    line-height: 1.5;
}
.contNfo {
    border-collapse: collapse;
}

.contNfo th {
    font-size: 16px;
    padding: 0 10px;    
    color: #666;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: right;
}

.contNfo td {
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
}
.toolEx {
    margin-top: 0px;
    border-collapse:  collapse;
}
.toolEx td {

    vertical-align: top;
}
.toolEx th {
    vertical-align: top;
    text-align: left;
    font-size: 11px;
    font-weight: normal;

}
.toolEx th span {
    display: block;
    font-size: 13px;
    text-align:center;
    font-weight: bold;
    background: #ddd;
}