@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 2px solid #555; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0 0 5px red; -webkit-box-shadow: 0 0 5px red; box-shadow: 0 0 5px red;}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #66ccff; color:#fff; text-shadow: none; }
::selection { background:#66ccff; color:#fff; text-shadow: none; }
/*a:link { tap-highlight-color:#00A0E9; -webkit-tap-highlight-color: #00A0E9;  }*/

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body {  line-height: 1; color: #333; padding:0 5px;}
a, a:active, a:visited { color: #00A0E9; }
a:hover { color: #00A0E9; text-decoration: underline; }


/* #Styling
================================================== */
html { height: 100%;}

body {
width: 300px;
min-height: 100%; height: auto !important; height: 100%;
margin: auto;
padding: 10px 0;
font: 0.75%/1.4 ;
color: #333;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit;}
h1, h3 { color:#00A0E9;}
h3 { font-size: 1.3em;}
p { line-height: 1.4em;}

/* #Links
================================================== */
a, a:visited { color: #00A0E9; text-decoration: none; }
a:hover, a:focus { color: #00A0E9; text-decoration: none; }
p a, p a:visited { line-height: inherit;}
img a { border: none; text-decoration: none; }

.lightbox{ width:290px; margin: 0 auto;}
.lightbox h1 { margin-bottom: 5px;}
.lightbox h3 { font-size: 1.3em; color:#000;}
.lightbox p { color:#888;}
.lightbox ul { margin: 15px 0; overflow: hidden;}
.lightbox li { float: left; margin: 0; padding: 0; font-size: 1.3em; line-height: 1.7; }
.lightbox li:after { content: "/"; color: #999; padding: 0 .5em; }
.lightbox li a, .lightbox li a:visited { text-decoration:none; font-weight: bold; }
.lightbox li a:visited { text-decoration:none; color:#30c6eB; }
.lightbox li a:hover { text-decoration: underline; }
.button-userlist { display:block; overflow: hidden; margin-top: 30px; width: 157px; height: 32px; }
.button-userlist:before { content: url('img/button-userlist.png');}
.button-close { position: absolute; top: 15px; right: 15px; width: 27px; height: 27px; overflow: hidden;}
.button-close:before { content: url('img/button-close.png');}

body #return a{
    display:block;
    width:290;
    margin:10px auto;
    text-align:center;
    background-color:#0099DB;
    -webkit-border-radius: 3px;
    moz-border-radius: 3px;
    border-radius: 3px;
    color:#FFF;
    font-size: 14px;
    text-decoration:none;
    font-weight:bold;
    line-height: 44px;
    vertical-align: middle;
}

.lightbox section {
margin: 5px 0;
width: 250px; padding: 15px;

background-color: white; border: 5px solid #0aa4ea;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.lightbox:target {	display: table; margin-top: -10%;}

#back-top { text-align: right; padding: 0 2em 2em;}
#back-top a:before { content: url('img/goup.png'); position: relative; bottom: -3px; margin-right: .3em; }
#back-top a { -webkit-transition: 1s; -moz-transition: 1s; transition: 1s;}
