* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	/*font-size: 1em;*/ /* IE6 fix */
}

html {
	font-size: 100%;
}

body {
	width: 100%;
	min-width: 1000px;
	font-size: 62.5%;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: white;
	background-color: black;
}

h1, h2, h3, h4 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.45em;
}

h4 {
	font-size: 1.2em;
}

div, p, td, th, li, label {
	font-size: 1.1em;
}

small {
	font-size: 0.8em;
}

div div, td div, td p, div li {
	font-size: 1em;
}

a:link {
	color: #d0a803;
	text-decoration: none;
}

a:active,
a:visited {
	color: #d0a803;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a img {
	border: 0;
}

table {
	background-color: #1a0a08;
	border-spacing: 1px;
}


td {
	background-color: black;
	padding: 4px;
	text-align: left;
}

th {
	color: #fca;
	font-weight: bold;
	background-color: #270602;
	background-image: url('./images/cellpic3.gif');
	white-space: nowrap;
	padding: 7px 5px;
	text-align: left;
}

input, select, textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input {
	color: #fff;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #d0a803;
	background-color: #111;
}

textarea {
	background-color: #111;
	color: #fff;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #d0a803;
	padding: 2px;
}

select {
	color: #fff;
	background-color: #111;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #d0a803;
	padding: 1px;
	margin-bottom: 1px;
}

select:last-child {
	margin-bottom: 0;
}

option {
	padding: 0 1em 0 0;
}

li, ol, ul {
	margin: 0 0 0 1.5em;
}

img {
	vertical-align: middle;
}

#tooltip {
	visibility: hidden;
	position: absolute;
	z-index: 99999;
	white-space: nowrap;
	padding: 3px;
	background-image: url(./images/ttbg.png);
	border: 1px solid #32130f;
	font-size: 1.2em;
	white-space: nowrap;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

#tooltip table.progress {
	/* IE6 fix */
	-width: 25em;
}

#tooltip table.progress td:first-child {
	white-space: normal;
	width: 17em;
}

#tooltip p.playerComment {
	max-width: 20em;
	white-space: normal;
}

table.main {
	width: 100%;
}

.row3 {
	background-color: #270602;
	padding: 4px;
}

.spacer {
	background-color: #100605;
}

ul#errors {
	width: 400px;
	padding: 4px;
	border: 1px solid #c00;
	background-color: #222;
}

tr.cat td, td.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url('./images/cellpic1.gif');
	font-size: 1.1em;
	font-weight: bold;
	text-indent: 4px;
}

.moved {
	color: #c00;
}

.canceled {
	color: #999;
}

.druid, .charClass1 {
	color: rgb(255, 124, 10);
}

.hunter, .charClass2 {
	color: rgb(170, 211, 114);
}

.mage, .charClass3 {
	color: rgb(104, 204, 239);
}

.paladin, .charClass4 {
	color: rgb(244, 140, 186);
}

.priest, .charClass5 {
	color: #fff;
}

.rogue, .charClass6 {
	color: rgb(255, 244, 104);
}

.shaman, .charClass7 {
	color: #44f;
}

.warlock, .charClass8 {
	color: rgb(147, 130, 201);
}

.warrior, .charClass9 {
	color: rgb(198, 155, 109);
}

.deathknight, .charClass10 {
	color: rgb(165, 22, 66);
}

.monk, .charClass11 {
	color: #00ff96;
}

td.row2, tr.row2 td {
	background-color: #100605;
}

tr.highlight td {
	background-color: #1a0a08;
	border: 0;
}

tr.highlight td:first-child {
	font-weight: bold;
}

tr.highlight td:first-child a {
	text-decoration: underline;
}

.positive {
	color: #0c0;
}

.neutral {
	color: #cc0;
}

.negative {
	color: #c00;
}

.twink a {
	color: #888 !important;
}

.twink a:hover {
	color: #fff;
}

.roleNotConfirmed {
	color: #666;
}

input.img_button {
	border: 0;
	background-color: transparent;
}

.username-coloured {
	font-weight: bold;
}

#sidebar {
	float: right;
}

.voiceserver {
	margin-left: 0px;
	padding-left: 10px;
	/* 
	causes problems in IE8:
	max-height: 400px;
	*/
	height: 325px;
	overflow: scroll;
}

.voiceserver ul {
	margin: 0;
}

.voiceserver li {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	vertical-align: top;
}

.teamspeak2 li {
	list-style-image: url(../portal/images/ts2/channel.gif);
}

.teamspeak3 li {
	list-style-image: url(../portal/images/ts3/channel_green.png);
}

.voiceserver li.player {
	font-size: 0.8em;
}

.teamspeak2 li.player {
	list-style-image: url(../portal/images/ts2/player.gif);
}

.teamspeak3 li.player {
	list-style-image: url(../portal/images/ts3/player_off.png);
}

.voiceserver .flags {
	float: right;
	padding-right: 0.5em;
}

.voiceserver li.offline {
	color: #a00;
	list-style: none;
}

.voiceserver .playerStatus {
	color: gray;
}

#raidprogress li {
	color: #a01c00;
	font-weight: bold;
	margin: 0;
	list-style-type: none;
}

#raidprogress li li {
	color: #666;
	font-weight: normal;
}

#raidprogress li .defeated {
	color: white;
}

.progressCategories li {
	display: inline;
	margin: 3px;
	padding: 1px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

.progressCategories li:hover {
	color: black;
	background-color: white;
}

li.canceled {
	color: white;
}

li.canceled a, span.canceled a {
	color: #666;
	text-decoration: line-through;
}

#usersOnlineList {
	margin: 0;
}

#usersOnlineList li {
	margin: 0;
	list-style-type: none;
}

div#db_error {
	padding: 10px;
	width: 80%;
	text-align: left;
	border: 1px solid #900;
	color: #000;
	background-color: #ccc;
}

/*.charTip, .playerTip, .signUpTip, .signOffTip {
	cursor: help;
}*/

.wowhead-tooltip table {
	background-color: transparent;
}

.row2 td {
	background-color: transparent;
}

.calendar caption {
	font-weight: bold;
}

.calendar td.day {
	width: 25px;
	text-align: center;
	cursor: pointer;
	background-color: black;
}

.calendar td.day:hover {
	color: black;
	background-color: #d3d3d3;
}

.calendar td.empty, .raidCalendar td.empty {
	background-color: transparent;
}

.raidCalendar td div {
	text-align: right;
	font-weight: bold;
}

.raidCalendar th {
	width: 14.29%;
}

.raidCalendar .week td {
	height: 7em;
	vertical-align: top;
}

.raidCalendar .month {
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
}

.raidList th:first-child {
	width: 100%;
}

.raidList td {
	white-space: nowrap;
}

.raids ul {
	margin-left: 0.7em;
}

.confirmed {
	color: #0f0;
}

.notConfirmed {
	color: #aaa;
}

#db_error {
	width: 80%;
	text-align: left;
	border: 1px solid #900;
	background-color: #ccc;
}

.btnmain {
	font-weight: bold;
	background: #0c0c0c url(images/bgbutton.png) 0 0 repeat-x;
	border: 1px solid #d0a803;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.btnlite {
	font-weight: normal;
	background: #0c0c0c url(images/bgbutton.png) 0 0 repeat-x;
	border: 1px solid #d0a803;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.post {
	background-color: #111;
	border-style: solid;
	border-width: 1px;
}

input.radio {
	border: none;
	color: #fff;
	background-color: #111;
}

img.tick {
	vertical-align: baseline;
}

table.roleDistribution td {
	width: 20%;
	text-align: center;
}

#messageWrapper {
	width: 500px;
	margin: 0 auto;
}

#messageWrapper p {
	color: white;
	text-align: center;
	font-size: 1.4em;
	width: 500px;
	position: absolute;
	top: 185px;
	z-index: 99999;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

#messageWrapper p.error {
	border: 1px solid #f00;
	background-color: #600;
}

#messageWrapper p.success {
	border: 1px solid #0c0;
	background-color: #060;
}

#fader {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	font-size: 1.6em;
	font-weight: bold;
	background: url(images/bgfader.png);
	cursor: wait;
}

.ilvlLow {
	color: #f60;
}

.ilvlMin {
	color: #ff0;
}

.ilvlOpt {
	color: #0c0;
}

.ilvlUnknown {
	color: #999;
}