/* start: few jQuery UI theme changes */
.ui-tabs-nav li {
    font-size: 11px;
}
ul.tabs-nav li {
    display: inline;
    list-style: circle;
}
ul.tabs-nav {
    list-style: circle;
}
ul.db-nav {
    list-style-type: circle;
}
ul.db-nav li {
    display: inline;
    list-style-type: circle;
}
.ui-tabs .ui-widget-header {
    background: none !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
}
/* no space between the two */
.ui-tabs.ui-widget-content {
    background: none !important;
    border: none !important;
}
.ui-tabs .ui-tabs-panel {
    /* commented out for Rehaul March 2012 layout
	padding: .3em !important;
	border-left: 1px solid #000000 !important;
	border-right: 1px solid #000000 !important;
	border-bottom: 1px solid #000000 !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    */
}
/* end: jquery ui changes */

/* header */
#header {
    position: relative;
    background: url(../images/transpar.png) no-repeat;
}
#logo {
    padding: 0 0 10px 10px;
    height: 95px;
    width: 170px;
    float: left;
}
#logo img, .server-status {
    height: 93px;
}
#banner {
    padding: 2px 7px;
}
#server-status {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
.headline {
    font-size: 2.4em;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-top: 35px;
    position: absolute;
    z-index: -1;
}

/** footer */
#footer {
    height: 16px;
    right: 10px;
    color: #666;
    z-index: 5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* BODY */
body{
    z-index: 0;
    margin: 0 auto;
    font-family: Arial, Helvetica;
    font-size:11px;
    color: #fff;
    height:100%;
    padding:0;
    /*Iexplorer*/
    scrollbar-base-color: #12416b;
    scrollbar-track-color: #0a2e52;
}

/* This way...because IExplorer < V9 cant display background:cover*/
#page-background {
    z-index: -100;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

/* Changing scrollbar layout on webkit based browsers for the whole site*/
::-webkit-scrollbar {
    height: 12px;
    width: 3px;
    background: url(../makeup/march2012/buttons/barh5.png) repeat-y;
    background-size: 20px;

}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    background: url(../makeup/march2012/buttons/butt_105.gif) repeat-y;
    background-size: 20px;
}
::-webkit-scrollbar-corner {
    background: #fff;
}
div{
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border:0;
}
table thead {
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
}
table.box tr {
    border: 1px solid #444;
}
h1 {
    font-size:11px;
    font-weight: bolder;
}
h2 {
    font-size:14px;
    font-weight: bolder;
    font-variant: small-caps;
}
.lt-ie9 .boxShadow {
    /* IE6-8 will have simple borders */
    border: 1px solid #888;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom:1;
}
.boxShadow {
    box-shadow: 0 0 5px #fff;
    -moz-box-shadow: 0 0 5px #fff;
    -webkit-box-shadow: 0 0 5px #fff;
}
.active {
    font-size: 11px;
    color: #ff0000;
    text-decoration: none;
}
.alt0 {
    background-color: #222222;
}
.alt1 {
    background-color: #282828;
}
#content {
    margin: 10px 0;
}
#content td {
    border-collapse: separate;
}
.switcher input, select, option{
    font-size:11px;
    color:#fff;
    background-color:#0a2e52;
    border: 1px #0000ff;
}

/* Divs */
#page {
    max-width: 84%; /*avoid running into the left sidebar*/
    text-align: center;
    margin-left: 180px;
    margin-right: auto;
}
.innerPage {
    /*give the div a min height and width so empty panels dont look too piffy*/
    min-height: 500px;
    min-width: 500px;
    max-width: 950px; /*This will change dynamically*/
    background: url(../images/trans.png) repeat !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.sideLeft {
    z-index: 5;
    position: absolute;
    height: 500px; /* Changed dynamically */
    width: 180px;
    background: url(../images/trans.png) repeat !important;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.1em;
}
.headerFix {
    margin-top: 0;
    height: 500px; /* will be dynamically changed in code */
    overflow: auto;
}
.statistic_page {
    overflow: auto;
    text-align: center;
    font-size: 11px;
    height:580px;
}
.avatar_tabs {
    overflow: auto;
    text-align: center;
    font-size: 11px;
}
/* Devtools */
.devtools {
    text-align: center;
    font-size: 11px;
}
.droppable {
    width: 120px;
    height: 120px;
    padding: 0;
    float: left;
    margin: 0;
}
.draggable {
    width: 100px;
    height: 100px;
    padding: 0;
    float: left;
    margin: 0;
    cursor: move;
}
/* END devtools */

.full {
    overflow: auto;
    /*Do we need fixed width/height anyway?
     /*height: 730px;*/
    /*width: 933px;*/
    text-align: center;
    font-size: 11px;
    position: relative;
}
.center_content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.mail-counter {
    color: red;
}
.blockUI h1 {
    font-size: large;
}
.updates {
    border: solid 1px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    width: 95%;
    margin-bottom:5px;
    margin-right:auto;
    margin-left:auto;
    padding: 5px 5px 5px 5px;
    font-size: 11px;
    background-image:url(../images/trans.png);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    text-align:left;
}
.inventory_pane {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    min-width: 500px;
    max-width: 1300px;
}
#acount_verify_dialog {
    display: none;
}
/* end Divs */

/* Spacers */
.vspacer {
    text-align:center;
    width: 100%;
    vertical-align: middle;
    height:15px;
    font-size: 11px;
    font-weight: bold;
    background-color: #0a2e52;
}
.vspacer2 {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    width: 100%;
    vertical-align: middle;
    height:15px;
    font-size: 11px;
    font-weight: bold;
}
/* end Spacers */

/* Links */
a {
    text-decoration: none;
}
a.nav {
    color: blue;
}
a.nav:hover {
    color: #9e0000;
}
a.close {
    color: white;
}
a.close:hover {
    color: #9e0000;
}
a:link  {
    color: #fff;
    outline: none;
}
a:hover  {
    color: #9e0000;
}
a:visited  {
    color: #fff;
}
a:hover:visited {
    color: #9e0000;
}
/* end Links */

/* Registration box */
#login, #register, #register-forum, #mobile {
    display: none;
}
.form-dialog label {
    display: block;
}
.form-dialog input.text {
    width: 95%;
    margin-bottom: 15px;
    padding: .3em;
}
.form-dialog label.inline {
    display: inline;
}

/* Form stuff, DOM elements */
.loading {
    display: none;
    position: absolute;
    background: rgba(20, 20, 20, .5) url(../images/ajax-loader.gif) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}
.sigresults {
    display: none;
    position: absolute;
    top: 40%;
    left: 40%;
    border: 2px solid #ffffff;
    background-color:#000;
    width: 150px;
    height: 100px;
    z-index: 1500;
    text-align:center;
}
input,select,textarea {
    font-size:10px;
    color:#fff;
    background-color: #0a2e52;
    border: 1px #0000ff;
}
hr {
    height: 1px;
    color: #fff;
    width: 95%;
    border: 0;
}
img {
    border: 0;
    vertical-align:middle;
}

/* CSS for Light box */
.black_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0.8;
    opacity:.80;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}
.LV_valid {
    color:#00CC00;
}
.LV_invalid {
    color:#CC0000;
}
.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* Status Chart */
.chartbox {
    color:#ffffff;
    text-align: center;
    margin-right:auto;
    margin-left:auto;
    padding: 0 0 0 15px;
    overflow:hidden;
    font-size: 11px;
    border: 0;
    background-image:url(../images/trans.png);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.chartbox h2{
    font-size: 14px;
    font-weight:bold;
    padding:0;
    margin:5px 0;
}

/* Vertical chart elements */
.barv{
    margin: 2px;
    float:left;
}
.barvvalue {
    padding:0;
    margin:0;
    color: #ffffff;
    font-size: 11px;
    text-align: center;
}

/* Horizontal chart elements */
.barh{
    margin: 4px;
    text-align:left;
    clear:both;
}
.barhvalue {
    padding:0;
    margin:0 5px;
    font-size: 11px;
    text-align: left;
    overflow:hidden;
    float:left;
}
.barhcaption {
    padding:0;
    margin:0 5px;
    font-size: 11px;
    text-align: right;
    overflow:hidden;
    float:left;
}
.barhimage {
    float:left;
}

/** a tag imitating submit button */
.button {
    padding: 2px;
    background:#CCC;
    color:#000;
    font-size: 11px;
}
a.button {
    color: #000000;
}
a.button:hover {
    color: #000000;
}
a.button span {
    color: #000;
}

/* Tables for Database (Items) */
table.database {
    border: solid white 1px;
    font-size: 11px;
}
td.database {
    border: solid white 1px;
    padding: 2px;
    text-align: left;
    font-size: 11px;
}
th.database {
    border: solid white 1px;
    padding: 2px;
    text-align: center;
    color: white;
    background-color: #0a2e52;
    font-size: 11px;
}
table.nested {
    padding: 11px 11px 11px 11px;
    border: 0;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
}
td.nested {
    border: 0;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
}
.nestedleft {
    border: 0;
    font-size: 1em;
    text-align: left;
    vertical-align: top;
}
.nestedright {
    border: 0;
    font-size: 1em;
    text-align: right;
    vertical-align: top;
}
.tdcentran {
    border: solid white 1px;
    text-align: center;
    /*background-image:url(../images/trans.png);*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}
.tdcentran * {
    position:relative;
}
.trans {
    /*border: solid white 1px;
    background-image:url(../images/trans.png);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    */
}
.nonetranscen {
    border: solid white 1px;
    background-color: Black;
    text-align: center;
}
.nonetrans {
    vertical-align:middle;
    border: solid white 1px;
    background-color: Black;
}
.trans * {
    position:relative;
}

/*Download Page Table*/
.download_body {
    background: none !important;
}
table.downloads {
    border: solid white 1px;
    font-size: 11px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}
td.downloads {
    /*background: url(../makeup/buttons/blue_bar.button.gif) no-repeat;*/
    background: url(../images/im_blank.png) no-repeat;
    background-size: 100% 30px;
    height: 32px;
    text-shadow: 0.2em 0.2em 0.2em gray;
    padding: 0 0 0 5px;
}
th.downloads {
    text-align: left;
    color: white;
    background-color: #000066;
    padding: 0 0 0 5px;
}
/* End Download Page Table */

iframe {
    border: 0;

}

#recaptcha_response_field {
    color: #ffffff;
}

#sortable {
    list-style-type: none; margin: 0; padding: 0;
}
#sortable li {
    margin: 0 3px 3px;
    padding: 0.4em 0.4em 0.4em 1.5em;
}
#sortable li span {
    position: absolute; margin-left: -1.3em;
}

/* TipTip CSS - Version 1.2 */
#tiptip_holder {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
    padding-top: 5px;
}
#tiptip_holder.tip_right {
    padding-left: 5px;
}
#tiptip_holder.tip_left {
    padding-right: 5px;
}
#tiptip_content {
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    z-index: 10000;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border: 6px solid transparent;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #fff;
    border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #fff;
    border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
    border-right-color: #fff;
    border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
    border-left-color: #fff;
    border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: rgb(25,25,25);
    border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-left: -6px;
    border-bottom-color: rgb(25,25,25);
    border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -5px;
    border-right-color: rgb(25,25,25);
    border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-left: -7px;
    border-left-color: rgb(25,25,25);
    border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #tiptip_content {
        padding: 4px 8px 5px 8px;
        background-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_bottom #tiptip_arrow_inner {
        border-bottom-color: rgba(45,45,45,0.88);
    }
    #tiptip_holder.tip_top #tiptip_arrow_inner {
        border-top-color: rgba(20,20,20,0.92);
    }
}

/** faction */
.faction-neg { color: red;}
.faction-pos { color: green;}
.faction-neutral { color: gray;}
.faction-neg.progress-bar-clear {
    background-color: #500;
}
.faction-neg.progress-bar-progress {
    background-color: #C00;
}
.faction-pos.progress-bar-progress {
    background-color: #0C0;
}
.faction-pos.progress-bar-clear {
    background-color: #050;
}

/** progress bar */
.progress-bar {
    width:100%;
}
.progress-bar td {
    padding:0;
}

/** New Maps **/
#canvas {
    margin-top: 5px;
    position: relative;
    width: 720px;
    height: 540px;
    z-index: 1;
    float: left;
}
#canvas div.u_nav {
    position: absolute;
    width: 12px;
    color: #999999;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_planet {
    position: absolute;
    width: 12px;
    color: #999999;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_l_planet {
    position: absolute;
    width: 12px;
    color: green;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_gate {
    position: absolute;
    width: 12px;
    color: green;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_gate {
    position: absolute;
    width: 12px;
    color: green;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_res_gate {
    position: absolute;
    width: 12px;
    color: yellow;
    font-weight: bolder;
    height: 12px;
    z-index: 10;
}
#canvas div.u_pir_gate {
    position: absolute;
    width: 12px;
    color: red;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.u_weft {
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
    color: #ffaa00;
}
#canvas div.u_station {
    position: absolute;
    width: 12px;
    color: yellow;
    font-weight: bolder;
    font-size: 14px;
    height: 12px;
    z-index: 10;
}
#canvas div.nav {
    background-image: url(../images/maps/nav4.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
}
#canvas div.gate {
    background-image: url(../images/maps/nav7.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 10;
}
#canvas div.res_gate {
    background-image: url(../images/maps/nav9.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 10;
}
#canvas div.pir_gate {
    background-image: url(../images/maps/nav8.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 10;
}
#canvas div.weft {
    background-image: url(../images/maps/nav6.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 10;
}
#canvas div.station {
    background-image: url(../images/maps/nav3.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
}
#canvas div.planet {
    background-image: url(../images/maps/nav1.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
}
#canvas div.l_planet {
    background-image: url(../images/maps/nav2.gif);
    position: absolute;
    width: 12px;
    height: 12px;
    z-index: 10;
}
#canvas div.stationimg {
    display: block;
    z-index:1;
    position: absolute;
    background-size:30px 30px;
    width: 30px;
    height: 30px;
}
#canvas div.planetimg {
    display: block;
    z-index:1;
    position: absolute;
    background-size:50px 50px;
    width: 50px;
    height: 50px;
}
#canvas div.navname {
    display: block;
    position: absolute;
    color: #999999;
    z-index: 2;
    font-size:10px;
}
#canvas div.navname.highlight {
    display: block;
    z-index: 100;
    color: #ffffff;
}
#canvas div.navname.fade {
    display: block;
    color: #222222;
    z-index: 1;
}
hr.map_hr {
    height:1px;
    color: #ffffff;
    background-color: #ffffff;
    width: 100%;
    float: none;
    border: 0;

}
.stationinfo {
    margin-top: 2px;
    margin-right: 10px;
    width: 180px;
    height: 540px;
    font-size: 10px;
    border: 0;
    text-align: center;
    float: right;
}
.st_top {
    background: url(../images/maps/menu-top.png) no-repeat;
    font-weight: bolder;
    color: yellow;
    height: 10px;
    width: 180px;
}
.st_middle {
    padding-top: 10px;
    background-image: url(../images/maps/menu-middle.png);
    height: 510px;
    overflow: auto;
    vertical-align: top;
    width: 180px;
}
.st_bottom {
    height: 10px;
    background: url(../images/maps/menu-bottom.png) no-repeat;
    width: 180px;
}
.st_header {
    font-weight: bolder;
    display: block;
    color: #ffaa00;

}
.maps_main_bottom {
    display: none;
    margin-top: 550px;
    padding-left: 35px;
    position: relative;
    left: 0;
    width: 720px;
    height: 65px;
    background: url(../images/maps/main-bottom.png) no-repeat;
}

#position {
    position: absolute;
    float: left;
    display: none;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    padding: 4px 8px;
    border: 1px solid rgba(255,255,255,0.25);
    background-color: rgb(25,25,25);
    background-color: rgba(25,25,25,0.92);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 0 0 3px #555;
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    z-index: 5;

}

#vertical {
    background: #050;
    width: 1px;
    opacity: 0.5;
    height: 540px;
    position: absolute;
    display: none;
    top: 0;
    z-index: 3;
}

#horizontal {
    background: #050;
    width: 720px;
    opacity: 0.5;
    height: 1px;
    position: absolute;
    display: none;
    top: 0;
    z-index: 3;
}

/* End Maps */

/* home */
.megan {
    background: url(../makeup/megan.gif) no-repeat right;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66%;
}
.home_page {
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 0.1em 0.1em 0.1em #aaa;
    min-height: 480px;
}
.home_page h2 {
    font-size: 18pt;
}
.home_page h3 {
    font-size: 16pt;
    padding-bottom: 3em;
}
.home_page p {
    font-size: 14pt;
}
.menuBoxHome {
    font-size: 14px;
    border: 0.2em solid #aaa;
    padding:0.8em;
    width: 875px;
    height: 280px;
    box-shadow: 0 0 25px #fff;
    -moz-box-shadow: 0 0 25px #fff;
    -webkit-box-shadow: 0 0 25px #fff;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.menuBoxHomeLarge {
    font-size: 14px;
    padding:0.8em;
    width: 778px;
    height: 280px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
.menuBoxHomeSmall {
    font-size: 11px;
    border: 0.1em solid #aaa;
    padding:1.0em;
    width: 29%;
    height: 115px;
    max-height: 100px;
    box-shadow: 0 0 25px #fff;
    -moz-box-shadow: 0 0 25px #fff;
    -webkit-box-shadow: 0 0 25px #fff;
    overflow: hidden;
    text-align: center;
	margin-left: auto;
    margin-right: auto;
    float: left;
}
.latestNews {
    font-size: 20px;
    font-weight: bold;
    font-variant: small-caps;
    color: #ededff;
    text-align: left;
    text-shadow: 0 -0.05em 0 #000, 0.05em -0.05em 0 #888, -0.05em 0.05em 0 #888, 0.05em 0.05em 0 #888;
}
.latestNewsBody {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: left;
    text-shadow: 0 -0 0 #000, 0 0 0 #888, 0 0 0 #888, 0 0 0 #888;
}
.avatar-name a:hover {
    color: #00d6ff;
    text-shadow: 1px  1px 5px #aaa,
    -1px  1px 5px #aaa,
    1px -1px 5px #aaa,
    -1px -1px 5px #aaa;
}
.avatar-name a.current {
    color: #00d6ff;
}
.avatar-name {
    font-size: 18px;
    padding: 12px;
    font-variant: small-caps;
    text-shadow: 0 2px 3px #aaa;
    line-height: 0.6em;
}
.avatar-header {
    padding: 12px;
    font-size: 18px;
    font-weight: 900;
    text-shadow: 1px  1px 5px #aaa,
    -1px  1px 5px #aaa,
    1px -1px 5px #aaa,
    -1px -1px 5px #aaa;
}
.guild-name-option {
    padding: 8px;
    font-size: 10px;
}
.guild-name {
    font-size: 9px;
    padding: 12px;
    font-variant: normal;
}

/*the little close-crosses on tabs: Easier to target */
.remove.img {
    cursor: crosshair;
}

/* news css */
.news_title {
    font-size: 1.4em;
    font-variant: small-caps;
    color: white;
    border-bottom: 1px white solid;
    font-weight: bolder;
}

.news_subtitle {
    font-size: 0.7em;
    font-variant: small-caps;
    color: white;
}

.news_article {
    text-align: left;
    height: 435px;
    width: 460px;
    font-size: 0.8em;
    overflow: auto;
    border: 1px solid white;
    background-color:rgba(0,0,0,0.85);
    border: 1px solid white;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
}

.news_article h1 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bolder;
    font-variant: small-caps;
}

.news_article h2 {
    text-align: center;
    font-size: 1.2em;
    font-weight: bolder;
    font-variant: small-caps;
}

.news_article h3 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bolder;
    font-variant: small-caps;
}

.news_article h4 {
    text-align: center;
    font-size: 1em;
    font-weight: bolder;
    font-variant: small-caps;
}


.news_div {
    font-size: 10px;
    text-align: left;
    float: left;
}

.edit_news {
    cursor: pointer;
    padding: 5px;
    border: 1px solid white;
    margin: 5px;
    background: #003a80;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bolder;
}

.edit_news_selected {
    cursor: pointer;
    padding: 5px;
    border: 1px dotted red;
    margin: 5px;
    background: #003a80;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bolder;
}

.edit_news:hover {
    cursor: pointer;
    padding: 5px;
    border: 1px solid #a00;;
    margin: 5px;
    background: #003a80;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bolder;
}
.edit_news_list {
    background: #111;
    width: 125px;
    height: 425px;
    border: 1px solid white;
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.edit_ignews_list {
    background: #111;
    width: 125px;
    height: 425px;
    border: 1px solid white;
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.news_table {
    height: 425px;
    border: 1px solid white;
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #111;
}

.news_igtable {
    height: 155px;
    border: 1px solid white;
    list-style-type: none;
    padding: 5px;
    margin: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #111;
}

.spoiler {
    display: none;
}

/** database, inventory item description page */
.item-info-div {
    margin: 1em auto;
    max-width: 100em;
}
.item-info-div h2{
    margin-bottom:.3em;
}
.item-info-div h3 {
    font-weight: normal;
    margin-top: 0;
}
.item-info-div .effect-list dt {
    font-weight: bold;
}
.item-info-div h2,
.item-info-div .effect-list dt {
    color: #7B9AB8;
}
.item-info-div .more-info ul {
    list-style-type: none;
}

/* End News CSS */

.hibp-warning {
	display: block;
	padding: .2rem;
	margin: .5rem;
	border: 2px solid #f00;
	background-color: #500;
	color: #fff;
	font-size: 1.1rem;
}
.hibp-warning a {
    text-decoration: underline;
}

.font-bold {
    font-weight: 700;
}