@charset "UTF-8";

.Tabbed {
	float: left;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin: 0 0 10px 0;
	padding: 0;
}
.TabbedTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedTab {
	position: relative;
	top: 1px;
	float: left;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	letter-spacing: normal;
	width: 140px;
	text-align: center;
	background-image: url(../images/tabk.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: 50%;
}
.TabbedTab1 {
	position: relative;
	top: 1px;
	float: left;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	margin: 0 1px 0 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: normal;
}
.TabbedTab2 {
	position: relative;
	top: 1px;
	float: left;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	margin: 0 1px 0 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: normal;
	width: 109.5px;
	text-align: center;
}
.TabbedTab3 {
	position: relative;
	top: 1px;
	float: left;
	background-color: #FFF;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	margin: 0 1px 0 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: normal;
	width: 118px;
	text-align: center;
}

.TabbedTabHover {
	background-image: url(../images/tabk2.jpg);
	background-repeat: repeat-x;
}
.TabbedTabSelected {
	background-image: url(../images/tabk2.jpg);
}
.TabbedTab a {
	color: black;
	text-decoration: none;
}
.TabbedContentGroup {
	clear: both;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.TabbedContent {
	padding: 7px;
	position: relative;
}
.clipfrom{
	clip:rect(2px,653px,413px,2px); /* 帶逗號為IE 8，IE 7 要不帶逗號 */
}

