/* Arclite Overrides... */
#fullwidth {
    float: none;
    padding: 30px 30px 30px 30px;
    width: 920px;
}

#notheme {
  background-color: #ffffff;
}

#notheme table{
  margin: 0 0 0 0;
}

#notheme table td, #notheme table th{
  text-align: left;
  border-right: 0px solid #ffffff;
  padding: 0em 0em;
}

#notheme table th{
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 0px solid #ffffff;
}

#notheme table td{
  background: none;
  border: 0px solid #ffffff;
}

#notheme table tr.even td{
  background: none;
}

#notheme table tr:hover td{
  background: none;
}

#custforum table{
  margin: 0 0 0 0;
}

#custforum table td, #custforum table th{
  text-align: left;
  border-right: 0px solid #ffffff;
  padding: 0em 0em;
}

#custforum table th{
  background: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 0px solid #ffffff;
}

#custforum table td{
  background: #f0eada;
}

#custforum table tr.even td{
  background: #f0eada;
}

#custforum table tr:hover td{
  background: #f0eada;
}

#customizations table td {
  border: 0px solid #ffffff;
}

/* End Arclite Overrides */


/* Table sorter stuff */
table.tablesorter {

}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 4px 18px 4px 4px;
}

#rankingTableFloatHeaderClone thead tr .header {
    background-image: none;
    background-repeat: no-repeat;
	background-position: center right;
	cursor: default;
}

table.tablesorter thead tr .header {
    background-image: url(/wp-content/custom-php/images/sortbg.gif);
    background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
}

table.tablesorter tbody tr.odd td {
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/wp-content/custom-php/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/wp-content/custom-php/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}

/* profileTables sorter stuff */
#profileTables table.tablesorter {
}

#profileTables table.tablesorter thead tr th, #profileTables table.tablesorter tfoot tr th {
	padding: 4px 18px 4px 4px;
	border: 1px solid #DDD;
	font-size: 12px;
	/* background-color: #AB967E; */
	background-color: #999999;
}

#profileTables table.tablesorter thead tr .header {
    background-image: url(/wp-content/custom-php/images/sortbg.gif);
    background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

#profileTables table.tablesorter tbody td {
	border: 1px solid #DDD;
	border-top: 0px;
	padding: 2px;
	font-size: 12px;
}

#profileTables table.tablesorter tbody tr.odd td {
}

#profileTables table.tablesorter thead tr .headerSortUp {
	background-image: url(/wp-content/custom-php/images/asc.gif);
}
#profileTables table.tablesorter thead tr .headerSortDown {
	background-image: url(/wp-content/custom-php/images/desc.gif);
}
#profileTables table.tablesorter thead tr .headerSortDown, #profileTables table.tablesorter thead tr .headerSortUp {
}


/* TABS */
#profiletabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#profiletabs li {
	float: left;
	border: 1px solid gray;
	border-bottom-width: 0;
	margin: 0;
	font-size: 14px;
}
#profiletabs a {
	text-decoration: none;
	display: block;
	background: #EEEAD9;
	padding: 0.24em 0.40em;
	color: #0071BB;
	width: 7.5em;
	text-align: center;
}
#profiletabs a:hover {
	background: #fff;
}
#profiletabs #selected {
	border-color: gray;
}
#profiletabs #selected a {
	position: relative;
	top: 1px;
	background: #D8CEB6;
	color: black;
	font-weight: bold;
	text-decoration:underline;
}
#profilecontent {
	border: 1px solid black;
	clear: both;
	padding: 0 0.5em;
}


