/*************** Tabs Related classes ********************/
.tabs-ul
{
  margin:0;
  padding:0px 0px 0;
  list-style:none;
  float:left;
  width:100%;
  font-size:93%;
  line-height:normal;
}

/* The follwing classes are separate because they have differnt
   background images (dynamic accoarding to client). The classes are
   located in dynamicBrandingCss.jsp   */
.tabs-li-selected,
.tabs-li-deselected,
.tabs-li-product-selected,
.tabs-li-product-deselected,
.tabs-li-selected-help-shortcuts,
.tabs-li-deselected-help-shortcuts
{
  margin:0;
  padding:0 0 0 9px;
  float:left;
}

.tabs-a-selected,
.tabs-a-deselected,
.tabs-a-product-selected,
.tabs-a-product-deselected,
.tabs-a-selected-help-shortcuts,
.tabs-a-deselected-help-shortcuts
{
  float:left;
  display:block;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabs-a
{
   float:none;
}
/* End IE5-Mac hack */

/*************** Tabs fonts ********************/
.tabs-font
{
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 15px;
}

.add-style
{
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 17px;
   color: #336699;
   font-weight:bold;
   text-decoration: underline;
   background-color: #FFFFFF;
   background-image:url(../images/posts/addBg.gif);
   background-repeat: repeat-x;
}

.add-style-blank
{
   background-color: #FFFFFF;
   background-image:url(../images/posts/addBg.gif);
   background-repeat: repeat-x;
}

.add-style-no-bg
{
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 17px;
   color: #336699;
   font-weight:bold;
   text-decoration: underline;
}