* {border:none;}
.tabbs-container {
  /*overflow: hidden;*/
  /*border:1px solid #f5f5f5;*/
}
.tabbs-header {
  border-width: 0px;
  /*border-style: solid;*/
  border-bottom-width: 0;
  position: relative;
  padding: 0;
  padding-top:0px;
  overflow: hidden;
}
.tabbs-header-plain {
  border: 0;
  background: transparent;
}
.tabbs-scroller-left,
.tabbs-scroller-right {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 18px;
  height: 28px !important;
  height: 30px;
  font-size: 1px;
  display: none;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
}
.tabbs-scroller-left {
  left: 0;
}
.tabbs-scroller-right {
  right: 0;
}
.tabbs-header-plain .tabbs-scroller-left,
.tabbs-header-plain .tabbs-scroller-right {
  height: 25px !important;
  height: 27px;
}
.tabbs-tool {
  position: absolute;
  bottom: 0;
  padding: 1px;
  /*overflow: hidden;*/
  border-width: 1px;
  border-style: solid;
}
.tabbs-header-plain .tabbs-tool {
  padding: 0 1px;
}
.tabbs-wrap {
  position: relative;
  left: 0;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}
.tabbs-scrolling {
  margin-left: 18px;
  margin-right: 18px;
}
.tabbs-disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.tabbs {
  list-style-type: none;
  height: 21px !important;
  margin: 0px;
  padding: 0px;
  padding-left: 88px;
  width: 221px;
 /* border-style: solid;
  border-width: 0 0 1px 0;*/
}
.tabbs li {
  float: left;
  display: inline-block;
  margin: 0 4px -1px 0;
  padding: 0;
  position: relative;
  border-right:1px solid #fff;
  height: 21px !important;
}

.tabbs li:last-child{ border:none;}
.tabbs li a.tabbs-inner {
	float:right;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0 5px;
  height: 21px;
  line-height: 22px !important;
  text-align: center;
  white-space: nowrap;
  /*border-width: 1px;
  border-style: solid;*/
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tabbs li.tabbs-selected a.tabbs-inner {
  font-weight: bold;
  outline: none;
}
.tabbs li.tabbs-selected a:hover.tabbs-inner {
  cursor: default;
  pointer: default;
}
.tabbs li a.tabbs-close,
.tabbs-p-tool {
  position: absolute;
  font-size: 1px;
  display: block;
  height: 12px;
  padding: 0;
  top: 50%;
  margin-top: -6px;
  overflow: hidden;
}
.tabbs li a.tabbs-close {
  width: 12px;
  right: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tabbs-p-tool {
  right: 16px;
}
.tabbs-p-tool a {
  display: inline-block;
  font-size: 1px;
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.tabbs li a:hover.tabbs-close,
.tabbs-p-tool a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: hand;
  cursor: pointer;
}
.tabbs-with-icon {
  padding-left: 18px;
}
.tabbs-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}
.tabbs-title {
  font-size: 12px;
}
.tabbs-closable {
  padding-right: 8px;
}
.tabbs-panells {
  margin: 0px;
  padding: 0px;
  /*border-width: 1px;
  border-style: solid;*/
  border-top-width: 0;
  overflow: hidden;
}
.tabbs-header-bottom {
  border-width: 0 1px 1px 1px;
  padding: 0 0 2px 0;
}
.tabbs-header-bottom .tabbs {
  border-width: 1px 0 0 0;
}
.tabbs-header-bottom .tabbs li {
  margin: -1px 4px 0 0;
}
.tabbs-header-bottom .tabbs li a.tabbs-inner {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tabbs-header-bottom .tabbs-tool {
  top: 0;
}
.tabbs-header-bottom .tabbs-scroller-left,
.tabbs-header-bottom .tabbs-scroller-right {
  top: 0;
  bottom: auto;
}
.tabbs-panells-top {
  border-width: 1px 1px 0 1px;
}
.tabbs-header-left {
  float: left;
  border-width: 1px 0 1px 1px;
  padding: 0;
}
.tabbs-header-right {
  float: right;
  border-width: 1px 1px 1px 0;
  padding: 0;
}
.tabbs-header-left .tabbs-wrap,
.tabbs-header-right .tabbs-wrap {
  height: 100%;
}
.tabbs-header-left .tabbs {
  height: 100%;
  padding: 4px 0 0 4px;
  border-width: 0 1px 0 0;
}
.tabbs-header-right .tabbs {
  height: 100%;
  padding: 4px 4px 0 0;
  border-width: 0 0 0 1px;
}
.tabbs-header-left .tabbs li,
.tabbs-header-right .tabbs li {
  display: block;
  width: 100%;
  position: relative;
}
.tabbs-header-left .tabbs li {
  left: auto;
  right: 0;
  margin: 0 -1px 4px 0;
  float: right;
}
.tabbs-header-right .tabbs li {
  left: 0;
  right: auto;
  margin: 0 0 4px -1px;
  float: left;
}
.tabbs-header-left .tabbs li a.tabbs-inner {
  display: block;
  text-align: left;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.tabbs-header-right .tabbs li a.tabbs-inner {
  display: block;
  text-align: left;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.tabbs-panells-right {
  float: right;
  border-width: 1px 1px 1px 0;
}
.tabbs-panells-left {
  float: left;
  border-width: 1px 0 1px 1px;
}
.tabbs-header-noborder,
.tabbs-panells-noborder {
  border: 0px;
}
.tabbs-header-plain {
  border: 0px;
  background: transparent;
}
.tabbs-scroller-left {
  /*background: #E0ECFF url('images/tabbs_icons.png') no-repeat 1px center;*/
}
.tabbs-scroller-right {
  background: #E0ECFF url('images/tabbs_icons.png') no-repeat -15px center;
}
.tabbs li a.tabbs-close {
  background: url('images/tabbs_icons.png') no-repeat -34px center;
}
.tabbs li a.tabbs-inner:hover {
  background:#ff9900 !important;
  color: #000000;
  filter: none;
}
.tabbs li.tabbs-selected a.tabbs-inner {
  background-color: #ff9900;
  color: #0E2D5F;
  
}
.tabbs-header-bottom .tabbs li.tabbs-selected a.tabbs-inner {
  background: -webkit-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: -moz-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: -o-linear-gradient(top,#ffffff 0,#EFF5FF 100%);
  background: linear-gradient(to bottom,#ffffff 0,#EFF5FF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=0);
}
.tabbs-header-left .tabbs li.tabbs-selected a.tabbs-inner {
  background: -webkit-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: -moz-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: -o-linear-gradient(left,#EFF5FF 0,#ffffff 100%);
  background: linear-gradient(to right,#EFF5FF 0,#ffffff 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#ffffff,GradientType=1);
}
.tabbs-header-right .tabbs li.tabbs-selected a.tabbs-inner {
  background: -webkit-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: -moz-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: -o-linear-gradient(left,#ffffff 0,#EFF5FF 100%);
  background: linear-gradient(to right,#ffffff 0,#EFF5FF 100%);
  background-repeat: repeat-y;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#EFF5FF,GradientType=1);
}
.tabbs li a.tabbs-inner {
  color: #fff;
  /*background-color: #f5f5f5;
  background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);*/
}
.tabbs-header,
.tabbs-tool {
  background:url(../images/office.jpg) no-repeat #ff9900;
}
.tabbs-header-plain {
  background: transparent;
}
.tabbs-header,
.tabbs-scroller-left,
.tabbs-scroller-right,
.tabbs-tool,
.tabbs,
.tabbs-panells,
.tabbs li a.tabbs-inner,
.tabbs li.tabbs-selected a.tabbs-inner,
.tabbs-header-bottom .tabbs li.tabbs-selected a.tabbs-inner,
.tabbs-header-left .tabbs li.tabbs-selected a.tabbs-inner,
.tabbs-header-right .tabbs li.tabbs-selected a.tabbs-inner {
  /*border-color: #ff9900;*/ 
}
.tabbs-p-tool a:hover,
.tabbs li a:hover.tabbs-close,
.tabbs-scroller-over {
  background-color: #eaf2ff;
}
.tabbs li.tabbs-selected a.tabbs-inner {
  border-bottom: 1px solid #ffffff;
}
.tabbs-header-bottom .tabbs li.tabbs-selected a.tabbs-inner {
  border-top: 0px solid #ffffff;
}
.tabbs-header-left .tabbs li.tabbs-selected a.tabbs-inner {
  border-right: 0px solid #ffffff;
}
.tabbs-header-right .tabbs li.tabbs-selected a.tabbs-inner {
  border-left: 0px solid #ffffff;
}
.panell {
  overflow: hidden;
  text-align: left;
}
.panell-header,
.panell-body {
 /* border-width: 1px;*/
  /*border-style: solid;*/
}
.panell-header {
  padding: 5px;
  position: relative;
}
.panell-title {
  background: url('images/blank.gif') no-repeat;
}
.panell-header-noborder {
  border-width: 0 0 0px 0;
}
.panell-body {
  overflow: auto;
  border-top-width: 0px;
}
.panell-body-noheader {
  border-top-width: 0px;
}
.panell-body-noborder {
  border-width: 0px;
}
.panell-with-icon {
  padding-left: 18px;
}
.panell-icon,
.panell-tool {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  overflow: hidden;
}
.panell-icon {
  left: 5px;
  width: 16px;
}
.panell-tool {
  right: 5px;
  width: auto;
}
.panell-tool a {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin: 0 0 0 2px;
  vertical-align: top;
}
.panell-tool a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #eaf2ff;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
.panell-loading {
  padding: 11px 0px 10px 30px;
}
.panell-noscroll {
  /*overflow: hidden;*/
}
.panell-fit,
.panell-fit body {
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.panell-loading {
  background: url('images/loading.gif') no-repeat 10px 10px;
}
.panell-tool-close {
  background: url('images/panell_tools.png') no-repeat -16px 0px;
}
.panell-tool-min {
  background: url('images/panell_tools.png') no-repeat 0px 0px;
}
.panell-tool-max {
  background: url('images/panell_tools.png') no-repeat 0px -16px;
}
.panell-tool-restore {
  background: url('images/panell_tools.png') no-repeat -16px -16px;
}
.panell-tool-collapse {
  background: url('images/panell_tools.png') no-repeat -32px 0;
}
.panell-tool-expand {
  background: url('images/panell_tools.png') no-repeat -32px -16px;
}
.panell-header,
.panell-body {
 
}
.panell-header {
  background-color: #E0ECFF;
  background: -webkit-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -moz-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: -o-linear-gradient(top,#EFF5FF 0,#E0ECFF 100%);
  background: linear-gradient(to bottom,#EFF5FF 0,#E0ECFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#EFF5FF,endColorstr=#E0ECFF,GradientType=0);
}
.panell-body {
  color: #333;
  padding:10px 0 0 0;
}
.panell-title {
  font-size: 12px;
  font-weight: bold;
  color: #0E2D5F;
  height: 16px;
  line-height: 16px;
}