html body {
    background: -moz-linear-gradient(top,  #000000 0%, #1b1d33 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#1b1d33)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #000000 0%,#1b1d33 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #000000 0%,#1b1d33 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #000000 0%,#1b1d33 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #000000 0%,#1b1d33 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1b1d33',GradientType=0 ); /* IE6-9 */
    color: #f5f5f5;
    background-color: #1a1c32;
    background-repeat: repeat-x;
    position: relative;
}
html body a {
    color: #eee;
}

html body .form-title, html body .form-title+.center, html body .form-title+.center+.right, html body .form-title+.right { 
    background: rgba(85,85,85,0.9);
    color: #ddd;
}
tr td {
    background-image: none;
}
table.width100 td.menu {
    background: rgba(85,85,85,0.9);
    border-radius: 0;
    color: rgba(85,85,85,0.9);
    text-shadow: none;
}
table.width100 td.menu a {
    color: #fff;
}
table {
    border: none !important;
}

input, select,textarea {
    border: none;
    
}
input[type='submit'],select {
    background: #eee;
}
input[type='submit'],select, input[type='text'], textarea {
    background: #222;
    padding: 2px;
    border-radius: 2px;
    color: #ddd;
}

tr.row-category2 {
    background: #585868;
}
tr.row-category2 a {
    color: #ddd;
}
tr.row-1 {
    background: #585858;
    color: #ddd;
}

div[align='center'], td[width='50%']{
    padding-left: 0;
    padding-right: 0;
}
table.hide {
    border-collapse:collapse;
}

html body .form-title a.subtle {
    text-shadow: none;
    color: #fff;
}
a:hover{
    color: #ddf !important;
}

tr[bgcolor="#fcbdbd"], td[bgcolor="#fcbdbd"]{
    background: rgba(252, 189, 189, 0.7);
}
tr[bgcolor="#e3b7eb"], td[bgcolor="#e3b7eb"] {
    background: rgba(227, 183, 235, 0.7);
}
tr[bgcolor="#ffcd85"], td[bgcolor="#ffcd85"] {
    background: rgba(255, 205, 133, 0.7);
}
tr[bgcolor="#fff494"], td[bgcolor="#fff494"] {
    background: rgba(255, 244, 148, 0.7);
}
tr[bgcolor="#c2dfff"], td[bgcolor="#c2dfff"] {
    background: rgba(194, 223, 255, 0.7);
}
tr[bgcolor="#d2f5b0"], td[bgcolor="#d2f5b0"] {
    background: rgba(210, 245, 176, 0.7);
}
tr[bgcolor="#c9ccc4"], td[bgcolor="#c9ccc4"] {
    background: rgba(201, 204, 196, 0.7);
}

tr.spacer {
    background: #585858;
}
td.category {
    background: #585868;
    color: #ddd;
    text-shadow: none;
}

tr.row-2 {
    background: #686868;
    color: #ddd;
}

a.subtle {
    color: #ddd;
    text-decoration: underline;
}
.mantisLogo {
    height: 80px;
}
.mantisLogo a {
    display: block;
    border-radius: 200px;
    float: left;
    padding: 100px 20px;
    margin: -100px 0 0 -20px;
    position: absolute;
    z-index: -2;
    
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f9f7c0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f9f7c0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f9f7c0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f9f7c0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f9f7c0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f9f7c0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f7c0',GradientType=0 ); /* IE6-9 */

}
.mantisLogo.poserSmallHeader {
    height: 50px;
}
.mantisLogo.poserSmallHeader a {
    padding: 70px 20px;
     margin: -70px 0 0 -20px;
}
.login-info-left {
    color: #ccc;
}

.building-container {
    position: absolute;
    z-index: -1;
    top: 80px;
    bottom: 0;
    overflow: hidden;
    /*position: fixed;*/
}
.building-container.poserTinyHeader {
    top: 5px;
}
.building {
    margin: 1px;
    /*width: 30px;*/
    float: left;
    margin-bottom: -70px;
    opacity: 0.9;
}

.buildingGradient {
    background: #2a4259; /* Old browsers */
background: -moz-linear-gradient(top,  #2a4259 0%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2a4259), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2a4259 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2a4259 0%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2a4259 0%,#000000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2a4259 0%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4259', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

}

.stars-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -3;
    height: 200px;
    overflow: hidden;
}
.star {
    height: 1px;
    width: 1px;
    /*background: #fff;*/
    line-height: 0;
    padding: 0;
    position: absolute;
}
.star-hider {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ff000000',GradientType=0 ); /* IE6-9 */

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
html body .tinyheader-right {
    top: 3px;
    right: 3px;
}