﻿/* For internet resources */ 


/* ToC */

table.ir_toc {
 /* width: 600px; height: 445px; */
 border: none;
 background-color: #f0fefe;
 font-size: medium;
 font-weight: bold;
}
.ir_toc_link td {
 width: 220px; height: 50px;
 background-color: #ffdddd;
 text-align: center;
 verical-align: middle;
 font-size: medium;
 font-weight:  bold;
}
.ir_toc_caption td {
 width: 220px; height: 50px;
 padding: 0 4px;
 background-color: #f0fefe;
 text-align: left;
 vertical-align: top;
 font-size: small;
 font-weight: normal;
}


/* site table */
table.site {
 border-style: solid;
 border-width: 2px;
 border-color: gray;
 margin: 15px 10px 0 30px;
 background-color: #F0FEFE;
 border-collapse: collapse;
 font-size: small }

.col_site {
 width: 20%;
 vertical-align: top;
 text-align: left }

.col_page {
 width: 25%;
 vertical-align: top;
 text-align: left }

.col_remark {
 vertical-align: top;
 text-align: left }

.site td {
 border-style: solid;
 border-width: 1px;
 border-color: gray;
 vertical-align: top;
 padding: 3px }

.site th {
 vertical-align: middle;
 text-align: center;
 padding: 4px 0px 4px 0px;
 border-style: solid;
 border-width: 1px;
 border-color: gray;
 background-color: #DFDFDF;
 color: #996633;
 font-size: medium;
 font-weight: bold }

.site td.category {
 text-align: center;
 vertical-align: middle;
 font-size: larger;
 font-weight: bold;
 color: #CC6600;
 height: 2.5em;
 background-color: #F9FECB }


td.bullet{
 text-indent: -23px;
 padding-left: 23px }
td.bullet img{
 vertical-align: middle;
 margin-right: 3px;
 border: none}

.table_note {
 font-size: small;
 margin: 0.5em 0 0.5em 3em;
 line-height: 1 }

.invalid {
 color: gray;
}
.invalid a:link {
 color: gray;
}
.invalid a:visited {
 color: gray;
}