/* HIDDEN AT FIRST FIELDS */
#ff_errors {
  display: none;
}

textarea {
  resize: vertical;
}

a {
  color: #04f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
a:active {
  color: #00a;
}

#register {
  float: right;
  margin-top: -1.2em;
  width: 400px;
  text-align: center;
}

#loginbox {
}

.clear {
  clear:both;
  padding-top: 0.5em;
}

.infosm {
  color: #446;
  font-size: 90%;
}

.iimg {
  padding-left: 25px;
  background: url(i/excl.png) no-repeat 0 0;
}

.info {
  padding-left: 25px;
  background: url(i/info.png) no-repeat 0 4px;
}

/* MBRadius */
.ih, .infowide, .errorbox, .gbox, .msg, .sr, p.section, .imggallery a, .imglarge a, .propic a.pic, #editbox, #editsave {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* Noselect */
.gbox, #editsave, .timesetter div, #rtadmin, p.fields, .ds_box {
  user-select: none;
  -moz-user-select: none;
}


.ih {
  background: #FFFFCC;
  padding: 2px 4px;
  color: #00a;
}

.ar {
  text-align: right;
}

.infowide,.errorbox {
  padding: 0.75em;
  margin: 1.25em 0;
}

.ugbox {
  margin: 1em;
  padding: 0.75em;
  text-align: center;
}

.sgbox {
  padding: 0.25em;
  margin: 0 0 0.75em 0;
  text-align: right;
  width: 324px;
}

.gbox {
  cursor: pointer;
  padding: 0.75em 1em;
  text-decoration: none;
  background: #00B050;
  border: 1px solid #009900;
  font-weight: bold;
  color: white;
}

.gbox.sm {
  padding: 0.25em 0.5em;
}

.gbox:hover {
  background: #11D161;
  text-decoration: none;
}
.gbox:active {
  background: #009030;
  border: 1px solid #006600;
  text-decoration: none;
  color: #ddd;
}

.gbox.redb {
  background: #BE2020;
  border: 1px solid #943735;
}
.gbox.redb:hover {
  background: #DC2C2C;
  border: 1px solid #B44441;
}
.gbox.redb:active {
  background: #9A2020;
  border: 1px solid #7F3635;
}

.infowide {
  background: #FFEE18;
  border: 1px solid #FFD828;
  color: black;
  text-align: center;
}

.errorbox {
  background: #BE2020;
  border: 1px solid #943735;
  color: white;
}

.submit {
  position: absolute;
  top: -199em;
}

label {
  width: 140px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 20px;
}

#wrap {
  width: 880px;
  border-style: solid;
  border-color: gray;
  border-width: 0 1px 1px;
  margin: 0 auto 1em;
  padding: 20px;
  background: white;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
}

body {
  background-color: #eee;
  padding: 0;
  margin: 0;
}

body, .infobox {
  font-family: Verdana, Tahoma, Arial;
  font-size: 14px;
}

#header {
  background: url(i/header.png) no-repeat;
  height: 104px;
}

#topright, .flr {
  float: right;
}

#tabs {
    padding: 73px 0 0 244px;
    text-align: right;
}

#tabs a {
  padding: 4px 6px;
  border: 1px solid #789FCC;
  background: #C1D3E8;
  font-weight: bold;
  color: black;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
}

#tabs a:hover {
  background: #E3ECF4;
}

#paywith {
  text-align: center;
}

#paywith img {
  margin: 0 0.5em;
}

#footer {
  margin-top: 17px;
  padding-top: 10px;
  font-size: 80%;
  color: gray;
  text-align: center;
  clear: both;
  border-top: 1px solid #aaa;
}

#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}

.validate {
  display: inline;
  background-image: url(i/valid.png);
  background-repeat: no-repeat;
  padding: 1px 0 1px 24px;
  color: #943735;
}

sup {
  vertical-align: 30%;
}

.price {
  color: green;
  font-weight: bold;
}

#tabs a.highlight_tab {
  background: #27e;
  border: 1px solid #15c;
  color: white;
}

.msg {
  background: url(i/stars.png) no-repeat 6px -453px;
  display: block;
  padding: 0.5em 0.5em 0.5em 28px;
  margin-top: 3px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.msg.sent {
  background: #f8f8f8 url(i/tears.png) no-repeat 6px -452px;
  border: 1px solid #eee;
}


a.msg {
  text-decoration: none;
}

.msg.new {
  background: #FFFF99 url(i/stars.png) no-repeat 6px 7px;
  border: 1px solid #ee8;
}

.msg.newsent {
  background: #FFFF99 url(i/tears.png) no-repeat 6px 8px;
  border: 1px solid #ee8;
}

.main {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
}

.msg:hover, .msg.sent:hover {
  background-color: #eee;
  border: 1px solid #ccc;
}

.msg.new:hover, .msg.newsent:hover {
    background-color: #ff7;
    border: 1px solid #dd6;
}

.msg .name {
  font-weight: normal;
  font-size: 100%;
  color: #009030;
}

.mt {
  font-weight: normal;
  color: gray;
  font-size: 80%;
  white-space: nowrap;
  float: right;
  padding-left: 27px;
  background:url(i/clock.png) no-repeat 6px 1px;
}

.mt2 {
  line-height: 1.5;
}


.msg .clip {
  font-size: 95%;
  color: black;
}

a.msg .clip {
  font-size: 95%;
  color: #888;
}

.msg:hover .clip{
}

.repc {
  font-size: 80%;
  color: gray;
}

.nw,.msg a {
  white-space: nowrap;
}

.clip textarea {
  width: 99%;
  height: 8em;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
  margin-top: 0.5em;
}

a.redd {
  background: url(i/xs.png) 0 0 no-repeat;
  padding: 2px 0 3px 14px;
  text-decoration: none;
}

a.gedd {
  background: url(i/cs.png) 0 0 no-repeat;
  padding: 2px 0 3px 14px;
  text-decoration: none;
}

a.redd:hover, a.gedd:hover {
  background-position: 0 -24px;
}

a.redd:active, a.gedd:active {
  background-position: 0 -48px;
}

a.gedd:hover {
  color: #00943b;
  text-decoration: underline;
}

a.gedd:active {
  color: #00801b;
}

a.redd:hover {
  color: #BC1E1E;
  text-decoration: underline;
}

a.redd:active {
  color: #981E1E;
}

.enm {
  margin: 0 0 1.25em 0;
  text-align: center;
}

.lgbox {
  float: left;
  padding: 0 1em 0 0;
}

.sr {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 0.5em;
}

.sfsr {
  float: right;
  font-size: 12px;
  font-weight: normal;
}

.sfsr a {
  color: gray;
  padding-left: 24px;
  position: relative;
  top: 1px;
}

.sb {
  font-size: 85%;
  color: black;
}

.nwr {
  font-size: 85%;
  color: red;
}

.l {
  text-align: left;
}

a.edit {
  width: 33px;
  height: 19px;
  padding: 4px;
  background: url(i/edit.png) 5px 5px no-repeat #eee;
  display: block;
  float: right;
  border: 1px solid #789fcc;
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  position:relative;
  top:-4px;
}

a.edit:hover {
  background: url(i/edit.png) 5px -29px no-repeat #acf;
  border: 1px solid #89c;
}
a.edit:active {
  background: url(i/edit.png) 5px -29px no-repeat #8af;
  border: 1px solid #67a;
}

#editform textarea {
  width: 100%;
  height: 8em;
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
}

input {
  font-family: Verdana, Tahoma, Arial;
  font-size: 13px;
}


table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: none;
}

td {
  vertical-align: top;
}


td.l {
  padding: 0 6px 24px 0;
  width: 40%;
}


td.r {
  text-align: right;
  padding: 0 0 24px 6px;
}

#editform textarea.h5t {
  height: 5em;
}

p.section {
  padding: 3px 0 3px 4px;
  border: 1px solid #789FCC;
  background: #C1D3E8;
}

p.section.nbr {
  border-right: none;
}

.psmall {
  color: #668;
  font-size: 90%;
  font-style: italic;
}

.imggallery a, .imglarge a, .propic a.pic {
  border: 1px solid #aaa;
  background: #f8f8f8;
  position: relative;
}

.propic a.pic {
  padding: 6px 6px 4px;
}

.imglarge a {
  padding: 6px 6px 6px;
}

.imggallery a {
  padding: 6px 6px 6px;
}


.imggallery.friends a {
  text-align: center;
}

.imggallery.friends a .name {
  padding: 2px;
  color: black;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.imggallery.friends a:hover .name {
  color: blue;
}

.imglarge a {
  float: left;
}

.imggallery a {
  margin-right: 1em;
  margin-bottom:1em;
  float: left;
  display: block;
}

.propic a.pic {
  padding-top: 112px;
  top: 1px;
}

.imggallery a:hover, .propic a.pic:hover{
  text-decoration: none;
  background: #eee;
}

.imggallery a:active, .propic a.pic:active {
  background: #ddd;
}

.imggallery a img, .propic a.pic img {
  border: none;
  padding: 0;
  margin: 0;
  height:120px;
}

.imglarge {
  text-align: center;
}

.imggallery a.new {
  background: #ff9 url(i/stars.png) no-repeat scroll 0px -2px;
  border-color: #ee8;
}

.imggallery a.new:hover {
  background-color: #ff7;
  border-color: #dd6;
}

span.r {
  color: red;
}

.imggallery a .prc {
  position: absolute;
  bottom: 6px;
  right: 6px;
  background: #333;
  padding: 2px 3px 3px 4px;
  -moz-border-radius: 6px 0 0;
  -webkit-border-top-left-radius: 6px;
  color: white;
  font-size: 90%;
  font-weight: bold;
}

.non {
  color: #800;
  text-align: center;
  margin: 1em;
  padding: 0.5em;
}

.dgood {
  background-position: 0 -60px;
  color: black;
}

.dcurrent {
  background-position: 0 -120px;
  color: black;
}

.dfail {
  background-position: 0 -30px;
  color: black;
}

.comp {
  font-size: small;
  font-weight: bold;
  color: green;
}

.past, .now, .future {
  margin: 12px 0;
  padding: 12px;
  border: 3px solid white;
}

.past b, .now b, .future b {
  margin-right: 12px;
}

.future {
  opacity: 0.5;
  filter:alpha(opacity=50);
  background: #ccc;
}

.now {
  border: 3px solid #fd0;
  background: #ffb;
}

#content {
  line-height: 1.5;
}
#content.minh {
  min-height: 400px;
}


p.small {
  font-size: small;
}

.paper {
  padding: 1em 2em;
  border: 1px solid #aaa;
  background: #eee;
  font-family: Book Antiqua;
  font-size: 14px;
}

.example {
  background:#def none repeat scroll 0 0;
  border:1px solid #8ce;
  margin:-0.5em 80px 1em 67px;
  padding:0.5em;
  -moz-border-radius: 6px; -webkit-border-radius: 6px;
}

.example input, .example select {
  color: black;
}

.last {
  margin-bottom: 0;
}

.admin {
  background: #eee;
  border: 1px solid #aaa;
  padding: 0 1em;
  color: darkred;
}

a.infobox {
  line-height: 1;
  background-color: #f8f8f8;
  background-repeat: no-repeat;
  background-position: center 18px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: black;
  border: 1px solid #aaa;
  padding: 138px 0 0;
  -moz-border-radius: 12px; -webkit-border-radius: 12px;
}

a.infobox:hover {
  color: blue;
  background-color: #eee;
}

a.infobox:active {
  color: darkblue;
  background-color: #ddd;
}

.infoname {
  padding-top: 10px;
  font-size: 15px;
}

li {
  padding: 8px 0;
}

.cs0, .cs1 {
  font-size: small;
  font-weight: bold;
  vertical-align: 1%;
}

.cs0 {
  color: green;
}

.cs1 {
  font-size: small;
  color: #a00;
}

#userlist tr:hover {
  background: #ffe;
  outline: 2px solid #888;
}

#userlist tr.tvoid {
  background: #fff;
  padding: 0;
  outline: none;
  border-top: none;
}

#userlist.msgtable tr td, #userlist.msgtable tr.tvoid td table tr td {
  padding: 20px 8px;
}

#userlist.msgtable tr.tvoid td {
  padding: 0px 0px 8px;
  border: none;
}

#userlist td.ed:hover {
  background: #ffc;
  cursor: pointer;
}

#userlist th {
  border: 1px solid #9ac;
  background: #def;
  padding: 8px;
  font-size: 12px;
}

#userlist td {
  border: 1px solid #eee;
  border-top: 1px solid #888;
  padding: 2px 8px;
  font-size: 12px;
}

#editframe {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#editshade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.3;
  filter:alpha(opacity=30);
  background: black;
}

#editbox {
  position: absolute;
  width: 120px;
  background: #eee;
  border: 1px solid #333;
  padding: 12px;
  min-height: 21px;
}

.editinput {
  width: 100%;
  font-size: 12px;
  font-family: inherit;
  margin-left:-3px;
}

.msgtable tr {
  border-top: 4px solid #ccc;
}

.trblue {
  background: #def;
}

.trgray {
  background: #eee;
}

.trstrike {
  color: #888;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.trunread {
  color: #800;
}

.edsaving {
  color: #888;
  font-style: italic;
}

.edsaving img {
  vertical-align: -2px;
}

#editsave {
  float: right;
  padding: 1px 6px;
  font-size: 13px;
  background: #9ce;
  border: 1px solid #888;
  margin-top: 10px;
  cursor: pointer;
}

#editsave:hover {
  background: #adf;
  border: 1px solid #666;
}

#editsave:active {
  background: #7ac;
  border: 1px solid #444;
}

.frb {
  float:right; position:relative;top: -4px;
}

.afp {
  float: right;
}

.timesetter {
  margin-top: 8px;
}

.timesetter div {
  border: 1px solid #aaa;
  background: #fff;
  margin: 4px 0;
  padding: 4px;
  text-align: center;
  cursor: pointer;
}

.timesetter div:hover {
  background: #cdf;
}

.timesetter div:active {
  background: #abe;
}

p.fields {
  line-height: 3em;
}

p.fields span {
  cursor: pointer;
  background: #eee url(i/add.png) no-repeat scroll 5px 5px;
  border: 1px solid #aaa;
  padding: 4px 4px 4px 25px;
  margin: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  white-space: nowrap;
}

p.fields span:hover {
  background-color: #ded;
}

p.fields span.fon {
  background: #cfc url(i/tick.png) no-repeat scroll 5px 5px;
  border-color: #7b7;
}

p>img {
  vertical-align: -2px;
}


