﻿body {
	background-color: Black;
	color: White;
	font-family: Verdana, Geneva;
	font-size: 10pt;
}

/* A styles */
a {
	color: #16F6F8;
}

a img {
	vertical-align: bottom;
}

a:hover {
	color: Black;
	background-color: #16F6F8;
}

.LinkWhite {
	color: White;
}

/* Header styles*/
h1 {
	margin-bottom: 5px;
	color: #16F6F8;
}

h2 {
	margin-bottom: 5px;
	color: #16F6F8;
}

h3 {
	margin-bottom: 5px;
	color: #16F6F8;
}

h4 {
	margin-bottom: 5px;
	color: #16F6F8;
}

h5 {
	margin-bottom: 5px;
	color: #16F6F8;
}

h6 {
	margin-bottom: 5px;
	color: #16F6F8;
}

/* IMG styles */
img {
	border: 0;
}

/* DIV styles */
.DivTextCentered {
	text-align: center;
}

.DivTextCentered table tr {
	text-align: left;
}

.DivPage {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

.DivContent {
	float: right;
	width: 605px;
	text-align: left;
	padding-left: 5px;
}

.DivLeftPanel {
	float: left;
	width: 150px;
	text-align: left;
	font-size: 8pt;
}

.DivFloatLeft {
	float: left;
	padding-right: 5px;
}

.DivFloatRight {
	float: right;
	padding-left: 5px;
}

.DivFooter {
	clear: both;
}

.DivRelative {
	position: relative;
	width: 100%;
}

.DivRelative .DivOverlay {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity: 0.8;
	zoom: 1;
	background-color: Black;
	text-align: center;
	z-index: 1;
}

.DivNoOverflow {
	overflow: hidden;
}

.DivIndent {
	margin-left: 10px;
}

.DivInlineItem {
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	display: inline-block;
	vertical-align: top;
	clear: none;
}

.DivMenu {
	background-color: Black;
	border: solid 2px #0B7B7C;
}

.DivMenu .TableBorder td {
	border: solid 1px #0B7B7C;
}

.DivMenu .TableNoBorder td {
	border: none;
}

.TableTooltip {
	border: solid 1px rgb(128, 128, 128);
	background-color: Black;
	font-size: 8pt;
}

.TableTooltip .TDTitle {
	background-color: rgb(64, 64, 64);
	color: #16F6F8;
	font-weight: bold;
}

.DivScroll {
	overflow: auto;
}

.DivPad {
	padding: 0 3px 0 3px;
}

/* INPUT styles */
input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

textarea {
	font-size: 8pt;
	font-family: Verdana, Geneva;
}

.CompactButton {
	font-size: 9px;
	font-family: Verdana, Geneva;
	border: none;
}

/* OL styles */
ol {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* UL styles */
ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

/* TABLE styles */
table {
	border: 0;
	margin: 0 0 5px 0;
	border-spacing: 0;
}

td {
	padding: 0 3px 0 3px;
}

.TableNoMargin,
.TableNoPadding {
	margin: 0;
	border-collapse: collapse;
}

.TableNoPadding td {
	padding: 0;
}

.TableCentered {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.TableFullWidth {
	width: 760px;
}

.TableBorder,
.TableBorderNoPadding,
.TableCollapse,
.TableImageBorder .TableBorder,
.TableImageBorder .TableBorderNoPadding,
.TableImageBorder .TableCollapse {
	border-collapse: collapse;
}

.TableBorder td {
	border: solid 1px white;
	padding: 1px 3px 1px 3px;
}

.TableBorderNoPadding td {
	border: solid 1px white;
	padding: 0;
}

.TableNoBorder td {
	border: none;
}

.TableBorder .TDLeft,
.TableBorder .TDCenter,
.TableBorderNoPadding .TDLeft,
.TableBorderNoPadding .TDCenter {
	border-right-width: 0;
}

.TableBorder .TDRight,
.TableBorder .TDCenter,
.TableBorderNoPadding .TDRight,
.TableBorderNoPadding .TDCenter {
	border-left-width: 0;
}

.TableBorder .TDTop,
.TableBorder .TDMiddle,
.TableBorderNoPadding .TDTop,
.TableBorderNoPadding .TDMiddle {
	border-bottom-width: 0;
}

.TableBorder .TDBottom,
.TableBorder .TDMiddle,
.TableBorderNoPadding .TDBottom,
.TableBorderNoPadding .TDMiddle {
	border-top-width: 0;
}

.TableTextCentered td {
	text-align: center;
}

.TableCellPadding {
	margin: 0;
	width: 100%;
}

.TableCellPadding td {
	padding: 1px 3px 1px 3px;
}

.TableImageBorder {
	margin: 0;
	border-collapse: collapse;
}

.TableImageBorder td {
	padding: 0;
}

.TableImageBorder td table {
	border: 0;
	margin: 0 0 5px 0;
	border-spacing: 0;
	border-collapse: separate;
}

.TableImageBorder td table td {
	padding: 0 3px 0 3px;
}

.TableImageBorder .TableImageBorder td {
	padding: 0;
}

.TableImageBorder td .TableNoPadding td {
	padding: 0;
}

/* Wiki styles */
pre,
.codeInline {
	background-color: #333333;
	border: dashed 1px #16F6F8;
	display: block;
	padding: 2px 3px 2px 3px;
	margin: 3px 5px 3px 5px;
	overflow: auto;
}

.hidden {
	visibility: hidden;
	display: none;
}

/* Miscellaneous styles */
.XLarge {
	font-size: 18pt;
}

.Large {
	font-size: 14pt;
}

.Small {
	font-size: 8pt;
}

.Indent {
	padding-left: 10px;
}

.Highlight {
	color: #16F6F8;
	font-weight: bold;
}

.Data {
	color: Yellow;
	font-weight: bold;
}

.Warning {
	color: Red;
	font-weight: bold;
}

.Error {
	background-color: Red;
	color: Black;
	font-weight: bold;
}

.Navigation a {
	text-decoration: none;
}

.Disabled {
	cursor: default;
}

.NoWrap {
	white-space: nowrap;
}

.AlignRight {
	text-align: right;
}

.AlignCenter {
	text-align: center;
}

.ValignTop {
	vertical-align: top;
}

.ValignMiddle {
	vertical-align: middle;
}

.BottomPadding {
	padding-bottom: 5px;
}

.NoBold {
	font-weight: normal;
}

.HideOverflow TD {
	overflow: hidden;
}

.SelectHighlight {
	background-color: #404040;
	cursor: pointer;
}

.BackgroundHighlight {
	background-color: #404040;
}

.Pointer {
	cursor: pointer;
}

/* Tooltip styles */
.TooltipNW {
	background: url(/Images/Tooltip/tooltipNW.png) no-repeat;
	width: 5px;
	height: 5px;
}

.TooltipN {
	background: url(/Images/Tooltip/tooltipN.png) repeat-x;
	height: 5px;
}

.TooltipNE {
	background: url(/Images/Tooltip/tooltipNE.png) no-repeat;
	width: 5px;
	height: 5px;
}

.TooltipW {
	background: url(/Images/Tooltip/tooltipW.png) repeat-y;
	width: 5px;
}

.TooltipBackground {
	background-color: Transparent;
}

.TooltipE {
	background: url(/Images/Tooltip/tooltipE.png) repeat-y;
	width: 5px;
}

.TooltipSW {
	background: url(/Images/Tooltip/tooltipSW.png) no-repeat;
	width: 5px;
	height: 5px;
}

.TooltipS {
	background: url(/Images/Tooltip/tooltipS.png) repeat-x;
	height: 5px;
}

.TooltipSE {
	background: url(/Images/Tooltip/tooltipSE.png) no-repeat;
	width: 5px;
	height: 5px;
}

/* Frame styles */
.FrameNW {
	background: url(/Images/Frame/frameNW.png) no-repeat;
	width: 13px;
	height: 12px;
}

.FrameN {
	background: url(/Images/Frame/frameN.png) repeat-x;
	height: 12px;
}

.FrameNE {
	background: url(/Images/Frame/frameNE.png) no-repeat;
	width: 13px;
	height: 12px;
}

.FrameW {
	background: url(/Images/Frame/frameW.png) repeat-y;
	width: 13px;
}

.FrameBackground {
	background-color: Transparent;
}

.FrameE {
	background: url(/Images/Frame/frameE.png) repeat-y;
	width: 13px;
}

.FrameSW {
	background: url(/Images/Frame/frameSW.png) no-repeat;
	width: 13px;
	height: 12px;
}

.FrameS {
	background: url(/Images/Frame/frameS.png) repeat-x;
	height: 12px;
}

.FrameSE {
	background: url(/Images/Frame/frameSE.png) no-repeat;
	width: 13px;
	height: 12px;
}

/* Calendar Styles */
.Calendar1 {
	background: url(/Images/Calendar/Calendar1.png);
	width: 85px;
	height: 85px;
}

.Calendar2 {
	background: url(/Images/Calendar/Calendar2.png);
	width: 85px;
	height: 85px;
}

.Calendar3 {
	background: url(/Images/Calendar/Calendar3.png);
	width: 85px;
	height: 85px;
}

.Calendar4 {
	background: url(/Images/Calendar/Calendar4.png);
	width: 85px;
	height: 85px;
}

.CalendarDay {
	background: url(/Images/Calendar/CalendarDay.png);
	width: 85px;
	height: 27px;
}

/* Wow DB styles */
.wowdb-item-text {}
.wowdb-item-full-small {}
.wowdb-item-full-medium {}
.wowdb-item-full-large {}

.wowdb-table .iconlarge {
	position: static !important;
}

.wowdb-table .iconmedium {
	position: static !important;
}

.wowdb-table .iconsmall {
	position: static !important;
}

.wowdb-table .iconlarge .tile {
	position: static !important;
}

.wowdb-table .iconmedium .tile {
	position: static !important;
}

.wowdb-table .iconsmall .tile {
	position: static !important;
}

.wowdb-table .iconlarge a {
	position: static !important;
}

.wowdb-table .iconmedium a {
	position: static !important;
}

.wowdb-table .iconsmall a {
	position: static !important;
}

/* Wow DB temporary override */
.r0, .r0 a { color: #9d9d9d !important;}
.r1, .r1 a { color: #ffffff !important;}
.r2, .r2 a { color: #1eff00 !important;}
.r3, .r3 a { color: #0070dd !important;}
.r4, .r4 a { color: #a335ee !important;}
.r5, .r5 a { color: #ff8000 !important;}
.r6, .r6 a { color: #e5cc80 !important;}
.r7, .r7 a { color: #ff0000 !important;}
.r8, .r8 a { color: #ffff98 !important;}

/* jQuery styles */
#tooltip {
	position: absolute;
	z-index: 3000;
}

#tooltip td {
	padding: 2px 3px 2px 3px;
}
