/******************************************************************************
* 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;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #d0d0d0;
  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: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.activetab {
  background-color: #a0a0a0;
  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: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.activetab, a.tab:visited {
  color: #8060b0;
}

a.tab:hover {
  background-color: #a0a0a0;
  border-color: #c0a0f0 #8060b0 #8060b0 #c0a0f0;
  color: #ffe0ff;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #909090;
  border-color: #b0b0b0 #707070 #707070 #b0b0b0;
  color: #ffe0ff;
}

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

div.tabMain {
  background-color: #ffffff;
  border: 2px solid #000000;
  border-color: #b0b0b0 #707070 #707070 #b0b0b0;
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: .5em;
  position: relative;
  z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0;
  width: 100%;
  /*height: 36ex;*/
}

label.advertwhirl {        
	position: relative;        
	float: left;        
	width: 10em;        
	margin-right: 1em;       
}       

label.advertwhirl strong.error {       
	position: absolute;       
	left: 0em;       
	top: 2em;       
	width: 19em;       
	color: #C00;       
	font-size: 85%;       
	font-weight: normal;
	text-transform: uppercase;       
}

.settingspanel {
	width: 100%;
	border: solid 1px #336699;
	text-align: center;
	overflow: hidden;
}

.collapsiblepanelcaption {
	color: #ffffff;
	padding: 5px;
	background-image: url(../images/gradient_blue.png);
	background-repeat: repeat-x;
}

.collapsiblepanelcontent {
	background-color: #f5f5f5;
	padding: 10px;
	overflow: hidden;
	border-top: solid 1px #336699;
}

tr.gradient th {
	color: #ffffff !important;
	height:20px;
	padding: 5px;
	background-image: url(../images/gradient_blue.png) !important;
	background-repeat: repeat-x !important;
}

tr.gradient {
	height:20px;
}

tr.gradient4 tr.gradient2 th, tr.gradient3 tr.gradient2 th, tr.gradient2 th {
	color: #ffffff !important;
	height:20px;
	width:1% !important;
	white-space:nowrap;
	padding: 5px;
	background-image: url(../images/gradient_grey.png) !important;
	background-repeat: repeat-x !important;
}

tr.gradient2 {
	height:20px;
}

tr.gradient3 th {
	color: #ffffff !important;
	width:35px !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align:center;
	background-image: url(../images/gradient_vert_blue.png) !important;
	background-repeat: repeat-y !important;
}

tr.gradient3 th div {
	-moz-transform:rotate(-90deg); 
	-moz-transform-origin: center;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: center;
	-o-transform: rotate(-90deg);
	-o-transform-origin:  center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

tr.gradient3 td {
	padding: 0px;
	margin: 0px;
}

tr.gradient3 {
	width:35px !important;
}

tr.gradient4 th {
	color: #ffffff !important;
	width:35px !important;
	padding: 0px !important;
	margin: 0px !important;
	text-align:center;
	background-image: url(../images/gradient_vert_grey.png) !important;
	background-repeat: repeat-y !important;
}

tr.gradient4 th div {
	-moz-transform:rotate(-90deg); 
	-moz-transform-origin: center;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: center;
	-o-transform: rotate(-90deg);
	-o-transform-origin:  center;
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

tr.gradient4 td {
	padding: 0px;
	margin: 0px;
}

tr.gradient4 {
	width:35px !important;
}

/*Container for Source Code in Tutorial*/
div .source-code {
padding: 9px 9px 9px 9px;
background-color: #8F8F8F;
border:1px solid #0A0A0A;
}

