@charset "utf-8";

/* ======== common setting ======== */
body {
    background: #ffffff;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
    text-align: left
}
a {
    text-decoration:none;
}
a:hover {
    color:red;
}
a img {
    border:0;
}
table {
    padding: 0;
    margin: 0 auto;
    vertical-align: top;
    width: 100%;
    border-width:0;
    border-collapse: collapse;
}
.i {
    font-style:italic;
    padding-right:0.1em;
}
.b {
    font-weight:bold;
}

/* ======== header ======== */
#header {
    margin: 0px 0px 0;
    background-image: url("images/top-bar.gif");
    background-repeat: repeat-x;
    height:42px;
    border-bottom:1px solid #666666;
}
#header img { /* PDBj logo */
    margin:8px 0 0 10px;
}

/* ======== top menu ======== */
#topmenu {
    background-color:#bfdfd9;
    color:#333333;
    width:100%;
    font-size:95%;
}
#topmenu td {
/*    width:50%; */
    padding:0.5ex 0.5em;
}
#topmenu span {
    padding:0 0.5em;
}
#topleft { /* language selection menu */
    text-align:left;
    width:68%;
}
#topright { /* help and contact us */
    text-align:right;
}

#remmenu {
    width:97%;
}

#remmenu td {
    border:1px solid #cccccc;
}

#middle_table {
    width:97%;
}

#middle_table td {
    border-bottom:0px solid #cccccc;
}


/* ======== main ======== */
.main td {
    border-bottom:1px solid #cccccc;
    vertical-align:top;
}

/* ---- left menu ----*/
#col_left { /* common setting of leftmenu */
    border-right: 1px solid #cccccc; 
    color:#333333;
    padding:5px;
    width: 20%;
    font-weight:bold;
    font-size:90%;	
}
#col_left a {
    color:#333333;
}
#col_left a:hover {
    color:red;
}
.topitem_a { /* toplevel item type a */
    background-color:#bfdfd9;
    margin:2px 0;
    padding:4px 5px;
    color:#003366;
}
.topitem_test { /* toplevel item type a */
    background-color:#ecffff;
    margin:2px 0;
    padding:4px 5px;
    color:#003366;
}
.topitem_a a { /* toplevel item type a */
    color:#003366 !important;
}
.topitem_a a:hover { /* toplevel item type a */
    color:red !important;
}
/*
.topitem_a2 { dammy cell for making underline in type a item
    background-color:#ccccff;
    height:3px;
    margin:0 0 3px 0;
    padding:0;
}
*/
.topitem_b { /* toplevel item type b */
/*    border-spacing:0;
    border-collapse:collapse;
    width:100%;*/
    padding:3px 0 0 5px;
}
.topitem_b:after, .topitem_c:after {
    content:">>";
}
/*
.topitem_b td {
    margin: 0;
    vertical-align:middle;
}
.topitem_b_left {
    text-align:left;
    padding: 0 0 0 5px;
}
.topitem_b_right {
    text-align:center;
    background-color:gray;
    color:white;
    margin:0;
    padding:2px 0;
}
.topitem_b_right img {
    vertical-align:middle;
}
*/
.seconditem { /* secondlevel item */
    margin:5px 0 5px 2em;
    padding:0;
    font-weight:normal;
}
.seconditem li {
    list-style-type:none;
    border-bottom:1px solid #cccccc;
    padding:2px 0;
}

.topitem_c {
    margin-left:2em;
}
.thirditem {
    margin:5px 0 5px 3em;
    padding:0;
    font-weight:normal;
}
.thirditem li {
    list-style-type:none;
    border-bottom:1px solid #cccccc;
    padding:2px 0;
}

/* ---- middle contents ---- */
.col_middle {
}
#introduction { /* The description about PDBj */
    margin:1ex;
    text-align:justify;
    text-indent:1em;
    color:#333333;
    font-size:90%;
}

#introduction2 { /* The description about PDBj */
    margin:1ex;
    text-align:justify;
    text-indent:1em;
    color:#333333;
    font-size:95%;
}

.col_middle_content {
	PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-WEIGHT: normal; PADDING-BOTTOM: 10px; 
}

/*
#introduction a {
    color:blue;
    text-decoration:underline;
}
#introduction a:visited {
    color:purple;
    text-decoration:underline;
}
*/
.col_middle_title { /* title in main area */
    background-color:#bfdfd9;
    color:#003366;
    font-weight:bold;
    padding: 4px 5px;
}

.col_middle_title2 { /* title in main area */
    background-color:#bfdfd9;
    color:#003366;
    font-weight:bold;
    padding: 4px 5px;
    font-size:120%;
}


.twocol { /* for contents area of Deposition and Search */
    width:100%;
    margin:1ex 0;
}
.twocol img {
    margin:auto 1em;
    vertical-align:middle;
}
#main_deposition td { /* for contents area of Deposition */
    width:50%;
    text-align:center;
    vertical-align:middle;
    padding:3ex 0;
    border-width:0;
    font-weight:bold;
}
#main_deposition2 td { /* for contents area of Deposition */
    width:50%;
    text-align:center;
    vertical-align:middle;
    padding:2ex 0;
    border-width:0;
    font-weight:bold;
}
.main_depositionimg {
    margin:1ex 0 !important;
    height:50px;
}
/*
.main_search td {
    width:50%;
    text-align:center;
    vertical-align:middle;
    padding:1ex 0;
    border-width:1px;
}
*/
#main_search1 td { /* for upper contents area of Search */
    width:50%;
    text-align:center;
    vertical-align:middle;
    padding:1ex 0;
    border-width:0;
    font-weight:bold;
}

#main_search1 img {height:50px;}

#main_search2 td { /* for bottom contents area of Search */
    width:50%;
    text-align:center;
    vertical-align:top;
    padding:1ex 0;
    border-width:0;
    font-weight:bold;
}

#main_search2 img {height:50px;}

.spacer {
    height:1ex;
}

.searchform { /* search form */
    margin-left:0em;
    vertical-align:top;
}
.rightdarrow { /* style of ">>" */
    color:gray;
    font-size:130%;
}

.rightdarrow2 { /* style of ">>" */
    color:gray;
    font-size:100%;
}

#whatsnew {
    margin:1ex 5px;
}
#whatsnew dd {
    margin:0.5ex 1ex 1ex 2em;
    text-align:justify;
}
#whatsnewmore {
    text-align:right;
    margin:0.5ex 3em 1ex 0;
}

.staff1 {
    font-weight:bold;
}
.staff2 {
    font-weight:normal;
}
.citation {             /* for publications */
    font-size:95%;
}
.mine_j_page {
    font-size:85%;
}
input.searchtext {	/* for search box */
   height: 1.6em;
   width: 300px;
}

/* ---- right column ---- */
#col_right {
    border-left: #cccccc 1px solid;
    vertical-align:top;
}
#box1 {
    border:0;
    margin-bottom:0.5ex;
    text-align:center;
}
.banner {
    text-align:center;
    border:1px solid #cccccc;
    margin:5px;
}
.banner a {
    color:#333333;
}
.banner img {
    border:0;
    padding:5px;
    width:88px;
}
.banner2 {
    text-align:center;
    border:1px solid #cccccc;
    margin:5px;
}
.banner2 a {
    color:#333333;
}
.banner2 img {
    border:0;
    padding:5px;
    width:120px;
}

.banner3 {
    text-align:center;
    border:1px solid #cccccc;
    margin:5px;
}

.banner3 a {
    text-decoration:underline;
}

/* ======== footer ======== */
#footer {
    text-align:center;
}
.footeritem {
    margin:5px 0;
}
.vbar {
    margin:0 5px;
}
#validator {
    text-align:right;
}
#validator img {
    border:0;
    margin:0 2px;
    height:31px;
    width:88px;
}
.command { 
    background-color: #f0fff0;
}

.listitem {
    margin:5px 0 5px 2em;
    padding:0;
    font-weight:normal;
}
.listitem li {
    list-style-type:none;
    padding:2px 0;
}

.underline {
    text-decoration:underline;
}

.text_right {
    text-align:right;
    margin:0.5ex 0.5em 1ex 0;
}

#entry_area {
    margin:5px;
}

#entry_item {
    color:#003366;
    font-size:130%;
    font-weight:bold;
    margin:5px;
}

.small_font { 
    font-size:70%;
    line-height:150%;
    white-space: nowrap;     
}

#update_item {
    font-size:120%;
    color:red;
}


