.ui-widget {
    font-size: 0.9em;
}
.ui-tabs .ui-tabs-nav li a {
    padding: 0.3em 0.8em;
}
.ui-dialog-content p {
    margin: 5px 0 5px 0;
}
.ui-icon {
    margin-right: 0.3em;
}
.ui-state-error, .ui-state-highlight {
    padding: 0.3em 0.5em;
}
.cb { clear: both; }
.fl { float: left; }
.ll { text-align: left; }
.cc { text-align: center; }
.rr { text-align: right; }
.pointer { cursor: pointer; }
.hidden { display: none; }
* {
    margin: 0;
    padding: 0;
}
html { height: 100%; }
body {
    height: 100%;
    text-align: center;
    background-color: #C0DEED;
}
#container {
    height: 100%;
    text-align: left;
    max-width: 1000px;
    margin: auto auto;
    position: relative;
}
#topbar {
    color: white;
    margin-bottom: 10px;
    background-color: black;
    padding: 10px 10px 10px 10px;
}
#topbar a:link, #topbar a:visited {
    color: white;
    text-decoration: none;
}
#topbar a:hover, #topbar a:active {
    color: white;
    text-decoration: underline;
}
#logo {
    float: left;
}
#navs {
    float: right;
    z-index: 200;
    position: relative;
}
.loading {
    text-align: center;
    margin-bottom: 10px;
}
.gadget {
    text-align: center;
    margin-bottom: 10px;
    background-color: #D9ECF5;
}
.info {
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.wordlists, .wordlists option {
    text-align: center;
}
.ridmys {
    height: 150px;
    background-color: transparent;
}
.riddlecont {
    z-index: 1;
    height: 80px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 80px;
    position: relative;
    background-color: white;
    border-bottom: 1px solid #C0DEED;
}
.mysterycont {
    top: -45px;
    z-index: 0;
    height: 60px;
    line-height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    background-color: white;
    margin: 0px 15px 0px 15px;
}
#controls, #controls_b, #controls_c {
    background-color: #8EC1DA;
    padding: 5px 10px 5px 10px;
}
#controls img, #controls_b img, #controls_c img {
    width: 72px;
    cursor: pointer;
}
#controls, #controls_c {
    display: none;
}
#bottombar {
    color: gray;
    font-size: 0.8em;
    text-align: center;
    padding: 5px 0px 5px 0px;
}
#bottombar a:link, #bottombar a:visited {
    color: gray;
    text-decoration: underline;
}
#bottombar a:hover, #bottombar a:active {
    color: gray;
    text-decoration: underline;
}
.dialog_ul {
    margin-left: 20px;
}
.dialog_ul ul {
    margin-left: 40px;
}
.signup_progress_cont {
    text-align: center;
    margin: 10px auto 15px auto;
}
.signup_progress, .signup_progress_current {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 5px 10px 5px 10px;
}
.signup_progress {
    background-color: #C0DEED;
}
.signup_progress_current {
    background-color: #8EC1DA;
}
#dialog_signin ul, #dialog_merge ul {
    list-style: none;
    text-align: center;
}
#dialog_signin li, #dialog_merge li {
    margin-top: 10px;
}
#dialog_signin a, #dialog_merge a {
    border: 0;
}
.signin_logo {
    border: 0;
    width: 150px;
}
.form_error {
    color: red;
    font-size: 0.8em;
    margin-left: 10px;
}
.form_hint {
    color: gray;
    font-size: 0.8em;
}
.public_wordlists {
    list-style: none;
    margin-left : 20px;
}
