@import url('https://fonts.googleapis.com/css?family=Open+Sans&78444d2fd039');
/*
html5doctor.com Reset Stylesheet
v1.6
Last Updated: 2010-08-18
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: normal; /*why 1 ?*/
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
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 inherit;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
html {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 4px;
  padding-bottom: 4px; }

body {
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: #ebeaea; }
  body * {
    font-family: 'Open Sans', Arial; }

#body {
  min-height: 100%;
  overflow: auto;
  max-width: 1280px;
  background-color: #fff;
  margin: auto;
  /* make room for the footer
      padding-bottom: 32px;
  */
  position: relative;
  /*border: 1px solid #eeeff0;*/
  -webkit-box-shadow: 0 0 1px black;
  -moz-box-shadow: 0 0 1px black;
  box-shadow: 0 0 1px black;
  behavior: url('/static/js/PIE.htc?61d3b8849129'); }

section#main {
  width: 100%;
  display: table;
  position: relative; }

section#content {
  position: relative;
  display: table-cell;
  padding-bottom: 1em;
  padding-top: .3em;
  padding-left: 1em; }
  section#content li {
    /*    margin-left: 1em; */ }
  section#content h1 {
    font-size: 18px;
    margin-bottom: 1.5em; }
  section#content section h1 {
    font-size: 16px; }
  section#content h1 + ul.actions {
    list-style-type: none;
    float: right;
    margin-top: -2.5em; }
    section#content h1 + ul.actions li {
      display: inline;
      margin-right: 2em; }

h1, h2, h3, h4, h5, h6,
h1 > *, h2 > *, h3 > *, h4 > *, h5 > *, h6 > *,
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #0b475b; }

p {
  font-size: 13px;
  margin-bottom: 0.8em; }

li {
  font-size: 13px; }

legend {
  font-size: 15px; }

a {
  text-decoration: none;
  color: #000;
  /* font-size: 12px; */ }
  a:hover {
    text-decoration: underline; }

form fieldset {
  margin-top: 2em;
  border: 1px solid #EEEFF0;
  padding: .5em;
  width: 95%; }
form p {
  margin-bottom: 0.6em; }
form label {
  vertical-align: top;
  display: inline;
  color: #0b475b;
  font-size: 14px;
  font-weight: bold; }
  form label + input, form label + textarea, form label + select {
    margin-top: 5px; }
  form label > input[type=radio] {
    margin-top: -3px; }
form ul {
  list-style-type: none; }
  form ul li {
    font-size: 12px;
    font-weight: normal; }
form input, form textarea, form select {
  padding: 1px;
  border: 1px solid #cccccc;
  min-width: 70%;
  display: block; }
  form input[type="radio"], form input[type="checkbox"], form input[type="button"], form input[type="submit"], form textarea[type="radio"], form textarea[type="checkbox"], form textarea[type="button"], form textarea[type="submit"], form select[type="radio"], form select[type="checkbox"], form select[type="button"], form select[type="submit"] {
    display: inline-block;
    min-width: 0; }
form textarea {
  width: 50%;
  height: 50px;
  font-size: 12px;
  font-family: Arial; }
form input[type=submit]:not([class~="link"]), form input[type=button]:not([class~="link"]), form input[type=image]:not([class~="link"]) {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -konq-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  border: 1px solid #eeeeee;
  padding: 0;
  line-height: 25px;
  height: 29px;
  width: auto;
  min-width: 105px;
  vertical-align: middle;
  font-size: 12px;
  margin: 0;
  padding-left: .6em;
  padding-right: .6em;
  padding-top: .2em;
  padding-bottom: .2em;
  vertical-align: middle; }
  form input[type=submit]:not([class~="link"]):not(:disabled), form input[type=button]:not([class~="link"]):not(:disabled), form input[type=image]:not([class~="link"]):not(:disabled) {
    /*                    @include linear-gradient(#5296af, #031b2f);*/
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #e0e0e0), color-stop(0.75, #fafafa));
    background: -moz-linear-gradient(center bottom, #e0e0e0 23%, #fafafa 75%);
    -pie-background: linear-gradient(#fafafa, #e0e0e0);
    cursor: pointer;
    behavior: url('/static/js/PIE.htc?61d3b8849129'); }
    form input[type=submit]:not([class~="link"]):not(:disabled):hover, form input[type=button]:not([class~="link"]):not(:disabled):hover, form input[type=image]:not([class~="link"]):not(:disabled):hover {
      /*                        @include linear-gradient(#031b2f, #5296af);*/
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #e0e0e0), color-stop(0.75, #f0f0f0));
      background: -moz-linear-gradient(center bottom, #e0e0e0 23%, #f0f0f0 75%);
      -pie-background: linear-gradient(#f0f0f0, #e0e0e0);
      text-decoration: none;
      behavior: url('/static/js/PIE.htc?61d3b8849129'); }
form input[type=submit]:disabled, form input[type=button]:disabled, form input[type=image]:disabled {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #eeeeee), color-stop(0.75, #fafafa));
  background: -moz-linear-gradient(center bottom, #eeeeee 23%, #fafafa 75%);
  -pie-background: linear-gradient(#fafafa, #eeeeee);
  color: #555;
  behavior: url('/static/js/PIE.htc?61d3b8849129'); }
form input[type=submit][class~="link"], form input[type=button][class~="link"], form input[type=image][class~="link"] {
  background-color: transparent;
  border: 0; }
form input[type=radio], form input[type=checkbox] {
  width: auto;
  height: auto; }
form input[type=search] {
  -webkit-appearance: textfield; }
form input[type=text] {
  max-width: 70%; }

a.link {
  padding: 1px;
  font-size: 11px; }

a.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -konq-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  font-weight: bold;
  border: 1px solid #eeeeee;
  width: auto;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  margin: 0;
  padding-left: .4em;
  padding-right: .4em;
  padding-top: .2em;
  padding-bottom: .2em;
  line-height: 23px;
  height: 23px;
  text-align: center;
  min-width: 95px;
  behavior: url('/static/js/PIE.htc?61d3b8849129'); }
  a.button:not(:disabled) {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #e0e0e0), color-stop(0.75, #fafafa));
    background: -moz-linear-gradient(center bottom, #e0e0e0 23%, #fafafa 75%);
    -pie-background: linear-gradient(#fafafa, #e0e0e0);
    cursor: pointer;
    behavior: url('/static/js/PIE.htc?61d3b8849129'); }
    a.button:not(:disabled):hover, form input[type=submit]:not(:disabled):hover, form input[type=button]:not(:disabled):hover {
      background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #e0e0e0), color-stop(0.75, #f0f0f0));
      background: -moz-linear-gradient(center bottom, #e0e0e0 23%, #f0f0f0 75%);
      -pie-background: linear-gradient(#f0f0f0, #e0e0e0);
      text-decoration: none;
      behavior: url('/static/js/PIE.htc?61d3b8849129'); }
  a.button:hover, form input[type=submit]:not(:disabled):hover, form input[type=button]:not(:disabled):hover {
    text-decoration: none;
    cursor: pointer; }
  a.button[disabled] {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #eeeeee), color-stop(0.75, #fafafa));
    background: -moz-linear-gradient(center bottom, #eeeeee 23%, #fafafa 75%);
    -pie-background: linear-gradient(#fafafa, #eeeeee);
    color: #000;
    behavior: url('/static/js/PIE.htc?61d3b8849129'); }

label[title] {
  background: url('/static/img/icons/help.png?61d3b8849129') no-repeat right;
  padding-right: 20px;
  /*    width: 37.8%;*/ }

#tooltip {
  padding: 5px 10px;
  background: #cad7e0;
  border: 1px solid #b2bdc3;
  opacity: 0.90; }
  #tooltip ul {
    margin-left: 1em; }

.helptext {
  display: none; }

ul {
  list-style-type: none; }

ul.errorlist li {
  color: #fff;
  font-weight: bold;
  background-color: red; }

ul.errorlist + p {
  border: 1px solid red; }

div#tooltip {
  max-width: 400px;
  line-height: 23px; }

ul.messagelist li {
  font-size: 12px;
  display: block;
  padding: 4px 5px 4px 25px;
  margin: 0 0 3px 0;
  border-bottom: 1px solid #ddd;
  color: #666;
  background-color: #ffc;
  list-style-type: none; }

ul.messagelist {
  padding: 0 0 5px 0;
  margin: 0;
  width: 50%;
  vertical-align: top; }
  ul.messagelist li {
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    border-bottom: 1px solid #ddd;
    color: #666;
    background-color: #ffc;
    list-style-type: none;
    background: #ffc 5px .3em no-repeat; }
    ul.messagelist li.info {
      background-image: url('/static/admin/img/admin/icon_success.gif?61d3b8849129'); }
    ul.messagelist li.warning {
      background-image: url('/static/admin/img/admin/icon_alert.gif?61d3b8849129'); }
    ul.messagelist li.error {
      background-image: url('/static/admin/img/admin/icon_error.gif?61d3b8849129'); }

table {
  border: 1px solid #000;
  margin: auto;
  width: 80%;
  margin-top: 1em;
  padding: .8em; }

table tr td, table tr th {
  padding: .2em;
  text-align: center;
  vertical-align: middle; }

table tbody tr {
  border-top: 1px solid #DFDFDF; }

table thead tr {
  border-bottom: 1px solid #000; }

mark {
  background-color: transparent;
  color: #000;
  text-decoration: underline; }

.paragraph {
  margin-top: 0.8em;
  margin-bottom: 0.8em; }

/*.gray-button {
    @include linear-gradient(#FAFAFA, #e0e0e0);
    color: #000;
    line-height: 21px;
    height: 22px;
    padding: 0 6px;
    border: 1px solid #DDD;
    font: {
        size: 11px;
        weight: bold;
        family: Arial;
    }
}*/

body #body > header {
  width: 98%;
  padding: 1em;
  height: 3em;
  border-bottom: 1px solid #eeeff0;
  display: table; }
  body #body > header hgroup {
    display: table-cell;
    font-family: Verdana;
    font-size: 10.22px; }
    body #body > header hgroup img {
      width: 200px; }
    body #body > header hgroup h2 {
      width: 230px; }
  body #body > header nav {
    width: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: right; }
    body #body > header nav ul li a {
      text-decoration: none; }
    body #body > header nav ul li a:hover {
      text-decoration: underline; }
    body #body > header nav ul.header-menu {
      /* main header menu */
      text-align: right;
      list-style-type: none;
      /*display: inline-block; put search on a separate line*/
      padding-bottom: 8px;
      color: #646567; }
      body #body > header nav ul.header-menu > li {
        display: inline;
        position: relative;
        margin-left: 1em; }
        body #body > header nav ul.header-menu > li a {
          color: inherit;
          font-size: 14px; }
        body #body > header nav ul.header-menu > li.active {
          color: #000; }
          body #body > header nav ul.header-menu > li.active > a {
            text-decoration: none;
            font-weight: bold; }
        body #body > header nav ul.header-menu > li span.beta, body #body > header nav ul.header-menu > li span.new {
          display: none;
          position: absolute;
          font-size: 9px; }
        body #body > header nav ul.header-menu > li.beta > span.beta {
          display: block;
          top: -9px;
          right: -6px; }
        body #body > header nav ul.header-menu > li ul.header-submenu {
          /* sub menu */
          color: #646567;
          min-width: 120px; }
          body #body > header nav ul.header-menu > li ul.header-submenu > li {
            font-weight: normal; }
            body #body > header nav ul.header-menu > li ul.header-submenu > li > a {
              font-size: 13px;
              width: 100%; }
    body #body > header nav #search_form {
      margin-left: 1em;
      display: inline-block; }
      body #body > header nav #search_form input {
        display: inline;
        margin: 0; }
        body #body > header nav #search_form input[type=submit] {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #e0e0e0), color-stop(0.75, #fdfdfd));
          background: -moz-linear-gradient(center bottom, #e0e0e0 23%, #fdfdfd 75%);
          -pie-background: linear-gradient(#fdfdfd, #e0e0e0);
          color: #000;
          line-height: 18px;
          height: 22px;
          padding: 0;
          border: 1px solid #DDD;
          font-size: 11px;
          font-weight: bold;
          font-family: Arial;
          behavior: url('/static/js/PIE.htc?61d3b8849129'); }
        body #body > header nav #search_form input[type=search] {
          width: 200px; }

body #body > footer {
  display: none;
  position: fixed;
  bottom: 0px;
  border-top: 1px solid #d1e0e5;
  border-right: 1px solid #a5aeb5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #011629), color-stop(0.75, #18647e));
  background: -moz-linear-gradient(center bottom, #011629 23%, #18647e 75%);
  -pie-background: linear-gradient(#18647e, #011629);
  color: #fff;
  width: 100%;
  max-width: 1280px;
  behavior: url('/static/js/PIE.htc?de3d2ef136cc'); }
  body #body > footer nav {
    padding: .3em;
    display: table;
    width: 100%;
    padding-right: 1em; }
    body #body > footer nav ul {
      float: right;
      list-style-type: none; }
      body #body > footer nav ul li {
        font-size: 11px;
        font-family: Arial;
        display: inline;
        margin-right: 1em; }
        body #body > footer nav ul li a {
          font-size: 11px;
          font-family: Arial;
          color: #fff; }

#main > aside {
  display: table-cell;
  vertical-align: top;
  padding-top: .3em;
  padding-right: 1em;
  border-right: 1px solid #eeeff0;
  width: 20%;
  min-width: 200px; }
  #main > aside nav h2 {
    margin-left: .5em;
    font-size: 12px;
    font-weight: normal;
    height: 1.5em;
    line-height: 1.5em; }
  #main > aside nav ul {
    /*        display: block;*/
    list-style-type: none; }
    #main > aside nav ul li {
      font-size: 12px;
      height: 1.5em;
      line-height: 1.5em;
      padding-right: 1em;
      padding-left: .5em;
      padding-top: .2em;
      padding-bottom: .2em;
      /*            display: block;*/
      /*            width: 100%;*/ }
      #main > aside nav ul li.active {
        font-weight: bold;
        border-top: 1px solid #d1e0e5;
        border-right: 1px solid #a5aeb5;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(0.23, #011629), color-stop(0.75, #18647e));
        background: -moz-linear-gradient(center bottom, #011629 23%, #18647e 75%);
        -pie-background: linear-gradient(#18647e, #011629);
        color: #fff;
        text-decoration: none;
        behavior: url('/static/js/PIE.htc?61d3b8849129'); }
        #main > aside nav ul li.active a {
          /*color: inherit;*/
          color: #fff;
          /*text-decoration: inherit;*/
          text-decoration: none; }
    #main > aside nav ul.categories li {
      font-size: .8em;
      margin-left: 1em; }

article.moderate img {
  max-width: 650px;
  max-height: 650px; }

article.extension.module.moderated {
  border: 1px solid red; }

article.comment.moderated {
  border: 1px solid red !important; }

ul.screenshots li a.moderated img {
  border: 1px solid red !important; }

.moderation_form > ul > li {
  display: inline-block; }

.expandable:after {
  content: '▼'; }

.expandable + * {
  position: absolute;
  display: none;
  z-index: 2;
  text-align: left;
  /* this is to avoid pixels where the hover will make a miss...
      but we are not sure here if that is the correct height!
  */
  top: 1.4em; }

.expandable:hover + * {
  display: block; }

.expandable + *:hover {
  display: block; }

.expandable + * {
  border: 1px solid #C8C8C8;
  background-color: white; }

.expandable + * > * {
  display: block;
  padding: 2px; }

.expandable + * > *:hover {
  background-color: #eee; }

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/media/img/fancybox/fancybox.png?78444d2fd039') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/media/img/fancybox/blank.gif?78444d2fd039');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/media/img/fancybox/fancybox-x.png?78444d2fd039');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/media/img/fancybox/fancybox-y.png?78444d2fd039');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/media/img/fancybox/fancybox-x.png?78444d2fd039');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/media/img/fancybox/fancybox-y.png?78444d2fd039');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/media/img/fancybox/fancybox.png?78444d2fd039');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/media/img/fancybox/fancy_title_over.png?78444d2fd039');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/media/img/fancybox/fancybox.png?78444d2fd039') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/media/img/fancybox/fancybox-x.png?78444d2fd039') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/media/img/fancybox/fancybox.png?78444d2fd039') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/media/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.jdpicker_w .date_selector * {
	width: auto;
	height: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	text-align: left;
	text-decoration: none;
	font-size:12px;
}
.jdpicker_w .date_selector {
	background: #FFF;
	border: 1px solid #bbb;
	padding: 5px;
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 100000;
	display: none;
	width:210px
}

.jdpicker_w .date_selector table{
	width:210px;
	margin-left:3px;
}

.jdpicker_w .date_clearer{
	color: #a00;
	padding-left:3px;
	cursor:pointer;
	font-weight:bold;
	font-family:sans-serif
}

.jdpicker_w .date_selector_ieframe {
	position: absolute;
	z-index: 99999;
	display: none;
}

.jdpicker_w .error_msg{
	display:none;
	text-align:center;
	font-size:0.8em;
	color:#666
}

.jdpicker_w .date_selector .nav {
	width: 17.5em; /* 7 * 2.5em */
}
.jdpicker_w .date_selector .month_nav, .jdpicker_w .date_selector .year_nav {
	margin: 0 0 3px 0;
	padding: 0;
	display: block;
	position: relative;
	text-align: center;
}
.jdpicker_w .date_selector .month_nav {
	float: left;
	width: 56%;
}
.jdpicker_w .date_selector .year_nav {
	float: right;
	width: 37%;
	position:relative;
}

.jdpicker_w .date_selector .month_nav select {
	width:75px;
	margin: 0 auto;
	border:1px solid #ccc;
	position:relative;
	top:1px
}

.jdpicker_w .date_selector .year_nav .year_input {
	text-align:center;
	width:36px;
	border:1px solid #ccc;
	position:relative;
	top:2px
}

.jdpicker_w .date_selector .month_name, .jdpicker_w .date_selector .year_name {
	font-weight: bold;
	line-height: 20px;
}
.jdpicker_w .date_selector .button {
	display: block;
	position: absolute;
	top: 0;
	width: 18px;
	height: 18px;
	line-height: 17px;
	font-weight: bold;
	color: #333;
	text-align: center;
	font-size: 120%;
	overflow: hidden;
	border: 1px solid #F2F2F2;
	cursor:pointer;
}

.jdpicker_w .date_selector .button:hover, .jdpicker_w .date_selector .button.hover {
	background: none;
	color: #333;
	cursor: pointer;
	border-color: #ccc;
}

.jdpicker_w .date_selector .prev {
	left: 0;
}
.jdpicker_w .date_selector .next {
	right: 0;
}

.jdpicker_w .date_selector table {
	margin:0 auto;
	border-spacing: 1px;

	clear: both;
}
.jdpicker_w .date_selector th{
	padding-top:5px
}

.jdpicker_w .date_selector th, .jdpicker_w .date_selector td {
	text-align: center;
	color: black;
}

.jdpicker_w .date_selector th.week_label{
	font-weight:normal;
	font-style:italic;
	font-size:80%;
	width:25px
}

.jdpicker_w .date_selector .week_num, .jdpicker_w .date_selector .hover .week_num, .jdpicker_w .date_selector .selected .week_num{
	font-style:italic;
	color:#333 !important;
	vertical-align:bottom !important;
	text-align:right;
	border:none !important;
	font-size:70%;
	background:#FCFCFC !important;
	padding-right:4px;
}

.jdpicker_w .date_selector td {
	border: 1px solid #ccc;
	line-height: 2em;
	text-align: center;
	white-space: nowrap;
	color: #003C78;
	background: white;
}
.jdpicker_w .date_selector td.today {
	background: #FFFEB3;
}
.jdpicker_w .date_selector td.unselected_month {
	color: #ccc;
}
.jdpicker_w .date_selector td.selectable_day, .jdpicker_w .date_selector tr.selectable_week td {
	cursor: pointer;
	background:url('/media/img/bg_selectable.png?78444d2fd039');
	border:1px solid #aaa;
	color:#333
}
.jdpicker_w .date_selector td.selected, .jdpicker_w .date_selector tr.selected  td{
	background: url('/media/img/bg_selected.png?78444d2fd039');
	font-weight: bold;
}
.jdpicker_w .date_selector tr.selectable_week.hover td, .jdpicker_w .date_selector td.selectable_day.hover {
	background: url('/media/img/bg_hover.png?78444d2fd039');
	color: white;
}

#account_account_form input, #account_account_form select {
  min-width: 50%; }
#account_account_form label {
  vertical-align: middle; }

body > #body > section#main > section#content {
  display: table;
  width: 95%;
  margin: auto; }
  body > #body > section#main > section#content ul {
    display: table-row;
    list-style-type: none; }
    body > #body > section#main > section#content ul li {
      margin-left: 0;
      display: inline;
      margin-right: 2em; }
  body > #body > section#main > section#content form {
    width: 50%; }
    body > #body > section#main > section#content form#login_form, body > #body > section#main > section#content form#register_form {
      display: table-cell;
      vertical-align: top; }
      body > #body > section#main > section#content form#login_form ul li, body > #body > section#main > section#content form#register_form ul li {
        text-decoration: underline;
        font-style: italic;
        font-size: 11px; }
        body > #body > section#main > section#content form#login_form ul li a, body > #body > section#main > section#content form#register_form ul li a {
          font-size: inherit; }
    body > #body > section#main > section#content form:first-of-type {
      padding-right: .5em; }
    body > #body > section#main > section#content form:last-of-type {
      padding-left: .5em; }
