body, html {
    padding: 0; margin: 0;
}
body {
    font: 14px/18px Helvetica, Arial, sans-serif;
    background: #020202;
    color: #ccc;
}
a {
    color: #fff;
    text-decoration: underline;
    outline: none;
}
a:active {
    outline: none;
}
a:hover {
    color: #888;
}
a img {
    border: 0;
}
ul {
    margin: 0; padding: 0;
}
li {
    list-style-type: none;
}



/**
    ui
*/
input[type='text'], input[type='password'] {
    background:#000; color:#5B8F6E; font-family:helvetica; padding:6px; text-align:center;
    padding-top:10px; font-size:20px; border:0; margin-bottom:4px;
}
input[type='text']:hover, input[type='password']:hover {
    color:#fff;
}
.round {
    border: solid 2px #17231b;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}
a.ui {
    color:#678a70;
    text-decoration:none;
    display: inline-block;
    padding: 4px 8px 4px 8px;
    font-size: 13px;
    background: #0e1210;
}
a.ui:hover {
    color:#fff;
    background: #222;
    border-color: #666;
}
a.ui.disabled {
    cursor:default !important;
    color:#444 !important;
    border-color:#333 !important;
    background:#222 !important;
}

#ui_container {
    display: none;
}

#add, #clear, #save, #about, #delete, #session_title {
    position: absolute;
}

#about {
    bottom: 30px; right: 25px;
}
#add {
    top: 25px; left: 20px;
}
#clear, #delete {
    color:#9A1E1E;
    bottom: 30px; left: 20px;
    border-color:#2e1a1a;
    background:#211;
}
#clear:hover, #delete:hover {
    color:#f66;
    background:#311;
    border-color:#411f1f;
}
#delete {
    display:none;
}
#save, #save_confirm, #close_link {
    top: 25px; right: 20px;
    display: inline-block;
    background: #242;
    border: solid 3px #363;
    color: #595;
    border-radius: 7px; -webkit-border-radius: 7px; -moz-border-radius: 7px;
    vertical-align: top;
}
#save:hover, #save_confirm:hover, #close_link:hover {
    background: #353;
    border-color: #484;
    color: #fff;
}

#recent_container {
    position: absolute;
    top: 65px;
    right: 20px;
    text-align: right;
}
#recent_close {
}
#recent_links {
    text-align: left;
    background: #111;
    color: #444;
    line-height: 1.3em;
    margin-top: 5px;
    padding: 12px;
}
#recent_links a { 
    text-decoration:none; 
}
#recent_links .time {
    font-size: 12px;
}
#recent_links .more {
    text-align:center;
    margin-top:10px;
}

#session_title {
    width:100%;
    text-align: center;
    top: 20px;
    font-size: 18px;
    left:0 !important;
}
#session_title .title {
    display:block;
    display: inline-block;
    color: #678a70;
    background: rgba(0,0,0,0.5);
    padding: 7px 10px 7px 10px;
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
}


#link_modal, #save_modal {
    display:none;
    position:absolute; top:24px; right:20px;
}
#link_input, #title_input {
    color:#fff; font-size:18px; background:#0e1210; border:2px solid #17231b; padding:5px; margin:0; width:300px; -webkit-border-radius:4px; border-radius:4px; -moz-border-radius:4px;
}
#close_link {
    font-size:18px; font-weight:normal;
}


/**
    about
*/
#about-modal {
    text-align:center;
    display:none;
    position:relative;
    z-index:1000;
    width: 600px;
    margin: 0 auto;
    padding:20px;
    background:rgba(0,0,0,0.5);
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
a#launch{
    text-decoration:none;
    display: inline-block;
    font-size: 20px;
    padding: 10px 12px 8px 12px;
    margin: 10px 0 10px 0;
    color: #000;
    background-color: #00aaff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
a#launch:hover{
    background-color: #fff;
}
#launch_ctr {
    text-align: center;
    clear: both;
}
#title_img {
    width: 100%;
    height: 64px;
    background: url('/img/title.png') center no-repeat;
}
#footer {
    text-align:center;
}
#copyright {
    font-size: 10px;
}


/**
    app
*/
#seaquence_swf {
    position: absolute; top:0px; left: 0px;
    width:100%; height:100%;
    overflow: hidden;
}