.shadetabs {
	font: bold 12px Tahoma;
	list-style-type: none;
	text-align: left;
	background: #FFFFFF top left repeat-x;
	float: left;
	margin: 0px;
	padding: 0px;
}
.shadetabs li {
	display: block;
	margin-right: 4px;
	background: white url(shade.gif) top left repeat-x;
	width: 100%;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0066FF;
	border-right-color: #0066FF;
	border-left-color: #0066FF;
}
.shadetabs li a {
	text-decoration: none;
	background: white url(shade.gif) top left repeat-x;
}
.leftha {
	clear: left;
}
.shadetabs li a:visited {
	color: #2d2b2b;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #2d2b2b;
}
.shadetabs li.selected {
	background-image: url(shadeactive.gif);
	color: #FFFFFF;
	position: relative;
}
.shadetabs li.selected a { /*selected main tab style */
	background-image: url(shadeactive.gif);
	color: #FFFFFF;
	border-bottom-color: white;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	background-image: url(shadeactive.gif);
	color: #FFFFFF;
	text-decoration: none;
}
.tab-content {
	width: 70%;
	padding: 4px;
}
#maintab {
	width: 165px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.content-area {
	float: left;
}
.ajax-clear-both {
	clear: both;
}
#wapper-tab-content {
	height: 100%;
	width: 100%;
	margin-right: 2px;
	margin-left: 2px;
}