/***

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.wowtable {
	clear: both;
	color: #101110;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 90%;
}

table.wowtable a {
	color: blue;
	text-decoration: none;
}

table.wowtable a:hover {
	text-decoration: none;
}

table.wowtable .headerLeft {
	background-image: url("../img/table/subheader-left-sword.gif");
	width: 22px;
}

table.wowtable .headerCenter {
	background: #05374a;
	color: #efeeef;
	height: 20px;
}


table.wowtable .headerRight {
	background-image: url("../img/table/subheader-right.gif");
	width: 8px;
}

table.wowtable .borderTopLeft {
	background-position: right;
	background-image: url("../img/table/metalborder-top-left.gif");
	background-repeat: no-repeat;
}

table.wowtable .borderTop {
	background-image: url("../img/table/metalborder-top.gif");
	height: 12px;
}

table.wowtable .borderTopRight {
	background-position: left;
	background-image: url("../img/table/metalborder-top-right.gif");
	background-repeat: no-repeat;
}

table.wowtable .borderLeft {
	background-position: right;
	background-image: url("../img/table/metalborder-left.gif");
	background-repeat: repeat-y;
}

table.wowtable .subHeader {
	background-color: #2e2d2b;
	border-style: solid;
	border-width: 1px;
	border-color: #5d5d5d #5d5d5d #1e1d1c #1e1d1c;
	color: #c7c7c7;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
}

table.wowtable .borderRight {
	background-position: left;
	background-image: url("../img/table/metalborder-right.gif");
}

table.wowtable .subHeaderDecoration {
	background-image: url("../img/table/shadow.gif");
	height: 8px;
}

table.wowtable .seperator {
	background-color: #05374a;
	color: #efeeef;
	cursor: pointer;
	height: 20px;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
}

table.wowtable .seperator:hover {
	background-color: #66374A;
}

table.wowtable .seperatorSel {
	background-color: #66374A;
}

table.wowtable .lineType0 {
	background-image: url("../img/table/light.jpg");
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #d8bf95;
}

table.wowtable .lineType1 {
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	border-color: #d8bf95;
	background-color: #97866a;
}

table.wowtable .borderBotLeft {
	background-position: right;
	background-image: url("../img/table/metalborder-bot-left.gif");
	background-repeat: no-repeat;
}

table.wowtable .borderBot {
	background-image: url("../img/table/metalborder-bot.gif");
	height: 12px;
}

table.wowtable .borderBotRight {
	background-position: left;
	background-image: url("../img/table/metalborder-bot-right.gif");
	background-repeat: no-repeat;
}
