/* VrTabPanel CSS for Blue theme */

/* Left Panel background */
.x-tot2ivn-vr-tab-panel {		
	background: #CEDFF5;	
	border-color: #99BBE8 !important;
}

/* Left Panel */
.x-tot2ivn-vr-tab-panel-header {
	float: left;	
}

.x-tot2ivn-vr-tab-panel .x-tot2ivn-vr-tab-strip-spacer { visibility: hidden; }
.x-tot2ivn-vr-tab-panel ul.x-tot2ivn-vr-tab-strip-top { border-bottom: 0; }

.x-tot2ivn-vr-tab-strip-wrap{
	border-bottom: 0px solid #aac3e5;
}

/* Right Body Panel */
.x-tot2ivn-vr-tab-panel-bwrap {
	border-left: 0px solid #99BBE8;
	float: right;
	background: #fff;
	-webkit-user-select: none;
	-moz-user-select:none;
}

/* Menu Items */
.x-tot2ivn-vr-tab-panel li.x-tot2ivn-vr-tab-strip-title {
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;	
	margin-left: 0px;
}

.x-tab-strip span.x-tot2ivn-vr-tab-strip-text,
/* Active Items. Adjust tab padding in here !! */
.x-tab-strip-active .x-tab-right span.x-tot2ivn-vr-tab-strip-text{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.x-tab-strip .x-tab-with-icon span.x-tot2ivn-vr-tab-strip-text{
	background-position: 0 0px;
}