

@media screen {
    div.error,
    div.info,
    div.success,
    div.notify {
        color: #000;
        background-repeat: no-repeat;
        background-position: 8px 50%;
        border: 1px solid;
        font-size: 90%;
        margin: 0 0 0.5em;
        padding: 0.4em;
        padding-left: 32px;
        overflow: hidden;
        border-radius: 5px;
    }
    div.error {
        background-color: #fcc;
        background-image: url(/AI_Invasion_wiki/lib/styles/../images/error.png);
        border-color: #ebb;
    }
    div.info {
        background-color: #ccf;
        background-image: url(/AI_Invasion_wiki/lib/styles/../images/info.png);
        border-color: #bbe;
    }
    div.success {
        background-color: #cfc;
        background-image: url(/AI_Invasion_wiki/lib/styles/../images/success.png);
        border-color: #beb;
    }
    div.notify {
        background-color: #ffc;
        background-image: url(/AI_Invasion_wiki/lib/styles/../images/notify.png);
        border-color: #eeb;
    }
    .JSpopup,
    #link__wiz {
        position: absolute;
        background-color: #fff;
        color: #000;
        z-index: 20;
        overflow: hidden;
    }
    #link__wiz .ui-dialog-content {
        padding-left: 0;
        padding-right: 0;
    }
    #media__popup_content button.button {
        border: 1px outset;
    }
    #media__popup_content button.selected {
        border-style: inset;
    }
    .a11y {
        position: absolute !important;
        left: -99999em !important;
        top: auto !important;
        width: 1px !important;
        height: 1px !important;
        overflow: hidden !important;
    }
    [dir=rtl] .a11y {
        left: auto !important;
        right: -99999em !important;
    }
    .code .br0 {
        color: #6c6;
    }
    .code .co0 {
        color: #808080;
        font-style: italic;
    }
    .code .co1 {
        color: #808080;
        font-style: italic;
    }
    .code .co2 {
        color: #808080;
        font-style: italic;
    }
    .code .co3 {
        color: #808080;
    }
    .code .coMULTI {
        color: #808080;
        font-style: italic;
    }
    .code .es0 {
        color: #009;
        font-weight: bold;
    }
    .code .kw1 {
        color: #b1b100;
    }
    .code .kw2 {
        color: #000;
        font-weight: bold;
    }
    .code .kw3 {
        color: #006;
    }
    .code .kw4 {
        color: #933;
    }
    .code .kw5 {
        color: #00f;
    }
    .code .me1 {
        color: #060;
    }
    .code .me2 {
        color: #060;
    }
    .code .nu0 {
        color: #c6c;
    }
    .code .re0 {
        color: #00f;
    }
    .code .re1 {
        color: #00f;
    }
    .code .re2 {
        color: #00f;
    }
    .code .re3 {
        color: #f33;
        font-weight: bold;
    }
    .code .re4 {
        color: #099;
    }
    .code .st0 {
        color: #f00;
    }
    .code .sy0 {
        color: #6c6;
    }
    .ui-helper-hidden {
        display: none;
    }
    .ui-helper-hidden-accessible {
        position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px);
    }
    .ui-helper-reset {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        line-height: 1.3;
        text-decoration: none;
        font-size: 100%;
        list-style: none;
    }
    .ui-helper-clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .ui-helper-clearfix {
        display: inline-block;
    }
    * html .ui-helper-clearfix {
        height: 1%;
    }
    .ui-helper-clearfix {
        display: block;
    }
    .ui-helper-zfix {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        filter: Alpha(Opacity=0);
    }
    .ui-state-disabled {
        cursor: default !important;
    }
    .ui-icon {
        display: block;
        text-indent: -99999px;
        overflow: hidden;
        background-repeat: no-repeat;
    }
    .ui-widget-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .ui-widget {
        font-size: 1.1em;
    }
    .ui-widget .ui-widget {
        font-size: 1em;
    }
    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-size: 1em;
    }
    .ui-widget-content {
        border: 1px solid #aaa;
        background: #fff url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
        color: #222;
    }
    .ui-widget-content a {
        color: #222;
    }
    .ui-widget-header {
        border: 1px solid #aaa;
        background: #ccc url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
        color: #222;
        font-weight: bold;
    }
    .ui-widget-header a {
        color: #222;
    }
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default {
        border: 1px solid #d3d3d3;
        background: #e6e6e6 url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #555;
    }
    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
        color: #555;
        text-decoration: none;
    }
    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-state-focus,
    .ui-widget-content .ui-state-focus,
    .ui-widget-header .ui-state-focus {
        border: 1px solid #999;
        background: #dadada url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }
    .ui-state-hover a,
    .ui-state-hover a:hover {
        color: #212121;
        text-decoration: none;
    }
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active {
        border: 1px solid #aaa;
        background: #fff url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }
    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #212121;
        text-decoration: none;
    }
    .ui-widget:active {
        outline: none;
    }
    .ui-state-highlight,
    .ui-widget-content .ui-state-highlight,
    .ui-widget-header .ui-state-highlight {
        border: 1px solid #fcefa1;
        background: #fbf9ee url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
        color: #363636;
    }
    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
        color: #363636;
    }
    .ui-state-error,
    .ui-widget-content .ui-state-error,
    .ui-widget-header .ui-state-error {
        border: 1px solid #cd0a0a;
        background: #fef1ec url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
        color: #cd0a0a;
    }
    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
        color: #cd0a0a;
    }
    .ui-state-error-text,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error-text {
        color: #cd0a0a;
    }
    .ui-priority-primary,
    .ui-widget-content .ui-priority-primary,
    .ui-widget-header .ui-priority-primary {
        font-weight: bold;
    }
    .ui-priority-secondary,
    .ui-widget-content .ui-priority-secondary,
    .ui-widget-header .ui-priority-secondary {
        opacity: .7;
        filter: Alpha(Opacity=70);
        font-weight: normal;
    }
    .ui-state-disabled,
    .ui-widget-content .ui-state-disabled,
    .ui-widget-header .ui-state-disabled {
        opacity: .35;
        filter: Alpha(Opacity=35);
        background-image: none;
    }
    .ui-icon {
        width: 16px;
        height: 16px;
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png);
    }
    .ui-widget-content .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png);
    }
    .ui-widget-header .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_222222_256x240.png);
    }
    .ui-state-default .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_888888_256x240.png);
    }
    .ui-state-hover .ui-icon,
    .ui-state-focus .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png);
    }
    .ui-state-active .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_454545_256x240.png);
    }
    .ui-state-highlight .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_2e83ff_256x240.png);
    }
    .ui-state-error .ui-icon,
    .ui-state-error-text .ui-icon {
        background-image: url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-icons_cd0a0a_256x240.png);
    }
    .ui-icon-carat-1-n {
        background-position: 0 0;
    }
    .ui-icon-carat-1-ne {
        background-position: -16px 0;
    }
    .ui-icon-carat-1-e {
        background-position: -32px 0;
    }
    .ui-icon-carat-1-se {
        background-position: -48px 0;
    }
    .ui-icon-carat-1-s {
        background-position: -64px 0;
    }
    .ui-icon-carat-1-sw {
        background-position: -80px 0;
    }
    .ui-icon-carat-1-w {
        background-position: -96px 0;
    }
    .ui-icon-carat-1-nw {
        background-position: -112px 0;
    }
    .ui-icon-carat-2-n-s {
        background-position: -128px 0;
    }
    .ui-icon-carat-2-e-w {
        background-position: -144px 0;
    }
    .ui-icon-triangle-1-n {
        background-position: 0 -16px;
    }
    .ui-icon-triangle-1-ne {
        background-position: -16px -16px;
    }
    .ui-icon-triangle-1-e {
        background-position: -32px -16px;
    }
    .ui-icon-triangle-1-se {
        background-position: -48px -16px;
    }
    .ui-icon-triangle-1-s {
        background-position: -64px -16px;
    }
    .ui-icon-triangle-1-sw {
        background-position: -80px -16px;
    }
    .ui-icon-triangle-1-w {
        background-position: -96px -16px;
    }
    .ui-icon-triangle-1-nw {
        background-position: -112px -16px;
    }
    .ui-icon-triangle-2-n-s {
        background-position: -128px -16px;
    }
    .ui-icon-triangle-2-e-w {
        background-position: -144px -16px;
    }
    .ui-icon-arrow-1-n {
        background-position: 0 -32px;
    }
    .ui-icon-arrow-1-ne {
        background-position: -16px -32px;
    }
    .ui-icon-arrow-1-e {
        background-position: -32px -32px;
    }
    .ui-icon-arrow-1-se {
        background-position: -48px -32px;
    }
    .ui-icon-arrow-1-s {
        background-position: -64px -32px;
    }
    .ui-icon-arrow-1-sw {
        background-position: -80px -32px;
    }
    .ui-icon-arrow-1-w {
        background-position: -96px -32px;
    }
    .ui-icon-arrow-1-nw {
        background-position: -112px -32px;
    }
    .ui-icon-arrow-2-n-s {
        background-position: -128px -32px;
    }
    .ui-icon-arrow-2-ne-sw {
        background-position: -144px -32px;
    }
    .ui-icon-arrow-2-e-w {
        background-position: -160px -32px;
    }
    .ui-icon-arrow-2-se-nw {
        background-position: -176px -32px;
    }
    .ui-icon-arrowstop-1-n {
        background-position: -192px -32px;
    }
    .ui-icon-arrowstop-1-e {
        background-position: -208px -32px;
    }
    .ui-icon-arrowstop-1-s {
        background-position: -224px -32px;
    }
    .ui-icon-arrowstop-1-w {
        background-position: -240px -32px;
    }
    .ui-icon-arrowthick-1-n {
        background-position: 0 -48px;
    }
    .ui-icon-arrowthick-1-ne {
        background-position: -16px -48px;
    }
    .ui-icon-arrowthick-1-e {
        background-position: -32px -48px;
    }
    .ui-icon-arrowthick-1-se {
        background-position: -48px -48px;
    }
    .ui-icon-arrowthick-1-s {
        background-position: -64px -48px;
    }
    .ui-icon-arrowthick-1-sw {
        background-position: -80px -48px;
    }
    .ui-icon-arrowthick-1-w {
        background-position: -96px -48px;
    }
    .ui-icon-arrowthick-1-nw {
        background-position: -112px -48px;
    }
    .ui-icon-arrowthick-2-n-s {
        background-position: -128px -48px;
    }
    .ui-icon-arrowthick-2-ne-sw {
        background-position: -144px -48px;
    }
    .ui-icon-arrowthick-2-e-w {
        background-position: -160px -48px;
    }
    .ui-icon-arrowthick-2-se-nw {
        background-position: -176px -48px;
    }
    .ui-icon-arrowthickstop-1-n {
        background-position: -192px -48px;
    }
    .ui-icon-arrowthickstop-1-e {
        background-position: -208px -48px;
    }
    .ui-icon-arrowthickstop-1-s {
        background-position: -224px -48px;
    }
    .ui-icon-arrowthickstop-1-w {
        background-position: -240px -48px;
    }
    .ui-icon-arrowreturnthick-1-w {
        background-position: 0 -64px;
    }
    .ui-icon-arrowreturnthick-1-n {
        background-position: -16px -64px;
    }
    .ui-icon-arrowreturnthick-1-e {
        background-position: -32px -64px;
    }
    .ui-icon-arrowreturnthick-1-s {
        background-position: -48px -64px;
    }
    .ui-icon-arrowreturn-1-w {
        background-position: -64px -64px;
    }
    .ui-icon-arrowreturn-1-n {
        background-position: -80px -64px;
    }
    .ui-icon-arrowreturn-1-e {
        background-position: -96px -64px;
    }
    .ui-icon-arrowreturn-1-s {
        background-position: -112px -64px;
    }
    .ui-icon-arrowrefresh-1-w {
        background-position: -128px -64px;
    }
    .ui-icon-arrowrefresh-1-n {
        background-position: -144px -64px;
    }
    .ui-icon-arrowrefresh-1-e {
        background-position: -160px -64px;
    }
    .ui-icon-arrowrefresh-1-s {
        background-position: -176px -64px;
    }
    .ui-icon-arrow-4 {
        background-position: 0 -80px;
    }
    .ui-icon-arrow-4-diag {
        background-position: -16px -80px;
    }
    .ui-icon-extlink {
        background-position: -32px -80px;
    }
    .ui-icon-newwin {
        background-position: -48px -80px;
    }
    .ui-icon-refresh {
        background-position: -64px -80px;
    }
    .ui-icon-shuffle {
        background-position: -80px -80px;
    }
    .ui-icon-transfer-e-w {
        background-position: -96px -80px;
    }
    .ui-icon-transferthick-e-w {
        background-position: -112px -80px;
    }
    .ui-icon-folder-collapsed {
        background-position: 0 -96px;
    }
    .ui-icon-folder-open {
        background-position: -16px -96px;
    }
    .ui-icon-document {
        background-position: -32px -96px;
    }
    .ui-icon-document-b {
        background-position: -48px -96px;
    }
    .ui-icon-note {
        background-position: -64px -96px;
    }
    .ui-icon-mail-closed {
        background-position: -80px -96px;
    }
    .ui-icon-mail-open {
        background-position: -96px -96px;
    }
    .ui-icon-suitcase {
        background-position: -112px -96px;
    }
    .ui-icon-comment {
        background-position: -128px -96px;
    }
    .ui-icon-person {
        background-position: -144px -96px;
    }
    .ui-icon-print {
        background-position: -160px -96px;
    }
    .ui-icon-trash {
        background-position: -176px -96px;
    }
    .ui-icon-locked {
        background-position: -192px -96px;
    }
    .ui-icon-unlocked {
        background-position: -208px -96px;
    }
    .ui-icon-bookmark {
        background-position: -224px -96px;
    }
    .ui-icon-tag {
        background-position: -240px -96px;
    }
    .ui-icon-home {
        background-position: 0 -112px;
    }
    .ui-icon-flag {
        background-position: -16px -112px;
    }
    .ui-icon-calendar {
        background-position: -32px -112px;
    }
    .ui-icon-cart {
        background-position: -48px -112px;
    }
    .ui-icon-pencil {
        background-position: -64px -112px;
    }
    .ui-icon-clock {
        background-position: -80px -112px;
    }
    .ui-icon-disk {
        background-position: -96px -112px;
    }
    .ui-icon-calculator {
        background-position: -112px -112px;
    }
    .ui-icon-zoomin {
        background-position: -128px -112px;
    }
    .ui-icon-zoomout {
        background-position: -144px -112px;
    }
    .ui-icon-search {
        background-position: -160px -112px;
    }
    .ui-icon-wrench {
        background-position: -176px -112px;
    }
    .ui-icon-gear {
        background-position: -192px -112px;
    }
    .ui-icon-heart {
        background-position: -208px -112px;
    }
    .ui-icon-star {
        background-position: -224px -112px;
    }
    .ui-icon-link {
        background-position: -240px -112px;
    }
    .ui-icon-cancel {
        background-position: 0 -128px;
    }
    .ui-icon-plus {
        background-position: -16px -128px;
    }
    .ui-icon-plusthick {
        background-position: -32px -128px;
    }
    .ui-icon-minus {
        background-position: -48px -128px;
    }
    .ui-icon-minusthick {
        background-position: -64px -128px;
    }
    .ui-icon-close {
        background-position: -80px -128px;
    }
    .ui-icon-closethick {
        background-position: -96px -128px;
    }
    .ui-icon-key {
        background-position: -112px -128px;
    }
    .ui-icon-lightbulb {
        background-position: -128px -128px;
    }
    .ui-icon-scissors {
        background-position: -144px -128px;
    }
    .ui-icon-clipboard {
        background-position: -160px -128px;
    }
    .ui-icon-copy {
        background-position: -176px -128px;
    }
    .ui-icon-contact {
        background-position: -192px -128px;
    }
    .ui-icon-image {
        background-position: -208px -128px;
    }
    .ui-icon-video {
        background-position: -224px -128px;
    }
    .ui-icon-script {
        background-position: -240px -128px;
    }
    .ui-icon-alert {
        background-position: 0 -144px;
    }
    .ui-icon-info {
        background-position: -16px -144px;
    }
    .ui-icon-notice {
        background-position: -32px -144px;
    }
    .ui-icon-help {
        background-position: -48px -144px;
    }
    .ui-icon-check {
        background-position: -64px -144px;
    }
    .ui-icon-bullet {
        background-position: -80px -144px;
    }
    .ui-icon-radio-off {
        background-position: -96px -144px;
    }
    .ui-icon-radio-on {
        background-position: -112px -144px;
    }
    .ui-icon-pin-w {
        background-position: -128px -144px;
    }
    .ui-icon-pin-s {
        background-position: -144px -144px;
    }
    .ui-icon-play {
        background-position: 0 -160px;
    }
    .ui-icon-pause {
        background-position: -16px -160px;
    }
    .ui-icon-seek-next {
        background-position: -32px -160px;
    }
    .ui-icon-seek-prev {
        background-position: -48px -160px;
    }
    .ui-icon-seek-end {
        background-position: -64px -160px;
    }
    .ui-icon-seek-start {
        background-position: -80px -160px;
    }
    .ui-icon-seek-first {
        background-position: -80px -160px;
    }
    .ui-icon-stop {
        background-position: -96px -160px;
    }
    .ui-icon-eject {
        background-position: -112px -160px;
    }
    .ui-icon-volume-off {
        background-position: -128px -160px;
    }
    .ui-icon-volume-on {
        background-position: -144px -160px;
    }
    .ui-icon-power {
        background-position: 0 -176px;
    }
    .ui-icon-signal-diag {
        background-position: -16px -176px;
    }
    .ui-icon-signal {
        background-position: -32px -176px;
    }
    .ui-icon-battery-0 {
        background-position: -48px -176px;
    }
    .ui-icon-battery-1 {
        background-position: -64px -176px;
    }
    .ui-icon-battery-2 {
        background-position: -80px -176px;
    }
    .ui-icon-battery-3 {
        background-position: -96px -176px;
    }
    .ui-icon-circle-plus {
        background-position: 0 -192px;
    }
    .ui-icon-circle-minus {
        background-position: -16px -192px;
    }
    .ui-icon-circle-close {
        background-position: -32px -192px;
    }
    .ui-icon-circle-triangle-e {
        background-position: -48px -192px;
    }
    .ui-icon-circle-triangle-s {
        background-position: -64px -192px;
    }
    .ui-icon-circle-triangle-w {
        background-position: -80px -192px;
    }
    .ui-icon-circle-triangle-n {
        background-position: -96px -192px;
    }
    .ui-icon-circle-arrow-e {
        background-position: -112px -192px;
    }
    .ui-icon-circle-arrow-s {
        background-position: -128px -192px;
    }
    .ui-icon-circle-arrow-w {
        background-position: -144px -192px;
    }
    .ui-icon-circle-arrow-n {
        background-position: -160px -192px;
    }
    .ui-icon-circle-zoomin {
        background-position: -176px -192px;
    }
    .ui-icon-circle-zoomout {
        background-position: -192px -192px;
    }
    .ui-icon-circle-check {
        background-position: -208px -192px;
    }
    .ui-icon-circlesmall-plus {
        background-position: 0 -208px;
    }
    .ui-icon-circlesmall-minus {
        background-position: -16px -208px;
    }
    .ui-icon-circlesmall-close {
        background-position: -32px -208px;
    }
    .ui-icon-squaresmall-plus {
        background-position: -48px -208px;
    }
    .ui-icon-squaresmall-minus {
        background-position: -64px -208px;
    }
    .ui-icon-squaresmall-close {
        background-position: -80px -208px;
    }
    .ui-icon-grip-dotted-vertical {
        background-position: 0 -224px;
    }
    .ui-icon-grip-dotted-horizontal {
        background-position: -16px -224px;
    }
    .ui-icon-grip-solid-vertical {
        background-position: -32px -224px;
    }
    .ui-icon-grip-solid-horizontal {
        background-position: -48px -224px;
    }
    .ui-icon-gripsmall-diagonal-se {
        background-position: -64px -224px;
    }
    .ui-icon-grip-diagonal-se {
        background-position: -80px -224px;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-left,
    .ui-corner-tl {
        -moz-border-radius-topleft: 4px;
        -webkit-border-top-left-radius: 4px;
        -khtml-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }
    .ui-corner-all,
    .ui-corner-top,
    .ui-corner-right,
    .ui-corner-tr {
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        -khtml-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-left,
    .ui-corner-bl {
        -moz-border-radius-bottomleft: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -khtml-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .ui-corner-all,
    .ui-corner-bottom,
    .ui-corner-right,
    .ui-corner-br {
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -khtml-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .ui-widget-overlay {
        background: #aaa url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
        opacity: .30;
        filter: Alpha(Opacity=30);
    }
    .ui-widget-shadow {
        margin: -8px 0 0 -8px;
        padding: 8px;
        background: #aaa url(/AI_Invasion_wiki/lib/scripts/jquery/jquery-ui-theme/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
        opacity: .30;
        filter: Alpha(Opacity=30);
        -moz-border-radius: 8px;
        -khtml-border-radius: 8px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
    .ui-resizable {
        position: relative;
    }
    .ui-resizable-handle {
        position: absolute;
        font-size: 0.1px;
        z-index: 99999;
        display: block;
    }
    .ui-resizable-disabled .ui-resizable-handle,
    .ui-resizable-autohide .ui-resizable-handle {
        display: none;
    }
    .ui-resizable-n {
        cursor: n-resize;
        height: 7px;
        width: 100%;
        top: -5px;
        left: 0;
    }
    .ui-resizable-s {
        cursor: s-resize;
        height: 7px;
        width: 100%;
        bottom: -5px;
        left: 0;
    }
    .ui-resizable-e {
        cursor: e-resize;
        width: 7px;
        right: -5px;
        top: 0;
        height: 100%;
    }
    .ui-resizable-w {
        cursor: w-resize;
        width: 7px;
        left: -5px;
        top: 0;
        height: 100%;
    }
    .ui-resizable-se {
        cursor: se-resize;
        width: 12px;
        height: 12px;
        right: 1px;
        bottom: 1px;
    }
    .ui-resizable-sw {
        cursor: sw-resize;
        width: 9px;
        height: 9px;
        left: -5px;
        bottom: -5px;
    }
    .ui-resizable-nw {
        cursor: nw-resize;
        width: 9px;
        height: 9px;
        left: -5px;
        top: -5px;
    }
    .ui-resizable-ne {
        cursor: ne-resize;
        width: 9px;
        height: 9px;
        right: -5px;
        top: -5px;
    }
    .ui-selectable-helper {
        position: absolute;
        z-index: 100;
        border: 1px dotted black;
    }
    .ui-accordion {
        width: 100%;
    }
    .ui-accordion .ui-accordion-header {
        cursor: pointer;
        position: relative;
        margin-top: 1px;
        zoom: 1;
    }
    .ui-accordion .ui-accordion-li-fix {
        display: inline;
    }
    .ui-accordion .ui-accordion-header-active {
        border-bottom: 0 !important;
    }
    .ui-accordion .ui-accordion-header a {
        display: block;
        font-size: 1em;
        padding: .5em .5em .5em .7em;
    }
    .ui-accordion-icons .ui-accordion-header a {
        padding-left: 2.2em;
    }
    .ui-accordion .ui-accordion-header .ui-icon {
        position: absolute;
        left: .5em;
        top: 50%;
        margin-top: -8px;
    }
    .ui-accordion .ui-accordion-content {
        padding: 1em 2.2em;
        border-top: 0;
        margin-top: -2px;
        position: relative;
        top: 1px;
        margin-bottom: 2px;
        overflow: auto;
        display: none;
        zoom: 1;
    }
    .ui-accordion .ui-accordion-content-active {
        display: block;
    }
    .ui-autocomplete {
        position: absolute;
        cursor: default;
    }
    * html .ui-autocomplete {
        width: 1px;
    }
    .ui-menu {
        list-style: none;
        padding: 2px;
        margin: 0;
        display: block;
        float: left;
    }
    .ui-menu .ui-menu {
        margin-top: -3px;
    }
    .ui-menu .ui-menu-item {
        margin: 0;
        padding: 0;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }
    .ui-menu .ui-menu-item a {
        text-decoration: none;
        display: block;
        padding: .2em .4em;
        line-height: 1.5;
        zoom: 1;
    }
    .ui-menu .ui-menu-item a.ui-state-hover,
    .ui-menu .ui-menu-item a.ui-state-active {
        font-weight: normal;
        margin: -1px;
    }
    .ui-button {
        display: inline-block;
        position: relative;
        padding: 0;
        margin-right: .1em;
        text-decoration: none !important;
        cursor: pointer;
        text-align: center;
        zoom: 1;
        overflow: visible;
    }
    .ui-button-icon-only {
        width: 2.2em;
    }
    button.ui-button-icon-only {
        width: 2.4em;
    }
    .ui-button-icons-only {
        width: 3.4em;
    }
    button.ui-button-icons-only {
        width: 3.7em;
    }
    .ui-button .ui-button-text {
        display: block;
        line-height: 1.4;
    }
    .ui-button-text-only .ui-button-text {
        padding: .4em 1em;
    }
    .ui-button-icon-only .ui-button-text,
    .ui-button-icons-only .ui-button-text {
        padding: .4em;
        text-indent: -9999999px;
    }
    .ui-button-text-icon-primary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        padding: .4em 1em .4em 2.1em;
    }
    .ui-button-text-icon-secondary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        padding: .4em 2.1em .4em 1em;
    }
    .ui-button-text-icons .ui-button-text {
        padding-left: 2.1em;
        padding-right: 2.1em;
    }
    input.ui-button {
        padding: .4em 1em;
    }
    .ui-button-icon-only .ui-icon,
    .ui-button-text-icon-primary .ui-icon,
    .ui-button-text-icon-secondary .ui-icon,
    .ui-button-text-icons .ui-icon,
    .ui-button-icons-only .ui-icon {
        position: absolute;
        top: 50%;
        margin-top: -8px;
    }
    .ui-button-icon-only .ui-icon {
        left: 50%;
        margin-left: -8px;
    }
    .ui-button-text-icon-primary .ui-button-icon-primary,
    .ui-button-text-icons .ui-button-icon-primary,
    .ui-button-icons-only .ui-button-icon-primary {
        left: .5em;
    }
    .ui-button-text-icon-secondary .ui-button-icon-secondary,
    .ui-button-text-icons .ui-button-icon-secondary,
    .ui-button-icons-only .ui-button-icon-secondary {
        right: .5em;
    }
    .ui-button-text-icons .ui-button-icon-secondary,
    .ui-button-icons-only .ui-button-icon-secondary {
        right: .5em;
    }
    .ui-buttonset {
        margin-right: 7px;
    }
    .ui-buttonset .ui-button {
        margin-left: 0;
        margin-right: -.3em;
    }
    button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    .ui-dialog {
        position: absolute;
        padding: .2em;
        width: 300px;
        overflow: hidden;
    }
    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }
    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 16px .1em 0;
    }
    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 19px;
        margin: -10px 0 0 0;
        padding: 1px;
        height: 18px;
    }
    .ui-dialog .ui-dialog-titlebar-close span {
        display: block;
        margin: 1px;
    }
    .ui-dialog .ui-dialog-titlebar-close:hover,
    .ui-dialog .ui-dialog-titlebar-close:focus {
        padding: 0;
    }
    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: none;
        overflow: auto;
        zoom: 1;
    }
    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0 0;
        background-image: none;
        margin: .5em 0 0 0;
        padding: .3em 1em .5em .4em;
    }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
        float: right;
    }
    .ui-dialog .ui-dialog-buttonpane button {
        margin: .5em .4em .5em 0;
        cursor: pointer;
    }
    .ui-dialog .ui-resizable-se {
        width: 14px;
        height: 14px;
        right: 3px;
        bottom: 3px;
    }
    .ui-draggable .ui-dialog-titlebar {
        cursor: move;
    }
    .ui-slider {
        position: relative;
        text-align: left;
    }
    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
    }
    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }
    .ui-slider-horizontal {
        height: .8em;
    }
    .ui-slider-horizontal .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
    }
    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }
    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }
    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }
    .ui-slider-vertical {
        width: .8em;
        height: 100px;
    }
    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-left: 0;
        margin-bottom: -.6em;
    }
    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }
    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }
    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }
    .ui-tabs {
        position: relative;
        padding: .2em;
        zoom: 1;
    }
    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }
    .ui-tabs .ui-tabs-nav li {
        list-style: none;
        float: left;
        position: relative;
        top: 1px;
        margin: 0 .2em 1px 0;
        border-bottom: 0 !important;
        padding: 0;
        white-space: nowrap;
    }
    .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: .5em 1em;
        text-decoration: none;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px;
    }
    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
    .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
    .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text;
    }
    .ui-tabs .ui-tabs-nav li a,
    .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
        cursor: pointer;
    }
    .ui-tabs .ui-tabs-panel {
        display: block;
        border-width: 0;
        padding: 1em 1.4em;
        background: none;
    }
    .ui-tabs .ui-tabs-hide {
        display: none !important;
    }
    .ui-datepicker {
        width: 17em;
        padding: .2em .2em 0;
        display: none;
    }
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
    }
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }
    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }
    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }
    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }
    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }
    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }
    .ui-datepicker .ui-datepicker-title select {
        font-size: 1em;
        margin: 1px 0;
    }
    .ui-datepicker select.ui-datepicker-month-year {
        width: 100%;
    }
    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }
    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }
    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }
    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }
    .ui-datepicker td span,
    .ui-datepicker td a {
        display: block;
        padding: .2em;
        text-align: right;
        text-decoration: none;
    }
    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }
    .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
    }
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }
    .ui-datepicker-multi .ui-datepicker-group {
        float: left;
    }
    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }
    .ui-datepicker-multi-2 .ui-datepicker-group {
        width: 50%;
    }
    .ui-datepicker-multi-3 .ui-datepicker-group {
        width: 33.3%;
    }
    .ui-datepicker-multi-4 .ui-datepicker-group {
        width: 25%;
    }
    .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
        border-left-width: 0;
    }
    .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 0;
    }
    .ui-datepicker-multi .ui-datepicker-buttonpane {
        clear: left;
    }
    .ui-datepicker-row-break {
        clear: both;
        width: 100%;
        font-size: 0em;
    }
    .ui-datepicker-rtl {
        direction: rtl;
    }
    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
        float: left;
    }
    .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: right;
    }
    .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
    }
    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }
    .ui-datepicker-cover {
        display: none;
        display
        /**/
        
        : block;
        position: absolute;
        z-index: -1;
        filter: mask();
        top: -4px;
        left: -4px;
        width: 200px;
        height: 200px;
    }
    .ui-progressbar {
        height: 2em;
        text-align: left;
    }
    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }
    .dtree {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000;
        white-space: nowrap;
        line-height: normal;
    }
    .dtree img {
        border: 0px;
        vertical-align: top;
    }
    .dtree a {
        color: #002bb8;
        text-decoration: none;
    }
    .dtree a.node,
    .dtree a.nodeSel a.navSel {
        white-space: nowrap;
        padding: 1px 2px 1px 2px;
    }
    .dtree a.nodeSel {
        background-color: #dee7ec;
    }
    .dtree a.navSel {
        background-color: #ff9;
    }
    .indexmenu_nojs {
        display: block;
    }
    div.li a.indexmenu_idx {
        color: #ba0000 !important;
        text-decoration: none !important;
        font-weight: bold;
    }
    div.li a.indexmenu_idx_head {
        font-weight: bold;
    }
    div.dokuwiki div.indexmenu_list_themes {
        clear: both;
        border-top: 2px solid #8cacbb;
        padding-left: 1em;
    }
    .dtree a.nodeFdUrl:hover,
    .dtree a.nodeSel:hover,
    a.navSel:hover,
    .dtree a.nodeUrl:hover {
        color: #002bb8;
        text-decoration: underline;
        background-color: #dee7ec;
    }
    .dtree a.node:hover {
        text-decoration: none;
    }
    .dtree .indexmenu_tocbullet {
        position: absolute;
        background: transparent url(/AI_Invasion_wiki/lib/plugins/indexmenu/images/toc_bullet.gif) no-repeat scroll;
        vertical-align: middle;
        width: 11px;
        height: 11px;
    }
    .dtree .indexmenu_larrow {
        position: absolute;
        filter: alpha(opacity=60);
        -moz-opacity: .60;
        opacity: .60;
        background: transparent url(/AI_Invasion_wiki/lib/plugins/indexmenu/images/larrow.gif) repeat-y scroll;
        padding-left: 22px;
        z-index: 100;
    }
    .indexmenu_toc {
        font-size: 80%;
        line-height: 1.2em;
        white-space: normal;
        overflow: hidden;
        width: 200px !important;
        z-index: 100 !important;
        word-wrap: break-word;
    }
    .indexmenu_toc .indexmenu_toc_inside {
        border: 1px solid #8cacbb;
        background-color: #fff;
        text-align: left;
        padding: 0.5em 0 0.7em 0;
        max-height: 300px;
        height: expression( this.scrollHeight > 300 ? "300px": "auto");
        overflow: auto;
    }
    .dtree .indexmenu_rarrow {
        position: absolute;
        background: white url(/AI_Invasion_wiki/lib/plugins/indexmenu/images/rarrow.gif) no-repeat scroll;
        width: 11px;
        height: 15px;
    }
    .indexmenu_rmenu {
        position: absolute;
        z-index: 100;
        background-color: #fff;
        border: 1px solid black;
        font-size: 80%;
        line-height: 100%;
        padding-bottom: 5px;
    }
    .indexmenu_rmenuhead {
        background-color: #CFC;
        border-bottom: 1px solid #000;
        color: #000;
        font-size: 90%;
        margin: 0pt;
        text-align: center;
        padding: 1px 5px;
        vertical-align: middle;
        overflow: hidden;
        width: 80px;
    }
    .indexmenu_rmenu ul,
    .indexmenu_rmenu li {
        list-style-type: none !important;
        list-style-image: none !important;
        color: #000 !important;
        margin: 2px !important;
        text-align: center;
    }
    .indexmenu_rmenu a:hover {
        background-color: #000 !important;
        color: #fff !important;
    }
    .indexmenu_opts {
        font-size: 80%;
    }
    .dtree .emptynode {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/indexmenu/images/empty.gif) no-repeat scroll;
        display: inline;
        padding: 1px 8px;
        width: 16px;
        height: 16px;
        vertical-align: top;
        zoom: 1;
    }
    #plugin__manager h2 {
        margin-left: 0;
    }
    #plugin__manager form {
        display: block;
        margin: 0;
        padding: 0;
    }
    #plugin__manager legend {
        display: none;
    }
    #plugin__manager fieldset {
        width: auto;
    }
    #plugin__manager .button {
        margin: 0;
    }
    #plugin__manager p,
    #plugin__manager label {
        text-align: left;
    }
    #plugin__manager .hidden {
        display: none;
    }
    #plugin__manager .new {
        background: #dee7ec;
    }
    #plugin__manager input[disabled] {
        color: #ccc;
        border-color: #ccc;
    }
    #plugin__manager .pm_menu,
    #plugin__manager .pm_info {
        margin-left: 0;
        text-align: left;
    }
    [dir=rtl] #plugin__manager .pm_menu,
    [dir=rtl] #plugin__manager .pm_info,
    [dir=rtl] #plugin__manager p,
    [dir=rtl] #plugin__manager label {
        text-align: right;
    }
    #plugin__manager .pm_menu {
        float: left;
        width: 48%;
    }
    [dir=rtl] #plugin__manager .pm_menu {
        float: right;
    }
    #plugin__manager .pm_info {
        float: right;
        width: 50%;
    }
    [dir=rtl] #plugin__manager .pm_info {
        float: left;
    }
    #plugin__manager .common fieldset {
        margin: 0;
        padding: 0 0 1.0em 0;
        text-align: left;
        border: none;
    }
    [dir=rtl] #plugin__manager .common fieldset {
        text-align: right;
    }
    #plugin__manager .common label {
        padding: 0 0 0.5em 0;
    }
    #plugin__manager .common input.edit {
        width: 24em;
        margin: 0.5em;
    }
    #plugin__manager .plugins fieldset {
        color: #000;
        background: #fff;
        text-align: right;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    #plugin__manager .plugins fieldset.protected {
        background: #fdd;
        color: #000;
    }
    #plugin__manager .plugins fieldset.disabled {
        background: #e0e0e0;
        color: #a8a8a8;
    }
    #plugin__manager .plugins .legend {
        color: #000;
        background: inherit;
        display: block;
        margin: 0;
        padding: 0;
        font-size: 1em;
        line-height: 1.4em;
        font-weight: normal;
        text-align: left;
        float: left;
        padding: 0;
        clear: none;
    }
    [dir=rtl] #plugin__manager .plugins .legend {
        text-align: right;
        float: right;
    }
    #plugin__manager .plugins .button {
        font-size: 95%;
    }
    #plugin__manager .plugins fieldset.buttons {
        border: none;
    }
    #plugin__manager .plugins fieldset.buttons .button {
        float: left;
    }
    [dir=rtl] #plugin__manager .plugins .button {
        float: left;
        margin-right: 0.5em;
    }
    [dir=rtl] #plugin__manager .plugins fieldset.buttons .button {
        float: right;
    }
    #plugin__manager .pm_info h3 {
        margin-left: 0;
    }
    #plugin__manager .pm_info dl {
        margin: 1em 0;
        padding: 0;
    }
    #plugin__manager .pm_info dt {
        width: 6em;
        float: left;
        clear: left;
        margin: 0;
        padding: 0;
    }
    [dir=rtl] #plugin__manager .pm_info dt {
        float: right;
        clear: right;
    }
    #plugin__manager .pm_info dd {
        margin: 0 0 0 7em;
        padding: 0;
        background: none;
    }
    [dir=rtl] #plugin__manager .pm_info dd {
        margin: 0 7em 0 0;
    }
    #plugin__manager .plugins .enable {
        float: left;
        width: auto;
        margin-right: 0.5em;
    }
    [dir=rtl] #plugin__manager .plugins .enable {
        float: right;
        margin-right: 0;
        margin-left: 0.5em;
    }
    #config__manager div.success,
    #config__manager div.error,
    #config__manager div.info {
        background-position: 0.5em;
        padding: 0.5em;
        text-align: center;
    }
    #config__manager fieldset {
        margin: 1em;
        width: auto;
        margin-bottom: 2em;
        background-color: #dee7ec;
        color: #000;
        padding: 0 1em;
    }
    [dir=rtl] #config__manager fieldset {
        clear: both;
    }
    #config__manager legend {
        font-size: 1.25em;
    }
    #config__manager form {}#config__manager table {
        margin: 1em 0;
        width: 100%;
    }
    #config__manager fieldset td {
        text-align: left;
    }
    [dir=rtl] #config__manager fieldset td {
        text-align: right;
    }
    #config__manager fieldset td.value {
        width: 31em;
    }
    [dir=rtl] #config__manager label {
        text-align: right;
    }
    [dir=rtl] #config__manager td.value input.checkbox {
        float: right;
        padding-left: 0;
        padding-right: 0.7em;
    }
    [dir=rtl] #config__manager td.value label {
        float: left;
    }
    #config__manager td.label {
        padding: 0.8em 0 0.6em 1em;
        vertical-align: top;
    }
    [dir=rtl] #config__manager td.label {
        padding: 0.8em 1em 0.6em 0;
    }
    #config__manager td.label label {
        clear: left;
        display: block;
    }
    [dir=rtl] #config__manager td.label label {
        clear: right;
    }
    #config__manager td.label img {
        padding: 0 10px;
        vertical-align: middle;
        float: right;
    }
    [dir=rtl] #config__manager td.label img {
        float: left;
    }
    #config__manager td.label span.outkey {
        font-size: 70%;
        margin-top: -1.7em;
        margin-left: -1em;
        display: block;
        background-color: #fff;
        color: #000;
        float: left;
        padding: 0 0.1em;
        position: relative;
        z-index: 1;
    }
    [dir=rtl] #config__manager td.label span.outkey {
        float: right;
        margin-right: 1em;
    }
    #config__manager td input.edit {
        width: 30em;
    }
    #config__manager td .input {
        width: 30.8em;
    }
    #config__manager td select.edit {}#config__manager td textarea.edit {
        width: 27.5em;
        height: 4em;
    }
    #config__manager tr .input,
    #config__manager tr input,
    #config__manager tr textarea,
    #config__manager tr select {
        background-color: #fff;
        color: #000;
    }
    #config__manager tr.default .input,
    #config__manager tr.default input,
    #config__manager tr.default textarea,
    #config__manager tr.default select,
    #config__manager .selectiondefault {
        background-color: #cdf;
        color: #000;
    }
    #config__manager tr.protected .input,
    #config__manager tr.protected input,
    #config__manager tr.protected textarea,
    #config__manager tr.protected select,
    #config__manager tr.protected .selection {
        background-color: #fcc!important;
        color: #000 !important;
    }
    #config__manager td.error {
        background-color: red;
        color: #000;
    }
    #config__manager .selection {
        width: 14.8em;
        float: left;
        margin: 0 0.3em 2px 0;
    }
    [dir=rtl] #config__manager .selection {
        width: 14.8em;
        float: right;
        margin: 0 0 2px 0.3em;
    }
    #config__manager .selection label {
        float: right;
        width: 14em;
        font-size: 90%;
    }
    * html #config__manager .selection label {
        padding-top: 2px;
    }
    #config__manager .selection input.checkbox {
        padding-left: 0.7em;
    }
    #config__manager .other {
        clear: both;
        padding-top: 0.5em;
    }
    #config__manager .other label {
        padding-left: 2px;
        font-size: 90%;
    }
    #user__manager tr.disabled {
        color: #6f6f6f;
        background: #e4e4e4;
    }
    #user__manager tr.user_info {
        vertical-align: top;
    }
    #user__manager div.edit_user {
        width: 46%;
        float: left;
    }
    #user__manager table {
        margin-bottom: 1em;
    }
    #user__manager input.button[disabled] {
        color: #ccc!important;
        border-color: #ccc!important;
    }
    div#acl_manager div#acl__tree {
        font-size: 90%;
        width: 25%;
        height: 300px;
        float: left;
        overflow: auto;
        border: 1px solid #8cacbb;
        text-align: left;
    }
    [dir=rtl] div#acl_manager div#acl__tree {
        float: right;
        text-align: right;
    }
    div#acl_manager div#acl__tree a.cur {
        background-color: #ff9;
        font-weight: bold;
    }
    div#acl_manager div#acl__tree ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    div#acl_manager div#acl__tree li {
        padding-left: 1em;
        list-style-image: none;
    }
    [dir=rtl] div#acl_manager div#acl__tree li {
        padding-left: 0em;
        padding-right: 1em;
    }
    div#acl_manager div#acl__tree ul img {
        margin-right: 0.25em;
        cursor: pointer;
    }
    [dir=rtl] div#acl_manager div#acl__tree ul img {
        margin-left: 0.25em;
        margin-right: 0em;
    }
    div#acl_manager div#acl__detail {
        width: 73%;
        height: 300px;
        float: right;
        overflow: auto;
    }
    [dir=rtl] div#acl_manager div#acl__detail {
        float: left;
    }
    div#acl_manager div#acl__detail fieldset {
        width: 90%;
    }
    div#acl_manager div#acl__detail div#acl__user {
        border: 1px solid #8cacbb;
        padding: 0.5em;
        margin-bottom: 0.6em;
    }
    div#acl_manager table.inline {
        width: 100%;
        margin: 0;
    }
    #acl_manager table .check {
        text-align: center;
    }
    #acl_manager table .action {
        text-align: right;
    }
    div#acl_manager .aclgroup {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/group.png) 0px 1px no-repeat;
        padding: 1px 0px 1px 18px;
    }
    [dir=rtl] div#acl_manager .aclgroup {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/group.png) right 1px no-repeat;
        padding: 1px 18px 1px 0px;
        display: inline-block;
    }
    div#acl_manager .acluser {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/user.png) 0px 1px no-repeat;
        padding: 1px 0px 1px 18px;
    }
    [dir=rtl] div#acl_manager .acluser {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/user.png) right 1px no-repeat;
        padding: 1px 18px 1px 0px;
        display: inline-block;
    }
    div#acl_manager .aclpage {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/page.png) 0px 1px no-repeat;
        padding: 1px 0px 1px 18px;
    }
    [dir=rtl] div#acl_manager .aclpage {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/page.png) right 1px no-repeat;
        padding: 1px 18px 1px 0px;
        display: inline-block;
    }
    div#acl_manager .aclns {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/ns.png) 0px 1px no-repeat;
        padding: 1px 0px 1px 18px;
    }
    [dir=rtl] div#acl_manager .aclns {
        background: transparent url(/AI_Invasion_wiki/lib/plugins/acl/pix/ns.png) right 1px no-repeat;
        padding: 1px 18px 1px 0px;
        display: inline-block;
    }
    div#acl_manager label.disabled {
        color: #000!important;
    }
    #acl_manager label {
        text-align: left;
        font-weight: normal;
        display: inline;
    }
    #acl_manager table {
        margin-left: 10%;
        width: 80%;
    }
    #acl_manager table tr {
        background-color: inherit;
    }
    #acl_manager table tr:hover {
        background-color: #dee7ec;
    }
    #dokuwiki__detail {
        padding: 1em;
    }
    #dokuwiki__detail h1 {}#dokuwiki__detail img {
        float: left;
        margin: 0 1.5em .5em 0;
    }
    [dir=rtl] #dokuwiki__detail img {
        float: right;
        margin-right: 0;
        margin-left: 1.5em;
    }
    #dokuwiki__detail div.img_detail {
        float: left;
    }
    [dir=rtl] #dokuwiki__detail div.img_detail {
        float: right
    }
    #dokuwiki__detail div.img_detail h2 {}#dokuwiki__detail div.img_detail dl {}#dokuwiki__detail div.img_detail dl dt {}#dokuwiki__detail div.img_detail dl dd {}#dokuwiki__detail p.back {
        clear: both;
    }
    html.popup {
        overflow: auto;
    }
    #media__manager {
        height: 100%;
        overflow: hidden;
    }
    #mediamgr__aside {
        width: 30%;
        height: 100%;
        overflow: auto;
        position: absolute;
        left: 0;
        border-right: 1px solid #8cacbb;
    }
    [dir=rtl] #mediamgr__aside {
        left: auto;
        right: 0;
        border-right-width: 0;
        border-left: 1px solid #8cacbb;
    }
    #mediamgr__aside .pad {
        padding: .5em;
    }
    #mediamgr__content {
        width: 69.7%;
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 0;
    }
    [dir=rtl] #mediamgr__content {
        right: auto;
        left: 0;
    }
    #mediamgr__content .pad {
        padding: .5em;
    }
    #media__manager h1,
    #media__manager h2 {
        font-size: 1.5em;
        margin-bottom: .5em;
        padding-bottom: .2em;
        border-bottom: 1px solid #8cacbb;
    }
    #media__opts {
        margin-bottom: .5em;
    }
    #media__opts input {
        margin-right: .3em;
    }
    [dir=rtl] #media__opts input {
        margin-right: 0;
        margin-left: .3em;
    }
    #media__opts label {}#media__tree ul {
        padding-left: .2em;
    }
    [dir=rtl] #media__tree ul {
        padding-left: 0;
        padding-right: .2em;
    }
    #media__tree ul li {
        clear: left;
        list-style-type: none;
        list-style-image: none;
        margin-left: 0;
    }
    [dir=rtl] #media__tree ul li {
        clear: right;
        margin-right: 0;
    }
    #media__tree ul li img {
        float: left;
        padding: .5em .3em 0 0;
    }
    [dir=rtl] #media__tree ul li img {
        float: right;
        padding: .5em 0 0 .3em;
    }
    #media__tree ul li div.li {
        display: inline;
    }
    #media__tree ul li li {
        margin-left: 1.5em;
    }
    [dir=rtl] #media__tree ul li li {
        margin-left: 0;
        margin-right: 1.5em;
    }
    #media__content div.upload {
        font-size: .9em;
        margin-bottom: .5em;
    }
    #mediamanager__uploader {
        margin-bottom: 1em;
    }
    #mediamanager__uploader p {
        margin-bottom: .5em;
    }
    #media__content img.load {
        margin: 1em auto;
    }
    #media__content .odd,
    #media__content .even {
        padding: .5em;
    }
    #media__content .odd {
        background-color: #dee7ec;
    }
    #media__content .even {}#media__content #scroll__here {
        border: 1px dashed #8cacbb;
    }
    #media__content a.mediafile {
        margin-right: 1.5em;
        font-weight: bold;
    }
    [dir=rtl] #media__content a.mediafile {
        margin-right: 0;
        margin-left: 1.5em;
    }
    #media__content span.info {}#media__content img.btn {
        vertical-align: text-bottom;
    }
    #media__content div.example {
        color: #000;
        margin-left: 1em;
    }
    #media__content div.detail {
        padding: .2em 0;
    }
    #media__content div.detail div.thumb {
        float: left;
        margin: 0 .5em 0 18px;
    }
    [dir=rtl] #media__content div.detail div.thumb {
        float: right;
        margin: 0 18px 0 .5em;
    }
    #media__content div.detail div.thumb a {
        display: block;
        cursor: pointer;
    }
    #media__content div.detail p {
        margin-bottom: 0;
    }
    #dw__mediasearch {}#dw__mediasearch p {}#dw__mediasearch label {}#dw__mediasearch label span {}#dw__mediasearch input.edit {}#dw__mediasearch input.button {}#media__content form.meta {}#media__content form.meta div.metafield {
        clear: left;
        margin-bottom: .5em;
        overflow: hidden;
    }
    [dir=rtl] #media__content form.meta div.metafield {
        clear: right;
    }
    #media__content form.meta label {
        display: block;
        width: 25%;
        float: left;
        font-weight: bold;
        clear: left;
    }
    [dir=rtl] #media__content form.meta label {
        float: right;
        clear: right;
    }
    #media__content form.meta .edit {
        float: left;
        width: 70%;
        margin: 0;
    }
    [dir=rtl] #media__content form.meta .edit {
        float: right;
    }
    #media__content form.meta textarea.edit {
        max-width: 70%;
        min-width: 70%;
    }
    #media__content form.meta div.buttons {
        clear: left;
        margin: .2em 0 0 25%;
    }
    [dir=rtl] #media__content form.meta div.buttons {
        clear: right;
        margin: .2em 25% 0 0;
    }
    #mediamanager__page h1 {
        margin-bottom: .5em;
    }
    #mediamanager__page {
        min-width: 50em;
        width: 100%;
        text-align: left;
    }
    #mediamanager__page .panel {
        float: left;
    }
    #mediamanager__page .namespaces {
        width: 20%;
        min-width: 10em;
    }
    #mediamanager__page .filelist {
        width: 50%;
        min-width: 25em;
    }
    #mediamanager__page .file {
        width: 30%;
        min-width: 15em;
    }
    #mediamanager__page .panelHeader {
        background-color: #dee7ec;
        margin: 0 10px 10px 0;
        padding: 10px 10px 8px;
        text-align: left;
        min-height: 20px;
        overflow: hidden;
    }
    #mediamanager__page .panelContent {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0;
        margin: 0 10px 10px 0;
        position: relative;
    }
    [dir=rtl] #mediamanager__page .panelContent {
        text-align: right;
    }
    #mediamanager__page .file .panelHeader,
    #mediamanager__page .file .panelContent {
        margin-right: 0;
    }
    #mediamanager__page .ui-resizable-e {
        width: 6px;
        right: 2px;
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/resizecol.png) center center no-repeat;
    }
    #mediamanager__page .ui-resizable-e:hover {
        background-color: #dee7ec;
    }
    #mediamanager__page dd {
        margin: 0;
    }
    #mediamanager__page .panelHeader h3 {
        float: left;
        font-weight: normal;
        font-size: 1em;
        padding: 0;
        margin: 0 0 3px;
    }
    [dir=rtl] #mediamanager__page .namespaces {
        text-align: right;
    }
    #mediamanager__page .namespaces h2 {
        font-size: 1em;
        display: inline-block;
        padding: .3em .8em;
        margin: 0 0 0 .3em;
        border-radius: .5em .5em 0 0;
        font-weight: normal;
        background-color: #dee7ec;
        color: #000;
        border: 1px solid #8cacbb;
        border-bottom-color: #dee7ec;
        line-height: 1.4em;
        position: relative;
        bottom: -1px;
        z-index: 2;
    }
    * html #mediamanager__page .namespaces h2,
    *+html #mediamanager__page .namespaces h2 {
        display: inline;
    }
    [dir=rtl] #mediamanager__page .namespaces h2 {
        margin: 0 .3em 0 0;
        position: relative;
        right: 10px;
    }
    #mediamanager__page .namespaces .panelHeader {
        border-top: 1px solid #8cacbb;
        z-index: 1;
    }
    #mediamanager__page .namespaces ul {
        margin-left: .2em;
        margin-bottom: 0;
        padding: 0;
        list-style: none;
    }
    [dir=rtl] #mediamanager__page .namespaces ul {
        margin-left: 0;
        margin-right: .2em;
    }
    #mediamanager__page .namespaces ul ul {
        margin-left: 1em;
    }
    [dir=rtl] #mediamanager__page .namespaces ul ul {
        margin-left: 0;
        margin-right: 1em;
    }
    #mediamanager__page .namespaces ul ul li {
        margin: 0;
    }
    #mediamanager__page .namespaces ul .selected {
        background-color: #ff9;
        font-weight: bold;
    }
    #mediamanager__page .panelHeader form.options {
        float: right;
        margin-top: -3px;
    }
    #mediamanager__page .panelHeader ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    #mediamanager__page .panelHeader ul li {
        color: #000;
        float: left;
        line-height: 1;
        padding-left: 3px;
    }
    [dir=rtl] #mediamanager__page .panelHeader ul li {
        margin-right: 0;
        margin-left: .5em;
    }
    #mediamanager__page .panelHeader ul li.listType {
        padding-left: 30px;
        margin: 0 0 0 5px;
        background: url('/AI_Invasion_wiki/lib/tpl/monobook/../../images/icon-list.png') 3px 1px no-repeat;
    }
    #mediamanager__page .panelHeader ul li.sortBy {
        padding-left: 30px;
        margin: 0 0 0 5px;
        background: url('/AI_Invasion_wiki/lib/tpl/monobook/../../images/icon-sort.png') 3px 1px no-repeat;
    }
    #mediamanager__page .panelHeader form.options .ui-buttonset label {
        font-size: 90%;
        margin-right: -0.4em;
    }
    #mediamanager__page .panelHeader form.options .ui-buttonset .ui-button-text {
        padding: .3em .5em;
        line-height: 1;
    }
    #mediamanager__page .filelist ul {
        padding: 0;
        margin: 0 10px 0 0;
    }
    [dir=rtl] #mediamanager__page .filelist ul {
        margin: 0 10px 0 0;
    }
    #mediamanager__page .filelist .panelContent ul li:hover {
        background-color: #dee7ec;
    }
    #mediamanager__page .filelist li dt a {
        vertical-align: middle;
        display: table-cell;
        overflow: hidden;
    }
    * html #mediamanager__page .filelist .thumbs li dt a,
    *+html #mediamanager__page .filelist .thumbs li dt a {
        display: block;
    }
    * html #mediamanager__page .filelist .rows li dt a,
    *+html #mediamanager__page .filelist .rows li dt a {
        display: inline;
    }
    #mediamanager__page .filelist .thumbs li {
        width: 100px;
        min-height: 130px;
        display: inline-block;
        display: -moz-inline-stack;
        margin: 0 6px 10px 0;
        background-color: #fff;
        color: #000;
        padding: 5px;
        vertical-align: top;
        text-align: center;
        position: relative;
        line-height: 1.2;
    }
    [dir=rtl] #mediamanager__page .filelist .thumbs li {
        margin-right: 0;
        margin-left: 6px;
    }
    * html #mediamanager__page .filelist .thumbs li,
    *+html #mediamanager__page .filelist .thumbs li {
        display: inline;
        zoom: 1;
    }
    #mediamanager__page .filelist .thumbs li dt a {
        width: 100px;
        height: 90px;
    }
    #mediamanager__page .filelist .thumbs li dt a img {
        max-width: 90px;
        max-height: 90px;
    }
    #mediamanager__page .filelist .thumbs li .name,
    #mediamanager__page .filelist .thumbs li .size,
    #mediamanager__page .filelist .thumbs li .filesize,
    #mediamanager__page .filelist .thumbs li .date {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 90px;
        white-space: nowrap;
    }
    #mediamanager__page .filelist .thumbs li .name {
        padding: 5px 0;
        font-weight: bold;
    }
    #mediamanager__page .filelist .thumbs li .date {
        font-style: italic;
        white-space: normal;
    }
    #mediamanager__page .filelist .rows li {
        list-style: none;
        display: block;
        position: relative;
        max-height: 50px;
        margin: 0;
        margin-bottom: 3px;
        background-color: #fff;
        color: #000;
        overflow: hidden;
    }
    #mediamanager__page .filelist .rows li:nth-child(2n+1) {
        background-color: #fff;
    }
    #mediamanager__page .filelist .rows li dt {
        float: left;
        width: 10%;
        height: 40px;
        text-align: center;
    }
    #mediamanager__page .filelist .rows li dt a {
        width: 100px;
        height: 40px;
    }
    #mediamanager__page .filelist .rows li dt a img {
        max-width: 40px;
        max-height: 40px;
    }
    #mediamanager__page .filelist .rows li .name,
    #mediamanager__page .filelist .rows li .size,
    #mediamanager__page .filelist .rows li .filesize,
    #mediamanager__page .filelist .rows li .date {
        overflow: hidden;
        text-overflow: ellipsis;
        float: left;
        margin-left: 1%;
        white-space: nowrap;
    }
    #mediamanager__page .filelist .rows li .name {
        width: 30%;
        font-weight: bold;
    }
    #mediamanager__page .filelist .rows li .size,
    #mediamanager__page .filelist .rows li .filesize {
        width: 15%;
    }
    #mediamanager__page .filelist .rows li .date {
        width: 20%;
        font-style: italic;
        white-space: normal;
    }
    #mediamanager__page div.upload {
        padding-bottom: 0.5em;
    }
    #mediamanager__page .file ul.actions {
        text-align: center;
        margin: 0 0 5px;
        padding: 0;
        list-style: none;
    }
    #mediamanager__page .file ul.actions li {
        display: inline;
        margin: 0;
    }
    #mediamanager__page .file div.image {
        margin-bottom: 5px;
        text-align: center;
    }
    #mediamanager__page .file div.image img {
        width: 100%;
    }
    #mediamanager__page .file dl {
        margin-bottom: 0;
    }
    #mediamanager__page .file dl dt {
        font-weight: bold;
        display: block;
        background-color: #dee7ec;
    }
    #mediamanager__page .file dl dd {
        display: block;
        background-color: #fff;
    }
    #mediamanager__page form.meta div.row {
        margin-bottom: 5px;
    }
    #mediamanager__page form.meta label span {
        display: block;
    }
    #mediamanager__page form.meta input {
        width: 50%;
    }
    #mediamanager__page form.meta input.button {
        width: auto;
    }
    #mediamanager__page form.meta textarea.edit {
        height: 6em;
        width: 95%;
        min-width: 95%;
        max-width: 95%;
    }
    #mediamanager__page #page__revisions ul,
    #mediamanager__page form.changes ul {
        margin-left: 10px;
        padding: 0;
        list-style-type: none;
    }
    #mediamanager__page #page__revisions ul li div.li div,
    #mediamanager__page form.changes ul li div.li div {
        font-size: 90%;
        color: #000;
        padding-left: 18px;
    }
    #mediamanager__page #page__revisions ul li div.li input,
    #mediamanager__page form.changes ul li div.li input {
        position: relative;
        top: 1px;
    }
    #mediamanager__diff table {
        table-layout: fixed;
        border-width: 0;
    }
    #mediamanager__diff td,
    #mediamanager__diff th {
        width: 48%;
        margin: 0 5px 10px 0;
        padding: 0;
        vertical-align: top;
        text-align: left;
        border-color: #fff;
    }
    [dir=rtl] #mediamanager__diff td,
    [dir=rtl] #mediamanager__diff th {
        text-align: right;
    }
    #mediamanager__diff th {
        font-weight: normal;
        background-color: #fff;
        line-height: 1.2;
    }
    #mediamanager__diff th a {
        font-weight: bold;
    }
    #mediamanager__diff th span {
        font-size: 90%;
    }
    #mediamanager__diff dl dd strong {
        background-color: #ff9;
        color: #000;
        font-weight: normal;
    }
    #mediamanager__page .file form.diffView {
        margin-bottom: 10px;
        display: block;
    }
    #mediamanager__diff div.slider {
        margin: 10px;
        width: 95%;
    }
    #mediamanager__diff .imageDiff {
        position: relative;
    }
    #mediamanager__diff .imageDiff .image2 {
        position: absolute;
        top: 0;
        left: 0;
    }
    #mediamanager__diff .imageDiff.opacity .image2 {
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }
    #mediamanager__diff .imageDiff.portions .image2 {
        border-right: 1px solid red;
        overflow: hidden;
    }
    #mediamanager__diff .imageDiff.portions img {
        float: left;
    }
    #mediamanager__diff .imageDiff img {
        width: 100%;
        max-width: none;
    }
    .qq-uploader {
        position: relative;
        width: 100%;
    }
    .qq-uploader .error {
        color: #f00;
        background-color: #fff;
    }
    .qq-upload-button {
        display: inline-block;
        text-decoration: none;
        font-size: 100%;
        cursor: pointer;
        margin: 1px 1px 5px;
    }
    * html .qq-upload-button,
    *+html .qq-upload-button {
        display: inline;
    }
    .qq-upload-button-focus {
        outline: 1px dotted;
    }
    .qq-upload-drop-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 70px;
        z-index: 2;
        background: #fff;
        color: #000;
        text-align: center;
    }
    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 120%;
    }
    .qq-upload-drop-area-active {
        background: #dee7ec;
    }
    div.qq-uploader ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .qq-uploader li {
        margin: 0 0 5px;
        color: #000;
    }
    .qq-uploader li span,
    .qq-uploader li input,
    .qq-uploader li a {
        margin-right: 5px;
    }
    .qq-upload-file {
        display: block;
        font-weight: bold;
    }
    .qq-upload-spinner {
        display: inline-block;
        background: url("/AI_Invasion_wiki/lib/tpl/monobook/../../images/throbber.gif");
        width: 15px;
        height: 15px;
        vertical-align: text-bottom;
    }
    .qq-upload-size,
    .qq-upload-cancel {
        font-size: 85%;
    }
    .qq-upload-failed-text {
        display: none;
    }
    .qq-upload-fail .qq-upload-failed-text {
        display: inline;
    }
    .qq-action-container * {
        vertical-align: middle;
    }
    .qq-overwrite-check input {
        margin-left: 10px;
    }
    .dokuwiki .tabs > ul,
    .dokuwiki ul.tabs {
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: relative;
    }
    .dokuwiki .tabs > ul:after,
    .dokuwiki ul.tabs:after {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: 1px solid #8cacbb;
        z-index: 1;
    }
    .dokuwiki .tabs > ul li,
    .dokuwiki ul.tabs li {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    [dir=rtl] .dokuwiki .tabs > ul li,
    [dir=rtl] .dokuwiki ul.tabs li {
        float: right;
    }
    .dokuwiki .tabs > ul li a,
    .dokuwiki ul.tabs li strong,
    .dokuwiki ul.tabs li a {
        display: inline-block;
        padding: .3em .8em;
        margin: 0 0 0 .3em;
        background-color: #fff;
        color: #000;
        border: 1px solid #8cacbb;
        border-radius: .5em .5em 0 0;
        position: relative;
        z-index: 0;
    }
    [dir=rtl] .dokuwiki .tabs > ul li a,
    [dir=rtl] .dokuwiki ul.tabs li strong,
    [dir=rtl] .dokuwiki ul.tabs li a {
        margin: 0 .3em 0 0;
    }
    .dokuwiki ul.tabs li strong {
        font-weight: normal;
    }
    .dokuwiki ul.tabs li a:link,
    .dokuwiki ul.tabs li a:visited {}.dokuwiki .tabs > ul li a:hover,
    .dokuwiki .tabs > ul li a:active,
    .dokuwiki .tabs > ul li a:focus,
    .dokuwiki .tabs > ul li .curid a,
    .dokuwiki .tabs > ul .active a,
    .dokuwiki ul.tabs li a:hover,
    .dokuwiki ul.tabs li a:active,
    .dokuwiki ul.tabs li a:focus,
    .dokuwiki ul.tabs li strong {
        background-color: #dee7ec;
        color: #000;
        text-decoration: none;
        font-weight: normal;
    }
    .dokuwiki .tabs > ul li .curid a,
    .dokuwiki .tabs > ul li .active a,
    .dokuwiki ul.tabs li strong {
        z-index: 2;
        border-bottom-color: #dee7ec;
    }
    .dokuwiki a.wikilink1 {}.dokuwiki a.wikilink2 {
        text-decoration: none;
    }
    .dokuwiki a.wikilink2:link,
    .dokuwiki a.wikilink2:visited {
        border-bottom: 1px dashed;
    }
    .dokuwiki a.wikilink2:hover,
    .dokuwiki a.wikilink2:active,
    .dokuwiki a.wikilink2:focus {
        border-bottom-width: 0;
    }
    .dokuwiki span.curid a {
        font-weight: bold;
    }
    .dokuwiki a.urlextern,
    .dokuwiki a.windows,
    .dokuwiki a.mail,
    .dokuwiki a.mediafile,
    .dokuwiki a.interwiki {
        background-repeat: no-repeat;
        background-position: 0 center;
        padding: 0 0 0 18px;
    }
    .dokuwiki a.urlextern {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/external-link.png);
    }
    .dokuwiki a.windows {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/unc.png);
    }
    .dokuwiki a.mail {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/email.png);
    }
    .dokuwiki a.mediafile {}.dokuwiki a.interwiki {}[dir=rtl] .dokuwiki a.urlextern,
    [dir=rtl] .dokuwiki a.windows,
    [dir=rtl] .dokuwiki a.mail,
    [dir=rtl] .dokuwiki a.interwiki,
    [dir=rtl] .dokuwiki a.mediafile {
        background-position: right center;
        padding: 0 18px 0 0;
        display: inline-block;
    }
    .dokuwiki div.toc,
    #dw__toc {
        float: right;
        margin: 0 0 1.4em 1.4em;
        width: 12em;
        background-color: #dee7ec;
        color: inherit;
    }
    [dir=rtl] .dokuwiki div.toc,
    [dir=rtl] #dw__toc {
        float: left;
        margin: 0 1.4em 1.4em 0;
    }
    .dokuwiki div.tocheader,
    #dw__toc h3 {
        padding: .2em .5em;
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1em;
    }
    .dokuwiki .toc span.toc_open,
    .dokuwiki .toc span.toc_close,
    #dw__toc h3 strong {
        float: right;
        margin: 0 .2em;
        line-height: 1;
    }
    [dir=rtl] .dokuwiki .toc span.toc_open,
    [dir=rtl] .dokuwiki .toc span.toc_close,
    [dir=rtl] #dw__toc h3 strong {
        float: left;
    }
    .dokuwiki #toc__inside,
    #dw__toc > div {
        padding: .2em .5em;
    }
    .dokuwiki #toc__inside ul,
    #dw__toc ul {
        padding: 0;
        margin: 0;
    }
    .dokuwiki #toc__inside ul li,
    #dw__toc ul li {
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 1.1;
    }
    .dokuwiki #toc__inside ul li div.li,
    #dw__toc ul li div.li {
        padding: .15em 0;
    }
    .dokuwiki #toc__inside ul ul,
    #dw__toc ul ul {
        padding-left: 1em;
    }
    [dir=rtl] .dokuwiki #toc__inside ul ul,
    [dir=rtl] #dw__toc ul ul {
        padding-left: 0;
        padding-right: 1em;
    }
    .dokuwiki #toc__inside ul ul li,
    #dw__toc ul ul li {}.dokuwiki #toc__inside ul li a,
    #dw__toc ul li a {}.dokuwiki #toc__inside ul li.clear,
    #dw__toc ul li.clear {}.dokuwiki ul.idx {
        padding-left: 0;
    }
    [dir=rtl] .dokuwiki ul.idx {
        padding-right: 0;
    }
    .dokuwiki ul.idx li {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/bullet.png);
    }
    .dokuwiki ul.idx li.open {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/open.png);
    }
    .dokuwiki ul.idx li.closed {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/closed.png);
    }
    [dir=rtl] .dokuwiki ul.idx li.closed {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/closed-rtl.png);
    }
    .dokuwiki sup a.fn_top {}div.insitu-footnote {
        max-width: 40%;
        min-width: 5em;
    }
    .dokuwiki div.footnotes {
        border-top: 1px solid #8cacbb;
        padding: .5em 0 0 0;
        margin: 1em 0 0 0;
        clear: both;
    }
    .dokuwiki div.footnotes div.fn {}.dokuwiki div.footnotes div.fn sup a.fn_bot {
        font-weight: bold;
    }
    #dw__loading {
        text-align: center;
        margin-bottom: 1.4em;
    }
    .dokuwiki div.search_quickresult {
        margin-bottom: 1.4em;
    }
    .dokuwiki div.search_quickresult h3 {}.dokuwiki div.search_quickresult ul {
        padding: 0;
    }
    .dokuwiki div.search_quickresult ul li {
        float: left;
        width: 12em;
        margin: 0 1.5em;
    }
    [dir=rtl] .dokuwiki div.search_quickresult ul li {
        float: right;
    }
    .dokuwiki div.search_result {
        margin-bottom: 1.2em;
    }
    .dokuwiki dl.search_results dt {
        font-weight: normal;
        margin-bottom: .2em;
    }
    .dokuwiki div.search_result div.search_snippet,
    .dokuwiki dl.search_results dd {
        color: #000;
        background-color: inherit;
        margin: 0 0 1.2em 0;
    }
    .dokuwiki .search_hit {
        color: #000;
        background-color: #ff9;
    }
    .dokuwiki div.search_result strong.search_hit,
    .dokuwiki .search_results strong.search_hit {
        font-weight: normal;
    }
    .dokuwiki div.search_result .search_sep,
    .dokuwiki .search_results .search_sep {
        color: #000;
        background-color: inherit;
    }
    .dokuwiki div.nothing {
        margin-bottom: 1.4em;
    }
    .dokuwiki form.search div.no {
        position: relative;
        z-index: 1;
    }
    .dokuwiki form.search div.ajax_qsearch {
        position: absolute;
        top: 0;
        left: -13.5em;
        width: 12em;
        padding: 0.5em;
        font-size: .9em;
        z-index: 20;
        text-align: left;
        display: none;
    }
    [dir=rtl] .dokuwiki form.search div.ajax_qsearch {
        left: auto;
        right: -13.5em;
        text-align: right;
    }
    .dokuwiki form.search div.ajax_qsearch strong {
        display: block;
        margin-bottom: .3em;
    }
    .dokuwiki form.search div.ajax_qsearch ul {
        margin: 0 !important;
        padding: 0 !important;
    }
    .dokuwiki form.search div.ajax_qsearch ul li {
        margin: 0;
        padding: 0;
        display: block !important;
    }
    .dokuwiki #dw__recent label,
    .dokuwiki .changeType {
        margin-bottom: .5em;
        display: block;
    }
    .dokuwiki #dw__recent ul li,
    .dokuwiki #page__revisions ul li,
    .dokuwiki form.changes ul li {
        list-style: none;
        margin-left: 0;
    }
    [dir=rtl] .dokuwiki #dw__recent ul li,
    [dir=rtl] .dokuwiki #page__revisions ul li,
    [dir=rtl] .dokuwiki form.changes ul li {
        margin-right: 0;
    }
    .dokuwiki #dw__recent ul li span,
    .dokuwiki #page__revisions ul li span,
    .dokuwiki form.changes ul li span,
    .dokuwiki #dw__recent ul li a,
    .dokuwiki #page__revisions ul li a,
    .dokuwiki form.changes ul li a {
        vertical-align: middle;
    }
    .dokuwiki #dw__recent ul li span.user a,
    .dokuwiki #page__revisions ul li span.user a,
    .dokuwiki form.changes ul li span.user a {
        vertical-align: bottom;
    }
    .dokuwiki #dw__recent ul li.minor,
    .dokuwiki #page__revisions ul li.minor,
    .dokuwiki form.changes ul li.minor {
        opacity: .7;
    }
    .dokuwiki #dw__recent ul li span.date,
    .dokuwiki #page__revisions ul li span.date,
    .dokuwiki form.changes ul li span.date {}.dokuwiki #dw__recent ul li a.diff_link,
    .dokuwiki #page__revisions ul li a.diff_link,
    .dokuwiki form.changes ul li a.diff_link {
        vertical-align: baseline;
    }
    .dokuwiki #dw__recent ul li a.revisions_link,
    .dokuwiki #page__revisions ul li a.revisions_link,
    .dokuwiki form.changes ul li a.revisions_link {
        vertical-align: baseline;
    }
    .dokuwiki #dw__recent ul li a.wikilink1,
    .dokuwiki #page__revisions ul li a.wikilink1,
    .dokuwiki form.changes ul li a.wikilink1,
    .dokuwiki #dw__recent ul li a.wikilink2,
    .dokuwiki #page__revisions ul li a.wikilink2,
    .dokuwiki form.changes ul li a.wikilink2 {}.dokuwiki #dw__recent ul li span.sum,
    .dokuwiki #page__revisions ul li span.sum,
    .dokuwiki form.changes ul li span.sum {
        font-weight: bold;
    }
    .dokuwiki #dw__recent ul li span.user,
    .dokuwiki #page__revisions ul li span.user,
    .dokuwiki form.changes ul li span.user {}.dokuwiki div.pagenav {
        text-align: center;
        margin: 1.4em 0;
    }
    .dokuwiki div.pagenav-prev,
    .dokuwiki div.pagenav-next {
        display: inline;
        margin: 0 .5em;
    }
    .dokuwiki table.diff {
        width: 100%;
        border-width: 0;
    }
    .dokuwiki table.diff th,
    .dokuwiki table.diff td {
        vertical-align: top;
        padding: 0;
        border-width: 0;
        background-color: #fff;
        color: #333;
    }
    .dokuwiki table.diff th {
        border-bottom: 1px solid #8cacbb;
        font-size: 110%;
        width: 50%;
        font-weight: normal;
    }
    .dokuwiki table.diff th a {
        font-weight: bold;
    }
    .dokuwiki table.diff th span.user {
        font-size: .9em;
    }
    .dokuwiki table.diff th span.sum {
        font-size: .9em;
        font-weight: bold;
    }
    .dokuwiki table.diff th.minor {
        color: #999;
    }
    .dokuwiki table.diff td {
        font-family: Consolas, "Andale Mono WT", "Andale Mono", "Bitstream Vera Sans Mono", "Nimbus Mono L", Monaco, "Courier New", monospace;
    }
    .dokuwiki table.diff td.diff-blockheader {
        font-weight: bold;
    }
    .dokuwiki table.diff .diff-addedline {
        background-color: #cfc;
        color: inherit;
    }
    .dokuwiki table.diff .diff-deletedline {
        background-color: #fdd;
        color: inherit;
    }
    .dokuwiki table.diff td.diff-context {
        background-color: #eee;
        color: inherit;
    }
    .dokuwiki table.diff td.diff-addedline strong,
    .dokuwiki table.diff td.diff-deletedline strong {
        color: #f00;
        background-color: inherit;
        font-weight: bold;
    }
    .dokuwiki div.editBox {}.dokuwiki div.toolbar {
        margin-bottom: .5em;
        overflow: hidden;
    }
    #draft__status {
        float: right;
        color: #000;
        background-color: inherit;
    }
    [dir=rtl] #draft__status {
        float: left;
    }
    #tool__bar {
        float: left;
    }
    [dir=rtl] #tool__bar {
        float: right;
    }
    .dokuwiki div.toolbar button.toolbutton {}div.picker {
        width: 300px;
        border: 1px solid #8cacbb;
        background-color: #dee7ec;
        color: inherit;
    }
    div.picker.pk_hl {
        width: auto;
    }
    div.picker button.pickerbutton,
    div.picker button.toolbutton {
        padding: .1em .35em;
        border-width: 0;
    }
    .dokuwiki textarea.edit {
        width: 700px;
        min-width: 100%;
        max-width: 100%;
        margin-bottom: .5em;
    }
    .dokuwiki #wiki__editbar,
    .dokuwiki div.editBar {
        overflow: hidden;
        margin-bottom: .5em;
    }
    #size__ctl {
        float: right;
    }
    [dir=rtl] #size__ctl {
        float: left;
    }
    #size__ctl img {
        cursor: pointer;
    }
    .dokuwiki #wiki__editbar .editButtons,
    .dokuwiki div.editBar .editButtons {
        display: inline;
        margin-right: 1em;
    }
    [dir=rtl] .dokuwiki #wiki__editbar .editButtons,
    [dir=rtl] .dokuwiki .editBar .editButtons {
        margin-right: 0;
        margin-left: 1em;
    }
    .dokuwiki #wiki__editbar .editButtons input,
    .dokuwiki div.editBar .editButtons input {}.dokuwiki #wiki__editbar .summary,
    .dokuwiki div.editBar .summary {
        display: inline;
    }
    .dokuwiki #wiki__editbar .summary label,
    .dokuwiki div.editBar .summary label {
        vertical-align: middle;
        white-space: nowrap;
    }
    .dokuwiki #wiki__editbar .summary label span,
    .dokuwiki div.editBar .summary label span {
        vertical-align: middle;
    }
    .dokuwiki #wiki__editbar .summary input,
    .dokuwiki div.editBar .summary input {}.dokuwiki #wiki__editbar .summary input.missing,
    .dokuwiki div.editBar .summary input.missing {
        color: #000;
        background-color: #fcc;
    }
    .dokuwiki div.preview {
        border: dotted #8cacbb;
        border-width: .2em 0;
        padding: 1.4em 0;
        margin-bottom: 1.4em;
    }
    .dokuwiki .secedit {
        float: right;
        margin-top: -1.4em;
    }
    [dir=rtl] .dokuwiki .secedit {
        float: left;
    }
    .dokuwiki .secedit input.button {
        font-size: 75%;
    }
    .dokuwiki div.section_highlight {
        margin: 0 -1em;
        padding: 0 .5em;
        border: solid #dee7ec;
        border-width: 0 .5em;
    }
    .dokuwiki .ui-widget {
        font-size: 100%;
    }
    #link__wiz {}#link__wiz_result {
        background-color: #fff;
        width: 293px;
        height: 193px;
        overflow: auto;
        border: 1px solid #8cacbb;
        margin: 3px auto;
        text-align: left;
        line-height: 1;
    }
    [dir=rtl] #link__wiz_result {
        text-align: right;
    }
    #link__wiz_result div {
        padding: 3px 3px 3px 0;
    }
    [dir=rtl] #link__wiz_result div {
        padding: 3px 0 3px 3px;
    }
    #link__wiz_result div a {
        display: block;
        padding-left: 22px;
        min-height: 16px;
        background: transparent 3px center no-repeat;
    }
    [dir=rtl] #link__wiz_result div a {
        padding-right: 22px;
        background-position: right 0;
    }
    #link__wiz_result div.type_u a {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/up.png);
    }
    #link__wiz_result div.type_f a {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/page.png);
    }
    #link__wiz_result div.type_d a {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/ns.png);
    }
    #link__wiz_result div.even {
        background-color: #fff;
    }
    #link__wiz_result div.selected {
        background-color: #dee7ec;
    }
    #link__wiz_result span {
        display: block;
        color: #000;
        margin-left: 22px;
    }
    [dir=rtl] #link__wiz_result span {
        margin-left: 0;
        margin-right: 22px;
    }
    #media__popup {
        display: none;
    }
    #media__popup_content p {
        margin: 0 0 .5em;
    }
    #media__popup_content label {
        margin-right: .5em;
        cursor: default;
    }
    [dir=rtl] #media__popup_content label {
        margin-right: 0;
        margin-left: .5em;
    }
    #media__popup_content .button {
        margin-right: 1px;
        cursor: pointer;
    }
    .dokuwiki form {
        border: none;
        display: inline;
    }
    .dokuwiki label.block {
        display: block;
        text-align: right;
        font-weight: bold;
    }
    [dir=rtl] .dokuwiki label.block {
        text-align: left;
    }
    .dokuwiki label.simple {
        display: block;
        text-align: left;
        font-weight: normal;
    }
    [dir=rtl] .dokuwiki label.simple {
        text-align: right;
    }
    .dokuwiki label.block select,
    .dokuwiki label.block input.edit {
        width: 50%;
    }
    .dokuwiki label span {
        vertical-align: middle;
    }
    .dokuwiki fieldset {
        width: 400px;
        text-align: center;
        border: 1px solid #8cacbb;
        padding: 0.5em;
        margin: auto;
    }
    .dokuwiki input.edit,
    .dokuwiki select.edit {
        vertical-align: middle;
    }
    .dokuwiki select.edit {
        padding: 0.1em 0;
    }
    .dokuwiki input.button,
    .dokuwiki button.button {
        vertical-align: middle;
    }
    #subscribe__form {
        display: block;
        width: 400px;
        text-align: center;
    }
    #subscribe__form fieldset {
        text-align: left;
        margin: 0.5em 0;
    }
    [dir=rtl] #subscribe__form fieldset {
        text-align: right;
    }
    #subscribe__form label {
        display: block;
        margin: 0 0.5em 0.5em;
    }
    .dokuwiki ul.admin_tasks {
        float: left;
        width: 40%;
        list-style-type: none;
        font-size: 1.125em;
    }
    [dir=rtl] .dokuwiki ul.admin_tasks {
        float: right;
    }
    .dokuwiki ul.admin_tasks li {
        padding-left: 35px;
        margin: 0 0 1em 0;
        font-weight: bold;
        list-style-type: none;
        background: transparent none no-repeat scroll 0 0;
        color: inherit;
    }
    [dir=rtl] .dokuwiki ul.admin_tasks li {
        padding-left: 0;
        padding-right: 35px;
        background-position: right 0;
    }
    .dokuwiki ul.admin_tasks li.admin_acl {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/acl.png);
    }
    .dokuwiki ul.admin_tasks li.admin_usermanager {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/usermanager.png);
    }
    .dokuwiki ul.admin_tasks li.admin_plugin {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/plugin.png);
    }
    .dokuwiki ul.admin_tasks li.admin_config {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/config.png);
    }
    .dokuwiki ul.admin_tasks li.admin_revert {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/revert.png);
    }
    .dokuwiki ul.admin_tasks li.admin_popularity {
        background-image: url(/AI_Invasion_wiki/lib/tpl/monobook/../../images/admin/popularity.png);
    }
    .dokuwiki #admin__version {
        clear: left;
        float: right;
        color: #000;
        background-color: inherit;
    }
    [dir=rtl] .dokuwiki #admin__version {
        clear: right;
        float: left;
    }
    #column-content {
        width: 100%;
        float: right;
        margin: 0 0 .6em -12.2em;
        padding: 0;
    }
    #content {
        margin: 2.8em 0 0em 12.2em;
        padding: 0 1em 1.5em 1.5em;
        background: white;
        color: black;
        border: 1px solid #aaa;
        border-right: none;
        line-height: 1.5em;
        position: relative;
        z-index: 2;
    }
    #column-one {
        padding-top: 130px;
    }
    body {
        font: x-small sans-serif;
        background: #f9f9f9 url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/headbg.jpg) 0 0 no-repeat;
        color: black;
        margin: 0;
        padding: 0;
    }
    #globalWrapper {
        font-size: 127%;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .visualClear {
        clear: both;
    }
    table {
        background: white;
        font-size: 100%;
        color: black;
    }
    a {
        text-decoration: none;
        color: #002bb8;
        background: none no-repeat;
    }
    a:visited {
        color: #5a3696;
    }
    a:active {
        color: #faa700;
    }
    a:hover {
        text-decoration: underline;
    }
    a.stub {
        color: #723;
    }
    a.new,
    #p-personal a.new {
        color: #ba0000;
    }
    a.new:visited,
    #p-personal a.new:visited {
        color: #a55858;
    }
    img {
        border: none;
        vertical-align: middle;
    }
    p {
        margin: .4em 0 .5em 0;
        line-height: 1.5em;
    }
    p img {
        margin: 0;
        max-width: 100%;
        height: auto;
        width: auto/9;
    }
    hr {
        height: 1px;
        color: #aaa;
        background-color: #aaa;
        border: 0;
        margin: .2em 0 .2em 0;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: black;
        background: none;
        font-weight: normal;
        margin: 0;
        padding-top: .5em;
        padding-bottom: .17em;
        border-bottom: 1px solid #aaa;
    }
    h1 {
        font-size: 188%;
    }
    h2 {
        font-size: 150%;
    }
    h3,
    h4,
    h5,
    h6 {
        border-bottom: none;
        font-weight: bold;
    }
    h3 {
        font-size: 132%;
    }
    h4 {
        font-size: 116%;
    }
    h5 {
        font-size: 100%;
    }
    h6 {
        font-size: 80%;
    }
    ul {
        line-height: 1.5em;
        list-style-type: square;
        margin: .3em 0 0 1.5em;
        padding: 0;
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/bullet.gif);
    }
    ol {
        line-height: 1.5em;
        margin: .3em 0 0 3.2em;
        padding: 0;
        list-style-image: none;
    }
    li {
        margin-bottom: .1em;
    }
    dt {
        font-weight: bold;
        margin-bottom: .1em;
    }
    dl {
        margin-top: .2em;
        margin-bottom: .5em;
    }
    dd {
        line-height: 1.5em;
        margin-left: 2em;
        margin-bottom: .1em;
    }
    fieldset {
        border: 1px solid #2f6fab;
        margin: 1em 0 1em 0;
        padding: 0 1em 1em;
        line-height: 1.5em;
    }
    legend {
        background: white;
        padding: .5em;
        font-size: 95%;
    }
    form {
        border: none;
        margin: 0;
    }
    textarea {
        width: 100%;
        padding: .1em;
    }
    input.historysubmit {
        padding: 0 .3em .3em .3em !important;
        font-size: 94%;
        cursor: pointer;
        height: 1.7em !important;
        margin-left: 1.6em;
    }
    select {
        vertical-align: top;
    }
    abbr,
    acronym,
    .explain {
        border-bottom: 1px dotted black;
        color: black;
        background: none;
        cursor: help;
    }
    q {
        font-family: Times, "Times New Roman", serif;
        font-style: italic;
    }
    code {
        background-color: #f9f9f9;
    }
    pre {
        padding: 1em;
        border: 1px dashed #2f6fab;
        color: black;
        background-color: #f9f9f9;
        line-height: 1.1em;
    }
    #siteSub {
        display: none;
    }
    #jump-to-nav {
        display: none;
    }
    #contentSub,
    #contentSub2 {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
        color: #7d7d7d;
        width: auto;
    }
    span.subpages {
        display: block;
    }
    #bodyContent h1,
    #bodyContent h2 {
        margin-bottom: .6em;
    }
    #bodyContent h3,
    #bodyContent h4,
    #bodyContent h5 {
        margin-bottom: .3em;
    }
    .firstHeading {
        margin-bottom: .1em;
    }
    .usermessage {
        background-color: #ffce7b;
        border: 1px solid #ffa500;
        color: black;
        font-weight: bold;
        margin: 2em 0 1em;
        padding: .5em 1em;
        vertical-align: middle;
    }
    #siteNotice {
        text-align: center;
        font-size: 95%;
        padding: 0 .9em;
    }
    #siteNotice p {
        margin: 0;
        padding: 0;
    }
    .error {
        color: red;
        font-size: larger;
    }
    .errorbox,
    .successbox {
        font-size: larger;
        border: 2px solid;
        padding: .5em 1em;
        float: left;
        margin-bottom: 2em;
        color: #000;
    }
    .errorbox {
        border-color: red;
        background-color: #fff2f2;
    }
    .successbox {
        border-color: green;
        background-color: #dfd;
    }
    .errorbox h2,
    .successbox h2 {
        font-size: 1em;
        font-weight: bold;
        display: inline;
        margin: 0 .5em 0 0;
        border: none;
    }
    .catlinks {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        margin-top: 1em;
        clear: both;
    }
    .documentDescription {
        font-weight: bold;
        display: block;
        margin: 1em 0;
        line-height: 1.5em;
    }
    .documentByLine {
        text-align: right;
        font-size: 90%;
        clear: both;
        font-weight: normal;
        color: #76797c;
    }
    .center {
        width: 100%;
        text-align: center;
    }
    *.center * {
        margin-left: auto;
        margin-right: auto;
    }
    .small,
    .small * {
        font-size: 94%;
    }
    table.small {
        font-size: 100%;
    }
    .mw-warning {
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
    }
    div.floatright,
    table.floatright {
        clear: right;
        float: right;
        position: relative;
        margin: 0 0 .5em .5em;
        border: 0;
    }
    div.floatright p {
        font-style: italic;
    }
    div.floatleft,
    table.floatleft {
        float: left;
        position: relative;
        margin: 0 .5em .5em 0;
        border: 0;
    }
    div.floatleft p {
        font-style: italic;
    }
    div.thumb {
        margin-bottom: .5em;
        border-style: solid;
        border-color: white;
        width: auto;
    }
    div.thumb div {
        border: 1px solid #ccc;
        padding: 3px !important;
        background-color: #f9f9f9;
        font-size: 94%;
        text-align: center;
        overflow: hidden;
    }
    div.thumb div a img {
        border: 1px solid #ccc;
    }
    div.thumb div div.thumbcaption {
        border: none;
        text-align: left;
        line-height: 1.4em;
        padding: .3em 0 .1em 0;
    }
    div.magnify {
        float: right;
        border: none !important;
        background: none !important;
    }
    div.magnify a,
    div.magnify img {
        display: block;
        border: none !important;
        background: none !important;
    }
    div.tright {
        clear: right;
        float: right;
        border-width: .5em 0 .8em 1.4em;
    }
    div.tleft {
        float: left;
        margin-right: .5em;
        border-width: .5em 1.4em .8em 0;
    }
    .hiddenStructure {
        display: none;
        speak: none;
    }
    img.tex {
        vertical-align: middle;
    }
    span.texhtml {
        font-family: serif;
    }
    table.rimage {
        float: right;
        position: relative;
        margin-left: 1em;
        margin-bottom: 1em;
        text-align: center;
    }
    .toccolours {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
    }
    div.townBox {
        position: relative;
        float: right;
        background: white;
        margin-left: 1em;
        border: 1px solid gray;
        padding: .3em;
        width: 200px;
        overflow: hidden;
        clear: right;
    }
    div.townBox dl {
        padding: 0;
        margin: 0 0 .3em;
        font-size: 96%;
    }
    div.townBox dl dt {
        background: none;
        margin: .4em 0 0;
    }
    div.townBox dl dd {
        margin: .1em 0 0 1.1em;
        background-color: #f3f3f3;
    }
    .special li {
        line-height: 1.4em;
        margin: 0;
        padding: 0;
    }
    .autocomment {
        color: gray;
    }
    #pagehistory span.user {
        margin-left: 1.4em;
        margin-right: .4em;
    }
    #pagehistory span.minor {
        font-weight: bold;
    }
    #pagehistory li {
        border: 1px solid white;
    }
    #pagehistory li.selected {
        background-color: #f9f9f9;
        border: 1px dashed #aaa;
    }
    table.diff,
    td.diff-otitle,
    td.diff-ntitle {
        background-color: white;
    }
    td.diff-addedline {
        background: #cfc;
        font-size: smaller;
    }
    td.diff-deletedline {
        background: #ffa;
        font-size: smaller;
    }
    td.diff-context {
        background: #eee;
        font-size: smaller;
    }
    span.diffchange {
        color: red;
        font-weight: bold;
    }
    #bodyContent a.extiw,
    #bodyContent a.extiw:active {
        color: #36b;
        background: none;
        padding: 0;
    }
    #bodyContent a.external {
        color: #36b;
    }
    .portlet {
        border: none;
        margin: 0 0 .5em;
        padding: 0;
        float: none;
        width: 11.6em;
        overflow: hidden;
    }
    .portlet h4 {
        font-size: 95%;
        font-weight: normal;
        white-space: nowrap;
    }
    .portlet h5 {
        background: transparent;
        padding: 0 1em 0 .5em;
        display: inline;
        height: 1em;
        text-transform: lowercase;
        font-size: 91%;
        font-weight: normal;
        white-space: nowrap;
    }
    .portlet h6 {
        background: #ffae2e;
        border: 1px solid #2f6fab;
        border-style: solid solid none solid;
        padding: 0 1em 0 1em;
        text-transform: lowercase;
        display: block;
        font-size: 1em;
        height: 1.2em;
        font-weight: normal;
        white-space: nowrap;
    }
    .pBody {
        font-size: 95%;
        background-color: white;
        color: black;
        border-collapse: collapse;
        border: 1px solid #aaa;
        padding: 0 .8em .3em .5em;
    }
    .portlet h1,
    .portlet h2,
    .portlet h3,
    .portlet h4 {
        margin: 0;
        padding: 0;
    }
    .portlet ul {
        line-height: 1.5em;
        list-style-type: square;
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/bullet.gif);
        font-size: 95%;
    }
    .portlet li {
        padding: 0;
        margin: 0;
    }
    #p-logo {
        margin-top: 1.3em;
        z-index: 3;
        position: absolute;
        top: 0;
        left: 0;
        height: 155px;
        width: 12em;
        overflow: visible;
    }
    #p-logo h5 {
        display: none;
    }
    #p-logo a,
    #p-logo a:hover {
        display: block;
        height: 155px;
        width: 12.2em;
        background-repeat: no-repeat;
        background-position: 35% 50% !important;
        text-decoration: none;
    }
    #p-navigation {
        position: relative;
        z-index: 3;
    }
    #p-navigation .pBody {
        padding-right: 0;
    }
    #p-navigation a {
        display: block;
    }
    #p-navigation li.active a,
    #p-navigation li.active a:hover {
        text-decoration: none;
        display: inline;
        font-weight: bold;
    }
    #p-search {
        position: relative;
        z-index: 3;
    }
    input.searchButton {
        margin-top: 1px;
        font-size: 95%;
    }
    #searchGoButton {
        padding-left: .5em;
        padding-right: .5em;
        font-weight: bold;
    }
    #searchInput {
        width: 10.9em;
        margin: 0;
        font-size: 95%;
    }
    #p-search .pBody {
        padding: .5em .4em .4em .4em;
        text-align: center;
    }
    #p-personal {
        width: 100%;
        white-space: nowrap;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        border: none;
        background: none;
        overflow: visible;
        line-height: 1.2em;
    }
    #p-personal h5 {
        display: none;
    }
    #p-personal .portlet,
    #p-personal .pBody {
        padding: 0;
        margin: 0;
        border: none;
        z-index: 0;
        overflow: visible;
        background: none;
    }
    #p-personal ul {
        border: none;
        line-height: 1.4em;
        color: #2f6fab;
        padding: 0 2em 0 3em;
        margin: 0;
        text-align: right;
        text-transform: lowercase;
        list-style: none;
        z-index: 0;
        background: none;
        cursor: default;
    }
    #p-personal li {
        z-index: 0;
        border: none;
        padding: 0;
        display: inline;
        color: #2f6fab;
        margin-left: 1em;
        line-height: 1.2em;
        background: none;
    }
    #p-personal li.active {
        font-weight: bold;
    }
    #p-personal li a {
        text-decoration: none;
        color: #005896;
        padding-bottom: .2em;
        background: none;
    }
    #p-personal li a:hover {
        background-color: white;
        padding-bottom: .2em;
        text-decoration: none;
    }
    #p-personal li.active a:hover {
        background-color: transparent;
    }
    li#pt-userpage,
    li#pt-anonuserpage,
    li#pt-login {
        background: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/user.gif) top left no-repeat;
        padding-left: 20px;
        text-transform: none;
    }
    #p-cactions {
        position: absolute;
        top: 1.3em;
        left: 11.5em;
        margin: 0;
        white-space: nowrap;
        width: 76%;
        line-height: 1.1em;
        overflow: visible;
        background: none;
        border-collapse: collapse;
        padding-left: 1em;
        list-style: none;
        font-size: 95%;
        font-weight: normal;
    }
    #p-cactions .hiddenStructure {
        display: none;
    }
    #p-cactions ul {
        list-style: none;
    }
    #p-cactions li {
        display: inline;
        border: 1px solid #aaa;
        border-bottom: none;
        padding: 0 0 .1em 0;
        margin: 0 .3em 0 0;
        overflow: visible;
        background: white;
    }
    #p-cactions li.selected {
        border-color: #fabd23;
        padding: 0 0 .2em 0;
        font-weight: bold;
    }
    #p-cactions li a {
        background-color: #fbfbfb;
        color: #002bb8;
        border: none;
        padding: 0 .8em .3em;
        text-decoration: none;
        text-transform: lowercase;
        position: relative;
        z-index: 0;
        margin: 0;
    }
    #p-cactions li.selected a {
        z-index: 3;
        background-color: #fff;
        padding: 0 1em .2em!important;
    }
    #p-cactions .new a {
        color: #ba0000;
    }
    #p-cactions li a:hover {
        z-index: 3;
        text-decoration: none;
        background-color: #fff;
    }
    #p-cactions h5 {
        display: none;
    }
    #p-cactions li.istalk {
        margin-right: 0;
    }
    #p-cactions li.istalk a {
        padding-right: .5em;
    }
    #p-cactions #ca-addsection a {
        padding-left: .4em;
        padding-right: .4em;
    }
    li#ca-talk {
        margin-right: 1.6em;
    }
    li#ca-watch,
    li#ca-unwatch,
    li#ca-varlang-0,
    li#ca-print {
        margin-left: 1.6em;
    }
    #p-tbx,
    #p-lang {
        position: relative;
        z-index: 3;
    }
    #t-ispermalink,
    #t-iscite {
        color: #999;
    }
    #footer {
        background-color: white;
        border-top: 1px solid #fabd23;
        border-bottom: 1px solid #fabd23;
        margin: .6em 0 1em 0;
        padding: .4em 0 1.2em 0;
        text-align: center;
        font-size: 90%;
    }
    #footer li {
        display: inline;
        margin: 0 1.3em;
    }
    head:first-child+body #footer li {
        white-space: nowrap;
    }
    #f-poweredbyico,
    #f-copyrightico {
        margin: 0 8px;
        position: relative;
        top: -2px;
    }
    #f-poweredbyico {
        float: right;
        height: 1%;
    }
    #f-copyrightico {
        float: left;
        height: 1%;
    }
    #preftoc {
        margin: 0;
        padding: 0;
        width: 100%;
        clear: both;
    }
    #preftoc li {
        margin: 1px -2px 1px 2px;
        float: left;
        padding: 2px 0 3px 0;
        background-color: #f0f0f0;
        color: #000;
        border: 1px solid #fff;
        border-right-color: #716f64;
        border-bottom: 0;
        position: relative;
        white-space: nowrap;
        list-style-type: none;
        list-style-image: none;
        z-index: 3;
    }
    #preftoc li.selected {
        font-weight: bold;
        background-color: #f9f9f9;
        border: 1px solid #aaa;
        border-bottom: none;
        cursor: default;
        top: 1px;
        padding-top: 2px;
        margin-right: -3px;
    }
    #preftoc > li.selected {
        top: 2px;
    }
    #preftoc a,
    #preftoc a:active {
        display: block;
        color: #000;
        padding: 0 .7em;
        position: relative;
        text-decoration: none;
    }
    #preftoc li.selected a {
        cursor: default;
        text-decoration: none;
    }
    #prefcontrol {
        padding-top: 2em;
        clear: both;
    }
    #preferences {
        margin: 0;
        border: 1px solid #aaa;
        clear: both;
        padding: 1.5em;
        background-color: #F9F9F9;
    }
    .prefsection {
        border: none;
        padding: 0;
        margin: 0;
    }
    .prefsection fieldset {
        border: 1px solid #aaa;
        float: left;
        margin-right: 2em;
    }
    .prefsection legend {
        font-weight: bold;
    }
    .prefsection table,
    .prefsection legend {
        background-color: #F9F9F9;
    }
    .mainLegend {
        display: none;
    }
    div.prefsectiontip {
        font-size: 95%;
        margin-top: 0;
        background-color: #FFC1C1;
        padding: .2em .7em;
        clear: both;
    }
    .btnSavePrefs {
        font-weight: bold;
        padding-left: .3em;
        padding-right: .3em;
    }
    .preferences-login {
        clear: both;
        margin-bottom: 1.5em;
    }
    .prefcache {
        font-size: 90%;
        margin-top: 2em;
    }
    div#userloginForm form,
    div#userlogin form#userlogin2 {
        margin: 0 3em 1em 0;
        border: 1px solid #aaa;
        clear: both;
        padding: 1.5em 2em;
        background-color: #f9f9f9;
        float: left;
    }
    div#userloginForm table,
    div#userlogin form#userlogin2 table {
        background-color: #f9f9f9;
    }
    div#userloginForm h2,
    div#userlogin form#userlogin2 h2 {
        padding-top: 0;
    }
    div#userlogin .captcha {
        border: 1px solid #bbb;
        padding: 1.5em 2em;
        width: 400px;
        background-color: white;
    }
    #userloginprompt,
    #languagelinks {
        font-size: 85%;
    }
    #login-sectiontip {
        font-size: 85%;
        line-height: 1.2;
        padding-top: 2em;
    }
    #userlogin .loginText,
    #userlogin .loginPassword {
        width: 12em;
    }
    #userloginlink a,
    #wpLoginattempt,
    #wpCreateaccount {
        font-weight: bold;
    }
    * > html #p-cactions li {
        border: none;
    }
    * > html #p-cactions li a {
        border: 1px solid #aaa;
        border-bottom: none;
    }
    * > html #p-cactions li.selected a {
        border-color: #fabd23;
    }
    * > html #f-poweredbyico,
    * > html #f-copyrightico {
        width: 88px;
    }
    * > html #bodyContent,
    * > html #bodyContent pre {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 25px;
    }
    * html #footer {
        margin-top: 0;
    }
    * html #column-content {
        display: inline;
        margin-bottom: 0;
    }
    * html div.editsection {
        font-size: smaller;
    }
    #pagehistory li.selected {
        position: relative;
    }
    * > html #column-content {
        float: none;
    }
    * > html #column-one {
        position: absolute;
        left: 0;
        top: 0;
    }
    * > html #footer {
        margin-left: 13.2em;
    }
    .redirectText {
        font-size: 150%;
        margin: 5px;
    }
    .printfooter {
        display: none;
    }
    .not-patrolled {
        background-color: #ffa;
    }
    div.patrollink {
        font-size: 75%;
        text-align: right;
    }
    span.newpage,
    span.minor,
    span.searchmatch,
    span.bot {
        font-weight: bold;
    }
    span.unpatrolled {
        font-weight: bold;
        color: red;
    }
    span.searchmatch {
        color: red;
    }
    .sharedUploadNotice {
        font-style: italic;
    }
    span.updatedmarker {
        color: black;
        background-color: #0f0;
    }
    span.newpageletter {
        font-weight: bold;
        color: black;
        background-color: yellow;
    }
    span.minoreditletter {
        color: black;
        background-color: #c5ffe6;
    }
    table.gallery {
        border: 1px solid #ccc;
        margin: 2px;
        padding: 2px;
        background-color: white;
    }
    table.gallery tr {
        vertical-align: top;
    }
    table.gallery td {
        vertical-align: top;
        background-color: #f9f9f9;
        border: solid 2px white;
    }
    table.gallery td.galleryheader {
        text-align: center;
        font-weight: bold;
    }
    div.gallerybox {
        margin: 2px;
        width: 150px;
    }
    div.gallerybox div.thumb {
        text-align: center;
        border: 1px solid #ccc;
        margin: 2px;
    }
    div.gallerytext {
        font-size: 94%;
        padding: 2px 4px;
    }
    span.comment {
        font-style: italic;
    }
    span.changedby {
        font-size: 95%;
    }
    .previewnote {
        text-indent: 3em;
        color: #c00;
        border-bottom: 1px solid #aaa;
        padding-bottom: 1em;
        margin-bottom: 1em;
    }
    .previewnote p {
        margin: 0;
        padding: 0;
    }
    .editExternally {
        border: 1px solid gray;
        background-color: #fff;
        padding: 3px;
        margin-top: 0.5em;
        float: left;
        font-size: small;
        text-align: center;
    }
    .editExternallyHelp {
        font-style: italic;
        color: gray;
    }
    li span.deleted,
    span.history-deleted {
        text-decoration: line-through;
        color: #888;
        font-style: italic;
    }
    .toggle {
        margin-left: 2em;
        text-indent: -2em;
    }
    table.mw_metadata {
        font-size: 0.8em;
        margin-left: 0.5em;
        margin-bottom: 0.5em;
        width: 300px;
    }
    table.mw_metadata caption {
        font-weight: bold;
    }
    table.mw_metadata th {
        font-weight: normal;
    }
    table.mw_metadata td {
        padding: 0.1em;
    }
    table.mw_metadata {
        border: none;
        border-collapse: collapse;
    }
    table.mw_metadata td,
    table.mw_metadata th {
        text-align: center;
        border: 1px solid #aaa;
        padding-left: 0.1em;
        padding-right: 0.1em;
    }
    table.mw_metadata th {
        background-color: #f9f9f9;
    }
    table.mw_metadata td {
        background-color: #fcfcfc;
    }
    table.collapsed tr.collapsable {
        display: none;
    }
    ul#filetoc {
        text-align: center;
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        font-size: 95%;
        margin-bottom: 0.5em;
        margin-left: 0;
        margin-right: 0;
    }
    #filetoc li {
        display: inline;
        list-style-type: none;
        padding-right: 2em;
    }
    input#wpSave,
    input#wpDiff {
        margin-right: 0.33em;
    }
    #editform .editOptions {
        display: inline;
    }
    #wpSave {
        font-weight: bold;
    }
    table.revisionform_default {
        border: 1px solid #000;
    }
    table.revisionform_focus {
        border: 1px solid #000;
        background-color: #0BF;
    }
    tr.revision_tr_default {
        background-color: #EEE;
    }
    tr.revision_tr_first {
        background-color: #DDD;
    }
    p.revision_saved {
        color: green;
        font-weight: bold;
    }
    #mw_trackbacks {
        border: solid 1px #bbf;
        background-color: #eef;
        padding: 0.2em;
    }
    #allmessagestable th {
        background-color: #b2b2ff;
    }
    #allmessagestable tr.orig {
        background-color: #ffe2e2;
    }
    #allmessagestable tr.new {
        background-color: #e2ffe2;
    }
    #allmessagestable tr.def {
        background-color: #f0f0ff;
    }
    div.noarticletext {
        border: 1px solid #ccc;
        background: #fff;
        padding: .2em 1em;
        color: #000;
    }
    div#searchTargetContainer {
        left: 10px;
        top: 10px;
        width: 90%;
        background: white;
    }
    div#searchTarget {
        padding: 3px;
        margin: 5px;
        background: #F0F0F0;
        border: solid 1px blue;
    }
    div#searchTarget ul li {
        list-style: none;
    }
    div#searchTarget ul li:before {
        color: orange;
        content: "\00BB \0020";
    }
    html {
        background-color: #f9f9f9;
        color: #000;
        margin: 0;
        padding: 0;
        overflow-x: auto;
        overflow-y: auto;
    }
    hr {
        border: 0 none;
        text-align: center;
        width: 100%;
        clear: both;
    }
    pre,
    code,
    samp,
    kbd {
        font-family: monospace, sans-serif;
    }
    pre {
        overflow: auto;
    }
    img {
        border-width: 0;
        background-color: transparent;
    }
    blockquote {
        padding: 0 1.25em;
        border: solid #8cacbb;
        border-width: 0 0 0 .25em;
    }
    q:before,
    q:after {
        content: '';
    }
    sub,
    sup {
        font-size: .8em;
        line-height: 1;
    }
    sub {
        vertical-align: sub;
    }
    sup {
        vertical-align: super;
    }
    form {
        display: inline;
        padding: 0;
    }
    label {
        vertical-align: middle;
        cursor: pointer;
    }
    input,
    textarea,
    button,
    select,
    optgroup,
    option {
        font: inherit;
        color: inherit;
        line-height: 1;
        margin: 0;
        vertical-align: middle;
    }
    input[type=text],
    input[type=password],
    textarea {
        padding: .1em;
    }
    input[type=radio],
    input[type=checkbox],
    input.check {
        padding: 0;
    }
    input[type=submit],
    input.button,
    button {
        cursor: pointer;
    }
    input[disabled],
    button[disabled],
    input[readonly],
    button[readonly] {
        cursor: auto;
    }
    optgroup {
        font-style: italic;
        font-weight: bold;
    }
    option {
        font-style: normal;
        font-weight: normal;
    }
    table {
        border-collapse: collapse;
        empty-cells: show;
        border-spacing: 0;
        border: 1px solid #8cacbb;
    }
    caption {
        caption-side: top;
        text-align: left;
        margin: 0 0 .3em;
    }
    th,
    td {
        padding: .3em .5em;
        margin: 0;
        vertical-align: top;
        border: 1px solid #8cacbb;
        text-align: left;
    }
    th {
        font-weight: bold;
        background-color: #dee7ec;
    }
    p,
    pre,
    table,
    blockquote,
    fieldset,
    address {
        margin: 0 0 1.4em 0;
        padding: 0;
    }
    div {
        margin: 0;
        padding: 0;
    }
    li,
    dd {
        padding: 0;
        margin: 0 0 0 1.5em;
    }
    dt {
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
    li ul,
    li ol,
    li dl,
    dl ul,
    dl ol,
    dl dl {
        margin-bottom: 0;
        padding: 0;
    }
    li li {
        font-size: 100%;
    }
    ul {
        list-style: square outside;
    }
    ol {
        list-style: decimal outside;
    }
    ol ol {
        list-style-type: lower-alpha;
    }
    ol ol ol {
        list-style-type: upper-roman;
    }
    ol ol ol ol {
        list-style-type: upper-alpha;
    }
    ol ol ol ol ol {
        list-style-type: lower-roman;
    }
    div.clearer {
        font-size: 1px;
        visibility: hidden;
    }
    .a11y {
        position: absolute;
        left: -9000px;
        top: -4000px;
        width: 0;
        height: 0;
        overflow: hidden;
        display: inline;
    }
    .ns-1 #content,
    .ns-1 #p-cactions li,
    .ns-1 #p-cactions li a {
        background: #f8fcff;
    }
    .ns-2 #content,
    .ns-2 #p-cactions li,
    .ns-2 #p-cactions li a,
    .ns-2 #media__manager_table {
        background: #f3f3ff;
    }
    #p-cactions .selected,
    #ca-edit {
        font-weight: bold;
    }
    #p-cactions .selected,
    #p-cactions .selected a,
    #p-cactions .selected span {
        z-index: 3;
    }
    .ns-0 #p-cactions .selected,
    .ns-0 #p-cactions .selected a,
    .ns-0 #p-cactions .selected span {
        background-color: #fff;
    }
    .dokuwiki span.curid a {
        font-weight: normal;
    }
    .dokuwiki a.wikilink1,
    .dokuwiki a.wikilink1:visited {
        color: #002bb8 !important;
    }
    a.wikilink2:link,
    a.wikilink2:visited,
    a.wikilink2:hover {
        color: #ba0000 !important;
    }
    .dokuwiki a.wikilink2:hover {
        text-decoration: none;
    }
    #p-cactions li a.wikilink2 {
        color: #ba0000;
    }
    .dokuwiki img.media {}.dokuwiki img.medialeft {
        margin: .5em 1.5em .5em 0;
    }
    .dokuwiki img.mediaright {
        margin: .5em 0 .5em 1.5em;
    }
    .dokuwiki img.mediacenter {
        margin: .5em auto;
    }
    div.dokuwiki p,
    div.dokuwiki blockquote,
    div.dokuwiki table,
    div.dokuwiki pre {
        margin: 0 0 1.0em 0;
    }
    div.dokuwiki caption {
        font-family: sans-serif;
    }
    div.dokuwiki textarea.edit {
        font-family: monospace, serif;
        font-size: 14px;
        color: #000;
        background-color: #fff;
        border: 1px solid #8cacbb;
        padding: 0.3em 0 0 0.3em;
        width: 100%;
        line-height: 17px;
    }
    div.dokuwiki legend {
        font-family: sans-serif;
        font-weight: normal;
        background-color: transparent;
        text-align: left;
    }
    html>body div.dokuwiki textarea.edit {
        background: #fff url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/inputshadow.png) repeat-x top;
    }
    div.dokuwiki input.edit,
    div.dokuwiki select.edit {
        font-size: 100%;
        border: 1px solid #8cacbb;
        color: #000;
        background-color: #fff;
        vertical-align: middle;
        margin: 1px;
        padding: 0.20em 0.3em;
        display: inline;
        font-weight: normal;
    }
    html>body div.dokuwiki input.edit,
    html>body div.dokuwiki select.edit {
        background: #fff url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/inputshadow.png) repeat-x top;
    }
    div.dokuwiki select.edit {
        padding: 0.1em 0;
    }
    div.dokuwiki input.missing {
        font-size: 100%;
        border: 1px solid #8cacbb;
        color: #000;
        background-color: #fcc;
        vertical-align: middle;
        margin: 1px;
        padding: 0.20em 0.3em;
        display: inline;
    }
    div.dokuwiki textarea.edit[disabled],
    div.dokuwiki textarea.edit[readonly],
    div.dokuwiki input.edit[disabled],
    div.dokuwiki input.edit[readonly],
    div.dokuwiki input.button[disabled],
    div.dokuwiki select.edit[disabled] {
        background-color: #fff!important;
        color: #000!important;
        font-weight: normal;
    }
    div.dokuwiki div.toolbar,
    div.dokuwiki div#wiki__editbar,
    div.dokuwiki div.editBar {
        margin: 2px 0;
        text-align: left;
    }
    div.dokuwiki div#size__ctl {
        float: right;
        width: 60px;
        height: 2.7em;
    }
    div.dokuwiki #size__ctl img {
        cursor: pointer;
    }
    div.dokuwiki div#wiki__editbar div.editButtons,
    div.dokuwiki div.editBar div.editButtons {
        float: left;
        padding: 0 1.0em 0.7em 0;
    }
    div.dokuwiki div#wiki__editbar div.summary,
    div.dokuwiki div.editBar div.summary,
    {
        float: left;
    }
    div.dokuwiki .nowrap {
        white-space: nowrap;
    }
    div.dokuwiki div#draft__status {
        float: right;
        color: #000;
    }
    div.dokuwiki div.license {
        padding: 0.5em;
        font-size: 90%;
        text-align: center;
    }
    div.dokuwiki form#dw__editform div.license {
        clear: left;
        font-size: 90%;
    }
    div.dokuwiki input.button,
    div.dokuwiki button.button {
        border: 1px solid #8cacbb;
        color: #000;
        background-color: #fff;
        vertical-align: middle;
        text-decoration: none;
        font-size: 100%;
        cursor: pointer;
        margin: 1px;
        padding: 0.125em 0.4em;
        font-weight: normal;
        line-height: 1.333em;
        #line-height: 1em;
    }
    div.dokuwiki button.toolbutton {
        height: 20px;
        width: 24px;
        padding: 1px 3px;
        line-height: 16px;
        text-align: center;
        height: 22px\9;
    }
    html>body div.dokuwiki input.button,
    html>body div.dokuwiki button.button {
        background: #fff url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
    }
    * html div.dokuwiki input.button,
    * html div.dokuwiki button.button {
        height: 1.8em;
    }
    div.dokuwiki div.secedit input.button {
        border: 1px solid #8cacbb;
        color: #000;
        background-color: #fff;
        vertical-align: middle;
        text-decoration: none;
        margin: 0;
        padding: 0;
        font-size: 10px;
        cursor: pointer;
        float: right;
        display: inline;
    }
    div.dokuwiki a:link,
    div.dokuwiki a:visited {
        color: #436976;
        text-decoration: none;
    }
    div.dokuwiki a:hover,
    div.dokuwiki a:active {
        color: #000;
        text-decoration: underline;
    }
    div.dokuwiki a.urlextern {
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/external.png) center right no-repeat;
        padding: 1px 13px 1px 0px;
        color: #436976;
        text-decoration: none;
    }
    div.dokuwiki a.urlextern:visited {
        color: purple;
    }
    div.dokuwiki a.interwiki {
        color: #436976;
    }
    div.dokuwiki a.interwiki:visited {
        color: purple;
    }
    div.dokuwiki a.windows {
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/unc.png) center left no-repeat;
        color: #436976;
    }
    div.dokuwiki a.mail {
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/email.png) center left no-repeat;
        color: #436976;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: sans-serif;
        background-color: inherit;
        padding: 0;
        clear: left;
    }
    div#content .dokuwiki h1,
    div#content .dokuwiki h2,
    div#content .dokuwiki h3,
    div#content .dokuwiki h4,
    div#content .dokuwiki h5,
    div#content .dokuwiki h6 {
        border-bottom: 1px solid #aaa;
        color: #000;
        margin: 0;
        padding-bottom: 0.17em;
        padding-top: 0.5em;
    }
    div#content .dokuwiki h1 a,
    div#content .dokuwiki h2 a,
    div#content .dokuwiki h3 a,
    div#content .dokuwiki h4 a,
    div#content .dokuwiki h5 a,
    div#content .dokuwiki h6 a {
        color: #000;
    }
    div#content .dokuwiki h1 a:hover,
    div#content .dokuwiki h2 a:hover,
    div#content .dokuwiki h3 a:hover,
    div#content .dokuwiki h4 a:hover,
    div#content .dokuwiki h5 a:hover,
    div#content .dokuwiki h6 a:hover {
        text-decoration: none;
    }
    div#content .dokuwiki h1 {
        font-size: 160%;
    }
    div#content .dokuwiki h1,
    div#content .dokuwiki h2 {
        margin-bottom: 0.6em;
        font-weight: normal;
    }
    div#content .dokuwiki h3,
    div#content .dokuwiki h4,
    div#content .dokuwiki h5,
    div#content .dokuwiki h6 {
        font-weight: bold;
        border-bottom: none;
        margin-bottom: 0.3em;
    }
    div#content .dokuwiki h3 {
        font-size: 132%;
    }
    div#content .dokuwiki h4 {
        font-size: 116%;
    }
    div#content .dokuwiki h5 {
        font-size: 100%;
    }
    div#content .dokuwiki h6 {
        font-size: 80%;
    }
    div#content .dokuwiki div.level1,
    div#content .dokuwiki div.level2,
    div#content .dokuwiki div.level3,
    div#content .dokuwiki div.level4,
    div#content .dokuwiki div.level5 {
        margin-left: 0;
    }
    div.dokuwiki ul {
        line-height: 1.5em;
        padding: 0;
        list-style-type: square;
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/bullet.gif) !important;
        margin: 0.3em 0 1em 1.5em;
        color: #000;
    }
    div.dokuwiki ol {
        line-height: 1.5em;
        padding: 0;
        list-style-image: none;
        margin: 0.3em 0 1em 3.2em;
        color: #000;
        font-weight: bold;
    }
    div.dokuwiki li ul,
    div.dokuwiki li ol {
        margin: 0 0 0 1.5em;
    }
    div.dokuwiki .li {
        color: #000;
        font-weight: normal;
    }
    div.dokuwiki ol {
        list-style-type: decimal;
    }
    div.dokuwiki ol ol {
        list-style-type: upper-roman;
    }
    div.dokuwiki ol ol ol {
        list-style-type: lower-alpha;
    }
    div.dokuwiki ol ol ol ol {
        list-style-type: lower-greek;
    }
    div.dokuwiki li.open {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/images/open.gif);
    }
    div.dokuwiki li.closed {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/closed.gif);
    }
    div#content div.dokuwiki li {
        margin-left: 0;
        margin-bottom: 1px;
    }
    div#content .dokuwiki blockquote {
        border-left: 2px solid #8cacbb;
        padding-left: 3px;
        padding-right: 0;
        margin-left: 0.2em;
    }
    .dokuwiki dl.code dt,
    .dokuwiki dl.file dt {
        background-color: #dee7ec;
        border: solid #8cacbb;
        border-width: 1px 1px 0;
        color: inherit;
        display: inline;
        padding: 0 .5em;
        margin-left: 1em;
    }
    .dokuwiki dl.code dd,
    .dokuwiki dl.file dd {
        margin: 0;
    }
    div#content .dokuwiki code,
    div#content .dokuwiki pre,
    div#content .dokuwiki pre.code,
    div#content .dokuwiki pre.file,
    div#content .dokuwiki samp,
    div#content .dokuwiki kbd,
    div#content .dokuwiki tt {
        font-size: 110%;
        line-height: 1.4em;
        font-family: monospace;
        background-color: #f9f9f9;
        direction: ltr;
        text-align: left;
    }
    div#content .dokuwiki em.u code {
        text-decoration: underline;
    }
    div#content .dokuwiki pre,
    div#content .dokuwiki pre.code,
    div#content .dokuwiki pre.file {
        line-height: 1.2em;
        padding: 0.5em;
        border-style: dashed;
    }
    div#content .dokuwiki dl.file,
    div#content .dokuwiki dl.file dd {
        margin-left: 0;
    }
    div#content .dokuwiki dl.file dt,
    div#content .dokuwiki dl.code dt {
        background-color: #f9f9f9;
        border-bottom: 2px solid #f9f9f9;
        border-top: 1px dashed #8cacbb;
        border-left: 1px dashed #8cacbb;
        border-right: 1px dashed #8cacbb;
        display: inline;
        margin-left: 2em;
        padding: 0.1em 1em;
    }
    div#content .dokuwiki dl.file dt a,
    div#content .dokuwiki dl.code dt a {
        color: #000;
    }
    div#content .dokuwiki dl.file dt a.mediafile {
        padding-top: 1px;
    }
    .catlinks {
        margin-bottom: 0.5em;
    }
    .catlinks p {
        margin: 0.3em 0 !important;
    }
    th,
    td {
        border: 0;
    }
    td[align="right"],
    th[align="right"] {
        text-align: right;
    }
    div.dokuwiki table.inline {
        background-color: #fff;
    }
    div.dokuwiki table.inline th,
    div.dokuwiki table.inline td {
        border: 1px solid #8cacbb;
    }
    div.dokuwiki table.inline th {
        background-color: #dee7ec;
    }
    div.dokuwiki table.inline tr:hover td,
    div.dokuwiki table.inline tr:hover th,
    div.dokuwiki table.inline th:hover {
        background-color: #dee7ec;
    }
    #p-cactions #ca-addsection a {
        padding-left: .4em;
        padding-right: .4em;
    }
    #qsearch__in {
        width: 10.9em;
        margin: 0;
        font-size: 95%;
    }
    #qsearch__out {
        background-color: #f9f9f9;
        border: 1px solid #8cacbb;
        display: none;
        font-size: 80%;
        line-height: 1.2em;
        opacity: 0.9;
        padding: 4px;
        text-align: left;
        position: absolute;
        left: 150px;
        z-index: 30000;
        margin-top: -60px;
    }
    div.dokuwiki div.ajax_qsearch {
        position: absolute;
        width: 200px;
        opacity: 0.9;
        display: none;
        font-size: 80%;
        line-height: 1.2em;
        border: 1px solid #8cacbb;
        background-color: #f7f9fa;
        text-align: left;
        padding: 4px;
    }
    li#ca-talk {
        margin-right: 1.6em;
    }
    li#ca-watch,
    li#ca-unwatch,
    li#ca-varlang-0,
    li#ca-print {
        margin-left: 1.6em;
    }
    .dokuwiki .secedit {
        margin-top: 0;
    }
    div.secedit input.button {
        border: 0 none !important;
        text-transform: lowercase;
        color: blue !important;
        background: none 0 !important;
        vertical-align: middle;
        text-decoration: none;
        margin: 0px;
        padding: 0px;
        font-size: 10px;
        cursor: pointer;
        height: 15px !important;
        max-height: 15px !important;
        min-height: 15px !important;
        float: right;
    }
    div.secedit2 {
        text-align: right;
    }
    div.secedit2 a {
        border: 0px;
        text-transform: lowercase;
        color: blue;
        background-color: transparent;
        vertical-align: middle;
        text-decoration: none;
        font-size: 10px;
        cursor: pointer;
    }
    div#column-one #p-personal.portlet .pBody ul {
        background: transparent none 0 0;
        line-height: 1.4em !important;
        list-style-image: none !important;
        list-style-position: outside;
        list-style-type: none !important;
        margin: 0 !important;
        padding: 0 2em 0 3em !important;
        text-align: right;
    }
    div.dokuwiki div.fn {
        font-size: 90%;
    }
    .dokuwiki sup a.fn_top {
        color: #436976;
    }
    .dokuwiki sup a.fn_bot {
        color: #436976;
    }
    div.insitu-footnote {
        font-size: 100% !important;
        padding: 4px 7px;
        z-index: 3 !important;
    }
    button.toolbutton {
        background-color: #fff;
        padding: 0px;
        margin: 0 1px 0 0;
        border: 1px solid #8cacbb;
        cursor: pointer;
    }
    html>body button.toolbutton {
        background: #fff url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/buttonshadow.png) repeat-x bottom;
    }
    div.picker {
        width: 250px;
        border: 1px solid #8cacbb;
        background-color: #dee7ec;
        font-size: 11px;
        line-height: 13px;
    }
    div.pk_hl {
        width: 125px;
    }
    button.pickerbutton {
        padding: 0px;
        margin: 0 1px 1px 0;
        border: 0;
        background-color: transparent;
        font-size: 80%;
        cursor: pointer;
    }
    div.dokuwiki .gallery table,
    div.dokuwiki .gallery td {
        border: 0 none;
    }
    div.dokuwiki form.bureaucracy__plugin fieldset {
        text-align: center;
    }
    div.dokuwiki form.bureaucracy__plugin label {
        width: 95% !important;
        margin-left: auto;
        margin-right: auto;
    }
    div.dokuwiki form.bureaucracy__plugin label span,
    div.dokuwiki form.bureaucracy__plugin input.edit,
    div.dokuwiki form.bureaucracy__plugin textarea.edit,
    div.dokuwiki form.bureaucracy__plugin fieldset textarea.edit {
        text-align: left;
        margin: auto 5px;
        float: none !important;
        width: 97% !important;
        min-width: 97% !important;
        max-width: 97% !important;
    }
    div#column-one .portlet .pBody ul {
        font-size: 95%;
        line-height: 1.5em;
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/bullet.gif);
        list-style-type: square;
        margin: 0.3em 0 0 1.5em;
        padding: 0;
    }
    div#column-one .portlet .pBody a {
        background: transparent none no-repeat scroll 0 0;
        color: #002bb8;
        text-decoration: none;
        border-bottom: 0 none !important;
    }
    div#column-one .portlet .pBody a:visited {
        color: #002bb8;
    }
    div#column-one .portlet .pBody a:hover {
        text-decoration: underline !important;
    }
    div#column-one #p-qrcode .pBody {
        padding-right: 0.3em;
    }
    div#column-one #t-qrcode img {
        margin: 0.55em 0 0.3em 0.2em;
    }
    div#column-one #t-qrcode a,
    div#column-one #t-qrcode a:link,
    div#column-one #t-qrcode a:active,
    div#column-one #t-qrcode a:hover,
    div#column-one #t-qrcode a:visited {
        border: 0 none;
        cursor: default;
        text-decoration: none;
    }
    div#column-one .pBody .dokuwiki .plugin_translation span {
        display: none;
    }
    div#column-one .pBody .dokuwiki .plugin_translation {
        padding-right: 0 !important;
        text-align: left;
    }
    div#column-one .pBody .dokuwiki .plugin_translation,
    div#column-one .pBody .dokuwiki .plugin_translation ul,
    div#column-one .pBody .dokuwiki .plugin_translation li {
        float: none;
        margin: 0;
        padding-right: 0;
        line-height: 1.5em;
        font-size: 100%;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul {
        list-style-image: url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/monobook/bullet.gif);
        list-style-type: square !important;
        margin: 0.3em 0 0 1.5em;
        padding: 0;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:link,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:hover,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:active,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:visited,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:link,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:hover,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:active,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:visited {
        background-color: transparent;
        margin: 0;
        padding: 0;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:before,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:before {
        content: attr(title) " (";
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:after,
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:after {
        content: ") ";
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1 {
        color: #002bb8 !important;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2 {
        color: #ba0000 !important;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink1:hover {
        text-decoration: underline;
    }
    div#column-one .pBody .dokuwiki .plugin_translation ul li a.wikilink2:hover {
        text-decoration: underline !important;
    }
    div#column-one .pBody .dokuwiki .plugin_translation select {
        width: 90%;
        margin: auto !important;
        text-align: left;
    }
    div#column-one .pBody .dokuwiki .plugin_translation option,
    div#column-one .pBody .dokuwiki .plugin_translation option.wikilink1,
    div#column-one .pBody .dokuwiki .plugin_translation option.wikilink2 {
        padding: auto 5px !important;
        text-align: left;
    }
    div.dokuwiki div.toc {
        margin: 1.2em 0 0 2em;
        float: right;
        width: 200px;
        font-size: 80%;
        clear: both;
        background-color: transparent;
    }
    div.dokuwiki div.toc div.tocheader {
        border: 1px solid #8cacbb;
        background-color: #dee7ec;
        text-align: left;
        font-weight: bold;
        padding: 3px;
        margin-bottom: 2px;
    }
    div.dokuwiki div.toc span.toc_open,
    div.dokuwiki div.toc span.toc_close {
        border: 0.4em solid #dee7ec;
        float: right;
        display: block;
        margin: 0.4em 3px 0 0;
    }
    div.dokuwiki div.toc span.toc_open span,
    div.dokuwiki div.toc span.toc_close span {
        display: none;
    }
    div.dokuwiki div.toc span.toc_open {
        margin-top: 0.4em;
        border-top: 0.4em solid #000;
    }
    div.dokuwiki div.toc span.toc_close {
        margin-top: 0;
        border-bottom: 0.4em solid #000;
    }
    div.dokuwiki div.toc #toc__inside {
        border: 1px solid #8cacbb;
        background-color: #fff;
        text-align: left;
        padding: 0.5em 0 0.7em 0;
    }
    div.dokuwiki div.toc ul.toc {
        list-style-type: none;
        list-style-image: none;
        line-height: 1.2em;
        padding: 0 !important;
        margin: 0.3em 0 0 1.5em !important;
    }
    div.dokuwiki div.toc ul.toc li {
        list-style-image: none;
        list-style-type: none;
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/tocdot2.gif) 0 0.6em no-repeat;
        padding-left: 0.4em !important;
        margin-bottom: 0.1em !important;
    }
    div.dokuwiki div.toc ul.toc li.clear {
        background-image: none;
        padding-left: 0.4em;
    }
    div.dokuwiki div.toc a.toc:link,
    div.dokuwiki div.toc a.toc:visited {
        color: #436976;
    }
    div.dokuwiki div.toc a.toc:hover,
    div.dokuwiki div.toc a.toc:active {
        color: #000;
    }
    div.dokuwiki #dw__toc {
        margin: 1.2em 0 0 2em;
        float: right;
        width: 200px;
        font-size: 90%;
        clear: both;
        background-color: #fff;
    }
    div.dokuwiki #dw__toc h3 {
        border: 1px solid #8cacbb !important;
        background-color: #dee7ec !important;
        text-align: left;
        font-weight: bold !important;
        padding: 3px !important;
        margin-bottom: 2px !important;
        line-height: 1.45em;
        font-size: 90% !important;
        text-indent: 0;
    }
    div.dokuwiki #dw__toc h3 strong {
        margin-top: 0.2em;
    }
    div.dokuwiki #dw__toc h3 ~ div {
        border: 1px solid #8cacbb;
        padding-left: 10px;
    }
    div.dokuwiki #dw__toc ul.toc {
        background-color: transparent !important;
        border: 0 none;
    }
    div.dokuwiki #dw__toc ul.toc li {
        list-style-image: none;
        list-style-type: none;
        background: transparent url(/AI_Invasion_wiki/lib/tpl/monobook/static/3rd/dokuwiki/tocdot2.gif) 0 0.6em no-repeat;
        padding-left: 0.4em !important;
        margin-bottom: 0.1em !important;
    }
    div.dokuwiki form#dw__login label.simple {
        text-align: center;
        padding-bottom: 0.4em;
    }
    .dokuwiki ul.admin_tasks li {
        background: transparent none no-repeat scroll 0 0;
        list-style-type: none;
        list-style-image: none;
        margin-bottom: 1em !important;
    }
    .dokuwiki ul.admin_tasks li a {
        font-weight: bold;
    }
    .picker {
        z-index: 3;
    }
    #acl__tree li {
        list-style-image: none;
        list-style-type: none;
    }
    html.popup {
        background-color: #fff;
    }
    html.popup body {
        font: 13px sans-serif;
        background-image: none;
        background-color: #fff;
    }
    html.popup #media__manager {
        min-height: 465px;
    }
    * html.popup #media__manager {
        height: 465px;
    }
    html.popup #media__manager h1,
    html.popup #media__manager h2,
    html.popup #media__popup h1,
    html.popup #media__popup h2 {
        font-size: 1em !important;
        line-height: 1em !important;
        font-weight: bold !important;
    }
    html.popup #media__opts {
        padding-left: 1em;
        margin-bottom: 0.5em;
    }
    html.popup #media__opts input {
        float: left;
        display: block;
        margin-top: 4px;
        position: absolute;
    }
    *+html.popup #media__opts input,
    * html.popup #media__opts input {
        position: static;
    }
    html.popup #media__opts label {
        display: block;
        float: left;
        margin-left: 20px;
        margin-bottom: 4px;
    }
    *+html.popup #media__opts label,
    * html.popup #media__opts label {
        margin-left: 10px;
    }
    html.popup #media__opts br {
        clear: left;
    }
    #mediamanager__page h2,
    #mediamanager__page h3 {
        font-size: 1em !important;
        line-height: 1.5em !important;
        font-weight: normal !important;
        padding: 3px 10px !important;
    }
    #mediamanager__page div.namespaces h2 {
        margin-left: 0.3em;
        margin-bottom: 0;
        border-bottom-color: #dee7ec;
    }
    #mediamanager__page div.namespaces div.panelHeader {
        padding-top: 11px;
    }
    #mediamanager__page h3,
    #mediamanager__page ul.tabs li {
        margin: 0 !important;
        padding: 0 !important;
    }
    #mediamanager__page .panelHeader ul {
        list-style-image: none !important;
    }
    #mediamanager__page .panelHeader ul .ui-buttonset {
        font-size: 12px;
    }
    #mediamanager__page .panelHeader ul li.ui-buttonset {
        background-position: 3px 0;
        padding-bottom: 3px;
    }
    #mediamanager__page .panelHeader div.no input.button {
        padding: 1px;
        line-height: 1em;
    }
    #link__wiz {
        text-align: center;
    }
    #link__wiz_result div.even {
        background-color: #f5f5f5;
    }
    div#footer li#copyright .license {
        font-size: 100%;
        padding: 0;
    }
    div#footer li#copyright .license a.urlextern {
        margin-left: 0.4em;
    }
    div.dokuwiki div.search_result,
    div.dokuwiki dl.search_results {
        margin-bottom: 6px;
        padding: 0 10px 0 30px;
    }
    div.dokuwiki .search_snippet,
    div.dokuwiki dl.search_results dd {
        font-size: 12px;
        margin-left: 20px;
    }
    div.dokuwiki .search_sep {
        color: #000;
    }
    div.dokuwiki .search_hit {
        color: #000;
        background-color: #ff9;
    }
    div.dokuwiki strong.search_hit {
        font-weight: normal;
    }
    div.dokuwiki div.search_quickresult {
        margin: 0 0 15px 30px;
        padding: 0 10px 10px 0;
        border-bottom: 1px dashed #8cacbb;
    }
    div.dokuwiki div.search_quickresult h3 {
        margin: 0 0 1.0em 0;
        font-size: 1em;
        font-weight: bold;
    }
    div.dokuwiki ul.search_quickhits {
        margin: 0 0 0.5em 1.0em;
    }
    div.dokuwiki ul.search_quickhits li {
        margin: 0 1.0em 0 1.0em;
        float: left;
        width: 30%;
    }
    div.dokuwiki .section_highlight {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border: 0 none;
        background-color: #dee7ec !important;
    }
    .JSpopup {
        background-color: #fff;
        color: #000;
        border: 1px solid #8cacbb;
        line-height: 1.2;
        padding: 0 .2em;
    }
    .JSpopup ul,
    .JSpopup ol {
        padding-left: 0;
    }
    .dokuwiki table.diff td {
        font-size: 12px;
        line-height: 17px;
    }
    .dokuwiki table.diff th {
        font-size: 12px;
    }
    .dokuwiki table.diff td.diff-addedline,
    .dokuwiki table.diff td.diff-deletedline,
    .dokuwiki table.diff td.diff-context {
        padding-left: 2px;
        padding-right: 2px;
    }
    *:first-child+html div#content .dokuwiki h1 a,
    *:first-child+html div#content .dokuwiki h2 a,
    *:first-child+html div#content .dokuwiki h3 a {
        display: inline-block;
    }
    *:first-child+html div#content .dokuwiki h1 a {
        padding-bottom: 2px;
    }
    *:first-child+html div#content .dokuwiki h2 a,
    *:first-child+html div#content .dokuwiki h3 a {
        padding-bottom: 1px;
    }
    *:first-child+html #mediamanager__page .panelContent li {
        list-style: none !important;
        list-style-image: none !important;
    }
    *:first-child+html #mediamanager__page .panelContent ul.thumbs dl {
        margin-left: 0;
    }
    textarea,
    .dokuwiki #dw__editform textarea.edit {
        width: 450px\9;
        max-width: 100%\9;
        min-width: 100%\9;
        #width: 100% !important;
        border: auto;
    }
    .dokuwiki ul.admin_tasks li div.li {
        #font-weight: bold;
        #border-left: 1px dashed #fff;
    }
    #p-cactions .selected,
    #p-cactions .selected a,
    #p-cactions .selected span {
        #padding-bottom: 0.17em;
    }
}
div.clearer {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.group {
    display: inline-block;
}
.group {
    display: block;
}
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
div.no {
    display: inline;
    margin: 0;
    padding: 0;
}
.hidden {
    display: none;
}
.medialeft {
    float: left;
}
.mediaright {
    float: right;
}
.mediacenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.leftalign {
    text-align: left;
}
.centeralign {
    text-align: center;
}
.rightalign {
    text-align: right;
}
em.u {
    font-style: normal;
    text-decoration: underline;
}
em em.u {
    font-style: italic;
}
@media print {
    div.error,
    div.info,
    div.success,
    div.notify,
    .secedit,
    .a11y,
    .JSpopup,
    #link__wiz {
        display: none;
    }
    body {}.a11y,
    div.notify,
    div.info,
    div.success,
    div.error,
    #dokuwiki__header .tools,
    #dokuwiki__aside,
    .dokuwiki .breadcrumbs,
    .dokuwiki .toc,
    #dw__toc,
    .dokuwiki .secedit,
    #dokuwiki__pagetools,
    #dokuwiki__footer {
        display: none;
    }
    .dokuwiki h1,
    .dokuwiki h2,
    .dokuwiki h3,
    .dokuwiki h4,
    .dokuwiki h5,
    .dokuwiki caption,
    .dokuwiki legend {
        clear: both;
    }
    .dokuwiki ul {
        list-style: disc outside;
    }
    .dokuwiki ol {
        list-style: decimal outside;
    }
    .dokuwiki ol ol {
        list-style-type: lower-alpha;
    }
    .dokuwiki ol ol ol {
        list-style-type: upper-roman;
    }
    .dokuwiki ol ol ol ol {
        list-style-type: upper-alpha;
    }
    .dokuwiki ol ol ol ol ol {
        list-style-type: lower-roman;
    }
    .dokuwiki a:link,
    .dokuwiki a:visited {
        text-decoration: underline;
        color: #333;
        background-color: inherit;
        background-image: none;
        padding: 0;
    }
    a.urlextern:after,
    a.interwiki:after,
    a.mail:after {
        content: " [" attr(href) "]";
        font-size: 90%;
    }
    .dokuwiki pre {
        font-family: monospace;
    }
    .dokuwiki dl.code dt,
    .dokuwiki dl.file dt {
        font-weight: bold;
    }
    .dokuwiki img {
        border-width: 0;
        vertical-align: middle;
    }
    .dokuwiki img.media {
        margin: .2em 0;
    }
    .dokuwiki img.medialeft {
        margin: .2em 1.5em .2em 0;
    }
    .dokuwiki img.mediaright {
        margin: .2em 0 .2em 1.5em;
    }
    .dokuwiki img.mediacenter {
        margin: .2em auto;
    }
    .dokuwiki .leftalign {
        text-align: left;
    }
    .dokuwiki .centeralign {
        text-align: center;
    }
    .dokuwiki .rightalign {
        text-align: right;
    }
    .dokuwiki em.u {
        font-style: normal;
        text-decoration: underline;
    }
    .dokuwiki em em.u {
        font-style: italic;
    }
    div.clearer {
        clear: both;
        line-height: 0;
        height: 0;
        overflow: hidden;
    }
    .dokuwiki blockquote {
        padding: 0 10pt;
        margin: 0;
        border: solid #ccc;
        border-width: 0 0 0 2pt;
    }
    [dir=rtl] .dokuwiki blockquote {
        border-width: 0 2pt 0 0;
    }
    .dokuwiki table {
        border-collapse: collapse;
        empty-cells: show;
        border-spacing: 0;
        border: 1pt solid #ccc;
    }
    .dokuwiki th,
    .dokuwiki td {
        padding: 3pt 5pt;
        margin: 0;
        vertical-align: top;
        border: 1pt solid #666;
        text-align: left;
    }
    [dir=rtl] .dokuwiki th,
    [dir=rtl] .dokuwiki td {
        text-align: right;
    }
    .dokuwiki th {
        font-weight: bold;
    }
    #dokuwiki__header {
        border-bottom: 2pt solid #ccc;
    }
    #dokuwiki__header h1 {
        font-size: 1.5em;
    }
    #dokuwiki__header h1 a {
        text-decoration: none;
    }
    .dokuwiki div.footnotes {
        clear: both;
        border-top: 1pt solid #000;
        margin-top: 10pt;
    }
    a.stub,
    a.new {
        color: #ba0000;
        text-decoration: none;
    }
    #toc {
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
    }
    .tocindent {
        margin-left: 2em;
    }
    .tocline {
        margin-bottom: 0px;
    }
    div.floatright {
        float: right;
        clear: right;
        margin: 0;
        position: relative;
        border: 0.5em solid White;
        border-width: 0.5em 0 0.8em 1.4em;
    }
    div.floatright p {
        font-style: italic;
    }
    div.floatleft {
        float: left;
        margin: 0.3em 0.5em 0.5em 0;
        position: relative;
        border: 0.5em solid White;
        border-width: 0.5em 1.4em 0.8em 0;
    }
    div.floatleft p {
        font-style: italic;
    }
    div.thumb {
        margin-bottom: 0.5em;
        border-style: solid;
        border-color: White;
        width: auto;
        overflow: hidden;
    }
    div.thumb div {
        border: 1px solid #ccc;
        padding: 3px !important;
        background-color: #f9f9f9;
        font-size: 94%;
        text-align: center;
    }
    div.thumb div a img {
        border: 1px solid #ccc;
    }
    div.thumb div div.thumbcaption {
        border: none;
        padding: 0.3em 0 0.1em 0;
    }
    div.magnify {
        display: none;
    }
    div.tright {
        float: right;
        clear: right;
        border-width: 0.5em 0 0.8em 1.4em;
    }
    div.tleft {
        float: left;
        margin-right: 0.5em;
        border-width: 0.5em 1.4em 0.8em 0;
    }
    img.thumbborder {
        border: 1px solid #ddd;
    }
    table.rimage {
        float: right;
        width: 1pt;
        position: relative;
        margin-left: 1em;
        margin-bottom: 1em;
        text-align: center;
    }
    body {
        background: White;
        color: Black;
        margin: 0;
        padding: 0;
    }
    .noprint,
    div#jump-to-nav,
    div.top,
    div#column-one,
    #colophon,
    .editsection,
    .toctoggle,
    .tochidden,
    div#f-poweredbyico,
    div#f-copyrightico,
    li#viewcount,
    li#about,
    li#disclaimer,
    li#privacy,
    #mw-hidden-catlinks {
        display: none;
    }
    ul {
        list-style-type: square;
    }
    #content {
        background: none;
        border: none ! important;
        padding: 0 ! important;
        margin: 0 ! important;
    }
    #footer {
        background: white;
        color: black;
        border-top: 1px solid black;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: bold;
    }
    p,
    .documentDescription {
        margin: 1em 0 ! important;
        line-height: 1.2em;
    }
    .tocindent p {
        margin: 0 0 0 0 ! important;
    }
    pre {
        border: 1pt dashed black;
        white-space: pre;
        font-size: 8pt;
        overflow: auto;
        padding: 1em 0;
        background: white;
        color: black;
    }
    table.listing,
    table.listing td {
        border: 1pt solid black;
        border-collapse: collapse;
    }
    a {
        color: Black !important;
        background: none !important;
        padding: 0 !important;
    }
    a:link,
    a:visited {
        color: #520;
        background: transparent;
        text-decoration: underline;
    }
    #content a.external.text:after,
    #content a.external.autonumber:after {
        content: " (" attr(href) ") ";
    }
    #globalWrapper {
        width: 100% !important;
        min-width: 0 !important;
    }
    #content {
        background: white;
        color: black;
    }
    #column-content {
        margin: 0 !important;
    }
    #column-content #content {
        padding: 1em;
        margin: 0 !important;
    }
    a,
    a.external,
    a.new,
    a.stub {
        color: black ! important;
        text-decoration: none ! important;
    }
    a,
    a.external,
    a.new,
    a.stub {
        color: inherit ! important;
        text-decoration: inherit ! important;
    }
    img {
        border: none;
    }
    img.tex {
        vertical-align: middle;
    }
    span.texhtml {
        font-family: serif;
    }
    #siteNotice {
        display: none;
    }
    div.gallerybox {
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        width: 150px;
    }
    div.gallerytext {
        overflow: visible;
    }
    table.diff {
        background: white;
    }
    td.diff-otitle {
        background: #fff;
    }
    td.diff-ntitle {
        background: #fff;
    }
    td.diff-addedline {
        background: #cfc;
        font-size: smaller;
        border: solid 2px black;
    }
    td.diff-deletedline {
        background: #ffa;
        font-size: smaller;
        border: dotted 2px black;
    }
    td.diff-context {
        background: #eee;
        font-size: smaller;
    }
    .diffchange {
        color: silver;
        font-weight: bold;
        text-decoration: underline;
    }
    .noprint,
    .toc {
        display: none;
    }
    .ns-2 #content,
    .ns-2 #p-cactions li,
    .ns-2 #p-cactions li a {
        background: transparent none;
    }
    .ns-1 #content,
    .ns-1 #p-cactions li,
    .ns-1 #p-cactions li a {
        background: transparent none;
    }
    div.dokuwiki a.interwiki {
        background: transparent none;
        padding: 0;
    }
    div#content .dokuwiki blockquote {
        border-left: 2px solid #8cacbb;
        padding-left: 3px;
        margin-left: 0.2em;
    }
    div#content .dokuwiki code,
    div#content .dokuwiki pre,
    div#content .dokuwiki pre.code,
    div#content .dokuwiki pre.file {
        font-size: 100%;
    }
    div#content .dokuwiki pre,
    div#content .dokuwiki pre.code,
    div#content .dokuwiki pre.file {
        line-height: 1.2em;
        background-color: __background_other__;
    }
    div#content .dokuwiki dl.file,
    div#content .dokuwiki dl.file dd,
    div#content .dokuwiki dl.file dt {
        margin-left: 0;
    }
    div#content .dokuwiki dl.file dt {
        background-color: __background_other__;
    }  
}

@media (max-width:1100px) { 
	p img {
        max-width: 780px;
    }
 }
