/* the style for the tabs */
.tab_headings {
	padding: 12px 0px 2px 20px;
}

/* remove all the bullets, borders and padding from the default list styling */
.tab_headings ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 12px;
	width: 930px;
	background: transparent;
	z-index: 99999;
}

/* float the list to make it horizontal */
.tab_headings ul li {
	float: left;
	height: 20px;
}

/* style the links */
.tab_headings div {
	display: block;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 2px;
	width: 150px;
	cursor: pointer;
}
#tab1a {
	color: #000000;
	cursor: default;
}

/* the tab contents panels */
.tabPanelA {
	float: left;
	margin: 8px;
	width: 440px;
	height: 175px;
	overflow: auto;
}
.tabPanelB {
	float: right;
	margin: 8px;
	width: 440px;
	height: 175px;
	overflow: auto;
}
.tabContentA {
	display: none;
}
.tabContentB {
	display: none;
}
#tabContent1a {
	display: block;
}
#tabContent1b {
	display: block;
}

