/* Links */
a:link {color: maroon}
a:visited {color: #000064;}
a:active {color: fuchsia}
a:hover {color: green}

/* Used at the top/middle of pages where headings are needed */
.pagehead {text-align: center; font-family: serif;
    font-weight: normal; color: #808080; font-size: 17pt;}

/* Used by all detail pages where headings are needed */
.detailhead {text-align: center; font-family: serif;
    font-weight: normal; color: #808080; font-size: 17pt;}

/* Used by all Details pages */
.detail_dl {margin-left: 1em;}
.detail_dt {font-family: serif; font-weight: normal; color:#808080; font-size: 14pt;
	text-decoration: underline; padding-top: 1em;}
.detail_dd {font-family: arial; font-weight: normal; color: black; font-size: 12pt;}
.detail_ol {list-style-type: decimal;}
.detail_ul {list-style-type: none; margin-left: 1em;}

/* Used in .gv_text for the collectors name */
.cn_text {text-align: left; font-family: serif;
    font-weight: normal; color: green; font-size: 12pt;}

/* Table - Gallery View - NEW - replaces table#gallery_view */
.gv_table {border: #808080 2px solid;}
.gv_table td {border: #808080 1px solid;}
.gv_table td img {border: 0; height: 50;}
.gv_img {text-align: center; vertical-align: middle;}
.gv_text {text-align: left; vertical-align: middle;
      font-family: arial; font-weight: nornal; color: black; font-size: 11pt;}


/* Table - Patent View - NEW - replaces table#patent_view */
.pv_table {border: #808080 2px solid;}
.pv_table th {border: #808080 1px solid;
          font-family: arial; font-weight: nornal; color: black; font-size: 11pt;}
.pv_table td {border: #808080 1px solid;
          font-family: arial; font-weight: nornal; color: black; font-size: 11pt;}
.pv_pn {white-space: nowrap; text-align: center; vertical-align: middle;}
.pv_ccl {white-space: nowrap; text-align: center; vertical-align: middle;}
.pv_isd {white-space: nowrap; text-align: left; vertical-align: middle;}
.pv_in {white-space: nowrap; width: 300px; text-align: left; vertical-align: middle;}
.pv_an {white-space: nowrap; width: 300px; text-align: left; vertical-align: middle;}


/* Table - General page table */
.general_table {border: #808080 2px solid;}
.general_table th {border: #808080 1px solid;
.general_table tr {border: #808080 1px solid;}
.general_table td {border: #808080 1px solid;
      font-family: arial; font-weight: nornal; color: black; font-size: 11pt;}