/******************************************************************************
* 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.tabBox {}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  border-bottom: 1px solid #9070c0;
  padding: 0px 0px 0px 0px;
  clear: both;
}

a.tab {
  background-color: #d0b0ff;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 0px 1em 0px 1em;
  position: relative;
  text-decoration: none;
  /*top: 3px;*/
  /*z-index: 100;*/
}

a.tab, a.tab:visited {
  color: #503080;
}

a.tab:hover {
  background-color: #a080d0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #503080;
}

a.tab.activeTab {
  padding-bottom: 4px;
}

div.tabMain {
  background-color: #9070c0;
  border: 2px solid #000000;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  -moz-border-radius: .5em .5em .5em .5em;
  border-radius-topright: .5em;
  border-radius-topleft: .5em;  
  border-radius-bottomright: .5em;
  border-radius-bottomleft: .5em;
  padding: 5px;
  position: relative;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #9070c0;
  border: 1px solid #000000;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0;
  width: 100%;
  height: 36ex;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #503080;
  border: 1px solid #000000;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0;
  color: #d0b0ff;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0;
  padding: 2px .5em 2px .5em;
}

/******************************************************************************
* Defines default styles for site pages.                                      *
******************************************************************************/
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

body {
  background-color: #ffffff;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

h2 {
  font-size: 140%;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 100%;
}

pre {
  font-family: Courier New, Courier, monospace;
  font-size: 80%;
}

td, th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  text-align: left;
  vertical-align: top;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

ul {
  list-style-type: square;
}

#demoBox {
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 8px;
  width: 24em;
}

.footer {
  margin-bottom: 0px;
  text-align: center;
}

/* Boxed table styles */
table.boxed {
  border-spacing: 2px;
  empty-cells: hide;
}

td.boxed, th.boxed, th.boxedHeader {
  background-color: #ffffff;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  color: #000000;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
}

th.boxed {
  background-color: #c0c0c0;
}

th.boxedHeader {
  background-color: #808080;
  color: #ffffff;
}

/******************************************************************************
* Styles for tabbed content.                                                  *
******************************************************************************/

a {
  text-decoration: none;
  margin:0;
  color: #222222;
}

a, a:visited {
  color: #5030c0;
}

a:hover {
  color: #5030c0;
  text-decoration: underline;
}

blockquote {
  margin-left: 1em;
}

body {
  background-color: #f0e0ff;/*#c1aec0;#b69ae0;#dcc4ff;#bcafe0*/
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: sans-serif;
  font-size: 10pt;
  scrollbar-base-color: #d0b0ff;
}

div.left {
  float: left;
  margin: .25em 1.5em .25em 0em;
}

div.right {
  float: right;
  margin: .25em 0em .25em 1.5em;
}

sup {
  font-size: 70%;
}