html, body, #generator {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

html {
    color: #000;
    font-family: Arial;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
}

textarea {
    resize: none;
    border-radius: 0;
    -ms-overflow-style: none;
}

textarea:focus,
inpit:focus {
    outline: 0;
}

a {
    color: #d5d5d5;
}

.clear {
    clear: both;
    height: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

.line_through {
    text-decoration: line-through;
}

.italic {
    font-style: italic;
}

.js {
    background-image: url(../images/bg_metroblack.jpg);
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html:not(.js) {
    background-color: black !important;
}

html:not(.js) #topmenu {
    display: none !important;
}

#topmenu {
    margin: 10px 10px 2px 10px;
    height: 40px;
    border-left-width: 0;
    border-right-width: 0;
}

#topmenu a {
    font-weight: bold;
    line-height: 40px;
    padding: 0 15px 0 15px;
    margin: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 0;
}

#mud_dialog_body {
    text-align: center;
    cursor: default;
}

#mud_dialog_body p{
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
}

#button_create_account {
    width: 200px;
    height: 50px;
    font-size: 17px;
    text-transform: uppercase;
}

#name_generator_dialog_wnd_title {
    text-align: center;
}

#name_generator_dialog_body {
    padding: 5px;
}

#name_generator_dialog_body table,
#name_generator_dialog_body th,
#name_generator_dialog_body td {
    border-width: 0;
}

#name_generator_dialog_body .k-slider {
    margin-right: 10px;
    margin-left: 10px;
}

#name_generator_dialog_body .k-slider-horizontal {
    height: 10px;
}

#name_generator_dialog_header p {
    text-align: center;
}

#name_generator_dialog_body_bottom {
    text-align: center;
}

#name_generator_dialog_body_bottom input[type=button] {
    width: 160px;
    height: 40px;
    font-size: 17px;
    text-transform: uppercase;
}

#name_generator_dialog_body_bottom .name_generator_results{
    text-transform: capitalize;
    font-size: 15px;
    margin-left: 5px;
}

#name_generator_info_dialog {
    text-align: left;
    margin: auto 20%;
    width: 60%;
    top: 800px;
    padding: .58em;
}
