/******************************************************************************
* 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.grad {}

div.tabBox { background: #ffffff url(/images/grad1.jpg) top no-repeat;}

div.tabArea {
  font-size: 80%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
 
}

a.tab {
  background-color: #E31410;
  border: 1px solid #444c4e;
  border-bottom-width: 0px;
  border-color: #737a82 #444c4e #444c4e #737a82;
  -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;
  font-size: 12px;
  font-weight: bold;
}

a.tab, a.tab:visited {
  color: white;
}

a.tab:hover {

}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #737A82;
  border-color: #7B7B7B #CC8E8E #CC8E8E #7B7B7B;
  color: white;
}

a.tab.activeTab {
  z-index: 102;
}

div.tabMain {
  background-color: #C8CACC;
  border: 1px solid #000000;
  border-color: #7B7B7B #737A82 #737A82 #7B7B7B;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .1em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #C8CACC;
  border: 1px solid #000000;
  border-color: #C1C6CC #737A82 #737A82 #C1C6CC;
  width: 100%;
  height: 36ex;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #C8CACC;
  border: 1px solid #000000;
  border-color: #C1C6CC #CC8E8E #CC8E8E #C1C6CC;
  color: #444c4e;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .5em 2px .5em;
}

.galleries   {
border-top : solid 2px;
	border-top-color :  #444C4E;
	border-bottom: solid 2px;
	border-bottom-color: #949DA7;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	background: #ffffff;
}