ul.tabset_tabs	{ 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	position:relative; 
	z-index:2; 
	white-space:nowrap;
	display: block;
	height: 23px !important;
	height: 20px;
	line-height: 14px !important;
	line-height: 11px;
}

ul.tabset_tabs li	{ 
	margin:0; 
	padding:0; 
	display:inline;
}

.tabset_tabs a:link,
.tabset_tabs a:active,
.tabset_tabs a:visited	{ 
	margin:0; 
	padding:0; 
	/*color:#339 ! important; 
	background-color:#def ! important; */
	/*border:1px solid #99c; */
	text-decoration:none; 
	/*padding:0 0.6em; 
	border-left-width:1px; 
	border-bottom:none;
	
	margin-right: 2px;*/
	float: left;
	background: url(../images/tab.inactive.right.gif) right top no-repeat;
}

.tabset_tabs a span	{
	float: left;
	display: block;
	color: #2F396B;
	font-weight: bold;
	background: url(../images/tab.inactive.left.gif) left top no-repeat;
	padding: 0.5em 0.6em 0.5em;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabset_tabs a span {float:none;}
/* End IE5-Mac hack */

.tabset_tabs a:hover	{ 
	/*color:#00c ! important; 
	background-color:#eff ! important */
}
.tabset_tabs a.active:link,
.tabset_tabs a.active:active,
.tabset_tabs a.active:hover,
.tabset_tabs a.active:visited	{ 
	color: #2F396B ! important; 
	/*background-color: #FBFDD8 ! important; */
	/*border-color:#2E4882; 
	border-left-width:1px; */
	cursor:default; 
	/*border-bottom:white; 
	padding-top: 1px; 
	padding-bottom:1px;*/
	
	background: url(../images/tab.active.right.gif) right top no-repeat;
	float: left;
}

/*.tabset_tabs li.firstchild a	{ 
	border-left-width:1px 
}*/

.tabset_tabs a.active span	{
	float: left;
	display: block;
	background: url(../images/tab.active.left.gif) left top no-repeat;
	color: #2F396B ! important;
	padding: 0.4em 0.6em 0.5em;
	padding-bottom: 3px;
}

.tabset_content	{ 
	border:#2E4882 1px solid; 
	background-color: #FBFDD8; 
	/*margin-top: 20px;*/
	position: relative;
	z-index:1; 
	padding: 1em; 
	display:none;
}

.tabset_content_active	{
	display: block;
	/*margin-top: 23px !important;
	margin-top: 37px;*/
}

.dhh{
	background-color: #fff;
	border: #63799E 1px solid;
	padding: 10px;
	margin-bottom: 5px;
	line-height: 1.6em;
}

.hh{
	font-weight: bold;
	display: block;
	border-bottom: #D1D7DC 1px solid;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 5px;
}

.dhh textarea{
	width: 700px;
	height: 50px;
	font-size: 12px;
	color: #333;
	border: #999 1px solid;
	font-family: "Courier New", Courier, monospace;
}

.dhh button{
	font-size: 0.75em;
	font-weight: bold;
}

.dhh pre,
.dhh code{
	font-size: 12px;
	color: #CC0000;
}

.dhh fieldset.ajax{
	border: none;
	border-top: #2E4882 1px solid;
}

.dhh fieldset legend{
	/*background: transparent url(../images/drop.gif) 0% 100% no-repeat;*/
	font-weight: bold;
	color: #2E4882;
}

.dhh fieldset.ajax legend{
	cursor: pointer;
}


.dhh span.wizard{
	display: block;
	height: 40px;
	background: url(../images/wizard.gif) 0% 50% no-repeat;
	text-indent: 50px;
	font-size: 1.4em;
	line-height: 40px;
	font-weight: bold;
	border-bottom: #D1D7DC 1px solid;
}

.preview{
	padding: 5px;
	background: #fafafa url(../wizard/images/preview.gif) 10px 10px no-repeat;
	border: #D1D7DC 1px solid;
	font-size: 0.85em;
}

.tabset_label	{ 
	display:none;
}

.tabset_content_active	{ 
	display:block;
}

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}