/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

/*-----------------------------------------------------------------------------
  Note: The border-radius property is a proposed feature for CSS3 which creates
        rounded corners. Mozilla/Netscape browsers currently support this
        feature via the proprietary -moz-border-radius property. Both are
        defined here. Browsers that support neither should simply ignore them.
-----------------------------------------------------------------------------*/

div.tabBox4 {}

div.tabArea4 {
  font-size: 80%;
/*  font-size: 10pt; */
  font-family:"Times New Roman", Times; Serif;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}

a.tab4 {
  background-color: #f5f5dc;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab4, a.tab4:visited {
  color: #f5f5dc;
}

a.tab4:hover {
/*  background-color: #f5f5dc; */
  background-color: #ffffff;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  color: #f5f5dc;
}

/* a.tab4.activeTab4, a.tab4.activeTab4:hover, a.tab.activeTab4:visited {
  background-color: #f5f5dc;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  color: #ffffff;
}
below corrected problem of hover color and border */

a.tab4.activeTab4, a.tab4.activeTab4:visited {
  background-color: #f5f5dc;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  color: #f5f5dc;
}
a.tab4.activeTab4:hover
{
  background-color: #ffffff;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  color: #f5f5dc;
}

a.tab4.activeTab4 {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain4 {
  background-color: #f5f5dc;
  border: 2px solid #000000;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper4 {
  width: 100%;
}

iframe.tabContent4 {
  background-color: #f5f5dc;
  border: 1px solid #000000;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  width: 100%;
  height: 36ex;
/*  width: 40ex; */
}

div.pos
{
position:relative;
width: 40ex;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  /* background-color: #503080; */
background-color: #f5f5dc;
/*  border: 1px solid #f5f5dc; */
/*  border-color: #7050a0 #b090e0 #b090e0 #7050a0; */
/*  border-color: #ffffff #ffffff #ffffff #ffffff; */
/*  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc; */
/*  color: #d0b0ff; */
/*  color: #ffffff; */
  color: #f5f5dc;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 1px .5em 1px .5em;
  width="296";
}
