/*  idTabs ~ Sean Catchpole  */


/* Style for Usual tabs */
.usual {
	background:#EEF5F5;
	color:#000;
	padding:15px 20px;
	width:860px;
	border:1px solid #222;
	margin:8px auto;
}
.usual li { list-style:none; float:left; }
.usual ul a {
	display:block;
	padding:6px 10px;
	text-decoration:none!important;
	margin:1px;
	margin-left:0;
	font-size: 9pt;
	font-family: helvetica, "trebuchet MS", arial, sans-serif;
	color:#9C0;
	background:#DDD9C3;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:snow;
  font-size: 9pt;
  font-family: helvetica, "trebuchet MS", arial, sans-serif;
}
.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; }

