@charset "UTF-8";

/* Reset */
body {
    margin: 0px;
    padding: 0px;
    background-color: #141414;
    height: 100%;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input, textarea {
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer;
}

td {
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

/* jQuery UI customization */
.ui-selectmenu-button.ui-button {
    display: block;
    position: fixed;
    left: 10px;
    top: 10px;
    border: 1px solid #739CEF;
    /*margin: 5px auto;*/
    text-align: left;
    white-space: nowrap;
    width: 200px;
    height: 18px;
}

.ui-button {
    padding: 2px 2px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #212121;
    text-shadow: 0px 0px 1px black;
}

.ui-menu-item {
    padding: 2px 2px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    color: #212121;
    text-shadow: 0px 0px 1px black;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #aaa;
    background: none;
    background-color: #739CEF;
    font-weight: normal;
    color: #212121;
}

.ui-icon-triangle-1-s {
    background-position: -65px -15px;
}

/* Worldmap */
#motr-worldmap {
    position: relative;
    left: 0;
    top: 0;
    /*margin: 0 auto;*/
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    min-width: 1000px;
    width: 1280px;
    height: 16px;
}

#motr-worldmap .hide {
    display: none !important;
}

#motr-worldmap .invisible {
    visibility: hidden !important;
}

.motr-worldmap_mask {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
}

.motr-worldmap_cell {
    position: absolute;
    cursor: pointer;
}

.motr-worldmap_dungeon-cell {
    background-color: #8D3125;
    color: #CECECE;
    border: solid #CC1010 1px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
    text-decoration: none;
    padding: 5px 2px;
}

.motr-worldmap_dungeon-cell:hover {
    background-color: #CC1010;
    border-radius: 5px;
}

.motr-worldmap_map-cell:hover {
    background-color: black;
    opacity: 0.3;
    border: solid #E76300 1px;
    border-radius: 5px;
}

.motr-worldmap_mapinfo-popup {
    position: absolute;
    background-color: black;
    border-radius: 5px;
    z-index: 1;
}

.motr-worldmap_mapinfo-popup_image {
    position: absolute;
    background: url(../images/loading.gif) 50% no-repeat;
}

.motr-worldmap_mapinfo-popup_description {
    position: absolute;
    color: yellow;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
}

.motr-worldmap_mapinfo-popup_name {
    position: absolute;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
}

.motr-worldmap_dungeon-map-list {
    position: absolute;
    background-color: white;
    color: black;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
}

.motr-worldmap_dungeon-map-list_item {
    display: block;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: black;
    padding: 2px 4px;
    border-radius: 3px;
    white-space: nowrap;
}

.motr-worldmap_dungeon-map-list_item:hover {
    background-color: #739CEF;
}