﻿.tabPage{}
.tabPage .header{
	background:#CCCCCC;
}
.tabPage .body{
	border:1px solid #CCCCCC;
	padding:10px;
}

.tabPage .inner{
}

.tabPage .tab{
	display:inline-block;
	width:150px;
	height:16px;	
	padding:2px 5px;
	text-align:center;
	color:#000000;
}

.tabPage .tab:hover{
	background:#BBBBBB;
}

.tabPage .active{
	background:#999999;
	color:#ffffff;
}