@charset "UTF-8";

/*
 * Style sheets for home page.
 *
 * Author: Si Huang
 *
 */
body {
    width: 70%;
    min-width: 800px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Times New Roman", Times, serif;
}

ul.normallist {
    margin: 10px 10px 15px 20px;
    padding: 0px;
    list-style-position: outside; /* Put the item marks inside. */
    list-style-type: disc; /* Use a filled circle as an item mark. */
}

li.normalitem {
    margin-bottom: 10px;
}

ul.compactlist {
    margin: 10px 10px 10px 20px;
    padding: 0px;
    list-style-position: outside; /* Put the item marks inside. */
    list-style-type: disc; /* Use a filled circle as an item mark. */
}

li.compactitem {
    margin: 0px;
}

p {
    margin: 8px 2px 8px 2px;
}

img {
    border-width: 0px;
}

/*
 * Header.
 */
table.header {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

td.header-title {
    text-align: left;
    font-size: 40px;
    width: 75%;
}

td.header-icon {
    text-align: right;
    width: 25%;
}

/*
 * Navigation bar.
 */
.navbar {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    border-spacing: 0px 0px;
    vertical-align: top;
    width: 100%;
}

.navitem {
    margin: 0px;
    padding: 2px 0px 2px 0px;
    border-left: 1px solid #808080;
    text-align: center;
    font-weight: bold;
    background-color: #d3d3d3; /*#87ceeb;*/
    width: 120px;
}

.navitem:hover {
    background-color: #ffd700;
    text-decoration: underline;
}

.navitem a {
    color: #000000;
    text-decoration: none;
}

.navitem-current {
    background-color: #ffd700;
}

/*
 * This is the section bar in the text.
 */
.bar {
    clear: both;
    margin: 5px 0px 0px 0px;
    padding: 2px 0px 2px 8px;
    /* font-size: 20px; */
    font-weight: bold;
    background-color: #87ceeb;
}

img#photo {
    float: right;
    border-width: 0px;
    margin: 5px 2px 5px 2px;
}

table.links {
    border-spacing: 2px 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

td.links {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/*
 * Footer.
 */
table.footer {
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 2px 0px;
    border-top: 2px solid #d3d3d3;
    border-spacing: 2px 0px;
    width: 100%;
}

td.verified {
    vertical-align: top;
    text-align: left;
}

td.signature {
    vertical-align: top;
    font-size: 12px;
    text-align: right;
}

/*
#google {
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  vertical-align: bottom;
}
*/

/* class "a.disabled" added by zebao*/
a.disabled {
   pointer-events: none;
   cursor: default;
   color:grey;
}

table {
    border: 1px solid black;
    border-spacing:0; /* Removes the cell spacing via CSS */
    border-collapse: collapse;  /* Optional - if you don't want to have double border where cells touch */
}

td, th {
    border: 1px solid black;
}