/*frame*/
#dhtabstrip {
	background:#D4D0C8;
	border:1px solid #999999;
	padding:5px;
	overflow:hidden;
}
/*gm*/
#dhtabstrip *{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal;
	text-decoration:none;
	color:black;
	cursor:default;
	overflow:hidden;
}
#dhtabstrip fieldset {
	padding:5px;
	*border-top:1px inset;
	-moz-border-top-colors:#808080 white;
	-moz-border-right-colors:white #808080;
	-moz-border-bottom-colors:white #808080;
	-moz-border-left-colors:#808080 white;
}
#dhtabstrip legend {
	padding:0 2px;
}
#dhtabstrip input {
	cursor:text;
}
#dhtabstrip button {

}
#dhtabstrip textarea {
	cursor:text;
	overflow:auto;
}
/*head*/
#dhtabsplit {
	margin-left:1px;	/*change with the content's border style*/
	padding-left:3px;
	background:url(line.gif) 0 20px repeat-x;
	clear:both;
	-moz-user-select:none;
}
#dhtabsplit a {
	margin:2px 1px 0 0;
	background:url(tabs.gif) left top no-repeat;
	float:left;
	outline:none;
}
#dhtabsplit a span {
	margin-left:4px;
	padding:0 10px 0 6px;
	background:url(tabs.gif) right -50px no-repeat;
	float:left;
}
#dhtabsplit a:hover {	
	background-position:left -100px;
}
#dhtabsplit a:hover span {
	background-position:right -150px;
}
#dhtabsplit a.nowtabsplit,#dhtabsplit a.nowtabsplit:hover {	
	margin:0 0 0 -3px;
	background-position:left -200px;
}
#dhtabsplit .nowtabsplit span,#dhtabsplit a.nowtabsplit:hover span {
	padding-left:9px;
	padding-right:11px;
	background-position:right -250px;
}
#dhtabsplit .dhtbvlbtn {
	/*border:none;*/
	background:url(vlbtn.gif) center center no-repeat;
}
#dhtabsplit .dhtbvrbtn {
	/*border:none;*/
	background:url(vrbtn.gif) center center no-repeat;
}
/*content*/
#dhtabcontent {
	background:#D4D0C8;
	border:2px outset;
	border-top:none;
	-moz-border-right-colors:#404040 #808080;
	-moz-border-bottom-colors:#404040 #808080;
	-moz-border-left-colors:#d4d0c8 white;
	padding:10px;
}
/*bottom*/
#dhtabbutton {
	padding:10px 0;
	text-align:right;
	-moz-user-select:none;
}