div.tabBox {}

div.tabArea {
  font-size: 100%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
  line-height:16px;
}

a.tab {
  background-color: #ffab9d;
  border: 2px solid #999797;
  border-bottom-width: 0px;
  border-color: #a0290f;
  -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.tab, a.tab:visited {
  color: #a0290f;
}

a.tab:hover {
  background-color: #a0290f;
  border-color: #ffab9d;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #9070c0;
  border-color: #b090e0 #7050a0 #7050a0 #b090e0;
  color: #ffe0ff;
}

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

div.tabMain {
	background-color: #999797;
	-moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: 0.3em;
	position: relative;
	z-index: 101;
}

div.tabIframeWrapper {
	width: 100%;
}

iframe.tabContent {
  background-color: #999797;
  width: 100%;
  height: 36ex;
}
#wid{
	width:250px;
	line-height:20px;
	} 

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

h4#title {
  background-color: #999797;
  color: #d0b0ff;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: .5em;
  padding: 2px .3em 2px .3em;
}

/*  Additional page  */

.ul{
	list-style:none;
	margin:0px;
	padding:0px;
	}
#height{
	line-height:20px;
	}	

