/******************************************************************************
* 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.
-----------------------------------------------------------------------------*/

/* Colour palette */

/*	#000033; /*very dark blue*/
/*	#223440; /*dark blue*/
/*	#466273; /*medium dark blue*/
/*	#6F91A6; /*medium blue*/
/*	#A0C3D9; /*light blue*/
/*	#D8D9D0; /*grey*/



div.tabBox {}

div.tabArea {
  font-size: 120%;
  font-weight: bold;
  padding: 0px 0px 5px 0px;
}

a.tab, a.tabOn {
  background-color: #D8D9D0; /*grey*/
  border: 1px solid #000033; /*Dark blue*/				/*#000000;*/
  border-bottom-width: 0px;
/*  border-color: #f0d0ff #b090e0 #b090e0 #f0d0ff;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-bottomright: .5em;*/
  border-radius: 0 7px 0 0;
  padding: 4px 2em 4px 2em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #000033; /*very dark blue*/
}

a.tab:hover {
  background-color: #466273; /*medium dark blue*/
  border-color: #000033; /*Dark blue*/					/*#c0a0f0 #8060b0 #8060b0 #c0a0f0;*/
  color: white;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited, a.tabOn {
  background-color: #466273; /*medium dark blue*/
  border-color: #000033; /*Dark blue*/					/*#b090e0 #7050a0 #7050a0 #b090e0;*/
  color: white;
}

a.tab.activeTab, a.tabOn {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
  background-color: #6F91A6; /*medium blue*/	
  border: 1px solid #000033; /*Dark blue*/
/*  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-bottomright: .5em;*/
  border-radius-topright: 5px;
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: white;
  border: 1px solid #000000;
  border-color: #000033; /*Dark blue*/			/*#7050a0 #b090e0 #b090e0 #7050a0;*/
  width: 100%;
  height: 4000px;
}

.tabContent {
  background-color: white;
  border: 1px solid #000000;
  border-color: #000033; /*Dark blue*/			/*#7050a0 #b090e0 #b090e0 #7050a0;*/
  width: 100%;
/*  height: 1000px;*/
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #466273; /*medium dark blue*/
  border: 1px solid #000000;
  border-color: #000033; /*Dark blue*/			/*#7050a0 #b090e0 #b090e0 #7050a0;*/
  color: white;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
  font-size:1.3em;
}