/* Legacy text style sheet imported from original AS3-era definitions. */
/* Note: Non-standard AS3 properties are preserved intentionally; browsers ignore unknown properties. */

p {
    font-family: Times New Roman, Times, _serif;
    font-size: 30;
}

h1 {
    font-family: Arial, Helvetica, _sans;
    font-size: 20;
    font-weight: bold;
}

.bluetext {
    color: #0000CC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ServerRestartLabel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ServerRestartLabel {
    font-family: Verdana;
    color: #DD0000;
    font-size: 12;
    font-weight: bolder;
    text-align: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ToolTip
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.toolTip {
    font-family: Verdana;
    color: #000000;
    font-size: 9;
    border: true;
    backgroundColor:0xffffe1;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
PositionInfoPanel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.positionInfo {
    font-family: Verdana;
    color: #AAAAAA;
    font-weight: bold;
    font-size: 11;
    text-align: center;
    vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is shown when ??? (a msg for User is transmitted)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.questInfo {
    font-family: Verdana;
    color: #ffffff;
    font-size: 9;
    text-align: center;
    vertical-align:middle;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TextField of Position in the Minimap
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.minimapPosition {
    font-family: Verdana;
    color: #FFFF00;
    font-size: 9;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Standard Properties
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.standard {
    scale:1;
    alpha:1;
    visible:true;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.defaultGoldText {
    font-family: Verdana;
    color: #dfce6c;
    font-size: 9;
    scale:1;
    alpha:1;
    visible:true;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.defaultBlueText {
    font-family: Verdana;
    color: #80bbfd;
    font-size: 9;
    scale:1;
    alpha:1;
    visible:true;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.labeledBtn {
  font-family: Verdana;
    color: #f1e545;
    font-size: 9;
    scale:1;
    alpha:1;
    visible:true;
    autoSize: center;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A special GlobalActionBtn which is visible only if a
mapChange is possible
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mapChangeBtn {
    scale:1;
    alpha:1;
    visible:false;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GlobalDisplay: Standard Textfield Style
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.globalDisplay {
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 9;
    scale:1;
    alpha:1;
    visible:true;
    autoSize: left;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Statistics: Standard Stats Textfields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.stats {
    font-family: Verdana;
    color: #A0A0A0;
    font-size: 9;
    scale:1;
    alpha:1;
    visible:true;
    autoSize: left;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ActionMenu: Button Counter Textfield (shows ammount of i.e. Balls, Harps, etc.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.btnCounterField {
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 9;
    text-align: right;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        border: false;
        background: false;
        backgroundColor: 0xAAAAAA;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ActionMenu (ActionsBar, QuickBelt): Textfield of Keyinfo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.keyBindingInfo {
    font-family: Verdana;
    color: #000000;
    font-size: 8;
    text-align: right;
    autoSize: left;
    bold: true;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
InstantMessages: Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.instantMessages {
    font-family: "Arial Unicode MS", Verdana;
    color: #FFFFFF;
    font-size: 11;
     text-align: center;
    autoSize: center;
    scale:1;
    alpha:1;
    visible:true;
    multiline: true;
        selectable: false;
        mouseEnabled: false;
        wordWrap: true;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MessageBox: Propertys
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.messageBox {
    scale:1;
    alpha:1;
    visible:true;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MessageBox: Title Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mBoxTitleText {
    font-family: Verdana;
    color: #b2afaa; /*#242424;*/
    font-size: 12;
    text-align: left;
    scale:1;
    alpha:1;
    visible:true;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MessageBox: Message Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mBoxMsgText {
    font-family: Verdana;
    color: #9a9a68;
    font-size: 9;
    text-align: center;
    scale:1;
    alpha:1;
    visible:true;
    multiline: true;
        selectable: false;
        mouseEnabled: false;
        wordWrap: true;
        border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
InfoIcon Textfield; is shown when Time of Icon expires
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.infoIcon {
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 9;
    text-align: center;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: center;
        border: false;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BattleInfo Label Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.battleInfoLabelTxt {
    font-family: "Arial Unicode MS", Verdana;
    color: #FFFFFF;
    font-size: 10;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: left;
        border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BattleInfo Counter Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.battleInfoCntTxt {
    font-family: Tahoma;
    color: #FFFFFF;
    font-size: 9;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: left;
        border: false;
}

.subMenuTitle {
    font-family: Verdana;
    color: #CCCCCC;
    font-size: 10;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: left;
}

.subMenuTitleYellow {
    font-family: Verdana;
    color: #ffe565;
    font-size: 10;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Information TextField of SubMenuButton
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subMenBtnInfoTxt {
    font-family: Verdana;
    color: #8c8c8c;
    font-size: 9;
    multiline: true;
        selectable: false;
        mouseEnabled: false;
        autoSize: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Counter TextField of SubMenuButton (BallsCount, HarpoonsCount, etc.)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.subMenBtnCntTxt {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 10;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: right;
        border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
TextField of NavigationPanel
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.navAxisTextfield {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 10;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Standard Style of  components (CheckBox, RadioButton, etc.) labelTextFields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.componentLabelField {
    font-family: Verdana;
    color: #aba350;
    font-size: 10;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option Menu > Controls: MessageTextField
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.controlsMsgField {
    font-family: Verdana;
    color: #FF0000;
    font-size: 14;
    text-align: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option Menu > Controls: Clickable Textfields
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.keyScanField {
    font-family: Verdana;
    color: #aba350; /*#fce767;*/
    font-size: 10;
    text-align: center;
    multiline: false;
    selectable: false;
    mouseEnabled: true;
    border: false;
    background: false;
    backgroundColor: 0xffff95;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option Menu > CategoryButton activeState
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catBtnActive {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 10;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option Menu > CategoryButton inactiveState
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catBtnInactive {
    font-family: Verdana;
    color: #404040;
    font-size: 10;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Options: Category Loading Info Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catLoadingInfo {
    font-family: Verdana;
    color: #FF0000;
    font-size: 10;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
    backgroundColor: 0xCCCCCC;
    puls: true;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Options: Category Title Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catTitleText {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 12;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
    backgroundColor: 0xCCCCCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Options: Category Info Textfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.catInfoText {
    font-family: Verdana;
    color: #959192;
    font-size: 10;
    autoSize: left;
    multiline: true;
    wordWrap: true;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
    backgroundColor: 0xCCCCCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Shows FPS, Memory, Traffic, etc. as Text
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.analyzer {
    font-family: Verdana;
    color: #aba350;
    font-size: 10;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
    backgroundColor: 0xCCCCCC;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Option Menu > Sounds: Slider with Dragger to change Volume
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.slider {
    font-family: Verdana;
    color: #000000;
    font-size: 12;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: true;
    background: true;
    backgroundColor: 0xffff95;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Textfield below Ship, NPC, Monster, Tower on WarMap
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.nickname {
    font-family: "Arial Unicode MS", Verdana;
    color: #ffffff;
    font-size: 12;
    alpha: 1.0;
}
.npcNickname {
    font-family: "Arial Unicode MS", Verdana;
    color: #45A1B8;
    font-size: 12;
    alpha: 1.0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Textfield below Ship, NPC, Monster, Tower on WarMap when tagged
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.taggedNickname {
    font-family: "Arial Unicode MS", Verdana;
    color: #ff4600;
    font-size: 12;
    alpha: 0.3;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Tag of Guild before Nickname of User (i.e. [-V-])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.guildtag {
    font-family: "Arial Unicode MS", Verdana;
    color: #fecb00;
    font-size: 12;
    font-weight: bold;
    alpha: 0.7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Common Hittext; is shown when Hitpoints are removed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.impactDamage {
    font-family: Verdana;
    color: #fecb00;
    font-size: 11;
    font-weight: bold;
    alpha: 0.7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Gunpowder Hittext; is shown when Gunpowder is used
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.impactDamagePowder {
    font-family: Verdana;
    color: #fecb00;
    font-size: 11;
    font-weight: bold;
    alpha: 0.7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ArmorPlates Hittext; is shown when ArmorPlates are used
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.impactDamagePlates {
    font-family: Verdana;
    color: #fecb00;
    font-size: 11;
    font-weight: bold;
    alpha: 0.7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is shown when Player enters a map or instance
font-family: Palatino Linotype;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.instanceNotifierMap {
    font-family: timmie;
    color: #60b02d;
    font-size: 72;
    text-align: center;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is shown when Player enters a map or instance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.instanceNotifierMode {
    font-family: timmie;
    color: #60b02d;
    font-size: 36;
    autoSize: center;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Is shown when ??? (a msg for User is transmitted)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.notifierPopUp {
    font-family: Verdana;
    color: #000000;
    font-size: 8;
    text-align: center;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MapChangeBtn LabelTextfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.mapChangeLabelField {
    font-family: Verdana;
    color: #f1e545;
    font-size: 12;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Logout Counter Textfield
(located at UserInterface Class)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.logoutCntTxt {
    font-family: timmie;
    color: #60b02d;
    font-size: 36;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Global System Message Textfield
(located at UserInterface Class)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.globalText {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 20;
    text-align: center;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    wordWrap: true;
    border: false;
    background: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BuyBallsMenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.buyMsgBox {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 10;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    autoSize: left;
    border: false;
}

.subMenBtnInfoTxtBuy {
    font-family: Verdana;
    color: #FFFFFF;
    font-size: 10;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    autoSize: left;
    border: false;
}

.subMenBtnInfoTxtYellow {
    font-family: Verdana;
    color: #fee662;
    font-size: 9;
    multiline: true;
    selectable: false;
    mouseEnabled: false;
    autoSize: left;
}

.subMenBtnCntTxtYellow {
    font-family: Verdana;
    font-weight: bold;
    color: #fee662;
    font-size: 10;
    multiline: false;
        selectable: false;
        mouseEnabled: false;
        autoSize: right;
        border: false;
}

.achievPriceYellow {
    font-family: Verdana;
    color: #fee662;
    font-size: 8;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    autoSize: left;
    align: center;
}

.achievPriceGrey {
    font-family: Verdana;
    color: #626262;
    font-size: 8;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
    autoSize: left;
    align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Questwindow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.questTypeComboBox {
    font-family: Verdana;
    color: #a99f57;
    font-size: 9;
    font-weight: normal;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.questList {
    font-family: Verdana;
    color: #a2a4a1;
    font-size: 10;
    font-weight: bold;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.pirateQuestTitle {
    font-family: Verdana;
    color: #a79e5d;
    font-size: 10;
    font-weight: bold;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.questListLevel {
    font-family: Verdana;
    color: #a2a4a1;
    font-size: 9;
    font-weight: normal;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.questInfoTopic {
    font-family: Verdana;
    color: #a89e60;
    font-size: 10;
    font-weight: bold;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.questInfoText {
    font-family: Verdana;
    color: #a89e60;
    font-size: 9;
    font-weight: normal;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.taskList {
    font-family: Verdana;
    color: #a89e60;
    font-size: 9;
    font-weight: normal;
    autoSize: center;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GameActivityMenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.gameActivityMenuTitle {
    font-family: Verdana;
    color: #ffffff;
    font-size: 9;
    font-weight: normal;
    autoSize: left;
    multiline: false;
    selectable: false;
    mouseEnabled: false;
}

.gameActivityMenu {
    scale:1;
    alpha:1;
    visible:false;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Textfield below Ship, NPC for the respective faction
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.faction {
    font-family: Tahoma;
    color: #999999;
    font-size: 9;
    alpha: 1.0;
}

/*--- Info ---------------------------------------------------------------------

(!) ATTENTION (!)
":" has to be set after property, no space allowed
not valid:  multiline : true;
valid:      multiline: true;

If you set font color by the color property,
use STRING (#00ff23); if you want to set own color property
use INT (0xFF00CC)


AS supported html tags:

<p>     - paragraph
<a>     - anchor
<b>     - bold
<i>     - italic
<u>     - underline
<img>   - image
<font>  - font
<span>  - span


AS3 supported CSS properties:

CSS               AS3
color             color
display           display
font-family       fontFamily
font-size         fontSize
font-style        fontStyle
font-weight       fontWeight
kerning           kerning
leading           leading
letter-spacing    letterSpacing
margin-left       marginLeft
margin-right      marginRight
text-align        textAlign
text-decoration   textDecoration
text-indent       textIndent

Example:
var exampleText:String = "<h1>This is a headline</h1>" +
                         "<p>This is a line of text. <span class='bluetext'>" +
                         "This line of text is colored blue.</span></p>"

*/

/* ---------------------------------------------------------------------------
   Legacy bridge styles for current HTML UI
   These selectors target the modern HUD/menu classes so the legacy palette
   is visible even when original AS3 class names are not present in markup.
--------------------------------------------------------------------------- */

/* Core HUD values (HP/ELP/BP/EXP) */
.action-bar-label {
    font-family: Verdana, Tahoma, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75) !important;
}

/* Top menu labels and resource numbers */
#interface-menu button,
#interface-menu strong,
#current-map-indicator {
    font-family: Verdana, Tahoma, sans-serif !important;
    color: #f1e545 !important;
    font-size: 10px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7) !important;
}

/* Map transition button text */
#map-transition-text,
.mapChangeLabelField {
    font-family: Verdana, sans-serif !important;
    color: #f1e545 !important;
    font-size: 12px !important;
    font-weight: bold !important;
}

/* Action submenu title + item texts */
.action-submenu-title span,
.action-submenu-item-name {
    font-family: Verdana, sans-serif !important;
    color: #CCCCCC !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

.action-submenu-item-desc {
    font-family: Verdana, sans-serif !important;
    color: #9a9a9a !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1.15 !important;
}

.action-submenu-item-qty,
.action-menu-btn-qty,
.action-shortcut-slot-qty {
    font-family: Verdana, sans-serif !important;
    color: #fee662 !important;
    font-size: 11px !important;
    font-weight: bold !important;
    line-height: 1.15 !important;
}

/* Combat cards */
.combat-name,
.combat-hptext {
    font-family: "Arial Unicode MS", Verdana, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 10px !important;
    font-weight: bold !important;
}

/* Chat and floating rewards */
.chat-line-body,
.reward-line {
    font-family: "Arial Unicode MS", Verdana, sans-serif !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75) !important;
}

.reward-line.logout-countdown-line,
body.legacy-strong .reward-line.logout-countdown-line {
    font-family: "Arial Unicode MS", Verdana, sans-serif !important;
    color: #f4c15d !important;
    font-size: 39px !important;
    font-weight: 800 !important;
    letter-spacing: 0.06em !important;
    line-height: 1 !important;
    text-transform: none !important;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.95), 0 0 14px rgba(255, 198, 92, 0.42) !important;
}

/* Guild and logbook text */
.guild-member-name,
.guild-member-detail,
.logbook-entry-title,
.logbook-entry-date {
    font-family: Verdana, sans-serif !important;
    color: #a89e60 !important;
    font-size: 10px !important;
}

/* Visible minimap coordinate/indicator tone */
#minimap,
#minimap * {
    font-family: Verdana, Tahoma, sans-serif;
}

/* ---------------------------------------------------------------------------
   Strong preset: intentionally high-contrast so changes are immediately visible
   Disable by removing class "legacy-strong" from <body>.
--------------------------------------------------------------------------- */

body.legacy-strong #interface-menu {
    filter: saturate(1.22) contrast(1.08);
}

body.legacy-strong #interface-menu button,
body.legacy-strong #interface-menu strong,
body.legacy-strong #current-map-indicator {
    font-family: Verdana, Tahoma, sans-serif !important;
    color: #ffe86b !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
    text-shadow: 0 0 8px rgba(255, 212, 84, 0.38), 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

/* Keep map indicator consistent with modern HUD tuning even under legacy presets. */
#current-map-indicator,
body.legacy-strong #current-map-indicator {
    font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    color: #f3d08c !important;
    text-transform: none !important;
}

body.legacy-strong .action-bar-label {
    font-family: Verdana, Tahoma, sans-serif !important;
    color: #fff6a0 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-shadow: 0 0 7px rgba(255, 213, 99, 0.32), 0 1px 2px rgba(0, 0, 0, 0.85) !important;
}

body.legacy-strong #map-transition-text {
    font-family: Verdana, sans-serif !important;
    color: #ffef7f !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(255, 216, 79, 0.44), 0 1px 2px rgba(0, 0, 0, 0.8) !important;
}

body.legacy-strong .action-submenu-title span,
body.legacy-strong .action-submenu-item-name {
    font-family: Verdana, sans-serif !important;
    color: #fff2b0 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75) !important;
}

body.legacy-strong .action-submenu-item-desc,
body.legacy-strong .action-submenu-item-qty,
body.legacy-strong .action-menu-btn-qty,
body.legacy-strong .action-shortcut-slot-qty {
    color: #ffd15b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

body.legacy-strong .chat-line-body,
body.legacy-strong .reward-line,
body.legacy-strong .combat-name,
body.legacy-strong .combat-hptext {
    font-family: "Arial Unicode MS", Verdana, sans-serif !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-shadow: 0 0 8px rgba(103, 166, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.82) !important;
}

body.legacy-strong .guild-member-name,
body.legacy-strong .guild-member-detail,
body.legacy-strong .logbook-entry-title,
body.legacy-strong .logbook-entry-date {
    font-family: Verdana, sans-serif !important;
    color: #f4dfa2 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}
