/*Main tabs ***********************************************************************************/
#header {
  float:left;
  width:100%;
  background: url("/global/images/bg-trans.gif") repeat-x bottom; 
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("/global/images/off-white-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("/global/images/off-white-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#505050;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#000000;
  }
#header #current {
  background-image:url("/global/images/on-white-white-left.gif");
  }
#header #current a {
  background-image:url("/global/images/on-white-white-right.gif");
  color:#000000;
  padding-bottom:5px;
  }
  
#pageborder {
clear:both;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
border-left: 1px solid #505050;
border-right: 1px solid #505050;
border-bottom: 1px solid #505050;
background-color:#FFFFFF;
}


/*secondary  tabs ***********************************************************************************/
#subheader {
  float:left;
  width:100%;
  background: url("/global/images/bg-trans.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#subheader ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#subheader li {
  float:left;
  background:url("/global/images/off-white-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#subheader a {
  float:left;
  display:block;
  background:url("/global/images/off-white-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#505050;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subheader a {float:none;}
/* End IE5-Mac hack */
#subheader a:hover {
  color:#000000;
  }
#subheader #current {
  background-image:url("/global/images/on-gray-white-left.gif");
  }
#subheader #current a {
  background-image:url("/global/images/on-gray-white-right.gif");
  color:#000000;
  padding-bottom:5px;
  }
  
 #subpageborder {
clear:both;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
border-left: 1px solid #505050;
border-right: 1px solid #505050;
border-bottom: 1px solid #505050;
background-color:#EAEAEA;
}

/*third  tabs ***********************************************************************************/
#third {
  float:left;
  width:100%;
  background: url("/global/images/bg-lightgray.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#third ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#third li {
  float:left;
  background:url("/global/images/off-gray-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#third a {
  float:left;
  display:block;
  background:url("/global/images/off-gray-right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#505050;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#third a {float:none;}
/* End IE5-Mac hack */
#third a:hover {
  color:#000000;
  }
#third #current {
  background-image:url("/global/images/on-white-gray-left.gif");
  }
#third #current a {
  background-image:url("/global/images/on-white-gray-right.gif");
  color:#000000;
  padding-bottom:5px;
  }
  
#thirdpageborder {
clear:both;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
border-left: 1px solid #505050;
border-right: 1px solid #505050;
border-bottom: 1px solid #505050;
background-color:#FFFFFF;
}


/*site tabs ***********************************************************************************/
#sitetabs {
  float:left;
  width:100%;
  line-height:14px;
  background:url('/images/shell/tab_bg3.gif') repeat-x bottom;height:29px;
  }
#sitetabs ul {
  margin:0;
  padding:0px 10px 0;
  list-style:none;
  }
#sitetabs li {
  float:left;
  background:url("/images/shell/tab_off_l.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 6px;
  }
#sitetabs a {
  float:left;
  display:block;
  background:url("/images/shell/tab_off_r.gif") no-repeat right top;
  padding:10px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#sitetabs a {float:none;}
/* End IE5-Mac hack */
#sitetabs a:hover {
  color:#FFFFFF;
  }
#sitetabs #current {
  background-image:url("/images/shell/tab_on_l.gif");
  }
#sitetabs #current a {
  background-image:url("/images/shell/tab_on_r.gif");
  color:#000000;
  padding-bottom:5px;
  }

#sitetabs #trial {
  background-image:url("/images/shell/tab_trial_l.gif");
  }
#sitetabs #trial a {
  background-image:url("/images/shell/tab_trial_r.gif");
  color:#FFFFFF;
  padding-bottom:5px;
  }

  
#shell {
clear:both;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
padding-top: 0px;
border-bottom: 1px solid #CCCCCC;
background-color:#FFFFFF;
}
