
h1 {
}

h2 {
}

flexBox {

    display: flex;
    flex-wrap: wrap;

}

.flexCell {

    flex-grow: 1;
    flex-basis: 0;
    display: block;

}

@font-face {
    font-family: Copperplate;
    src: url('/forum/styles/truewowice/theme/fonts/coprgtb.eot');
    src: url('/forum/styles/truewowice/theme/fonts/coprgtb.eot?#iefix') format('embedded-opentype'),
    url('/forum/styles/truewowice/theme/fonts/coprgtb.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: liberationSans;
    src: url('/armory/includes/fonts/LiberationSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: liberationSans;
    src: url('/armory/includes/fonts/LiberationSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: liberationSans;
    src: url('/armory/includes/fonts/LiberationSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: liberationSans;
    src: url('/armory/includes/fonts/LiberationSans-BoldItalic.ttf');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "u2400";
    font-style: normal;
    font-weight: normal;
    src: url("https://unicode-table.com/fonts/u/u2400.eot?#iefix") format("embedded-opentype"), url("https://unicode-table.com/fonts/u/u2400.woff") format("woff"), url("https://unicode-table.com/fonts/u/u2400.ttf") format("truetype"), url("https://unicode-table.com/fonts/u/u2400.svg#universaliaregular") format("svg");
}

@font-face {
    font-family: "Play";
    font-style: normal;
    font-weight: 400;
    src: local("Play Regular"), local("Play-Regular"), url("https://fonts.gstatic.com/s/play/v9/6aez4K2oVqwIvtU2Hw.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.SearchBoxOut {

    border: solid 1px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.3);
    display: block;
    margin: 5px 15px 5px 15px;
    padding: 5px;
    transition: all 0.25s;
    border-radius: 5px;

}

.SearchBoxOut.Selected {

    border-color: #;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5), 0 0 16px #;
    background-color: white;

}

.SearchBoxOut > input {

    border: none;
    color: white;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    background: none;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
    height: 30px;
    padding-left: 10px;

}

.SearchBoxOut.Selected > input {

    color: black;

}

.SearchBoxOut > #searchBoxList {

    display: none;
    border-top: 1px solid silver;
    margin-top: 5px;
    padding: 5px;

}

.SearchBoxOut > #searchBoxList > #working {

    text-align: center;
    display: none;

}

.SearchBoxOut > #searchBoxList > #nothing {

    text-align: center;
    display: none;

}

.SearchBoxOut > #searchBoxList > #results {

    display: none;

}

.TransferNote {

    display: block;
    border-radius: 5px;
    background: rgba(255, 255, 0, 0.2);
    border: dotted 1px #4c4c4c;
    padding: 15px;
    text-align: left;
    margin-bottom: 15px;

}

.TransferNote.Rejected {
    background: rgba(255, 100, 100, 0.2);
}

.TransferNote > notetitle {

    display: block;
    border-bottom: solid 1px #4c4c4c;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 5px;

}

.FancySwitch {

    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.25s;
    display: inline-block;
    width: 80px;
    position: relative;
    cursor: pointer;

}

.FancySwitch > .Switcher {

    margin: 2px;
    box-shadow: 0 0 8px red, 0 0 0 1px white, 0 0 0 2px #4c4c4c, 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    height: 32px;
    width: 32px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: all 0.25s;
    background-image: url(/armory/includes/post-bg-staff.png);
    background-position: 50% -3px;
    background-size: 1250px 220px;
    background-color: brown;

}

.FancySwitch.On > .Switcher {

    margin: 2px;
    box-shadow: 0 0 8px lime, 0 0 0 1px white, 0 0 0 2px #4c4c4c, 0 0 2px rgba(0, 0, 0, 0.5);
    height: 32px;
    width: 32px;
    position: absolute;
    top: 2px;
    left: 42px;
    transition: all 0.25s;
    background-image: url(/armory/includes/post-bg-staff.png);
    background-position: 50% -3px;
    background-size: 1250px 220px;
    background-color: teal;

}

.SectionTabContainer {
    display: -webkit-flex;
    display: flex;
    margin-left: -5px;
}

.outerTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 22px 22px;
    border-color: transparent transparent # transparent;
    position: relative;
}

.innerTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent black transparent;
    position: absolute;
    left: -20px;
    top: 2px;
}

.BoxSelect {
    position: relative;
    display: inline-block;
}

.BoxSelectList {

    background: black;
    border: solid 1px #;
    box-shadow: 0 0 8px black;
    padding: 15px;
    border-radius: 5px;
    min-width: 162px;
    position: absolute;
    text-align: left;

}

.BoxSelectList opt {

    color: white;
    display: inline-block;
    min-width: 91px;
    min-height: 50px;
    border-radius: 5px;
    border: solid 1px white;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    background-color: none;
    transition: all 0.25s;
}

.BoxSelectList .selected {
    background: rgba(255, 255, 255, 0.25);
}

.BoxSelectList opt:hover {
    background-color: white;
    color: black;
    transform: all 0.25s;
}

.BoxSelectList opt:hover div {
    border-color: black;
    box-shadow: none;
}

.SectionTab {

    background-color: none;
    background-position: 50% -3px;
    height: 25px;
    line-height: 25px;
    text-align: left;
    padding-left: 15px;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    cursor: pointer;
    transition: all 0.25s;
    border-bottom: 5px solid rgba(0, 0, 0, 0);

}

.SectionTab.STSelected {

    border-bottom: 5px solid #4c4c4c;

}

.ProgBarOut {

    border: solid 1px #4c4c4c;
    padding: 1px;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    background-color: white;

}

.ProgBlack {

    color: black;
    text-align: center;
    height: 25px;
    line-height: 25px;
    text-shadow: none;

}

.ProgWhite {

    color: white;
    background-color: #;
    text-align: center;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    text-shadow: none;

}

.ProgClipper {
    overflow: hidden;
    position: absolute;
    top: 1px;
    left: 1px;
    height: 100%;
    transition: all 0.25s;
}

#modelBG {

    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0px;
    height: 450px;
    border-radius: 3px;
    background-size: 100% 100%;
    opacity: 0.3;

}

.AchTT {

    color: inherit;
    width: 400px;
    text-align: left;

}

.AchTT > tBar {

    display: block;
    border-bottom: solid white 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;

}

.AchTT > tBar > name {

    font-weight: bold;
    font-size: 120%;
    color: #ffd100;
    display: inline-block;

}

.AchTT > tBar > pnt {

    color: silver;
    float: right;
    display: inline-block;

}

.AchTT > category {

    display: inline-block;

}

.AchTT > subcategory {

    float: right;
    display: inline-block;

}

.AchTT > description {

    display: block;
    margin-top: 15px;
    margin-bottom: 15px;

}

.AchTT > critTitle {
    color: #ffd100;
}

.AchTT ul {

    padding-left: 0;

}

.AchTT li {

    width: 45%;
    color: silver;
    float: left;
    display: inline;
    padding-bottom: 5px;
    padding-right: 2.5%;

}

.AchTT li > symbol {

}

.AchTT .comp {
    color: lime;
}

.ItemTT {

    color: inherit;
    min-width: 300px;
    max-width: 350px;

}

.ItemTT > name {

    font-weight: bold;
    font-size: 120%;
    display: block;
    border-bottom: solid white 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;

}

.jTooltip span heading {

    font-weight: bold;
    font-size: 120%;
    display: block;
    border-bottom: solid white 1px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: #ffd100;

}

.talentTree {

    width: 200px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);

}

.TalentDarken {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border-radius: 5px;
    background: black;
    opacity: 0.6;
    display: none;
    pointer-events: none;
}

.TalentTreeBox {

    box-shadow: inset 0 0 8px black, 0 0 0 1px white, 0 0 0 2px #4c4c4c;
    margin: 5px;
    background-position: 50% 50%;
    background-size: 100% 100%;
    display: block;
    padding: 15px;
    position: relative;

}

.TalentTreeRow {

    display: flex;
    flex-wrap: nowrap;
    margin: 10px 5px 10px 5px;

}

.ItemTT > bonding, heroic, unique, quest, stats, enchants, sbonus, classReq, raceReq, levelReq, itemLevel, itemSet {

    margin-bottom: 5px;
    display: block;

}

.ItemTT itemSet {
    margin-top: 15px;
    padding-top: 5px;
}

.ItemTT itemSet items itemNE {

    display: block;
    color: gray;
    margin-bottom: 2px;

}

.ItemTT itemSet items itemE {

    display: block;
    color: lime;
    margin-bottom: 2px;

}

.ItemTT itemSet bonuses bonusNA {

    display: block;
    color: gray;
    margin-bottom: 5px;

}

.ItemTT itemSet bonuses bonusA {

    display: block;
    color: lime;
    margin-bottom: 5px;

}

.ItemTT green {
    color: lime;
}

.ItemTT #spells {
    color: lime;
}

.ItemTT table {
    width: 100%;
    font: inherit;
    color: inherit;
    padding: -0;
    margin-left: -2px;
    margin-right: -2px;
}

.ItemTT table td {
    text-align: left;
}

.ItemTT table .l {
    text-align: left;
}

.ItemTT table .r {
    text-align: right;
}

.TwoLineUpper {
    font-size: 16px;
    display: block;
    border: solid 1px white;
    border-width: 0 0 1px 0;
    text-align: left;
    padding: 0 0 4px 2px;
    color: inherit;
}

.TwoLineLower {
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 4px 0 0 2px;
    color: inherit;
}

.TwoLineLowerI {
    font-size: 16px;
    display: block;
    border: solid 1px white;
    border-width: 1px 0 0 0;
    text-align: left;
    padding: 4px 0 0px 2px;
    color: inherit;
}

.TwoLineUpperI {
    font-size: 12px;
    display: block;
    text-align: left;
    padding: 0 0 4px 2px;
    color: inherit;
}

.TwoTitleUpper {
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: left;
    padding: -2px 0 4px 2px;
    color: white;
    font-family: Play;
    text-transform: uppercase;
}

.TwoTitleLower {
    font-size: 16px;
    display: block;
    text-align: left;
    padding: 0px 0 0 2px;
    color: white;
}

.CharHeaderText trow {
    display: block;
}

.CharHeaderText {
    color: white;
    padding: 5px;
}

.CharHeaderText name {
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    margin: 0;
    font-family: Play;
    text-transform: uppercase;
}

.CharHeaderText pfx {
    margin: 0;
}

.CharHeaderText sfx {
    margin: 0;
}

.CharHeaderText grow {
    font-style: italic;
    display: block;
}

.CharHeaderText guild {
    display: block;
}

.CharHeaderText lrc {
    display: block;
    text-align: right;
}

.CharHeaderText lon {
    display: block;
    text-align: right;
}

.CharHeaderText ach {
    display: block;
    text-align: right;
}

.FancyPageContainer {

    border: solid 1px #;
    border-radius: 5px;
    background: none;
    margin: 10px;
    width: 800px;

}

.FancyPageHeader {

    border-radius: 4px 4px 0 0;
    color: white;
    height: 83px;
    line-height: 83px;
    text-shadow: 0 0 8px black;
    background: url(/armory/images/headerbg.png) 50% 100%;
    background-size: auto 250%;
    font-size: 30px;
    font-weight: bold;

}

.PageHeaderBG {

    position: absolute;
    color: white;
    text-shadow: none;
    border-radius: 5px 5px 0 0;
    left: 0;
    right: 0;
    height: 83px;
    background-image: url(/armory/images/headerbg.png);
    background-size: auto 250%;
    background-position: 50% 100%;

}

.PageHeaderWM {

    position: absolute;
    z-index: 0;
    color: white;
    font-size: 80px;
    font-family: arial;
    line-height: 80px;
    height: 83px;
    opacity: 0.1;
    text-shadow: none;
    background: none;
}

.FancyPageTabs {

    background-color: #4c4c4c;
    color: white;
    height: 20px;
    width: 100%;
    border-top: solid 1px #7c7c7c;
    border-bottom: solid 1px #9c9c9c;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);

}

.FancyPageTabs item {

    color: white;
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    height: 100%;
    line-height: 20px;
    transition: all 0.25s;

}

.FancyPageTabs item:hover {

    background-color: rgba(255, 255, 255, 0.2);

}

.FancyPageTabExtend {

    background-color: #3c3c3c;
    margin: -5px -5px 0 -5px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 10;
    border-bottom: solid #acacac 1px;

}

.FancyPageTabExtendOld::after {

    content: "";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    margin: 0;
    padding: 0;
}

.FancyPageTabExtend::after {

    content: "";
    position: absolute;
    bottom: -4px;
    display: block;
    width: 100%;
    height: 3px;
    background-color: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    margin: 0;
    padding: 0;
}

.FancyPageSearchResults {

    display: none;
    border: 1px solid #00ccff;
    border-radius: 5px;
    width: 760px;
    background-color: white;
    box-shadow: inset 0 0 1px #4c4c4c, 0 0 8px #00ccff;
    padding: 5px;

}

.FancyPageErrorResults {

    display: none;
    border: 1px solid red;
    border-radius: 5px;
    width: 760px;
    background-color: white;
    box-shadow: inset 0 0 8px #4c4c4c, 0 0 8px red;
    padding: 5px;

}

.FancyPageTabExtendOld {

    background-color: #3c3c3c;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid #acacac 1px;
    position: relative;
    z-index: 10;

}

.FancyPageContents {

    position: relative;
    background-color: white;
    padding: 5px;
    border-radius: 0 0 4px 4px;

}

.FancyPageShadow {

    height: 3px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
}

.FancyTable {
    border-collapse: separate;
    border-spacing: 0 2px;
}

.FancyTable th {

    line-height: 20px;
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.3);

}

.FancyTable > thead > tr {
    border-bottom: 1px solid #4c4c4c;
}

.FancyTable .SemiHeadL {

    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-left: 5px;
    text-align: left;
!important

}

.FancyTable .ThickHeadL {

    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding-left: 5px;
    text-align: left;
    height: 35px;

}

.FancyTable .right {

    text-align: right;
    padding-right: 5px;

}

.FancyTable > tbody > tr:hover {

    background-color: rgba(0, 0, 0, 0.05);
}

.FancyTable > tbody > tr {

    transition: all 0.25s;
}

.FancyTable td {

    text-align: center;
    box-shadow: none;
    transition: box-shadow 0.25s;
    height: auto;
    box-shadow: none;
    padding-top: 2px;
    padding-bottom: 2px;

}

.FancyTable .head {

    display: table-cell;
    text-align: center;
    box-shadow: none;
    transition: box-shadow 0.25s;
    height: auto;
    box-shadow: none;
    border-radius: 3px;
    background-color: #4c4c4c;
    color: white;

}

.popupContainer {

    display: inline-block;
    border: solid 1px #;
    border-radius: 5px;
    box-shadow: 0 0 16px black;

}

.popupHead {

    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(/armory/includes/post-bg-staff.png) 50% -3px;
    background-size: 2048px 180px;
    border-radius: 4px 4px 0 0;
    color: white;
    text-shadow: 0 0 8px black;
    font-size: 30px;
    font-weight: bold;
    width: 710px;
    font-family: Play;
    text-transform: uppercase;

}

.popupBar {

    display: block;
    height: 1px;
    background-color: #;

}

.popupContent {

    display: block;
    background-color: white;
    padding: 15px 5px 15px 5px;
    color: black;
    border-radius: 0 0 4px 4px;
    position: relative;
    width: 700px;
}

.popupFooter {

    background-color: #4c4c4c;
    color: white;
    border-radius: 0 0 4px 4px;
    margin: 15px -5px -15px -5px;
    padding: 5px 0 5px 0;

}

.popupShadow {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.spellItemLabel {

    border: solid 1px #;
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0 1px;
    padding: 5px;

}

.spellItemBox {

    border: solid 1px #;
    border-radius: 0 0 5px 5px;
    padding: 15px;

}

.fancyHighlight {

    position: absolute;
    background: rgba(255, 255, 255, 0);
    z-index: -1;
    border-radius: 3px;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;

}

.GmMenu {
    width: 150px;
    height: 35px;
    background-color: #00ccff;
    position: absolute;
    right: 0;
    left: 920px;
    top: 150px;
    margin: auto;
    width: 100px;
    height: 35px;
    background-color: black;
    color: #00ccff;
    border: solid 1px #00ccff;
    border-radius: 0 0 5px 5px;
    line-height: 35px;
    text-align: center;
    z-index: 1;
    transition: all 0.5s;
}

.GmMenu:hover {

    background-color: #;
    color: white;

}

.GmSub > a {

    display: block;
    height: 35px;
    text-align: center;
    color: #00ccff;
    transition: all 0.1s;
    font-size: 12px;
    border-left: solid 0px #00ccff;

}

.GmSub > a:hover {

    background-color: rgba(0, 200, 255, 0.3);
    color: white;
    text-shadow: 0 0 8px white;
    border-left: solid 10px #00ccff;

}

.GmSub > li > a {

    color: white;

}

.GmMenu .GmSub {
    position: absolute;
    width: 150px;
    display: none;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 5px;
    border: solid 1px #00ccff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.GmMenu:hover .GmSub {

    display: block;

}

.calendarDate {

    font-size: 12px;
    color: white;
    background-color: #4c4c4c;
    border-radius: 3px 0 10px 0;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 25px;
    border: solid 1px white;
    border-width: 0 1px 1px 0;

}

.dateSelector {

    background-color: #4c4c4c;
    color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 0 8px black;
    display: inline-block;

}

.eventimg {

    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    opacity: 0.5;
    z-index: -1;

}

.eventBar {

    width: 100%;
    padding: 2px;
    font-size: 12px;
    color: white;
    overflow: hidden;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.75);
    text-shadow: 0 0 3px black;
    margin: auto;
    width: 95px;
    cursor: pointer;

}

.MoneyDisp {
    display: inline-block;
}

.PageHeaderGrad {

    position: absolute;
    top: 0;
    left: 0;
    height: 83px;
    width: 100%;
    background-image: url(/armory/includes/post-bg-staff.png);
    opacity: 1;
    border-radius: 5px 5px 0 0;
    z-index: 0;
}

.PageHeader {

    height: 83px;
    width: 800px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #;
    border-radius: 6px 6px 0px 0px;
    position: relative;
    background-color: white;

}

.LevelCircle {

    border-radius: 28px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    background-color: #4c4c4c;
    box-shadow: 0 0 8px orange, 0 0 16px orange;
    position: relative;
    top: 1px;
    color: white;

}

.LevelEnclose {

    border-radius: 30px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: white;
    border: solid 2px #4c4c4c;
    display: inline-block;
    box-shadow: 0 0 8px black;

}

.NewPage {

    box-shadow: 0 0 10px black;
    display: inline-block;
    border-radius: 5px;

}

.TabBar {

    background-color: #4c4c4c;
    background-image: url('');
    min-height: 20px;
    color: white;
    position: relative;
    display: inline-block;
    line-height: 20px;

    border-left: solid 1px #;
    border-right: solid 1px #;
    border-top: solid 1px #7c7c7c;
    border-bottom: solid 1px #9c9c9c;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);

}

.TabBar a > div {

    transition: all 0.25s;

}

.TabBar a > div:hover {

    background-color: rgba(255, 255, 255, 0.2);

}

.PageContent {

    background-color: rgba(255, 255, 255, 1);
    background-image: url('');
    position: relative;
    border-style: solid;
    border-color: #;
    border-width: 0px 1px 1px 1px;
    border-radius: 0px 0px 5px 5px;

}

.SimpleTitle {

    line-height: 83px;
    font-size: 40px;
    text-align: center;
    width: 100%;
    position: relative;
    color: white;
    text-shadow: 0 0 8px black;
    font-weight: bold;

}

.selectTab {

    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px black;

}

loading {

    font-size: 25px;
    color: white;
    text-shadow: 0 0 25px black;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    display: block;

}

.renderImage {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 280px;
    width: 280px;
    margin: auto;

}

.selectOption {

    display: table-cell;
    background-color: #4c4c4c;
    color: white;
    text-shadow: 0 0 8px black;

}

.sliderOut {

    box-shadow: inset 0 0 8px black;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    height: 0px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
    padding: 0;

}

.sliderIn {

    padding: 5px;
    max-height: 400px;
    overflow: auto;

}

.progOut {

    border: solid 1px #4c4c4c;
    padding: 1px;
    display: inline-block;
    position: relative;
    height: 25px;
    border-radius: 5px;

}

.progBG {

    background-color: #4c4c4c;
    height: 100%;
    border-radius: 4px;

}

.progBar {

    background-position: 50% -3px;
    background-size: 1024px 180px;
    background-color: #4c4c4c;
    display: inline-block;
    height: 25px;
    margin: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
    border-radius: 4px;
}

.tgroup {

    background-color: #4c4c4c;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);

}

.progText {

    position: absolute;
    top: 2px;
    left: 2px;
    height: 25px;
    color: white;
    text-shadow: 0 0 8px black;
    text-align: center;
    line-height: 25px;

}

.progShad {

    position: absolute;
    top: 2px;
    left: 2px;
    height: 25px;
    opacity: 0.3;

}

.jbox {

    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    position: fixed;
    display: none;
    z-index: 100000001;

}

.sectboxIn {

    width: 100%;
    background-color: none;
    text-align: left;
    padding-left: 5px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 25px;
    border-bottom: 1px solid #4c4c4c;
    box-shadow: none;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 120%;

}

.bigTitle {
    font-size: 175%;
    line-height: 150%;
}

.togInd {
    float: right;
    padding-right: 15px;
}

.sectboxOut {

    background-color: rgba(0, 0, 0, 0);
    padding: 1px;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    border-radius: 5px 5px 0 0;

}

.sectboxInOld {

    width: 100%;
    background-color: #4c4c4c;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 25px;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);

}

.sectboxOutOld {

    border: solid 1px #4c4c4c;
    padding: 1px;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
    border-radius: 5px 5px 0 0;

}

.sectboxCont {

    display: block;

}

.fbox-out {

    border: solid 1px #4c4c4c;
    padding: 1px;
    background-color: white;
    display: inline-block;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    margin: 1px;
    position: relative;

}

.fbox-content {
    position: relative;
}

.fbox-in {

    display: inline-block;
    border-radius: 3px;
    text-shadow: 0 0 8px black;
    color: white;
    position: relative;

}

.quicklink {

    display: block;
    border-radius: 3px;
    text-shadow: 0 0 8px black;
    color: white;
    position: relative;
    z-index: 1;
    transition: all 0.1s;
}

.quicklink:hover > .fboxBG {

    background-color: rgba(255, 255, 255, 0.15) !important;

}

.quicklink:hover > a > .fboxBG {

    background-color: rgba(255, 255, 255, 0.15) !important;

}

.fboxBG {

    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 3px;
    z-index: 0;
    background: url(/armory/includes/post-bg-staff.png);
    background-position: 50% -1px, 50% 50%;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.75;
    transition: all 0.2s;

}

.fboxBG:after {

    content: "";
    position: absolute;
    top: 179px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    background: url(/armory/includes/post-bg-staff-cont.png) repeat-y;

}

.fboxBGH {

    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 3px;
    z-index: 0;
    background: url(/armory/includes/post-bg-staff.png);
    background-position: 50% -1px, 50% 50%;
    background-repeat: no-repeat;
    display: block;
    opacity: 0.75;
    transition: all 0.2s;

}

.fboxBGH:after {

    content: "";
    position: absolute;
    top: 179px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    background: url(/armory/includes/post-bg-staff-cont.png) repeat-y;

}

.fbox-out:hover > .fbox-in > .fboxBGH {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

wht {
    color: white;
}

.collapser {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.TWLogo {

    background-image: url('/forum/styles/truewowice/theme/images/logo.png');
    width: 128px;
    height: 128px;
    position: relative;
    top: -40px;
    display: inline-block;
    vertical-align: top;

}

.headermenu {

    width: 1024px;
    height: 50px;
    margin-bottom: 110px;
    background-color: black;
    border-radius: 3px;
    box-shadow: 0px 0px 4px #, 0px 0px 3px #, 0px 0px 2px #, 0px 0px 1px #;
    position: relative;
    top: 70px;
    z-index: 100;

}

.staffbutton {

    position: absolute;
    right: 0;
    top: 0;
    width: 140px;
    border: solid 1px #;
    border-radius: 5px;
    background-color: black;
    color: #;
    padding: 5px;
    text-align: center;
    margin: 5px;
}

.headermenu item {

    margin: 0px;
    position: relative;
    height: 55px;
    line-height: 50px;
    width: 90px;
    position: relative;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #;
    display: inline-block;
    cursor: pointer;
    font-size: 12px;
    font-family: Copperplate;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;

}

a {
    text-decoration: none;
}

.headermenu item:hover {

    color: white;
    text-shadow: 0 0 8px #, 0 0 8px #, 0 0 8px #;

}

.headermenu item submenu {

    border: solid 1px #;
    border-radius: 5px;
    background-color: black;
    position: absolute;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 55px;

}

.headermenu item:hover submenu {

    display: block;
    color: #;
    text-shadow: none;
    z-index: 100;

}

.headermenu item submenu item {

    height: 20px;
    line-height: 20px;
    width: 140px;
    display: block;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s, box-shadow 0.2s;

}

.headermenu item submenu item:hover {

    background-color: rgba(0, 204, 255, 0.92);
    box-shadow: 0 0 32px #;
    color: black;
    text-shadow: 0 0 1px black;
    text-decoration: none;

}

.srchbox {

    height: 50px;
    line-height: 50px;
    background-color: black;
    width: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 50px;
    padding: 0px;
    border: solid 1px #;
    border-width: 0 1px 0 0;
    top: 0;
    z-index: 100;

}

.searchbutton {

    width: 50px;
    height: 50px;
    border: solid 1px #;
    float: left;
    border-width: 0 1px 0 0;
    background-image: url('/forum/styles/truewowice/theme/images/menu-search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;

}

submenu item {

    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;

}

.searchbutton submenu {

    border: solid 1px #;
    border-radius: 5px;
    background-color: black;
    position: absolute;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 250px;
    height: auto;
    padding: 15px;

}

.searchbutton:hover submenu {

    display: block;
    color: #;
    text-shadow: none;
    z-index: 100;
    top: 50px;

}

.userbutton {

    width: 50px;
    height: 50px;
    border: solid 1px #;
    float: right;
    border-width: 0 0px 0 1px;
    background-image: url('/forum/styles/truewowice/theme/images/menu-member.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 0 2px 2px 0;

}

.userbutton submenu {

    border: solid 1px #;
    border-radius: 5px;
    background-color: black;
    position: absolute;
    top: 50px;
    right: 0px;
    display: none;
    padding-top: 5px;
    padding-bottom: 5px;
    top: 55px;

}

.userbutton:hover submenu {

    display: block;
    color: #;
    text-shadow: none;
    z-index: 100;

}

.userbutton submenu item {

    height: 20px;
    line-height: 20px;
    width: 140px;
    display: block;
    padding: 5px;
    font-family: Arial;
    font-size: 12px;

}

.userbutton submenu item:hover {

    background-color: rgba(0, 204, 255, 0.92);
    color: black;
    text-shadow: 0 0 1px black;
    text-decoration: none;

}

.SelectParent {

    text-transform: uppercase;
    font-weight: bold;
    color: #4c4c4c;
    border-bottom: solid 1px #4c4c4c;
    width: 100%;
    padding: 5px 3px 3px 3px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.15s;

}

.TPSselected {

    color: white;
    border-radius: 3px;
    background-color: #;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.SelectChildContainer {

    padding-top: 5px;

}

.SelectChild {

    font-size: 75%;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.15s;

}

.SectionSubTitle {

    font-size: 150%;

}

.searchBox {

    position: relative;
    width: 650px;
    box-shadow: 0 0 16px black;
    border: 0 solid orange;
    border-radius: 5px;
    margin: 5px;
    padding: 2px;

}

.boxPage {

    border: solid 1px #;
    box-shadow: 0 0 8px black, 0 0 10px #, inset 0 0 50px #;
    border-radius: 5px;
    color: white;
    text-shadow: 0 0 8px black;
    position: relative;
    display: inline-block;

}

.boxPageLayer {

    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 4px;
    z-index: 0;
    display: block;
    opacity: 0.3;

}

.BigInput {

    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.35s;
    display: inline-block;

}

.BigInputB {

    height: 40px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: black;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.35s;
    display: inline-block;

}

.inputSelected {

    border: 1px solid #;
    background: white;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 16px #;

}

.BigInput input {

    border: none;
    color: white;
    border-radius: 5px;
    outline: 0;
    background: none;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;

}

.BigInput select {

    border: none;
    color: white;
    border-radius: 0 3px 3px 0;
    outline: 0;
    height: 38px;
    text-align: center;
    background: none;
    font-size: 16px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0);

}

.biginputbox {

    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.35s;
    display: inline-block;

}

.biginputbox input {

    border: none;
    color: white;
    border-radius: 5px;
    outline: 0;
    background: none;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;

}

.biginputbox select {

    border: none;
    color: white;
    border-radius: 0 3px 3px 0;
    outline: 0;
    height: 38px;
    text-align: center;
    background: none;
    font-size: 16px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0);

}

.biginputboxFocus {

    height: 40px;
    background: rgba(0, 0, 0, 0);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.35s;
    display: inline-block;
    border: 1px solid #;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.5), 0 0 16px #;

}

.biginputboxFocus input {

    border: none;
    color: white;
    border-radius: 5px;
    outline: 0;
    background: none;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;

}

.biginputboxFocus select {

    border: none;
    color: white;
    border-radius: 0 3px 3px 0;
    outline: 0;
    height: 38px;
    text-align: center;
    background: none;
    font-size: 16px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0);

}

.iselect {

    height: 38px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    outline: 0;
    transition: all 0.35s;
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: top;

}

.iselect.dark {

    background: rgba(0, 0, 0, 0.05);
    color: black;

}

.iselect option {
    display: none;
}

.invisSelect {
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 16px;
    color: white;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border: none;
    background: none;
    box-shadow: none;
}

.iselect.iselectSelected {

    border-color: #;
    box-shadow: 0 0 16px #, inset 0 0 1px rgba(0, 0, 0, 0.5);
    background-color: white;
    color: black;

}

.iselect.invisSelect.iselectSelected {

    border-color: none;
    box-shadow: none;
    background: none;
    color: white;

}

.iselect selected {

    font-size: 16px;
    color: inherit;
    line-height: 38px;
    height: 38px;
    text-align: left;
    display: block;
    overflow: hidden;

}

.iselect arrow {

    background-size: 20px 20px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("https://truewow.org/armory/images/down.png");
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 38px;

}

.iselect.dark arrow {

    background-size: 20px 20px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("https://truewow.org/armory/images/downb.png");
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 38px;

}

.iselect.iselectSelected arrow {

    background-size: 20px 20px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("https://truewow.org/armory/images/downb.png");
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 38px;

}

.iselect.invisSelect.iselectSelected arrow {

    background-size: 20px 20px;
    float: right;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("https://truewow.org/armory/images/down.png");
    display: inline-block;
    vertical-align: bottom;
    width: 20px;
    height: 38px;

}

.iselect list {

    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #;
    box-shadow: 0 0 10px black;
    width: 126px;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 999999;
    padding-top: 3px;
    padding-bottom: 3px;
    top: 42px;
    right: 0px;
    left: 0px;
    max-height: 400px;
    overflow: auto;

}

.iselect.up list {

    background-color: rgba(0, 0, 0, 0.9);
    border: 1px solid #;
    box-shadow: 0 0 10px black;
    width: 126px;
    border-radius: 3px;
    display: none;
    position: absolute;
    z-index: 999999;
    padding-top: 3px;
    padding-bottom: 3px;
    top: 0;
    transform: translate(0, -100%);
    right: 0px;
    left: 0px;
    max-height: 350px;
    overflow: auto;

}

.iselect list item {

    height: 40px;
    display: block;
    color: white;
    line-height: 40px;
    font-size: 16px;
    transition: all 0.25s;
    cursor: pointer;
    text-align: left;
    padding-left: 15px;
    overflow-y: hidden;

}

.iselect list .selected {

    background-color: rgba(0, 200, 255, 0.5);

}

.iselect list item:hover {

    background-color: #;
    text-shadow: 0 0 8px white;
    box-shadow: 0 0 16px #;
    color: black;

}

.BigInput select:focus {

    background-color: #031f2c;

}

.BigInput:focus {

    border: 1px solid #;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 16px #;
    background-color: rgba(255, 255, 255, 1);
    color: black;

}

.BigInputB:focus {

    border: 1px solid #;
    background: white;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 16px #;

}

.BigInputSelected {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid #;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 32px #;
    padding-left: 10px;
    font-size: 16px;
    color: white;
    border-radius: 5px;
    outline: 0;
    -webkit-transition: box-shadow 0.5s;
    transition: all 0.5s;
    display: inline-block;

}

.BigInputSelected input {

    border: none;
    color: white;
    border-radius: 5px;
    outline: 0;
    background: none;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    height: 40px;

}

.BigInputSelected select {

    border: none;
    color: white;
    border-radius: 0 3px 3px 0;
    outline: 0;
    height: 38px;
    background: none;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
    background-color: rgba(0, 0, 0, 0);

}

.BigInputSelected select:focus {

    background-color: #031f2c;

}

.fselect {

    display: block;
    width: 150px;
    height: 40px;
    border: none;
/ / border: 2 px solid rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.2);
    background: #002233 url(/armory/includes/post-bg-staff.png) 50% -1px, 50% 50%;
    color: white;
    line-height: 40px;
    border-radius: 5px;
    text-align-last: center;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid rgba(255, 255, 255, 0.2);
    outline: none;

}

.fselect option {
    border: none;
}

.fselect:active {

    border: solid 2px #;
    outline: none;
    box-shadow: inset 0 0 8px black, 0 0 32px #;

}

.BigInput:focus > .fselect {

    border: solid 2px #;
    outline: none;
    box-shadow: inset 0 0 8px black, 0 0 32px #;

}

.boxPageBG {

    width: 100%;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 4px;
    z-index: 0;

    background: url(/armory/includes/post-bg-staff.png);
    background-position: 50% -3px, 50% 100%;
    background-size: 1250px 225px;
    background-repeat: no-repeat, no-repeat;
    display: block;
    opacity: 0.75;

}

.boxPageBG:after {

    content: "";
    position: absolute;
    top: 222px;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    background: url(/armory/includes/post-bg-staff-cont.png) repeat-y;

}

.suggestions {

    width: 650px;
    position: relative;
    display: none;
    z-index: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);

}

.boxPage title {

    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    display: block;
    text-shadow: 0 0 8px black;
    color: white;

}

.boxContent {

    padding-top: 15px;
    padding-bottom: 15px;

}

.boxPage btitle {

    font-weight: bold;
    font-size: 40px;
    line-height: 70px;
    display: block;
    text-shadow: 0 0 8px black;
    color: white;

}

.boxPage subtitle {

    font-style: italic;
    display: block;

}

.boxPage pic {

    position: relative;
    left: 0;
    right: 0;
    top: -25px;
    height: 25px;

}

.ServerTemplate {

    height: 35px;
    padding-left: 5px;
    border-bottom: solid 1px silver;
    line-height: 35px;
    text-align: left;
    color: #4c4c4c;
    transition: all 0.25s;

}

.ServerTemplate:hover {

    height: 35px;
    border-bottom: solid 1px silver;
    line-height: 35px;
    text-align: left;
    background-color: #00598c;
    color: white;

}

.RealmTemplate {

    height: 35px;
    padding-left: 5px;
    border-bottom: solid 1px silver;
    line-height: 35px;
    text-align: left;
    color: #4c4c4c;
    transition: all 0.25s;

}

.RealmTemplate:hover {

    height: 35px;
    border-bottom: solid 1px silver;
    line-height: 35px;
    text-align: left;
    background-color: #00598c;
    color: white;

}

.boxStep {

    /*    height: 10px; 
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(100,100,100,0) 100%); 
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(100,100,100,0) 100%);*/

    box-shadow: 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 2px black;
    height: 2px;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 5px;

}

.cellLeft {
    text-align: left;
    padding-left: 15px;
}

body {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    font-family: liberationSans, Arial, sans-serif;
    background-image: url(/forum/styles/etrobian_second/theme/images/body_bg.jpg);
    background-position: 50% 0;
    background-size: 100% auto;
    background-color: black;
    background-repeat: no-repeat;
}

green {
    color: lime;
}

shad {

    text-shadow: 0 0 8px black;

}

.iconouter {

    display: inline-block;
    border: solid 1px #4c4c4c;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    padding: 1px;
    position: relative;
    margin: 1px;

}

.iconinner {

    background-size: 100% 100%;
    border-radius: 3px;
    position: relative;

}

.iconnumber {

    position: absolute;
    bottom: -6px;
    right: -3px;
    border: 1px solid silver;
    background-color: #4c4c4c;
    box-shadow: 0 0 8px black;
    color: white;
    width: 25px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    z-index: 5;
    border-radius: 5px;
    text-align: center;

}

.iconnumberbig {

    position: absolute;
    bottom: -6px;
    right: -3px;
    border: 1px solid silver;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 8px black;
    color: white;
    width: 40px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    z-index: 5;
    border-radius: 5px;
    text-align: center;

}

.talshade {

    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: black;
    top: 3px;
    left: 7.5px;
    z-index: 1;

}

.menuiframe {

    width: 100%;
    height: 320px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    overflow: hidden;
    margin-bottom: -80px;
    z-index: 200;
    position: relative;
}

.indentbox {

    width: 96%;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 5px;
    text-align: left;
    text-shadow: 0 0 8px black;
}

.javaback {

    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1000000;

}

.InfoBox {

    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 8px black, inset 0 0 50px rgba(0, 0, 0, 0.4);

}

.WarnBox {

    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, black), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, black), color-stop(.75, black), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, black 25%, transparent 25%, transparent 50%, black 50%, black 75%, transparent 75%, transparent);
    background-size: 50px 50px;

}

.BorderBox {
    border: solid 3px #4c4c4c;
    padding: 2px;
    display: inline-block;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotating {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}

@-moz-keyframes blink {
    to {
        visibility: hidden;
    }
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes fly {
    0% {
        left: -455px;
    }
    50% {
        left: 2000px;
    }
    100% {
        left: 2000px;
    }
}

@-moz-keyframes fly {
    0% {
        left: -455px;
    }
    50% {
        left: 2000px;
    }
    100% {
        left: 2000px;
    }
}

@keyframes fly {
    0% {
        left: -455px;
    }
    50% {
        left: 2000px;
    }
    100% {
        left: 2000px;
    }
}

@-webkit-keyframes fly2 {
    0% {
        right: -455px;
    }
    50% {
        right: -455px;
    }
    100% {
        right: 2000px;
    }
}

@-moz-keyframes fly2 {
    0% {
        right: -455px;
    }
    50% {
        right: -455px;
    }
    100% {
        right: 2000px;
    }
}

@keyframes fly2 {
    0% {
        right: -455px;
    }
    50% {
        right: -455px;
    }
    100% {
        right: 2000px;
    }
}

.iconbox {

    width: 56px;
    height: 56px;
    border-radius: 5px;
    display: table-cell;
    box-shadow: 0 0 8px black;
    border: solid 2px #4c4c4c;
    padding: 1px;
    background-color: white;
    position: relative;

}

#boxshadow {

    display: inline-block;
    box-shadow: 0 0 32px black, 0 0 64px black;

}

.achCrit {
    font-size: 90%;
    margin-bottom: 5px;
}

.achCrit critName {

    margin-bottom: 2px;
    display: block;

}

.goldsym {

    background-color: orange;
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px gold;
    display: inline-block;
    margin: 0 3px 0 3px;
}

.silversym {

    background-color: grey;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px silver;
    display: inline-block;
    margin: 0 3px 0 3px;
}

.coppersym {

    background-color: brown;
    border-style: solid;
    border-width: 1px;
    border-color: brown;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px orange;
    display: inline-block;
    margin: 0 3px 0 3px;

}

#goldsym {

    background-color: orange;
    border-style: solid;
    border-width: 1px;
    border-color: orange;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px gold;
    display: inline-block;
    margin: 0 3px 0 3px;
}

#silversym {

    background-color: grey;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px silver;
    display: inline-block;
    margin: 0 3px 0 3px;
}

#coppersym {

    background-color: brown;
    border-style: solid;
    border-width: 1px;
    border-color: brown;
    height: 10px;
    width: 10px;
    border-radius: 14px;
    box-shadow: 0 0 2px, inset 0 0 8px orange;
    display: inline-block;
    margin: 0 3px 0 3px;

}

#bosstable td {

    text-align: center;
    box-shadow: none;
    transition: box-shadow 0.25s;
    height: auto;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;

}

.itto {

    border: solid 3px #4c4c4c;
    background-color: white;
    padding: 1px;
    border-radius: 5px;
    display: inline-block;
    box-shadow: 0 0 16px black;
    width: 300px;
    text-align: left;
    color: white;

}

.itti {

    background-color: #2c2c2c;
    border-radius: 2px;
    display: inline-block;
    padding: 5px;
    font-size: 14px;

}

#BigTitleBox {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    background-color: none;
    color: black;
    border-radius: 2px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #3F0A4D 0%, #D125E8 100%);
    background-image: linear-gradient(to bottom, #3F0A4D 0%, #D125E8 100%);
    color: white;
    position: relative;
    height: 85px;
    text-shadow: 0 0 8px black;
}

.gemselect {

    width: 80px;
    border: solid 1px #4c4c4c;
    background-color: silver;
    position: relative;
    display: inline-block;

}

.MenuBox {
    line-height: 26px;
    font-weight: normal;
    z-index: 30;
    background-image: none;
    text-align: center;
    background-color: #00104f;
    box-shadow: 0 0 8px black;
    color: white;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: darkblue;
    width: 100%;
    position: relative;
}

.gemselect span {

    padding: 3px;
    display: none;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: -400px;
    width: 650px;
    background-color: white;
    border: solid 2px #4c4c4c;
    box-shadow: 0 0 8px black;

}

.FrontPageSection {
    width: 95%;
    max-height: 150px;
    overflow: auto;
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3), inset 0 0 8px black;
    color: white;
    padding: 5px;
    text-align: left;
    text-shadow: 0 0 8px black;
    text-align: center;
    font-style: italic;
}

.selectwindow {

    padding: 3px;
    display: none;
    position: absolute;
    z-index: 5000;
    top: 0;
    left: -400px;
    width: 650px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: white;
    border: solid 2px #4c4c4c;
    box-shadow: 0 0 8px black;

}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip:hover {

}

.tooltip span {
    margin-left: -999em;
    position: absolute;
    display: none;

}

.tooltip:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    display: inline-block;
    padding: 5px;
    color: white;
    position: absolute;
    position: absolute;
    left: 60px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    width: 300px;
    word-wrap: break-word;
    z-index: 100;
}

.tooltipa {
    position: relative;
    display: inline-block;
}

.tooltipa:hover {

}

.tooltipa span {
    margin-left: -999em;
    position: absolute;
    display: none;
}

.tooltipa:hover span {
    font-size: 14px;
    position: absolute;
    display: inline-block;
    position: absolute;
    left: 60px;
    z-index: 99;
    top: 90px;
    margin-left: 0;
}

.tooltipach {
    position: relative;
    display: inline-block;
}

.tooltipach:hover {

}

.tooltipach span {
    margin-left: -999em;
    position: absolute;
    z-index: 100;
    display: none;
}

.tooltipach:hover span {
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    z-index: 501;
/ / border: solid 1 px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 250px;

}

.tooltipt {
    position: relative;
    display: inline-block;
}

.tooltipt:hover {

}

.tooltipt span {
    margin-left: -999em;
    position: absolute;
    z-index: 100;
}

.tooltipt:hover span {
    font-size: 14px;

    border-radius: 5px;
    z-index: 501;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    position: absolute;
    bottom: 10px;
    right: 50px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 250px;

}

.tooltipf {
    position: relative;
    display: inline-block;
}

.tooltipf span {
    margin-left: -999em;
    position: absolute;
}

.tooltipf:hover span {
    font-size: 14px;
    color: white;
    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 250px;
    z-index: 99;
    width: 200px;
    margin: auto;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
}

.tooltipg {
    position: relative;
    display: inline-block;
}

.tooltipg span {
    margin-left: -999em;
    position: absolute;
}

.tooltipg:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    text-align: left;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    color: white;
    position: absolute;
    position: absolute;
    left: 70px;
    top: -80px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
}

.tooltipgr {
    position: relative;
    display: inline-block;
}

.tooltipgr span {
    margin-left: -999em;
    position: absolute;
}

.tooltipgr:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    text-align: left;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    color: white;
    position: absolute;
    position: absolute;
    right: 70px;
    top: -80px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
}

.tooltipr {
    position: relative;
    display: inline-block;
}

.tooltipr span {
    margin-left: -999em;
    position: absolute;

}

.tooltipr:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    position: absolute;
    left: 60px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
}

.tooltips {
    position: relative;
    display: inline-block;
}

.tooltips span {
    margin-left: -999em;
    position: absolute;
}

.tooltips:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    color: white;
    position: absolute;
    position: absolute;
    left: 60px;
    top: -60px;
    z-index: 99;
    margin-left: 0;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: left;
    box-shadow: 0px 0px 32px black;
    min-width: 250px;
    width: auto;
}

.tooltipb {
    position: relative;
    display: inline-block;
}

.tooltipb span {
    margin-left: -999em;
    position: absolute;
}

.tooltipb:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    position: absolute;
    bottom: 60px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
    max-width: 500px;
    z-index: 100;
}

.tooltipbb {
    position: relative;
}

.tooltipbb span {
    margin-left: -999em;
    position: absolute;
}

.tooltipbb:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    right: 220px;
    top: -150px;
    z-index: 99;
    margin-left: 0px;

    box-shadow: 0px 0px 32px black;
    min-width: 300px;
    max-width: 500px;
}

.tooltipsr {
    position: relative;
}

.tooltipsr span {
    margin-left: -999em;
    position: absolute;
}

.tooltipsr:hover span {
    font-size: 14px;

    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgba(44, 44, 44, 0.95), rgba(0, 0, 0, 1));
    text-align: left;
    color: white;
    position: absolute;
    position: absolute;
    top: -150px;
    left: 350px;
    z-index: 99;
    margin-left: 0;
    box-shadow: 0px 0px 32px black;
    min-width: 300px;
    max-width: 500px;
}

.hbreak {

    display: block;
    height: 2px;
    background-color: white;
    margin-top: 5px;
    margin-bottom: 5px;

}

.jTooltip {
    display: inline-block;
    position: relative;
}

.jTooltip span {
    position: absolute;
    padding: 15px;
    display: none;
}

.jTooltip:hover span {
    display: inline-block;
    border-radius: 5px;
    border: solid 1px #;
    text-shadow: 0 0 8px black;
    background: rgba(0, 0, 0, 0.92);
    text-align: left;
    color: white;
    position: absolute;
    z-index: 10000000;
    font-size: 14px;
    box-shadow: 0px 0px 16px black;
    max-width: 400px;

}

redglow {
    text-shadow: 0px 0px 4px red, 0px 0px 8px red, 0px 0px 12px red;
}

.raidbox {

    width: 750px;
    border: solid 2px orange;

}

#textbox {

    box-shadow: 0 0 8px #4c4c4c;
    border-style: solid;
    border-width: 0px;
    border-color: silver;
    border-radius: 5px;
    margin: 5px;
    padding: 2px;

}

#ContentBox {
    display: table-cell;
    width: 800px;
    border: 1px solid #;
    border-radius: 5px;
    background-image: none;
    background-color: white;
    color: black;
    box-shadow: 0 0 16px #, 0px 0px 16px black;
}

#ContentBoxI {
    display: table-cell;
    width: 800px;
    background-image: none;
    background-color: white;
    color: black;
    box-shadow: inset 0px 0px 8px black;
    border-radius: 5px;
    padding: 3px;
}

#TitleBoxI {
    display: inline-block;
    width: 100%;
    background-image: none;
    line-height: 20px;
    background-color: none;
    color: black;
    border-radius: 2px;
    font-weight: bold;
}

#TitleBox {
    display: inline-block;
    width: 100%;
    background-image: none;
    line-height: 20px;
    background-color: #4c4c4c;
    color: white;
    font-weight: bold;
}

#TitleBoxN {
    display: inline-block;
    width: 100%;
    line-height: 20px;
    background-color: #4c4c4c;
    color: white;
    font-weight: bold;
}

#TitleBoxCell {
    display: table-cell;
    line-height: 20px;
    background-color: #4c4c4c;
    background-image: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 3px black;
}

.TitleBoxCell {
    display: table-cell;
    line-height: 20px;
    background-color: #4c4c4c;
    background-image: none;
    color: white;
    font-weight: bold;
    box-shadow: 0 0 3px black;
}

#TitleBoxRow {
    display: table-row;

}

#TitleBoxRow td {

    display: table-cell;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
    font-weight: bold;
    border-radius: 0px;

    background-color: rgba(255, 255, 255, 1);
    text-shadow: none;

}

.FancySelect {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.FancySelect option {
    display: none;
}

.FancySelectItem {

    background: none;
    line-height: 45px;
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    margin: 5px;
    transition: all 0.1s;
    border-radius: 3px;

}

.selected {

    background: rgba(0, 200, 255, 0.75);

}

.FancySelectItem:hover {

    background: rgba(0, 200, 255, 0.5);

}

.FancySelectWindow {

    position: absolute;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7);
    border: solid 1px #;
    box-shadow: 0 0 8px black;
    color: white;
    border-radius: 5px;
    top: 65px;
    left: -13px;
    width: auto;
    height: auto;
    padding: 5px;

}

.TitleBox {
    display: inline-block;
    width: 100%;
    background-image: none;
    line-height: 20px;
    background-color: #4c4c4c;
    color: white;
    font-weight: bold;
}

#shield {

    background-image: -webkit-linear-gradient(top, orange 0%, #875800 100%);
    background-image: linear-gradient(to bottom, orange 0%, #875800 100%);
    border-radius: 0 0 100px 100px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    box-shadow: 0 0 32px orange;
    line-height: 60px;
    text-align: center;
    width: 50px;
    height: 60px;
}

#outershield {
    background-color: white;
    border: solid 1px #4c4c4c;
    padding: 1px;
    border-radius: 0 0 100px 100px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    box-shadow: 0 0 16px black;
    line-height: 60px;
    text-align: center;
    width: 50px;
    height: 60px;
}

#nshield {
    background-color: grey;
    border-style: solid;
    border-width: 3px;
    border-color: silver;
    border-radius: 0 0 100px 100px;
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 50px;
    height: 60px;
    margin: 5px;
}

#approve {
    height: 200px;
    width: auto;
    border-radius: 100px;
    box-shadow: 0px 0px 8px #7af861, 0px 0px 12px #7af861, 0px 0px 16px #7af861, inset 0 10px 20px #7af861;
    line-height: 200px;
}

#disapprove {
    width: 200px;
    height: 200px;
    border-radius: 100px;
    box-shadow: 0px 0px 8px red, 0px 0px 12px red, 0px 0px 16px red, inset 0 10px 20px red;
}

#approvec {
    text-align: center;
    font-family: "Ubuntu";
    font-weight: bold;
    color: white;
    font-size: 30px;
    text-shadow: 0px 0px 12px #7af861;
}

#disapprovec {
    text-align: center;
    font-family: "Ubuntu";
    font-weight: bold;
    color: white;
    font-size: 30px;
    text-shadow: 0px 0px 12px red;
}


