/** jQuery UI CSS Framework
 ** Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
 ** Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. */
/* Layout helpers
 *---------------------------------- */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix {
  display: inline-block; }
  .ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* required comment for clearfix to work in Opera \ */
* html .ui-helper-clearfix {
  height: 1%; }

.ui-helper-clearfix {
  display: block; }

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

/* Interaction Cues
 *---------------------------------- */
.ui-state-disabled {
  cursor: default !important; }

/* Icons
 *---------------------------------- */
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
 *---------------------------------- */
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/** jQuery UI CSS Framework
 ** Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
 ** Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
 ** To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px */
/* Component containers
 *---------------------------------- */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em; }
  .ui-widget .ui-widget {
    font-size: 1em; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: white url(/images/ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222; }
  .ui-widget-content a {
    color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/images/ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }
  .ui-widget-header a {
    color: #222222; }

/* Interaction states
 *---------------------------------- */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/images/ui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a {
  color: #555555;
  text-decoration: none; }
  .ui-state-default a:link, .ui-state-default a:visited {
    color: #555555;
    text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(/images/ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-hover a {
  color: #212121;
  text-decoration: none; }
  .ui-state-hover a:hover {
    color: #212121;
    text-decoration: none; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: white url(/images/ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a {
  color: #212121;
  text-decoration: none; }
  .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none; }

.ui-widget :active {
  outline: none; }

/* Interaction Cues
 *---------------------------------- */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/images/ui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/images/ui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none; }

/* Icons
 *---------------------------------- */
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/images/ui/ui-icons_222222_256x240.png); }

.ui-widget-content .ui-icon, .ui-widget-header .ui-icon {
  background-image: url(/images/ui/ui-icons_222222_256x240.png); }

.ui-state-default .ui-icon {
  background-image: url(/images/ui/ui-icons_888888_256x240.png); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon {
  background-image: url(/images/ui/ui-icons_454545_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(/images/ui/ui-icons_2e83ff_256x240.png); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/images/ui/ui-icons_cd0a0a_256x240.png); }

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-off {
  background-position: -96px -144px; }

.ui-icon-radio-on {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start, .ui-icon-seek-first {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
 *---------------------------------- */
/* Corner radius */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }

.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px; }

.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(/images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/images/ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/*                                                                                                                                                                                                                                                               Dialog
 * ---------------------------------- */
.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden; }
  .ui-dialog .ui-dialog-titlebar {
    padding: 0.5em 1em 0.3em;
    position: relative; }
  .ui-dialog .ui-dialog-title {
    float: left;
    margin: 0.1em 16px 0.2em 0; }
  .ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px; }
    .ui-dialog .ui-dialog-titlebar-close span {
      display: block;
      margin: 1px; }
    .ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
      padding: 0; }
  .ui-dialog .ui-dialog-content {
    border: 0;
    padding: 0.5em 1em;
    background: none;
    overflow: auto;
    zoom: 1; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: 0.5em 0 0 0;
    padding: 0.3em 1em 0.5em 0.4em; }
    .ui-dialog .ui-dialog-buttonpane button {
      float: right;
      margin: 0.5em 0.4em 0.5em 0;
      cursor: pointer;
      padding: 0.2em 0.6em 0.3em 0.6em;
      line-height: 1.4em;
      width: auto;
      overflow: visible; }
  .ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

/* Slider
 *---------------------------------- */
.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: 0.8em; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

/*                                                        Tabs
 * ---------------------------------- */
.ui-tabs {
  position: relative;
  padding: 0.2em;
  zoom: 1; }
  .ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0.2em 0.2em 0; }
    .ui-tabs .ui-tabs-nav li {
      list-style: none;
      float: left;
      position: relative;
      top: 1px;
      margin: 0 0.2em 1px 0;
      border-bottom: 0 !important;
      padding: 0;
      white-space: nowrap; }
      .ui-tabs .ui-tabs-nav li a {
        float: left;
        padding: 0.5em 1em;
        text-decoration: none; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
        margin-bottom: 0;
        padding-bottom: 1px; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
          cursor: text; }
      .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        cursor: text; }
      .ui-tabs .ui-tabs-nav li a {
        cursor: pointer; }
  .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer; }
  .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
  .ui-tabs .ui-tabs-hide {
    display: none !important; }

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* Progressbar
 *---------------------------------- */
.ui-progressbar {
  height: 2em;
  text-align: left; }
  .ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }


form.formtastic {
  margin: 0;
  padding: 0; }
  form.formtastic ul, form.formtastic ol, form.formtastic li, form.formtastic fieldset, form.formtastic legend, form.formtastic input, form.formtastic textarea, form.formtastic select, form.formtastic p {
    margin: 0;
    padding: 0; }
  form.formtastic fieldset {
    border: 0; }
  form.formtastic em, form.formtastic strong {
    font-style: normal;
    font-weight: normal; }
  form.formtastic ol, form.formtastic ul {
    list-style: none; }
  form.formtastic abbr, form.formtastic acronym {
    border: 0;
    font-variant: normal; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit; }
  form.formtastic input, form.formtastic textarea, form.formtastic select {
    font-size: 100%; }
  form.formtastic legend {
    color: black; }
  form.formtastic fieldset {
    display: inline-block; }
    form.formtastic fieldset.buttons li {
      float: left;
      padding-right: 0.5em; }
    form.formtastic fieldset:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }

html[xmlns] form.formtastic fieldset {
  display: block; }

* html form.formtastic fieldset {
  height: 1%; }

form.formtastic fieldset ol li {
  margin-bottom: 1.5em;
  display: inline-block; }
  form.formtastic fieldset ol li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

html[xmlns] form.formtastic fieldset ol li {
  display: block; }

* html form.formtastic fieldset ol li {
  height: 1%; }

form.formtastic fieldset ol li label {
  display: block;
  width: 265px;
  float: left;
  padding-top: 0.2em; }
form.formtastic fieldset ol li li label {
  line-height: 100%;
  padding-top: 0; }
  form.formtastic fieldset ol li li label input {
    line-height: 100%;
    vertical-align: middle;
    margin-top: -0.1em; }
form.formtastic fieldset ol li fieldset {
  position: relative; }
  form.formtastic fieldset ol li fieldset legend {
    position: absolute;
    width: 25%;
    padding-top: 0.1em; }
    form.formtastic fieldset ol li fieldset legend span {
      position: absolute; }
  form.formtastic fieldset ol li fieldset ol {
    float: left;
    width: 73%;
    margin: 0;
    padding: 0 0 0 25%; }
    form.formtastic fieldset ol li fieldset ol li {
      padding: 0;
      border: 0; }
form.formtastic fieldset ol li p.inline-hints {
  color: #969696;
  margin: 0.5em 0 0 22%;
  font-size: 0.9em;
  font-weight: normal;
  font-style: italic; }
form.formtastic fieldset ol li p.inline-errors {
  color: #cc0000;
  margin: 0.5em 0 0 22%; }
form.formtastic fieldset ol li ul.errors {
  color: #cc0000;
  margin: 0.5em 0 0 25%;
  list-style: square; }
  form.formtastic fieldset ol li ul.errors li {
    padding: 0;
    border: none;
    display: list-item; }
form.formtastic fieldset ol li.string input, form.formtastic fieldset ol li.password input, form.formtastic fieldset ol li.numeric input, form.formtastic fieldset ol li.text textarea {
  width: 55%; }
form.formtastic fieldset ol li.hidden {
  display: none !important; }
form.formtastic fieldset ol li.boolean label {
  padding-left: 25%;
  width: auto; }
  form.formtastic fieldset ol li.boolean label input {
    margin: 0 0.5em 0 0.2em; }
form.formtastic fieldset ol li.radio fieldset ol, form.formtastic fieldset ol li.check_boxes fieldset ol {
  margin-bottom: -0.6em; }
  form.formtastic fieldset ol li.radio fieldset ol li, form.formtastic fieldset ol li.check_boxes fieldset ol li {
    margin: 0.1em 0 0.5em 0; }
    form.formtastic fieldset ol li.radio fieldset ol li label, form.formtastic fieldset ol li.check_boxes fieldset ol li label {
      float: none;
      width: 100%; }
      form.formtastic fieldset ol li.radio fieldset ol li label input, form.formtastic fieldset ol li.check_boxes fieldset ol li label input {
        margin-right: 0.2em; }
form.formtastic fieldset ol li.date fieldset ol li, form.formtastic fieldset ol li.time fieldset ol li, form.formtastic fieldset ol li.datetime fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.3em 0 0; }
form.formtastic fieldset ol li.date fieldset ol li label, form.formtastic fieldset ol li.time fieldset ol li label, form.formtastic fieldset ol li.datetime fieldset ol li label {
  display: none; }
form.formtastic fieldset ol li.date fieldset ol li label input, form.formtastic fieldset ol li.time fieldset ol li label input, form.formtastic fieldset ol li.datetime fieldset ol li label input {
  display: inline;
  margin: 0;
  padding: 0; }


html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

pre, a, abbr, acronym, address, big, cite, code {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: line-through; }

dfn, em, font, img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

kbd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  quotes: none; }

s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none; }

li, fieldset, form, label, legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0; }

caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

*:focus {
  outline: 0; }

*::-moz-focus-inner {
  padding: 0; }

#flash {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  height: 3em;
  width: 100%; }
  #flash .title {
    text-transform: uppercase;
    font-weight: bold; }
  #flash .flash {
    z-index: 1000;
    height: 90px;
    line-height: 90px;
    width: 100%;
    padding: 10px 20px;
    color: white;
    font-size: 1.2em;
    text-align: center;
    opacity: 0.9; }
    #flash .flash:hover {
      opacity: 1; }
  #flash .flash.error {
    background: #942d2d; }
  #flash .flash.notice {
    background: #3d6931; }

*:focus {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
  line-height: 110%; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.4em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.1em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em; }

a {
  color: #3d6931; }
  a:hover {
    color: #1b470f; }

label {
  font-weight: bold;
  color: #444444; }

p {
  margin: 0 0 10px 0; }

body {
  color: #222222;
  background: #cccccc;
  font-family: Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  min-width: 1080px; }
  body .content {
    width: 1074px;
    margin: 0 auto; }
  body #header {
    margin: 0 auto;
    padding: 10px 0 20px;
    background: #617161;
    color: #d8dbd8;
    border-bottom: 4px solid #aaaaaa; }
    body #header #admin_bar {
      color: black;
      background-color: cyan;
      min-width: 300px;
      padding: 10px;
      font-size: 1.4em;
      position: absolute;
      top: 10px;
      left: 10px; }
      body #header #admin_bar a {
        color: blue; }
      body #header #admin_bar.stop_being {
        font-weight: bold;
        background-color: pink; }
    body #header .menu {
      text-align: right;
      font-size: 1.1em;
      margin: 0;
      padding: 10px 0 10px 0;
      font-weight: bold; }
    body #header a {
      color: #eeeeee; }
      body #header a:hover {
        color: #cccccc; }
    body #header h1.logo {
      margin: 0; }
      body #header h1.logo a {
        display: block;
        margin: 0;
        width: 160px;
        height: 79px;
        text-indent: -9999px;
        background: url(/images/v2/mogo-header-logo-trans.png) no-repeat;
        float: left; }
    body #header .user-status {
      text-align: right;
      font-weight: bold;
      font-size: 1em; }
      body #header .user-status a {
        color: #d8dbd8; }
        body #header .user-status a:hover {
          color: #b6b9b6; }
  body .body {
    margin: 0 auto;
    line-height: 1.5em;
    padding-top: 10px;
    padding-bottom: 30px;
    background: white;
    border-bottom: 4px solid #aaaaaa; }
    body .body h3 {
      background: url(/images/v2/bullet.png) no-repeat 0px 2px;
      color: black;
      padding-left: 15px;
      margin-top: 5px; }
    body .body .content table td {
      vertical-align: top; }
    body .body .content .inner {
      background: white;
      position: relative; }
    body .body .content .btn, body .body .content .buttons input[type='submit'], body .body .content .buttons button {
      padding: 6px 15px; }
    body .body .content .btn {
      display: block;
      float: left;
      margin: 0 10px 0 0;
      border: 2px solid #cccccc;
      background-color: #3d6931;
      background-image: url(/images/v2/button_overlay.png);
      background-repeat: repeat-x;
      color: white;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      font-size: 0.8em;
      font-weight: bold;
      text-decoration: none;
      cursor: pointer; }
      body .body .content .btn span {
        display: block;
        margin: 0;
        padding: 0;
        border: none;
        line-height: 20px;
        background-repeat: no-repeat; }
      body .body .content .btn:hover, body .body .content .btn:active, body .body .content .btn:focus, body .body .content .btn.selected {
        background-color: #5f8b53; }
    body .body .content .add span, body .body .content .show span, body .body .content .multi span, body .body .content .edit span, body .body .content .auth span, body .body .content .delete span, body .body .content .feed span, body .body .content .important span, body .body .content .retest span, body .body .content .zoom span {
      background-repeat: no-repeat; }
    body .body .content .important {
      background-color: #69da52; }
      body .body .content .important:hover, body .body .content .important:active, body .body .content .important:focus {
        background-color: #8bfc74; }
    body .body .content .retest {
      background-color: #dad9d9; }
      body .body .content .retest span {
        padding-left: 20px;
        background-image: url(/images/icon_retest.png); }
      body .body .content .retest:hover, body .body .content .retest:active, body .body .content .retest:focus {
        background-color: #fcfbfb; }
    body .body .content .add {
      background-color: #254370; }
      body .body .content .add span {
        padding-left: 20px;
        background-image: url(/images/icon_add.png); }
      body .body .content .add:hover, body .body .content .add:active, body .body .content .add:focus {
        background-color: #476592; }
    body .body .content .show span {
      padding-left: 20px;
      background-image: url(/images/icon_show.png); }
    body .body .content .show:hover, body .body .content .show:active, body .body .content .show:focus {
      background-color: #476592; }
    body .body .content .zoom span {
      padding-left: 20px;
      background-image: url(/images/icon_zoom.png); }
    body .body .content .multi {
      background-color: #333333; }
      body .body .content .multi span {
        padding-left: 32px;
        background-image: url(/images/icon_actions_toggle.png); }
      body .body .content .multi:hover, body .body .content .multi:active, body .body .content .multi:focus, body .body .content .multi.selected {
        background-color: #555555; }
    body .body .content .delete {
      background-color: #af1515; }
      body .body .content .delete span {
        color: white !important;
        padding-left: 20px;
        background-image: url(/images/icon_delete.png); }
      body .body .content .delete:hover, body .body .content .delete:active, body .body .content .delete:focus {
        background-color: #d13737; }
    body .body .content .auth {
      background-color: #5c5c5c; }
      body .body .content .auth span {
        padding-left: 20px;
        background-image: url(/images/icon_lock.png); }
      body .body .content .auth:hover, body .body .content .auth:active, body .body .content .auth:focus {
        background-color: #7e7e7e; }
    body .body .content .edit {
      background-color: #5c5c5c; }
      body .body .content .edit span {
        padding-left: 20px;
        background-image: url(/images/icon_edit.png); }
      body .body .content .edit:hover, body .body .content .edit:active, body .body .content .edit:focus {
        background-color: #7e7e7e; }
    body .body .content .feed {
      background-color: #d96800; }
      body .body .content .feed span {
        padding-left: 20px;
        background-image: url(/images/icon_feed.png); }
      body .body .content .feed:hover, body .body .content .feed:active, body .body .content .feed:focus {
        background-color: #fb8a22; }
    body .body .content ul#action-menu {
      position: absolute;
      margin-top: 32px;
      right: 10px;
      list-style-type: none;
      padding: 8px 0;
      width: 200px;
      z-index: 999;
      font-size: 0.9em;
      background-color: #7f7f7f;
      border: 2px solid #555555;
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px; }
      body .body .content ul#action-menu li {
        padding: 5px 10px;
        font-weight: normal; }
        body .body .content ul#action-menu li .show, body .body .content ul#action-menu li .edit, body .body .content ul#action-menu li .delete, body .body .content ul#action-menu li .add, body .body .content ul#action-menu li .retest {
          background-color: transparent; }
        body .body .content ul#action-menu li:hover {
          background-color: #6e6e6e;
          cursor: pointer; }
        body .body .content ul#action-menu li button {
          border: 0;
          margin: 0;
          padding: 0;
          font-size: 1em;
          background: transparent; }
        body .body .content ul#action-menu li span, body .body .content ul#action-menu li a {
          color: white;
          text-decoration: none; }
    body .body .content #main {
      padding: 20px 0; }
      body .body .content #main.with_sidebar {
        margin-right: 250px;
        font-size: 0.9em; }
      body .body .content #main h2, body .body .content #main h3, body .body .content #main h4, body .body .content #main h5, body .body .content #main h6 {
        color: #3d6931;
        background-image: none;
        margin-bottom: 5px;
        padding-left: 0; }
    body .body .content #sidebar {
      vertical-align: top;
      width: 250px;
      padding: 20px 0 0 0;
      float: right; }
      body .body .content #sidebar .btn {
        font-size: 0.9em; }
      body .body .content #sidebar .content {
        background: #e8ebe8;
        line-height: 1.4em;
        padding: 5px 10px;
        margin: 0 0 30px 0;
        width: auto;
        min-width: auto;
        border: 2px solid #aaaaaa;
        border-radius: 6px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        position: relative; }
        body .body .content #sidebar .content p, body .body .content #sidebar .content div, body .body .content #sidebar .content ul, body .body .content #sidebar .content span {
          color: #444444;
          font-size: 0.9em; }
        body .body .content #sidebar .content ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
        body .body .content #sidebar .content #twitter_div li {
          margin-bottom: 10px; }
          body .body .content #sidebar .content #twitter_div li span {
            display: block; }
      body .body .content #sidebar p {
        margin-bottom: 1em; }
    body .body .columns #main {
      padding-right: 30px; }
  body .bottom {
    padding-top: 10px;
    background-color: #eeeeee; }
    body .bottom h2 {
      font-size: 2em;
      font-weight: normal; }
      body .bottom h2 a {
        text-decoration: none; }
    body .bottom .banner_content {
      margin: 10px auto 0; }
      body .bottom .banner_content .callout {
        margin-right: 370px; }
        body .bottom .banner_content .callout ul {
          list-style-type: disc;
          margin-left: 30px; }
      body .bottom .banner_content .subtitle {
        display: block;
        padding: 0;
        color: #444444;
        margin: 7px 0 0 0; }
      body .bottom .banner_content .actions {
        padding-top: 10px;
        float: right; }
        body .bottom .banner_content .actions form {
          margin: 0;
          padding: 0; }
        body .bottom .banner_content .actions input, body .bottom .banner_content .actions .btn {
          padding: 10px 15px;
          display: block; }
        body .bottom .banner_content .actions input[type='text'] {
          font-size: 0.9em;
          margin-right: 20px;
          float: left; }
        body .bottom .banner_content .actions input[type='submit'], body .bottom .banner_content .actions .btn, body .bottom .banner_content .actions .request_access {
          background-color: #5c5c5c; }
          body .bottom .banner_content .actions input[type='submit']:hover, body .bottom .banner_content .actions .btn:hover, body .bottom .banner_content .actions .request_access:hover {
            background-color: #7e7e7e; }
    body .bottom.unregistered-user {
      background-color: #fff7ca;
      font-size: 1.1em; }
      body .bottom.unregistered-user h2 {
        color: #3d6931; }
      body .bottom.unregistered-user ul {
        margin-top: 10px; }
      body .bottom.unregistered-user .callout {
        height: 220px;
        width: 56%;
        border-right: 3px dotted #aaaaaa;
        padding-right: 20px; }
        body .bottom.unregistered-user .callout .btn {
          margin-top: 15px;
          font-size: 1.4em;
          padding: 20px; }
      body .bottom.unregistered-user .actions {
        width: 40%;
        padding: 0 0 0 10px; }
        body .bottom.unregistered-user .actions form {
          margin-top: 15px; }
          body .bottom.unregistered-user .actions form input[type='text'] {
            margin-bottom: 10px;
            margin-right: 5px;
            font-size: 1.1em;
            float: left; }
          body .bottom.unregistered-user .actions form input[type='submit'] {
            display: block !important;
            font-size: 1.1em;
            margin: 0;
            float: left;
            margin-left: 5px; }
  body #footer {
    padding: 10px 0;
    font-size: 0.8em;
    background: #cccccc; }
    body #footer .copy {
      float: left;
      font-weight: bold;
      color: #444444; }
    body #footer .menu {
      text-align: right; }
  body .titlebar {
    background: #aaaaaa;
    padding: 5px 0;
    text-transform: uppercase;
    color: white;
    border-bottom: "4px solid" #aaaaaa; }
    body .titlebar .crumbs {
      font-weight: bold;
      font-size: 0.8em;
      white-space: nowrap;
      text-shadow: 1px 1px 2px #444444;
      border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px; }
      body .titlebar .crumbs a {
        color: white;
        text-decoration: none;
        border-bottom: 1px dotted; }
        body .titlebar .crumbs a:hover {
          color: #e4f8e2; }
  body .menu ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0; }
    body .menu ul li {
      display: inline;
      margin: 0 0 0 15px; }
      body .menu ul li a {
        text-decoration: none; }
  body .end {
    clear: left; }
  body .clear {
    clear: both; }

.head {
  margin-bottom: 20px; }

.head, .subhead {
  position: relative; }
  .head h3, .subhead h3 {
    font-size: 2.25em;
    font-weight: normal;
    color: #3d6931; }
  .head .subtitle, .subhead .subtitle {
    margin: 20px 0;
    margin-top: 10px;
    color: #969696; }
  .head .etc, .subhead .etc {
    position: absolute;
    top: 11px;
    right: 0; }
    .head .etc li, .subhead .etc li {
      position: relative;
      width: 175px;
      border-bottom: 1px dotted black; }
      .head .etc li a, .subhead .etc li a {
        margin: 1px;
        padding-left: 5px;
        background: white;
        display: block;
        position: absolute;
        bottom: -2px;
        right: 0;
        text-align: right;
        font-size: 0.9em;
        font-weight: bold;
        text-decoration: none;
        color: black; }

.subhead {
  display: block;
  margin: 25px 0; }
  .subhead h3 {
    font-size: 1.5em; }

.head.with_thumbnail {
  padding-left: 100px; }

.head .screenshot {
  position: absolute;
  top: 10px;
  left: 15px; }

.title.controls {
  float: right; }

.left {
  float: left; }

.right {
  float: right; }

.clickable {
  cursor: pointer; }

html[xmlns] #login .body, html[xmlns] #signup .body, html[xmlns] #password_resets .body, html[xmlns] .simple .body {
  min-height: 400px; }
html[xmlns] #login #main, html[xmlns] #signup #main, html[xmlns] #password_resets #main, html[xmlns] .simple #main {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  background: #f0fff0;
  border: 4px solid #aaaaaa;
  padding: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
html[xmlns] #login .titlebar, html[xmlns] #signup .titlebar, html[xmlns] #password_resets .titlebar, html[xmlns] .simple .titlebar {
  text-align: center; }
html[xmlns] #login form .buttons, html[xmlns] #signup form .buttons, html[xmlns] #password_resets form .buttons, html[xmlns] .simple form .buttons {
  margin-left: 0;
  float: right; }
html[xmlns] #login .tip, html[xmlns] #signup .tip, html[xmlns] #password_resets .tip, html[xmlns] .simple .tip {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.2em; }
html[xmlns] #login label, html[xmlns] #signup label, html[xmlns] #password_resets label, html[xmlns] .simple label {
  width: 180px; }
html[xmlns] #login .link-options, html[xmlns] #signup .link-options, html[xmlns] #password_resets .link-options, html[xmlns] .simple .link-options {
  margin-top: 5px;
  font-size: 1em; }
html[xmlns] #login .tip, html[xmlns] #signup .tip, html[xmlns] #password_resets .tip, html[xmlns] .simple .tip {
  font-style: italic;
  font-size: 1.1em; }
html[xmlns] #login .full, html[xmlns] #login .inline-errors, html[xmlns] #login .inline-hints, html[xmlns] #signup .full, html[xmlns] #signup .inline-errors, html[xmlns] #signup .inline-hints, html[xmlns] #password_resets .full, html[xmlns] #password_resets .inline-errors, html[xmlns] #password_resets .inline-hints, html[xmlns] .simple .full, html[xmlns] .simple .inline-errors, html[xmlns] .simple .inline-hints {
  margin-left: 180px; }
  html[xmlns] #login .full label, html[xmlns] #login .inline-errors label, html[xmlns] #login .inline-hints label, html[xmlns] #signup .full label, html[xmlns] #signup .inline-errors label, html[xmlns] #signup .inline-hints label, html[xmlns] #password_resets .full label, html[xmlns] #password_resets .inline-errors label, html[xmlns] #password_resets .inline-hints label, html[xmlns] .simple .full label, html[xmlns] .simple .inline-errors label, html[xmlns] .simple .inline-hints label {
    width: auto !important; }

form .disabled, form input[disabled='disabled'] {
  background-color: #707070 !important; }

html[xmlns] button, html[xmlns] input, html[xmlns] textarea, html[xmlns] select {
  font-family: Helvetica, sans-serif; }
html[xmlns] .commit_button, html[xmlns] form .commit input, html[xmlns] form input[type='submit'], html[xmlns] button, html[xmlns] .btn {
  background-image: url(/images/v2/button_overlay.png);
  background-repeat: repeat-x;
  color: white;
  line-height: 20px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #cccccc;
  padding: 5px 10px;
  color: white; }
html[xmlns] form input[type='text'], html[xmlns] form input[type='password'], html[xmlns] form input[type='submit'], html[xmlns] form textarea, html[xmlns] form select, html[xmlns] select.big {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px; }
html[xmlns] form input[type='text'], html[xmlns] form input[type='password'], html[xmlns] form textarea, html[xmlns] form select, html[xmlns] select.big {
  background: #e8ebe8;
  border: 2px solid #aaaaaa;
  color: #575757;
  padding: 5px; }
html[xmlns] form input[type='text']:hover, html[xmlns] form input[type='text']:focus, html[xmlns] form input[type='password']:hover, html[xmlns] form input[type='password']:focus, html[xmlns] form select:hover, html[xmlns] form select:focus, html[xmlns] form textarea:hover, html[xmlns] form textarea:focus {
  background: #f3f6f3; }
html[xmlns] form input[type='submit'] {
  background: #3d6931 url(/images/v2/button_overlay.png) repeat-x top left; }
  html[xmlns] form input[type='submit']:hover, html[xmlns] form input[type='submit']:focus {
    background: #3d7a31; }
html[xmlns] form .required {
  font-weight: bold; }
html[xmlns] .formtastic input, html[xmlns] .formtastic textarea, html[xmlns] .formtastic select, html[xmlns] form.formtastic input, html[xmlns] form.formtastic textarea, html[xmlns] form.formtastic select {
  padding: 5px !important;
  margin: 0 !important; }
html[xmlns] .formtastic abbr[title=required], html[xmlns] form.formtastic abbr[title=required] {
  color: #575757;
  font-size: 0.5em;
  vertical-align: top; }
html[xmlns] .formtastic select, html[xmlns] form.formtastic select {
  width: 55%; }
html[xmlns] .formtastic .buttons, html[xmlns] form.formtastic .buttons {
  margin-left: 265px; }
  html[xmlns] .formtastic .buttons .commit input, html[xmlns] form.formtastic .buttons .commit input {
    width: 180px; }
html[xmlns] .formtastic .buttons, html[xmlns] .formtastic .extra, html[xmlns] .formtastic .formtastic .extra, html[xmlns] form.formtastic .buttons, html[xmlns] form.formtastic .extra, html[xmlns] form.formtastic .formtastic .extra {
  font-size: 1em; }
  html[xmlns] .formtastic .buttons label, html[xmlns] .formtastic .extra label, html[xmlns] .formtastic .formtastic .extra label, html[xmlns] form.formtastic .buttons label, html[xmlns] form.formtastic .extra label, html[xmlns] form.formtastic .formtastic .extra label {
    margin-left: 0 !important;
    padding: 0; }
html[xmlns] .formtastic .full, html[xmlns] .formtastic .extra, html[xmlns] .formtastic .inline-errors, html[xmlns] .formtastic .inline-hints, html[xmlns] form.formtastic .full, html[xmlns] form.formtastic .extra, html[xmlns] form.formtastic .inline-errors, html[xmlns] form.formtastic .inline-hints {
  margin-left: 265px; }
html[xmlns] .formtastic .extra .inline-hints, html[xmlns] .formtastic .extra .inline-errors, html[xmlns] form.formtastic .extra .inline-hints, html[xmlns] form.formtastic .extra .inline-errors {
  margin-left: 0;
  clear: left; }
html[xmlns] .formtastic form.retest, html[xmlns] form.formtastic form.retest {
  float: right;
  margin-top: 15px; }
html[xmlns] .formtastic .next, html[xmlns] form.formtastic .next {
  margin-top: 1.5em; }
html[xmlns] .formtastic .errors, html[xmlns] form.formtastic .errors {
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: white;
  background-color: #942d2d;
  border: 2px solid  #aaaaaa;
  width: 750px; }
  html[xmlns] .formtastic .errors ul li, html[xmlns] form.formtastic .errors ul li {
    display: block; }

.information_field {
  padding: 10px;
  font-size: 1.25em;
  margin-left: 265px; }
  .information_field ul li {
    margin-bottom: 0 !important; }

#tabs.ui-widget-content {
  border: 2px solid #aaaaaa; }
#tabs.ui-corner-all {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px; }
#tabs .ui-tabs-panel {
  padding: 1em 20px; }

ul.paths {
  font-size: 0.8em;
  margin-top: 5px !important;
  margin-bottom: 30px !important; }
  ul.paths li {
    font-size: 1.4em;
    font-weight: bold;
    color: #969696;
    clear: both; }
    ul.paths li.small {
      font-size: 1.25em;
      font-weight: normal; }
      ul.paths li.small .path {
        padding-top: 1px; }
    ul.paths li .path {
      padding-top: 2px; }
    ul.paths li .icon {
      background: url(/images/icon_add.png) no-repeat 2px 2px;
      background-color: #3d6931;
      width: 16px;
      height: 16px;
      padding: 2px;
      margin: 0 5px 5px 0;
      float: left;
      border-radius: 3px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px; }

.progress_bar {
  display: block; }
  .progress_bar.one_step .step {
    width: 100%; }
  .progress_bar.three_steps .step {
    width: 33%; }
  .progress_bar.four_steps .step {
    width: 25%; }
  .progress_bar .step {
    float: left;
    height: 3px;
    background: #707070;
    color: #707070;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 40px; }
    .progress_bar .step.completed {
      height: 4px;
      background: #707070;
      color: #707070; }
    .progress_bar .step.current, .progress_bar .step.finished {
      height: 5px;
      background: #3d6931;
      color: #3d6931; }
    .progress_bar .step.finished {
      height: 3px; }
    .progress_bar .step a {
      color: #3d6931;
      text-decoration: none;
      font-weight: bold; }

.link {
  display: inline-block;
  height: 15px;
  width: 15px;
  background: url(/images/icon_link.png) no-repeat;
  text-indent: -9999px; }

a.login-link, a.logout-link {
  padding: 2px 5px;
  vertical-align: middle;
  background: white;
  color: #617161 !important;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  a.login-link:hover, a.logout-link:hover {
    background: #dddddd; }
  a.login-link span, a.logout-link span {
    font-size: 1.2em;
    vertical-align: bottom; }

a.logout-link {
  font-size: 0.9em;
  font-weight: normal; }

a.review-link {
  font-size: 13px;
  margin-left: 10px;
  padding: 2px 5px;
  vertical-align: top;
  background: #3d6931;
  color: white;
  font-weight: normal;
  text-decoration: none;
  text-transform: lowercase;
  white-space: nowrap;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }
  a.review-link:hover {
    background: #5f8b53; }

#locked_site {
  float: right;
  margin-left: 5px; }

hr.divider {
  clear: both;
  margin: 20px 0; }

.btn.big {
  font-size: 1.5em !important;
  padding: 20px !important; }

.ui-widget {
  font-family: Helvetica, sans-serif; }
  .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Helvetica, sans-serif; }


#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  z-index: 1105;
  display: none; }

* html #fancybox-loading {
  position: absolute;
  margin-top: 0; }

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background: transparent url("/images/lightbox/fancy_loading.png") no-repeat; }

#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: black;
  z-index: 1100;
  display: none; }

* html #fancybox-overlay {
  position: fixed;
  width: 100%; }

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none; }

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1102;
  display: none; }

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: white; }

#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
  z-index: 1102; }

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; }

#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  background: url("/images/lightbox/fancy_close.png") top left no-repeat;
  cursor: pointer;
  z-index: 1104;
  display: none; }

#fancybox_error {
  color: #444444;
  font: normal 12px/20px Arial; }

#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0; }

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic; }

#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block; }

#fancybox-title {
  position: fixed;
  top: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102; }

.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333333; }

.fancybox-title-outside {
  padding-top: 5px;
  color: white;
  text-align: center;
  font-weight: bold; }

.fancybox-title-over {
  color: white;
  text-align: left; }

#fancybox-title-over {
  padding: 10px;
  background: url("/images/lightbox/fancy_title_over.png");
  display: block; }

#fancybox-title-wrap {
  display: inline-block; }
  #fancybox-title-wrap span {
    height: 32px;
    float: left; }

#fancybox-title-left {
  padding-left: 15px;
  background: transparent url("/images/lightbox/fancy_title_left.png") repeat-x; }

#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background: transparent url("/images/lightbox/fancy_title_main.png") repeat-x;
  color: white; }

#fancybox-title-right {
  padding-left: 15px;
  background: transparent url("/images/lightbox/fancy_title_right.png") repeat-x; }

#fancybox-left, #fancybox-right {
  position: fixed;
  bottom: 0px;
  height: 100%;
  width: 25%;
  cursor: pointer;
  outline: none;
  background-image: url("/images/lightbox/blank.gif");
  z-index: 1103;
  display: none; }

#fancybox-left {
  left: 0px; }

#fancybox-right {
  right: 0px; }

#fancybox-left-ico, #fancybox-right-ico {
  position: fixed;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1103;
  display: block; }

#fancybox-left-ico {
  background: transparent url("/images/lightbox/fancy_nav_left.png") no-repeat; }

#fancybox-right-ico {
  background: transparent url("/images/lightbox/fancy_nav_right.png") no-repeat; }

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible; }

#fancybox-left:hover span {
  left: 20px; }

#fancybox-right:hover span {
  left: auto;
  right: 20px; }

div.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  z-index: 1001; }
div#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_n.png") repeat-x; }
div#fancy-bg-ne {
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_ne.png") no-repeat; }
div#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_e.png") repeat-y; }
div#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_se.png") no-repeat; }
div#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_s.png") repeat-x; }
div#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_sw.png") no-repeat; }
div#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  width: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_w.png") repeat-y; }
div#fancy-bg-nw {
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  background: transparent url("/images/lightbox/fancy_shadow_nw.png") no-repeat; }
