/* tabs */
.tab a {
	display:inline-block;
	padding:3px 4px 3px 4px;
	text-decoration:none;
	color:windowtext;
	}
.tabSelected a {
	display:inline-block;
	padding:4px 6px 3px 6px;
	text-decoration:none;
	color:windowtext;
	font-weight:bold;
	}
SPAN.tab, SPAN.tabSelected {
	float:left;
	position:relative;
	border:outset 2px;
	border-bottom:none;
	background-color:threedface;
	font-weight:normal;
	line-height:100%;
	}
SPAN.tab {
	top:4px;
	height:21px;
	margin-left:2px;
	margin-right:-2px;
	z-index:0;
	}
SPAN.tabSelected {
	top:2px;
	height:23px;
	margin-left:0px;
	margin-right:-4px;
	z-index:1;
	}

/* tabpage */
.tabPage, .tabPageSelected {
	clear:both;
	width:98%;
	background-color:threedface;
	border:outset 2px;
	padding:5px;
	}
.tabPage {
	visibility:hidden;
	display:none;
	position:static; /* Requires static otherwise doesn't redraw when changed cs */
	z-index:-1;
	}
.tabPageSelected {
	visibility:visible;
	display:block;
	position:relative;
	z-index:0;
	}

/* iframe inside tabpage */
.IFrameTab {
	width:100%;
	height:500px;
	margin:0px;
	}
