/*
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	-moz-opacity:0.99;
	text-shadow: #000 0 0 0;
	background-color: #d8d8d8;
}
*/
*:focus {
	outline: none;
}

#exdoc h3 {
	color: #333;
	font-weight: normal;
}
#exhd {
	/*position: fixed;
	background: url(img/tabstyle.png) repeat-x left -25px;
	*/
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	/*border-top: 1px solid #FFF;	*/
	z-index: 99999;
}
#exhd h1 {
	font-size: 1.5em;
	line-height: 2em;
	margin: 0;
	padding: 5px 20px;
}
.extabs {
	margin: 0;
	padding: 0;
	/*
	border-top: 1px solid #505050;
	*/
	border-bottom: 1px solid #D0D0D0;
	/*background-color: #FFF;*/

	height: 34px;
}
.extabs span {
	list-style-type: none;
	float: left;
	overflow: hidden;
	display: block;
	width: 180px;
	height: 24px;
	text-align: center;
	background-color: #DDD;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: #D0D0D0;
	padding: 5px 0;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black",MetaBold;
}
.extabs span:hover {
	background-color: #C5C5C5;
}
.extabs span.selected, .extabs span:hover.selected {
	margin-top: -1px;
	background-color: #FFF;
	border-top: 1px solid #D0D0D0;
	height: 25px;
}
#exbd {
	padding-top: 0px;
	border-bottom: 0px solid;
	border-left: 0px solid;
	border-right: 0px solid;
	border-color: #D0D0D0;
}
.sheet {
	background-color: #FFF;
}

/* style 2 */
.tmptabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D0D0D0;
	height: 35px;
}
.tmptabs span {
	list-style-type: none;
	float: left;
	overflow: hidden;
	display: block;
	height: 24px;
	text-align: center;
	background-color: #E8E8E8;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #D0D0D0;
	padding: 5px 12px 5px 12px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	font-family: "Arial Black",MetaBold;
}
.tmptabs span:hover {
	background-color: #C5C5C5;
}
.tmptabs span.selected, .tmptabs span:hover.selected {
	margin-top: -1px;
	background-color: #FFF;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #FFF;
	height: 25px;
}

/* style mini */
.minitabs {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #D0D0D0;
	height: 23px;
}
.minitabs span {
	list-style-type: none;
	float: left;
	overflow: hidden;
	display: block;
	width: 75px;
	height: 16px;
	text-align: center;
	background-color: #E8E8E8;
	border-top: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #D0D0D0;
	padding: 3px 0;
	font-size: 11px;
	cursor: pointer;	
	font-family: "Arial Black",MetaBold;
}
.minitabs span:hover {
	background-color: #C5C5C5;
}
.minitabs span.selected, .minitabs span:hover.selected {
	margin-top: -1px;
	font-weight: bold;
	background-color: #FFF;
	border-top: 1px solid #D0D0D0;
	border-bottom: 0px;
	height: 18px;
}