/* Font settings */
.ci_sense_global .ntb-tab-strip, .ci_sense_global .ntb-tab-strip a {
	overflow:hidden;
	width:100%;
	height:100%;
	font-size: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	text-align:left;
	font-weight:normal;
	white-space: nowrap;
	padding:0px;
	margin:0px;	
}
.ci_sense_global .ntb-tab-label td {
	padding: 5px 0 0 2px;
}
.ci_sense_global .ntb-tab-active .ntb-tab a {
	color: #000;
}
.ci_sense_global .ntb-tab a, .ci_sense_global .ntb-tab-inactive  .ntb-tab-label a, .ci_sense_global .ntb-tab-active .ntb-tab-label a {
	text-decoration: none;
}
.ci_sense_global .ntb-tab-disabled .ntb-tab  {
	color:gray;
	text-align:left;
	cursor:pointer;
}
.ci_sense_global .ntb-tab-disabled .ntb-tab a {
	text-decoration:none;
	cursor:pointer;
}

/* default */
.ci_sense_global .ntb-tab-strip-max, .ci_sense_global .ntb-tab-strip-body-container {
	width:100%;
	height:100%
}
.ci_sense_global .ntb-tab-strip .ntb-tab-tabs-row {
	vertical-align:bottom;
}
.ci_sense_global .ntb-tab-bodies-row {
	width: 100%;
	vertical-align:top;
}
.ci_sense_global .ntb-tab-strip-body-container {
	border: none;
}
.ci_sense_global .ntb-tab-mouseover .ntb-tab {
	font-weight:bold;
	white-space: nowrap;
	padding:0px;
	margin:0px;
}

/* scroller */
.ci_sense_global .ntb-tab-scrollerbuttoncontainer {
	width:15px;
	white-space:normal;
}
.ci_sense_global .ntb-tab-scrollerbutton {
	width:14px;
	height: 14px;
	font-size:7pt;
	border: 1px solid black;
	padding:0px;
	margin:auto;
	background-repeat:no-repeat;
	background-position: center;
}
.ci_sense_global .ntb-tab-scrollerbutton-left {
	background-image: url(assets/left.png);
}
.ci_sense_global .ntb-tab-scrollerbutton-right {
	background-image: url(assets/right.png);
}

/* iframe */
.ci_sense_global .ntb-tab-active .ntb-tab-iframecontainer, .ci_sense_global .ntb-tab-disabled .ntb-tab-iframecontainer {
	border:0;
	position:static;
	width:100%;
	height:100%;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-iframecontainer {
	border:0;
	width:0px;
	height:0px;
	top:-1000px;
	left:-1000px;
	position:absolute;
}

/* Other */
.ci_sense_global .ntb-tab-icon-active {
	width: 15%;
}

.ci_sense_global .ntb-tab-container {
	overflow:hidden;
}

.ci_sense_global .ntb-tab-after-tabs {
	width:115px;
}

.ci_sense_global .ntb-leading-tab {
	border: black 1px solid;
	background-color: red;
}

.ci_sense_global .ntb-tab-tabs {
	position:relative;
	top:0px;
	table-layout:fixed;
	border-collapse:collapse;
}
.ci_sense_global .ntb-tab-inactive  .ntb-tab-label, .ci_sense_global .ntb-tab-active .ntb-tab-label {
	border-collapse: collapse;
	width:100%;
	height:27px;
}
.ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-label {
	border-collapse: collapse;
	width:100%;
}
.ci_sense_global .ntb-tab-inactive  .ntb-tab-bodycontainer {
	top:-1000px;
	left:-1000px;
	position:absolute;
}
.ci_sense_global .ntb-tab-active .ntb-tab-bodycontainer {
	position:static;
}
.ci_sense_global .ntb-tab-mintable {
	border-collapse:collapse;
	padding:0;
	margin:0;
	table-layout:fixed;
}

/* load indicator */
.ci_sense_global .ntb-tab-activityindicator {
	white-space:nowrap;
	background:transparent;
	/*background-image:url(assets/indicator.gif);*/
	background-repeat:no-repeat;
	background-position:center;
	width:16px;
	height:16px;
}

/* Setting z-indexes */
.ci_sense_global .ntb-tab-inactive .ntb-tab a {
	z-index:302;
}
.ci_sense_global .ntb-tab-active .ntb-tab-bodycontainer, .ci_sense_global .ntb-tab-active .ntb-tab-iframecontainer, .ci_sense_global .ntb-tab-disabled .ntb-tab-iframecontainer, .ci_sense_global .ntb-tab-active .ntb-tab-table {
	z-index:300;
}
.ci_sense_global .ntb-tab-bodycontainer, .ci_sense_global .ntb-tab-inactive .ntb-tab-iframecontainer, .ci_sense_global .ntb-tab-inactive  .ntb-tab-bodycontainer, .ci_sense_global .ntb-tab-inactive .ntb-tab-table {
	z-index:299;
}
.ci_sense_global .ntb-tab-active .ntb-tab-body, .ci_sense_global .ntb-tab-active .ntb-tab-left, .ci_sense_global .ntb-tab-active .ntb-tab-right, .ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-body, .ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-left, .ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-right {
	z-index:200;
}
.ci_sense_global .ntb-tab-disabled .ntb-tab-body, .ci_sense_global .ntb-tab-disabled .ntb-tab-left, .ci_sense_global .ntb-tab-disabled .ntb-tab-right, .ci_sense_global .ntb-tab-disabled .ntb-tab-bodycontainer, .ci_sense_global .ntb-tab-disabled .ntb-tab-table  {
	z-index:199;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-body .ntb-pulse, .ci_sense_global .ntb-tab-inactive  .ntb-tab-left .ntb-pulse, .ci_sense_global .ntb-tab-inactive .ntb-tab-right .ntb-pulse {
	z-index:101;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	visibility:hidden;
	opacity:0.0;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-body, .ci_sense_global .ntb-tab-inactive  .ntb-tab-left, .ci_sense_global .ntb-tab-inactive .ntb-tab-right, .ci_sense_global .ntb-tab-inactive .ntb-tab-mouseover .ntb-tab-body, .ci_sense_global .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-left, .ci_sense_global .ntb-tab-inactive .ntb-tab-mouseover .ntb-tab-right {
	z-index:100;
}

/* Tab settings */
.ci_sense_global .ntb-tab-inactive .ntb-tab-table, .ci_sense_global .ntb-tab-active .ntb-tab-table, .ci_sense_global .ntb-tab-disabled .ntb-tab-table, .ci_sense_global .ntb-tab-inactive .ntb-tab, .ci_sense_global .ntb-tab-inactive .ntb-tab-body .ntb-pulse {
	width:100%;
	height:64px;
	border-collapse:collapse;
	border:0;
	table-layout:fixed;			
	position:relative;
	cursor:pointer;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-left , .ci_sense_global .ntb-tab-active .ntb-tab-left , .ci_sense_global .ntb-tab-disabled .ntb-tab-left, .ci_sense_global .ntb-tab-inactive .ntb-tab-left .ntb-pulse {
	width: 15px;
	height:64px;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-right, .ci_sense_global .ntb-tab-active .ntb-tab-right, .ci_sense_global .ntb-tab-disabled .ntb-tab-right, .ci_sense_global .ntb-tab-inactive  .ntb-tab-left .ntb-pulse {
	width:15px;
	height:64px;
}

/* Inactive */
.ci_sense_global .ntb-tab-inactive  .ntb-tab-left {
	background: url(tabs/left/left.png) bottom left no-repeat;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-right {
	background:url(tabs/right/right.png) bottom left no-repeat;
}
/* inactive hover */
.ci_sense_global .ntb-tab-inactive .ntb-tab-mouseover .ntb-tab {
	white-space:nowrap;
	padding:0px;
	margin:0px;
	text-align:left;
	padding-top:0px;
	cursor:pointer;
}
.ci_sense_global .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-left {
	background: url(tabs/left/left_hover.png) bottom left no-repeat;
}
.ci_sense_global .ntb-tab-inactive .ntb-tab-mouseover .ntb-tab-right {
	background:url(tabs/right/right_hover.png) bottom left no-repeat;
}

/* active */
.ci_sense_global .ntb-tab-active .ntb-tab-left {
	background:url(tabs/left/leftactive.png) bottom right no-repeat;
}
.ci_sense_global .ntb-tab-active .ntb-tab-right {
	background: url(tabs/right/rightactive.png) bottom left no-repeat;
}
/* active hover */
.ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-left {
	background:url(tabs/left/leftactive.png) bottom left no-repeat;
}
.ci_sense_global .ntb-tab-active .ntb-tab-mouseover .ntb-tab-right {
	background:url(tabs/right/rightactive.png) bottom left no-repeat;
}


/* blog tab inactive */
.ci_sense_global .blogtab .ntb-tab-inactive  .ntb-tab-body {
	background:url(tabs/body/body_blog.png) bottom left repeat-x;
}
/* red tab inactive hover */
.ci_sense_global .blogtab .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/body_blog_hover.png) bottom left repeat-x;
}
/* red tab active */
.ci_sense_global .blogtab .ntb-tab-active  .ntb-tab-body {
	background:url(tabs/body/bodyactive_blog.png) bottom left repeat-x;
}
/* red tab active hover */
.ci_sense_global .blogtab .ntb-tab-active  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/bodyactive_blog.png) bottom left repeat-x;
}

/* services tab inactive */
.ci_sense_global .servicestab .ntb-tab-inactive  .ntb-tab-body {
	background:url(tabs/body/body_services.png) bottom left repeat-x;
}
/* red tab inactive hover */
.ci_sense_global .servicestab .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/body_services_hover.png) bottom left repeat-x;
}
/* red tab active */
.ci_sense_global .servicestab .ntb-tab-active  .ntb-tab-body {
	background:url(tabs/body/bodyactive_services.png) bottom left repeat-x;
}
/* red tab active hover */
.ci_sense_global .servicestab .ntb-tab-active  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/bodyactive_services.png) bottom left repeat-x;
}

/* contact tab inactive */
.ci_sense_global .contacttab .ntb-tab-inactive  .ntb-tab-body {
	background:url(tabs/body/body_contact.png) bottom left repeat-x;
}
/* red tab inactive hover */
.ci_sense_global .contacttab .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/body_contact_hover.png) bottom left repeat-x;
}
/* red tab active */
.ci_sense_global .contacttab .ntb-tab-active  .ntb-tab-body {
	background:url(tabs/body/bodyactive_contact.png) bottom left repeat-x;
}
/* red tab active hover */
.ci_sense_global .contacttab .ntb-tab-active  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/bodyactive_contact.png) bottom left repeat-x;
}

/* about tab inactive */
.ci_sense_global .abouttab .ntb-tab-inactive  .ntb-tab-body {
	background:url(tabs/body/body_about.png) bottom left repeat-x;
}
/* red tab inactive hover */
.ci_sense_global .abouttab .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/body_about_hover.png) bottom left repeat-x;
}
/* red tab active */
.ci_sense_global .abouttab .ntb-tab-active  .ntb-tab-body {
	background:url(tabs/body/bodyactive_about.png) bottom left repeat-x;
}
/* red tab active hover */
.ci_sense_global .abouttab .ntb-tab-active  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/bodyactive_about.png) bottom left repeat-x;
}

/* home tab inactive */
.ci_sense_global .hometab .ntb-tab-inactive  .ntb-tab-body {
	background:url(tabs/body/body_home.png) bottom left repeat-x;
}
/* red tab inactive hover */
.ci_sense_global .hometab .ntb-tab-inactive  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/body_home_hover.png) bottom left repeat-x;
}
/* red tab active */
.ci_sense_global .hometab .ntb-tab-active  .ntb-tab-body {
	background:url(tabs/body/bodyactive_home.png) bottom left repeat-x;
}
/* red tab active hover */
.ci_sense_global .hometab .ntb-tab-active  .ntb-tab-mouseover .ntb-tab-body {
	background:url(tabs/body/bodyactive_home.png) bottom left repeat-x;
}
