/*
Style Sheet
Bone-Rad Therapeutics, Inc.
(C) Tadashi S. Kaneko
August 12, 2007
*/

body {
  width: 98%;
  min-width: 800px;
  background-color: rgb(230,240,255);
  margin:0;
  padding:0px 10px 10px 0px;
  font-size: 1em;
  font-family: arial, verdana, sans-serif;
  }

table {
  width: 98%;
  table-layout: fixed;
  background-color: rgb(230,240,255);
  border-spacing: 0px;
  border-collapse: collapse;
  border-right: 2px solid rgb(0,0,196);
  }

td.banner {
  border: 0px;
  padding: 4px;
  }

tr.banner {
  height: 100px;
  background-color:rgb(0,0,196);
  }

td.contentsidebar {
  width: 152px;
  background-color: rgb(60,112,255);
  padding: 8px 0px 8px 8px;
  vertical-align: top;
  }

table.sidebar {
  width:147px;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  text-align: left;
  font-size:110%;
  font-weight: bold;
  border-right: 0px;
  }
table.sidebar a {
  color: black;
  text-decoration: none;
  }

td.sidebar {
  width: 144px;
  border-top: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgb(0,0,0);
  background-color: rgb(60,112,255);
  padding: 4px 4px;
  }
td.sidebar:hover {
  background-color: rgb(230,240,255);
  font-style:italic;
  }

td.sidebaractive {
  width: 144px;
  background-color: rgb(230,240,255);
  border-top: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgb(0,0,0);
  padding: 4px 4px;
  }
td.sidebaractive:hover {
  font-style:italic;
  }

td.contentmain {
  line-height:1.5;
  text-align:left;
  font-size:90%;
  font-weight: normal;
  padding:25px 25px 25px 25px;
  vertical-align: top;
  }

table.who {
  table-layout: fixed;
  text-align: left;
  border-right: 0px;
  }
tr.who {
  /* height:140px; */
  }
td.whotitle {
  width:100px;
  font-size: 130%;
  }
td.who1 {
  width:100px;
  padding-bottom: 10px;
  }
td.who2 {
  font-size:80%;
  padding-left: 5px;
  vertical-align: top;
  }

ul {
  margin: 0px;
  padding-left: 20px;
  }

a {
  color: black;
  text-decoration:none;
  }

a:hover {
  text-decoration:underline;
  }

