@charset "UTF-8";
.Tabbin {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 631px;
}
.TabbinTabGroup {
	border-bottom:1px solid #DBDBDB;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	width: 631px;
}
.TabbinTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font-size:1.3em;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	width:155px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/tab-off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.TabbinTabHover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/tab-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
.TabbinTabSelected {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/tab-sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
.TabbinTab a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/tab-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
}
.TabbinContentGroup {
border-bottom:1px solid #DDDDDD;
border-left:1px solid #DDDDDD;
border-right:1px solid #DDDDDD;
clear:both;
height:230px;
margin:0 0 15px;
}
.TabbinContent {
	padding:10px 13px;
}
.TabbinContentVisible {
}
.VTabbin .TabbinTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}
.VTabbin .TabbinTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}
.VTabbin .TabbinTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}
.VTabbin .TabbinContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

