.tabcontent{ display:none; 
	font: normal 8pt Verdana;
}
.tab {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}

.tablist{
	padding: 1px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: normal 8pt Verdana;
}
.tablist i{
	list-style: none;
	display: inline;
	margin: 0;
	font: normal 8pt Verdana;
   white-space: nowrap;
}
.tablist i a{
	padding: 1px 0.2em;
	margin-left: 3px;
	border: 1px solid #778;
	/** border-bottom: none; **/
	background: white;
	font: normal 8pt Verdana;
}
.tablist i a:link, #tablist i a:visited{ color: navy;}
.tablist i a.current{	background: lightyellow; }

.tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	font: normal 8pt Verdana;
   white-space: nowrap;
}
.tablist li a{
	padding: 1px 0.2em;
	margin-left: 3px;
	border: 1px solid #778;
	/** border-bottom: none; **/
	background: white;
	font: normal 8pt Verdana;
}
.tablist li a:link, #tablist li a:visited{ color: navy;}
.tablist li a.current{	background: lightyellow; }
.tabcontentcontainer{
	/*width: 260px;*/
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 2px 0 0 2px;
	border: 1px solid #BBBBBB;
	font: normal 8pt Verdana;
}
