* {margin:0; padding:0}
body {font:10px Verdana,Arial}
#wrapper {
	width:766px;
}
.sortable {
	width:764px;
	border:1px solid #ccc;
	border-bottom:none
}
.sortable th {padding:4px 6px 6px; background:#444; color:#fff; text-align:left; color:#ccc}
.sortable td {padding:2px 4px 4px; background:#fff; border-bottom:1px solid #ccc}
.sortable .head {background:#444 url(images/sort.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .desc {background:#222 url(images/desc.gif) 6px center no-repeat; cursor:pointer; padding-left:18px}
.sortable .asc {background:#222 url(images/asc.gif) 6px  center no-repeat; cursor:pointer; padding-left:18px}
.sortable .head:hover, .sortable .desc:hover, .sortable .asc:hover {color:#fff}
.sortable .even td {background:#f2f2f2}
.sortable .odd td {background:#fff}
a.nobordi:hover {
	border: 0!important;
}
img {
border: 0px; /* makes sure linked images do not have a border */
text-decoration: none;
}

/* Style for Usual tabs */
.usual {
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	width: 810px;
}
.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:10px Verdana;
  color:#FFF;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
	margin-bottom:0;
	color:#000;
	background:#DBDBDB;
	border-bottom:1px solid snow;
	cursor:default;
  }
.usual div {
  *padding-top:3px;
  *margin-top:-15px;
	clear:left;
	font:10pt Georgia;
	width: 790px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	height: 224px;
	background-color: #DBDBDB;
	overflow: auto;
}
.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; }

