
.innerTab{
	border-style:solid;
	border-color:#DAD8CE;
	border-width:1px 1px 0px 1px;
	float:left;
	margin:0;
	position:relative;
	top:1px;
}

.innerTab a{
	text-decoration:none;	
}

.innerTabs .tabspace{
	border-width:0px;
	padding-bottom:3px;
	width:7px;
}

.innerTabs .tabselected{
	background:white none repeat scroll 0 0;
	padding-top:2px;
}

.innerTabs .tabnotselected{
	background:#eeeeee none repeat scroll 0 0;
}

.innerTabs .tabsunderline{
	border-style:solid;
	clear:both;
	border-width:1px 0px 0px 0px;
	border-color:#DAD8CE;
}

.innerTabs h2{
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	margin: 0;
	padding: 3px 15px;
}

.innerTabs .tabselected h2{
	color: #8a343d;
}

.innerTabs .tabnotselected h2{
	color:#5d442e;
	padding-bottom:4px;
}

.tabHide {
	display:none;
}