/*
Event Horizon Fight Statistics - World of Warcraft combat log parser and report generator
Copyright (C) 2008-2011 Maik Schreiber

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 3 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, see <http://www.gnu.org/licenses/>.
*/

body, input, select, textarea, td, th {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10pt;
}

body {
	padding-top: 10pt;
	padding-bottom: 10pt;
}

div.header {
	font-size: 20pt;
	margin-bottom: 10pt;
}

div.headerOverview {
	margin-bottom: 15pt;
}

table.chart {
	empty-cells: show;
	border-spacing: 0pt;
	margin-bottom: 15pt;
}

table.chart.pets {
	margin-bottom: 3pt;
}

div.petsList {
	font-size: 8pt;
	margin-bottom: 15pt;
}

div.petsList a {
	margin-right: 5pt;
}

table.chart th, table.chart td {
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 1pt;
	padding-bottom: 1pt;
}

table.chart td.percentBar {
	padding-top: 0px;
	padding-bottom: 0px;
}

table.wide {
	width: 1000px;
}

table.pet {
	margin-left: 75px;
	margin-top: 3pt;
	margin-bottom: 0px;
}

table.wide.pet {
	width: 925px;
}

table.chart th.noLineBottom {
	border-bottom: 0px;
}

table.chart th.subLine {
	font-weight: normal;
}

table th .description {
	font-size: 8pt;
	font-weight: normal;
}

table.percentBar {
	empty-cells: show;
	border-spacing: 0pt;
	height: 11pt;
	margin: 0px;
}

table.percentBar tr, table.percentBar td {
	height: 11pt;
}

table.percentBar td {
	padding: 0px;
}

div.mainMenuBar {
	float: left;
	width: 80pt;
}

div.mainMenu {
	width: 90pt;
	margin-bottom: 15pt;
}

div.mainMenuHead {
	padding-top: 3pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-bottom: 3pt;
	text-align: center;
	font-weight: bold;
}

div.mainMenuSection {
	padding-top: 3pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-bottom: 3pt;
}

div.mainMenuButton {
	margin-top: 2pt;
	margin-bottom: 2pt;
}

div.contentBox {
	margin-left: 105pt;
	margin-bottom: 15pt;
}

div.contentBox.noMenu {
	margin-left: 0px;
}

div.contentHead {
	padding-top: 3pt;
	padding-left: 8pt;
	padding-right: 8pt;
	padding-bottom: 3pt;
	font-weight: bold;
	margin-bottom: 8pt;
}

div.content {
	padding-left: 8pt;
	padding-right: 8pt;
	padding-bottom: 8pt;
}

.small {
	font-size: 7pt;
}

div.footer {
	text-align: right;
	font-size: 7pt;
}

div.toolTip {
	position: absolute;
	z-index: 10;
	width: 200px;
}

div.toolTip div.toolTip-title {
	font-weight: bold;
	font-size: 10pt;
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 3pt;
	background: url(bubble_bg.png) top left;
}

div.toolTip div.toolTip-contents {
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 2pt;
	padding-bottom: 5pt;
	background: url(bubble_bg.png) bottom left;
}
