#tabbar {
	position:relative;
	margin-left: 1px;
	margin-right: 1px;
	visibility: hidden;
	height: 25px;
	overflow: hidden;
	*top: -6px;
	display: block;
}
#tabbar li{
	line-height: 25px;
	background:url(/assets/images/global/common/tab_inactive_left.gif) no-repeat left;
	float: left;
	width: 50%;
	text-align: center;
	font-size: 14px;
}

#tabbar li.selected{
	line-height: 25px;
	background:url(/assets/images/global/common/tab_active_left.gif) no-repeat left;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 25px;
}

#tabbar a{
	background:url(/assets/images/global/common/tab_inactive_right.gif) no-repeat right;
	margin-left: 10px;
	padding-right: 10px;
	*padding-top: 5px;
	*padding-bottom: 6px;
	display: block;
	color: #073f4f;
	font-weight: normal;
}
#tabbar a:hover {
	text-decoration: underline;
}

#tabbar .selected a{
	background:url(/assets/images/global/common/tab_active_right.gif) no-repeat right;
	margin-left: 10px;
	padding-right: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
}

#tab0, #tab1 {
	clear: both;
	text-align: left;
	line-height: 25px;
	border-bottom: 1px solid #ddd;
}
#tab0 a, #tab1 a{
	color: #073f4f;
	font-weight: normal;
}
#tab0 a:hover, #tab1 a:hover{
	text-decoration: underline;
}

#tab1 {
	text-align: right;
}

#tabframe {
	top: 195px;
	left: 200px;
	*top: 0;
	*left: 0;
	z-index: 500;
	margin-left: 2px;
	margin-right: 2px;
	width: 0;
	height: 0;
	border: 0;
	margin-top: 1px;
}
.pageTitle {
	color: #ffffff;
}
.bodyContentBot {
	position:relative;
	bottom: -10px;
}
.bodyContentTop {
	height: 1px;
	margin:0;
	padding: 0;
	display:inline;
	float: left;
}
.bodyContentMid {
	_overflow:hidden;
}
.bodyContent {
	_position:relative;
	_left:-15px;
}
