/* body, table {
  font-size : 10px;
  font-family : verdana;
}

form {
  margin : 0px;
  padding : 0px;
}

#showUMLSTable {
  display : inline;
}

#ShowUMLSTableContainer table {
  background-color : #fff;
  border : 1px solid #000;
  padding : 3px;
  width : 100%;
}

#ShowUMLSTableContainer th {
  background-color : #999;
  border : 1px solid #000;
}

#ShowUMLSTableContainer td {
  border-bottom : 1px solid #ccc;
}

#container {
  border-top : 1px solid #999;
  border-right : 2px solid #666666;
  border-bottom : 2px solid #666666;
  border-left : 1px solid #999;
  font-family : verdana;
  font-size : 10px;
  background-color : #fff;
}

#container th {
  text-align : left;
  font-weight : normal;
  font-family : ms sans serif;
  font-size : 14px;
  background-color : #D4D0C8;
  border-top : 1px solid #fff;
  border-right : 2px solid #666666;
  border-bottom : 2px solid #666666;
  border-left : 1px solid #fff;  
}

#titleContainer, #menuContainer {
  border-top : 1px solid #999;
  border-right : 2px solid #666666;
  border-left : 1px solid #999;
  margin-bottom : 5px;
}

#title {
  padding : 3px;  
  border-top : 1px solid #fff;
  border-bottom : 2px solid #666666;
  border-left : 1px solid #fff;  
  background-color : #D4D0C8;
}

#title table {
  font-family : ms sans serif;
  font-size : 14px;
  font-weight : bold; 
}

#container th span, #title span {
  text-decoration : underline;
}

.keyword {
  font-size : 10px;
  background-color : #F9F8F7;
  border-top : 1px solid #ccc;
  border-right : 2px solid #666;  
  border-bottom : 2px solid #666;
  border-left : 1px solid #ccc;      
}

#container td {
  border-bottom : 1px solid #A6A6A6;  
  border-right : 1px solid #ccc;    
}

.shaded {
  background-color : #F9F8F7;
}

.normal {
  background-color : #fff;
}

.copy {
  font-size : 10px;
  font-family : verdana;
}
*/

#main { margin-top:24; margin-left:250; margin-right:50; margin-bottom:0;}

#main h1      { text-align:center; }
#main h2,h3   { text-align:left; }
#main h1,h2,h3 { color:slateblue; }

#bigMain { margin-top:24; margin-left:150; margin-right:0; margin-bottom:0;}

#bigMain h1,h2,h3   { text-align:left; color:slateblue; }

#nav { float:left; width:200; margin-top:18; }

#nav table {
  font-size : 10px;
  font-family : verdana;
  border-collapse:collapse; 
  margin-top:12;
}

#nav tr {  }
#nav td {   background-color : #D4D0C8;
  border-top : 1px solid #fff;
  border-right : 2px solid #404040;  
  border-bottom : 2px solid #404040;
  border-left : 1px solid #fff;
  line-height : 16px;    
  padding : 3px; 
  text-decoration : none;
  color : #000;
  font-weight : normal;
  width:200; 
  height:16;  
  margin:0;
 }
 
.navHdr {
  background-color:AliceBlue; width:200; height:16; font-size:12; font-weight:normal;
  font-family:verdana;
}

#smallNav { float:left; width:100; margin-top:0; }

#smallNav table {
  font-size : 10px;
  font-family : verdana;
  border-collapse:collapse; 
  margin-top:20;
}

#smallNav tr {  }
#smallNav td {   background-color : #D4D0C8;
  border-top : 1px solid #fff;
  border-right : 2px solid #404040;  
  border-bottom : 2px solid #404040;
  border-left : 1px solid #fff;
  line-height : 16px;    
  padding : 3px; 
  text-decoration : none;
  color : #000;
  font-weight : normal;
  width:100; 
  height:16;  
  margin:0;
 }

.smallNavHdr {
  background-color:AliceBlue; width:100; height:16; font-size:12; font-weight:normal;
  font-family:verdana;
}

.freeLink { background-color : #D4D0C8;
  border-top : 1px solid #fff;
  border-right : 2px solid #404040;  
  border-bottom : 2px solid #404040;
  border-left : 1px solid #fff;
  line-height : 16px;    
  padding : 3px; 
  text-decoration : none;
  color : #000;
  font-weight : normal;
  font-size:12; font-family:verdana;
  width:200; 
  height:16; text-align:center; 
  margin:0;}

/* #nav table, tr, td { margin-top:0;margin-bottom:0; }*/

.button {
  text-decoration : none;
  color : #000;
  font-weight : normal;
}

.button:hover {
  background-color : #e8e8e8;
  border-top : 2px solid #404040;
  border-right : 1px solid #fff;  
  border-bottom : 1px solid #fff;
  border-left : 2px solid #404040;
} 
/*
#menu {
  background-color : #D4D0C8;
  border-top : 1px solid #fff;
  border-right : 2px solid #404040;  
  border-bottom : 2px solid #404040;
  border-left : 1px solid #fff;
  padding : 3px;  
}

#menu ul {
  width : 800px;
  margin : 0px;
}

#menu li {
  list-style-type : none;
  margin-left : 0px;
  display : inline;
  border-right : 1px solid #404040;
  border-left : 1px solid #fff;
}

#menu a, #menu a:visited {
  padding : 4px;
  text-decoration : none;
  border : 1px solid #D4D0C8;
  color : #000;
}

#menu a:hover {
  background-color : #fff;
  border : 1px solid #0A246A;
}
*/

