body {
    font-size: 11px;
    color: #d7dce3;
    background: #0e1014;
    padding: 5px 0px 5px 0px;
}

body, td {
    font: 11px Tahoma;
    color: #d7dce3;
}

a {
    cursor: pointer;
    font-family: "Tahoma";
    color: #8fbaff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(140,190,255,0.6);
    text-decoration: none;
}

a:hover {
    font-family: "Tahoma";
    color: #b4d1ff;
    font-size: 11px;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(170,220,255,0.9);
    text-decoration: underline;
}

#menuto {
    text-align: center;
    height: 25px;
    padding-top: 10px;
}

#menuto ul {
    margin: 0;
    padding: 0;
    display: inline;
    list-style: none;
}

#menuto li {
    margin: 1px;
    display: inline;
}

#menuto a {
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    padding: 10px;
    color: #d7dce3;
}

#menuto a:hover, #menuto a:active {
    background: #1c2230;
    text-decoration: none;
    border: 1px solid #8fbaff;
    padding: 10px;
    margin: -1px;
}

.asd {
    font-family: "Tahoma";
    color: #d7dce3;
    font-size: 11px;
    font-weight: bold;
    display: box;
    text-decoration: none;
    border: 1px solid #5f6a7f;
    padding: 1px 3px 2px 3px;
    vertical-align: top;
    background: #181c23;
}

.menu a {
    font-family: "Tahoma";
    color: #d7dce3;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid #5f6a7f;
    padding: 1px 3px 2px 3px;
    background: #181c23;
}

.menu a:hover {
    font-family: "Tahoma";
    color: #e3e8f0;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid #8fbaff;
    padding: 1px 3px 2px 3px;
    background: #202634;
}

.menu2 a {
    font-family: "Tahoma";
    color: #d7dce3;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    text-decoration: none;
    border: 1px solid #5f6a7f;
    padding: 1px 3px 2px 3px;
    background: #181c23;
}

.menu2 a:hover {
    font-family: "Tahoma";
    color: #e3e8f0;
    font-size: 11px;
    font-weight: bold;
    display: block;
    width: 100%;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    text-decoration: none;
    border: 1px solid #8fbaff;
    padding: 1px 3px 2px 3px;
    background: #202634;
}

.bar1, .bar2, .bar3, .bar4, .bar5, .bar6, .bar7, .bar8 {
    border: 1px solid #5f6a7f;
    background: #151922;
    font-family: "Tahoma";
    color: #d7dce3;
    font-size: 11px;
    font-weight: bold;
}

.bar6 {
    color: #ff6b6b;
}

.bar7 {
    color: #e6c07b;
}

.title {
    border: 1px solid #6b7790;
    background: linear-gradient(to right, #3a4252, #1b202a);
    font-family: "Tahoma";
    height: 25px;
    text-align: center;
    color: #e3e8f0;
    font-size: 11px;
    text-shadow: 0 0 6px rgba(140,190,255,0.6);
    padding: 0px 0px 1px 5px;
    font-weight: bold;
}

.title1, .title2, .title3, .title4 {
    border: 1px solid #6b7790;
    background: linear-gradient(to right, #3a4252, #1b202a);
    font-family: "Tahoma";
    height: 18px;
    text-align: left;
    color: #e3e8f0;
    font-size: 11px;
    text-shadow: 0 0 6px rgba(140,190,255,0.6);
}

.input,
input {
    border: 1px solid #5f6a7f;
    background-color: #12161c;
    font-family: "Tahoma";
    color: #d7dce3;
    font-size: 11px;
    border-radius: 7px;
    text-shadow: 0 0 4px rgba(120,180,255,0.4);
    padding: 2px 4px 2px 4px;
}

.input:focus,
input:focus {
    outline: none;
    border-color: #8fbaff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    border: 1px solid #6b7790;
    background-color: #2a3142;
    font-family: "Tahoma";
    color: #e3e8f0;
    font-size: 11px;
    border-radius: 7px;
    text-shadow: 0 0 5px rgba(140,190,255,0.6);
    padding: 2px 4px 2px 4px;
    cursor: pointer;
    margin: 3px 6px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover{
    background-color: #3a4258;
}

div {
    display: inline;
    text-align: center;
}
