/***

LZRoster: A roster for World of Warcraft.
Copyright (C) 2007  Emmanuel Cron

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

***/

table.listtable
{
	margin-left: auto;
	margin-right: auto;
}

table.listtable thead tr td.header_topleft
{
	background-image: url('../img/table/metalborder-top-left.gif');
	height: 12px;
	width: 10px;
}

table.listtable thead tr td.header_top
{
	background-image: url('../img/table/metalborder-top.gif');
}

table.listtable thead tr td.header_topright
{
	background-image: url('../img/table/metalborder-top-right.gif');
	width: 10px;
}

table.listtable thead tr td.header_left
{
	background-image: url('../img/preferences/h-items.jpg');
	color: black;
	height: 46px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	width: 365px;
}

table.listtable thead tr td.header_right
{
	background-image: url('../img/preferences/info-header-bg.gif');
	height: 46px;
	width: 150px;
}

table.listtable tr td.t_left
{
	background-image: url('../img/table/metalborder-left.gif');
}

table.listtable tr td.t_right
{
	background-image: url('../img/table/metalborder-right.gif');
}

table.listtable tbody tr
{
	background-image: url('../img/preferences/data-head2.gif');
	height: 26px;
}

table.listtable tbody tr td.left
{
	background-image: url('../img/preferences/mh-bg.gif');
	background-position: center;
	background-repeat: repeat-x;
	font-style: italic;
	padding-left: 10px;
}

table.listtable tbody tr td.right
{
	text-align: center;
}

table.listtable tfoot tr td.header_bottomleft
{
	background-image: url('../img/table/metalborder-bot-left.gif');
	height: 10px;
}

table.listtable tfoot tr td.header_bottom
{
	background-image: url('../img/table/metalborder-bot.gif');
}

table.listtable tfoot tr td.header_bottomright
{
	background-image: url('../img/table/metalborder-bot-right.gif');
}