.subtabs {
font-family: "Trebuchet MS";
font-size:11px;
color:#ffffff;
text-decoration:none;
font-weight:normal;
}
table#tabsmain {
background-image:url(../images/tabs/grey_bg.gif);
}
table#subtabs {
background-image:url(../images/tabs/subtabs_bg.gif);
}
td#tabclosemiddle {
background-image:url(../images/tabs/tab_close_middle.gif);
}
.endline {
  /*border-bottom:1px solid #ebab00;*/
  border-bottom:1px solid #910200;
}
div.tabs {
  float              : left;
  width              : 100%;
  background         :  url(../images/tabs/tab_pixel.gif) repeat-x bottom;
  }
div.tabs ul {
  list-style         : none;
  margin             : 0px;
  padding            : 0px;
  }
div.tabs li {
  display            : inline;
  margin             : 0px;
  padding            : 0px;
  }
div.tabs a {
  float              : left;
  /*background         : url(tab_right.gif) no-repeat right top;*/
/*  border-bottom      : 1px solid #ebab00;*/
border-bottom: 1px solid #910200;
  /*font-size          : 11px;*/
  font-weight        : normal;
  text-decoration    : none;
  }
div.tabs li#on a {
  /*border-bottom      : 1px solid #f7c203;*/
  border-bottom: 1px solid #ae0001;
  background-position: 100% 100%;
  background         : url(../images/tabs/tab_right2.gif) no-repeat right top;
  color:#ffffff;
  font-weight        : normal;  
  }
div.tabs a:link, div.tabs a:active, div.tabs a:visited {
  color              : black;
  }
div.tabs a:hover {
	color              : #808080;
	background-position: 100% 100%;
	cursor: pointer;
  }
div.tabs span {
  float              : left;
  /*background         : url(tab_left.gif) no-repeat left top;*/
  padding            : 5px;
  white-space        : nowrap;
  font-family: "Trebuchet MS";
  font-size: 11px;
  }
div.tabs span#son {
  float              : left;
  background         : url(../images/tabs/tab_left2.gif) no-repeat left top;
  padding            : 5px;
  white-space        : nowrap;
  font-family: "Trebuchet MS";
  font-size: 11px;
  }
  div.tabs span#son2 {
  float              : left;
  background         : url(../images/tabs/tab_left3.gif) no-repeat left top;
  padding            : 5px;
  white-space        : nowrap;
  font-family: "Trebuchet MS";
  font-size: 11px;
  }
