/* $Id: style.css 1261 2008-03-29 19:42:45Z storance $ 
 *
 * Copyright 2006 Steven Torance
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at 
 *
 *		http://www.apache.org/licenses/LICENSE-2.0 
 *
 * Unless required by applicable law or agreed to in writing, software 
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
body {
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	background: #2d2e2f url(/images/bg.gif) top center repeat-y;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

#wrap {
	background: #000;
	color: #fff;
	width: 970px;
	text-align: left;
	margin: 10px auto;
	padding: 0;
}

#top {
	margin: 10px 0;
}

#right {
	width: 220px;
	float: right;
	margin: 0 0 5px;
	padding: 1px 0;
}

#middle {
	border-left: 1px solid #252829;
	border-right: 1px solid #252829;
	margin: 0 0 20px 0;
	padding: 0 10px;
	width: 717px;
}

#footer {
	clear: both;
	border-top: 4px solid #252829;
	width: 970px;
	text-align: center;
	color: gray;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 10px 0 20px;
}

#logo {
	background: #000 url(/images/logo.jpg) top left no-repeat;
	width: 970px;
	height: 250px;
}

a {
	text-decoration: none;
	color: #efae00;
}

a img {
	border: 0;
}

.error {
	color: #000;
	border: 1px solid #c00;
	background: #fcc url(/images/error.gif) no-repeat 1% 50%;
	padding: 10px 10px 10px 30px;
}

.success {
	color: #000;
	border: 1px solid #090;
	background: #dfd url(/images/success.gif) no-repeat 1% 50%;
	padding: 10px 10px 10px 30px;
}

.warning {
	color: #000;
	border: 1px solid #f0c000;
	background: #ffffce url(/images/warning.gif) no-repeat 1% 50%;
	padding: 10px 10px 10px 30px;
}

/* Side Bar Content */
div.sidebar {
	margin-bottom: 20px;
}

div.sidebar h1 {
	color: #fff;
	background: #383d58;
	font-size: 12pt;
	margin: 0;
	padding: 7px;
}

div.sidebar div {
	color: #505050;
	background: #242829;
	margin: 0;
	padding: 7px;
}

/* Tab navigation */
ul.tabs {
	border-bottom: 1px solid #242829;
	padding: 3px 10px 3px 10px;
	margin: 1em 0 1em 0;
}

ul.tabs li {
	display: inline;
	list-style: none;
	margin: 0;
}

ul.tabs li a {
	background-color: #242829;
	border: 1px solid #242829;
	border-bottom: none;
	margin-right: 0px;
	padding: 3px 4px;
	text-decoration: none;
}

ul.tabs li a:hover {
	background-color: #505050;
	border-color: #242829;
}

ul.tabs li.active a {
	background: #000;
	border-bottom: 1px solid #000;
	cursor: default;
}

/* Div Content Area Box */
div.ecdkp-box {
	padding: 0;
	margin: 0;
	width: 717px;
}

div.ecdkp-box h2 {
	font-size: 1.2em;
	background: #1c507f;
	margin: 0;
	padding: 0.5em;
}

div.ecdkp-box h3 {
	font-size: 1.2em;
	margin: 0;
	padding: 0.5em;
	color: #fff;
}

div.ecdkp-box div.content {
	padding: 10px;
	background: #242829;
}

div.ecdkp-box table.ecdkp-table {
	width: 100%;
}

/* Scrollable Container for Raid Attendance */
div.scrollable-container {
	overflow: auto;
	height: 50em;
	padding: 1px;
}

/* ecDKP Table */
table.ecdkp-table {
	border: 1px solid #000;
	empty-cells: show;
	border-collapse: collapse;
	font: normal 10pt Arial, Helvetica, san-serif;
	padding: 5px;
}

table.ecdkp-table td {
	border: 1px solid #000;
	padding: 5px;
}

table.ecdkp-table th {
	border: 1px solid #000;
	background: #1c507f;
	font-weight: 700;
	padding: 5px;
	white-space: nowrap;
}

table.ecdkp-table th a {
	color: #fff;
	font-weight: 700;
}

/* Class Column Table */
table.class-column-table {
	padding: 0;
	margin: 20px 0 0 0;
	width: 100%;
}

table.class-column-table td {
	padding: 0 5px 0 5px;
	width: 150px;
}

table.class-column-table tr {
	vertical-align: top;
	margin-bottom: 20px;
}

table.class-column-table table {
	margin: 0 0 50px 0;
	width: 100%;
}

/* Permissions Table */
table.perm-table {
	border: 1px solid #ccc;
	empty-cells: show;
	border-collapse: collapse;
	font: normal 10pt Arial, Helvetica, san-serif;
	padding: 5px;
	width: 100%;
}

table.perm-table tr {
	border: 1px solid #ccc;
}

table.perm-table td {
	padding: 5px;
}

table.perm-table td.left {
	border-right: 1px solid #ccc;
}

table.perm-table th {
	border: 1px solid #ccc;
	background: #286ea0;
	font-weight: 700;
	color: #fff;
	padding: 5px;
}

/* General Table Styles */
td.center {
	text-align: center;
}

tr.error {
	color: #000;
	border: 1px solid #c00;
	background: #fcc;
}

tr.warning {
	color: #000;
	border: 1px solid #f0c000;
	background: #ffffce;
}

th.select,td.select {
	width: 20px;
	text-align: center;
}

/* News Styles */
div.news {
	padding: 0px;
	margin: 0px;
	background: #252829;
	overflow: hidden;
}

div.news h1 {
	margin: 0;
	padding: 5px 5px 4px 5px;
	background: #1c507f;
	font-size: 12pt;
	text-align: left;
	vertical-align: middle;
}

div.news span.poster {
	display: inline;
	clear: none;
	float: left;
	padding: 5px;
}

div.news p {
	margin-left: 10px;
	padding: 5px;
}

div.news p img {
	max-width: 665px;
}

span {
	font: bold 10pt Arial, Helvetica, san-serif;
}

/* Positive and Negative Numbers */
span.positive {
	color: green;
	font-weight: 400;
}

span.negative {
	color: red;
	font-weight: 400;
}

/* Item Qualities */
span.poor {
	color: #ccc;
}

span.common {
	color: #fff;
}

span.uncommon {
	color: #0f0;
}

span.rare {
	color: #006bff;
}

span.epic {
	color: #8000ff;
}

span.artifact {
	color: #e6cc80;
}

span.legendary {
	color: #ff8000;
}

/* Classes */
span.warrior {
	color: #c79c6e;
}

span.mage {
	color: #69ccf0;
}

span.warlock {
	color: #9482c9;
}

span.hunter {
	color: #8bb453;
}

span.rogue {
	color: #bb0;
}

span.druid {
	color: #ff7d0a;
}

span.paladin {
	color: #f58cba;
}

span.shaman {
	color: #2459ff;
}

span.priest {
	color: #fff;
}

span.death {
	color: #990000;
}

span.admin {
	color: #6600FF;
}