ul.horizontal {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #bcbcbc;
	list-style-image: none;
	list-style-type: none;
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;}
ul.horizontal li {
	float: left;
	font-weight: normal;
	position: relative;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: transparent;
	padding: 8px;
	text-align: center;
	width: 60px;}


ul.tabbed {
	clear:			right;
	list-style:		none;
	padding:		0px;
	margin-left:	0px;
	width:			600px;
	border-bottom:	1px solid #888888;
	float:			left;}

ul.tabbed li {
	border-bottom:	1px solid transparent;
	float:		left;
	font-size:	96%;
	margin:		0px;
	padding:	0px;
	position:	relative;
	top:		1px;}


ul.tabbed li.active {
	border-bottom:	1px solid white;}

ul.tabbed li a {
	float:			left;
	display:		block;
	margin:			0px 1px 0px 0px;
	padding:		4px 8px;
	border:			1px solid #cccccc;
	border-bottom-color:	transparent;}
	
ul.tabbed li a:link {
	cursor:			pointer;}
	
ul.tabbed li.noTab a {
	color:			white; /* hides the border in older IE */
	padding:		4px 8px 0px 8px;
	border-color:	transparent;}


ul.tabbed li.active a {
	color:				black;
	border-color:		#888888;
	border-bottom:		1px solid white;}
	
.tabcontent	{
	clear:			both;
	border-width:	0px;
	border-color:	#888888;
	border-style:	solid;
	padding:		20px;}
	
.tabcontent	textarea	{
	width:			440px;}