@charset "utf-8";
/* CSS Document */

/*  isTabs ~ Sean Catchpole  */


/* Style for idtabs tabs */
.idtabs {
  background:#FFFFFF;
  color:#000000;
  width:100%; 
 
}
.idtabs li { list-style:none; float:left; }
.idtabs ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:10px Verdana;
  color:#FFF;
  background:#444;
}
.idtabs ul a:hover {
  color:#FFF;
  background:#111;
  }
.idtabs ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#d1d1d1;
  border-bottom:1px solid snow;
  cursor:default;
  }
.idtabs div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font:10pt Georgia;
}
.idtabs div a { color:#000; font-weight:bold; }

#idtabs2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#idtabs2 a { background:#222; }
#idtabs2 a:hover { background:#000; }
#idtabs2 a.selected { background:snow; }

