/******************************************************************************
* 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.tabBoxpics {}

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

a.tabpics {
  background-color: #f5f5dc;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #ff0000 #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.tabpics, a.tabpics:visited {
  color: #ff0000;
}

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

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

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

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

div.tabMainpics {
  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 .5em 20em .5em; */
  padding: .5em .5em .5em .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapperpics {
  width: 100%;
}

iframe.tabContentpics {
  background-color: #f5f5dc;
  border: 1px solid #000000;
  border-color: #f5f5dc #f5f5dc #f5f5dc #f5f5dc;
  width: 100%;
/*  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: #ff0000;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 1px .5em 1px .5em;
  width="296"; */
}

