@charset "utf-8";
/* Table */
th, td { font-size: 94%; line-height: 1.4;}
table#index-title { width: 90%; margin-left: 20px;;}
th#li-ti { width: 20%;}
th#li-out { width: 40%;}
th.ti { width: 30%;}
th.pr { width: 30%;}
th.re { width: 10%;}

/* Styles from PROTOTYPE. */
table { width: 96%; margin: 14px 20px; border-bottom: 1px solid #a9a9a9; border-collapse: collapse; border-spacing: 0;}
table thead { color: #333332; background: #d3d3d3;}
table thead th { padding: 0.1em; border: 1px solid #c0c0c0; border-bottom-color: #c0c0c0;}
table tbody td { text-align: left; padding: 0.1em 0.1em 0.1em 0.4em;}
table tbody td, table tbody th { border: 1px dotted #c0c0c0;}
table tbody tr { border-top: 1px solid #c0c0c0;}
table tbody td a:hover { color: #333332; background-color: transparent;}
table tbody tr.even { color: #333332; background-color: #f8f8f8;}
table tbody tr.odd { color: #333332; background-color: #ffffff;}
table tbody tr:hover { color: #333332; background: #fffff0 !important;}