﻿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;
}

.ExplicitMargin {
    margin: 2px;
}

/* 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;
}

/* Font 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;
}

.NoBold {
    font-weight: normal;
}

.Navigation a {
    text-decoration: none;
}

/* Miscellaneous styles */
.hidden {
    visibility: hidden;
    display: none;
}

.Disabled {
    cursor: default;
}

.NoWrap {
    white-space: nowrap;
}

.BottomPadding {
    padding-bottom: 5px;
}

.HideOverflow TD {
    overflow: hidden;
}

/* Role colors */
.HealerRole {
    background-color: #008000;
}

.TankRole {
    background-color: #800000;
}

/* Class colors */
.DeathKnightClass {
    color: #c41f3b;
}

.DruidClass {
    color: #ff7d0a;
}

.HunterClass {
    color: #abd473;
}

.MageClass {
    color: #69ccf0;
}

.PaladinClass {
    color: #f58cba;
}

.PriestClass {
    color: White;
}

.RogueClass {
    color: #fff569;
}

.ShamanClass {
    color: #2459ff;
}

.WarlockClass {
    color: #9482c9;
}

.WarriorClass {
    color: #c79c6e;
}

.DeathKnightClassButton.ui-state-active .ui-button-text {
    background-color: #c41f3b !important;
}

.DruidClassButton.ui-state-active .ui-button-text {
    background-color: #ff7d0a !important;
}

.HunterClassButton.ui-state-active .ui-button-text {
    background-color: #abd473 !important;
}

.MageClassButton.ui-state-active .ui-button-text {
    background-color: #69ccf0 !important;
}

.PaladinClassButton.ui-state-active .ui-button-text {
    background-color: #f58cba !important;
}

.PriestClassButton.ui-state-active .ui-button-text {
    background-color: White !important;
}

.RogueClassButton.ui-state-active .ui-button-text {
    background-color: #fff569 !important;
}

.ShamanClassButton.ui-state-active .ui-button-text {
    background-color: #2459ff !important;
}

.WarlockClassButton.ui-state-active .ui-button-text {
    background-color: #9482c9 !important;
}

.WarriorClassButton.ui-state-active .ui-button-text {
    background-color: #c79c6e !important;
}

.DeathKnightClassButton.ui-state-active .ui-button-text span,
.DruidClassButton.ui-state-active .ui-button-text span,
.HunterClassButton.ui-state-active .ui-button-text span,
.MageClassButton.ui-state-active .ui-button-text span,
.PaladinClassButton.ui-state-active .ui-button-text span,
.PriestClassButton.ui-state-active .ui-button-text span,
.RogueClassButton.ui-state-active .ui-button-text span,
.ShamanClassButton.ui-state-active .ui-button-text span,
.WarlockClassButton.ui-state-active .ui-button-text span,
.WarriorClassButton.ui-state-active .ui-button-text span {
    color: Black !important;
}

/* Alignment styles */
.AlignRight {
    text-align: right;
}

.AlignCenter {
    text-align: center;
}

.ValignTop {
    vertical-align: top;
}

.ValignMiddle {
    vertical-align: middle;
}

/* Selection styles */
.SelectHighlight {
    background-color: #404040;
    cursor: pointer;
}

.BackgroundHighlight {
    background-color: #404040;
}

.Pointer {
    cursor: pointer;
}

/* Status Light styles */
.StatusLight {
    width: 10px;
}

.StatusLightActive {
    cursor: pointer;
}

.StatusLightGreen {
    background-color: #008000;
}

.StatusLightYellow {
    background-color: #808000;
}

.StatusLightRed {
    background-color: #800000;
}

/* 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;
}

.ui-dialog-titlebar-close {
    display: none;
}

.ui-button {
    font-size: 8pt !important;
    line-height: 1 !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 8pt !important;
}

label.ui-button .ui-button-text {
    padding: 0.2em 1em !important;
}

.ui-tabs-nav .ui-state-hover a {
    color: Black !important;
}

.ui-widget-content a.wowdb-item-full-small,
.ui-widget-content a.override {
    color: #16F6F8;
}

