.oOutline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.oInnerline {
	background-color: #FFFFFF;
}
.oTitleOutline {
	height: 24px;
	color: #FFFFFF;
	overflow:hidden;
}

.oTitleOutline .oTopLeft {
	width:3px;
	background-image: url(left.png);
	background-repeat: no-repeat;
}
.oTitleOutline .oTitleArea {
	background-image: url(mid.png);
}
.oTitleOutline .oTopRight {
	width:3px;
	background-image: url(right.png);
	background-repeat: no-repeat;
}
/*--------------------------------------------*/
.oTabBtn {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
.oTabBtn .oTabBtnLeft{
	float:left;
}
.oTabBtn .oTabBtnCenter{
	line-height:24px;
	float:left;
}
.oTabBtn .oTabBtnRight{
	float:left;
}

/*------------------------------------------*/

.oTabBtnActive {
	float: left;
	height: 24px;
}

.oTabBtnActive .oTabBtnRight {
	background-image: url(activeRight.png);
	float: left;
	height: 100%;
	width: 3px;
}
.oTabBtnActive .oTabBtnLeft {
	background-image: url(activeLeft.png);
	background-repeat: no-repeat;
	float: left;
	width: 3px;
	height:100%;
}
.oTabBtnActive .oTabBtnCenter {
	background-image: url(activeMid.png);
	float:left;
	height:100%;
	color: #666666;
	line-height:24px;
	padding-left:3px;
	padding-right:3px;
	cursor:pointer;
}

/*-----------------------------------*/
.oTabBtnHover {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	margin-left: 2px;
	cursor: pointer;
}
.oTabBtnHover .oTabBtnLeft{
	float:left;
}
.oTabBtnHover .oTabBtnCenter{
	background:url(mid_.png);
	line-height:24px;
	float:left;
}
.oTabBtnHover .oTabBtnRight{
	float:left;
}
/*------------------------------------*/

.oPageOutline .oBottomLeft {
	background-image: url(bottomLeft.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 3px;
}
.oPageOutline .oPageArea {
	background-image: url(bottomMid.png);
	background-repeat: repeat-x;
	padding:10px 10px 5px 10px;
}
.oPageOutline .oBottomRight {
	background-image: url(bottomRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 3px;
}
.oPageOutline .oBottomCenter {
	background-image: url(bottomMid.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 3px;
}
