body {
    margin: 0;
    background: black;
}

tr, td, div {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #DDBEBC;
    /*border: 1px dotted red;*/
}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #DDBEBC;
    margin: 8px 0;
    /*text-indent: 20px;*/
}

td {
    border: 0 solid;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
}

table {
    border-width: 0;
    border-spacing: 0;
    font-size: 11px;
}

h1 {
    color: lime;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 10px;
    color: white;
}

h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
}

div#overDiv {
    background: black;
    filter: alpha(opacity=80);
    opacity: 0.80;
    padding: 10px;
    border: 1px solid #a71113;
}

.overlibText {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #DDBEBC;
    background: black;
    padding: 2px;
    line-height: 1.5;
}

/* ------------ linki ------------------- */
a:link, a:visited, .lnk {
    color: #DD3333;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

a:hover, .lnk:hover {
    color: white;
    /*background: black;*/ /*#000000;*/
    text-decoration: underline;
}

a.menulink:link, a.menulink:visited {
    background: transparent;
    color: #663a3a;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

a.menulink:hover, span.menulink:hover {
    color: #842c2c;
    text-decoration: underline;
}

span.menulink {
    color: #663a3a;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

div.main {
    position: relative;
    top: 0;
    margin-top: 0;
    background: transparent;
}

/* main */
div.logo {
    position: relative;
    left: 0;
    top: 0;
    background: url('gfx/logo_bloodwars.jpg') no-repeat center center;
    width: 945px;
    height: 190px;
    z-index: 1;
    border: 0 solid yellow;
    clear: both;
}

div.top {
    position: relative;
    background: transparent;
    overflow: hidden;
    width: 945px;
    height: 75px;
    z-index: 3;
    clear: both;
    border: 0 solid red;
}

div.top-content {
    position: relative;
    height: 65px;
    width: 600px;
    z-index: 5;
    border: 0 solid green;
}

div.top-options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: 0 solid green;
    z-index: 1000;
}

div.menu {
    width: 200px;
    margin-top: 0;
    z-index: 22;
    border: 0 solid white;
    overflow: auto;
    margin-right: 6px;
}

.menu-content {
    /*margin-top: 200px;*/
    background: transparent;
    margin-top: 130px;
}

ul.menu {
    position: relative;
    width: 200px;
    background: transparent;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    color: white;
    padding: 0;
    text-align: center;
    list-style-type: none;
}

li.menu {
    position: relative;
    background: transparent;
    margin: 0;
    padding: 2px 0 3px 0;
    border: 0;
}

div.mainframe {
    position: relative;
    width: 944px;
    height: 454px;
    background: url('gfx/mainframe2.png') no-repeat top left;
    margin-top: 0;
    z-index: 5;
    border: 0 solid yellow;
}

div.overlayer {
    position: relative;
    width: 944px;
    height: 454px;
    margin-top: 0;
    background: url('gfx/mainframe2_dark.png') no-repeat top left;
    z-index: 50;
}

div.copyright {
    position: relative;
    margin-bottom: 8px;
    text-align: center;
    z-index: 50;
    width: 945px;
    clear: both;
    border: 0 solid white;
}

div.copyright p {
    margin: 0 !important;
    padding: 0 !important;
}

div.copyright span {
    font-size: 10px;
    font-weight: normal;
}

img#bwteam_logo {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
}

div.countries {
    position: absolute;
    bottom: 6px;
    right: 30px;
}

div.flashmenu {
    position: absolute;
    top: 60px;
    left: 350px;
    z-index: 10;
}

div#loading {
    position: absolute;
    top: 56px;
    left: 0;
    text-align: center;
    width: 100%;
    display: none;
    z-index: 100;
}

tr.tblheader {
    text-align: center;
    font-weight: bold;
    background: url('gfx/tblheader.jpg') repeat-x;
    height: 20px;
}

tr.tblheader td {
    color: white;
    padding: 1px 0 8px 0;
}

div.scrns img {
    border: 0;
}

table#authors {
    width: 100%;
    margin-top: 15px;
    text-align: left;
}

table#authors td {
    padding-bottom: 10px;
    vertical-align: top;
}

td.ah {
    text-align: right;
    font-weight: bold;
    padding-right: 15px;
    width: 50%;
    color: #F49090;
}

.even {
    background: #412626;
    filter: alpha(opacity=80);
    opacity: 0.80;
}

/* elementy formularzy */

input, select, textarea, .combobox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ab9d9d;
    background: transparent;
    width: 110px;
    border: 1px solid #D4BEC1 !important;
    outline: none;
}

input[type="checkbox"] {
    width: unset;
}

.button {
    font-weight: bold;
    margin: 0;
    padding: 1px 10px;
}

.inputbox {
    margin: 0;
    padding: 2px;
}

.i_login {
    position: relative;
    margin-left: 34px;
    margin-top: 15px;
    outline: none;
}

.i_passwd {
    position: absolute;
    top: 15px;
    left: 158px;
}

.i_realm {
    position: absolute;
    top: 15px;
    left: 280px;
    width: 140px;
}

.i_loginbtn {
    position: relative;
    margin-top: 15px;
    width: 140px;
}

#login_field {
    position: absolute;
    width: 160px;
    height: 65px;
    top: 0;
    left: 0;
    background: url('gfx/form_left.jpg') no-repeat top left;
    text-align: left;
    border: 0 solid red;
}

#login_button {
    position: absolute;
    width: 173px;
    height: 65px;
    top: 0;
    right: 0;
    background: url('gfx/form_right.jpg') no-repeat top right;
    text-align: left;
    border: 0 solid red;
}

.inputbox:focus, .button:hover, .button:focus, .combobox:hover, .combobox:focus {
    color: #f49090;
}

.combobox {
    padding: 0;
    background: black !important;
}

.combobox > option {
    padding: 1px 5px;
    background: black;
}

.error {
    color: #FF3300;
    font-weight: bold;
    /*text-decoration: blink;*/
}

/* content */

div.mf_title {
    height: 44px;
}

div.mf_title div#ttl {
    padding-top: 10px;
    padding-left: 90px;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

div.mf_title div#cimg {
    float: right;
    padding-right: 10px;
    padding-top: 5px;
    /*cursor: pointer;*/
}

div.mf_title div#cimg:hover {
    color: white;
}

div.mf_title div#cimg span {
    font-weight: bold;
}

div.mf_title div#cimg img {
    padding-bottom: 10px;
    vertical-align: middle;
    border: 0;
}

div.mf_title div#cimg a:link, div.mf_title div#cimg a:visited {
    color: #DDBEBC;
}

div.mf_title div#cimg a:hover {
    text-decoration: none;
    color: white;
}

div.mf_content {
    margin: 10px 0;
    padding: 0 20px;
    height: 390px;
    overflow: auto;
    text-align: justify;
}


/* inne */
form {
    margin: 0;
    padding: 0;
}

a.movie_clip {
    display: block;
    width: 479px;
    height: 266px;
    border: 1px solid #444444;
    text-decoration: none;
}

a.movie_clip:hover {
    border: 1px solid #444444;
    text-decoration: none;
}

div.rememberMeContainer {
    position: absolute;
    left: 0;
    bottom: 20px;
    color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 1000;
}

div.rememberMeContainer div {
    margin-right: 232px;
    font-size: 9px;
    display: flex;
    align-items: center;
}

div.rememberMeContainer div input {
    margin-right: 4px;
}
