/*  idTabs ~ Sean Catchpole  */
* { margin:0px; padding:0px; }

/* Style for Usual tabs */
.usual {
  background:#efefef;
  color:#000000;
  width:960px;
  border:1px solid #efefef;
  }
.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:8px 5px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font:11px Arial, Helvetica, sans-serif;
  color:#FFF;
  background:#ffffff;
}
.usual ul a:hover {
  color:#FFF;
  background:#efefef;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:#cccccc;
  cursor:default;
  }
.usual div {
  clear:left;
  background:#fff;
  font:12px Georgia;
}
.usual div a { color:#000; font-weight:bold; }

#usual2 { background:#0A0A0A; border:1px solid #1A1A1A; }
#usual2 a { background:#222; }
#usual2 a:hover { background:#000; }
#usual2 a.selected { background:snow; }
#tabs3 { background:#FF9; }
.usual h3
{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#4A98CA;
font-weight:normal;
}
.usual p
{
padding:0px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
text-align:justify;
line-height:18px;
}
