/* 
    Document   : ligand
    Created on : Aug 8, 2014, 5:16:58 AM
    Author     : skozhenkov
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.index_table{
    width: 100%;
}
.index_table_first_td{
    width: 25%;
    border: 1px solid black;
}
.index_table_second_td{
    width: 75%;
    border: 1px solid black;
}
h3{
    text-align: center;
}

div.tabArea {
  font-weight: bold;
}

a.tab {
  margin:0px;
  padding:0px 10px;
  background-color: #f0f0f0;
  border: 1px solid #000000;
  border-bottom-width: 0px;
  padding: 2px 1em 2px 1em;
  text-decoration: none;
  position: relative;
  top: -1px;
  z-index: 95;
}


a.tab:hover {
  background-color: #d0d0d0;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #c0c0c0;
}

a.tab.activeTab {
  z-index: 97;
}

div.tabMain {
  background-color: #c0c0c0;
  border: 1px solid #000000;
  padding: 5px;
  position: relative;
  z-index: 101;
 
}
