@charset "UTF-8";
/* line 14, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 17, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
  color: black;
  background: white;
}

/* line 19, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 21, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 23, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 25, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: "" "";
}
/* line 96, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

/* line 27, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 4, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next,
#wizard .previous,
button,
a.box-button {
  display: block;
  float: left;
  margin: 0 0 0.6em 0.5em;
  border: 1px solid #aaabad;
  border-top: 1px solid #acabb0;
  border-left: 1px solid #acabb0;
  background-color: #e3e3e3;
  background-image: url(/images/liboly/button_bg.png);
  background-position: top;
  background-repeat: repeat-x;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #3a3a3a;
  cursor: pointer;
  width: auto;
  overflow: visible;
  line-height: 24px;
  padding: 0 13px 0 10px;
}
/* line 28, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next img,
#wizard .previous img,
button img,
a.box-button img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
  float: none;
}
/* line 35, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next:hover,
#wizard .previous:hover,
button:hover,
a.box-button:hover {
  background: #eeeeee;
  text-decoration: none;
}
/* line 38, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next:active,
#wizard .previous:active,
button:active,
a.box-button:active {
  background: #d7d7d7;
}
/* line 40, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next.positive:hover,
#wizard .previous.positive:hover,
button.positive:hover,
a.box-button.positive:hover {
  background: #b7f9bb;
  color: #0e8714;
}
/* line 43, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next.positive:active,
#wizard .previous.positive:active,
button.positive:active,
a.box-button.positive:active {
  background: #42a548;
  color: white;
}
/* line 46, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next.negative,
#wizard .previous.negative,
button.negative,
a.box-button.negative {
  color: #d12f19;
}
/* line 48, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next.negative:hover,
#wizard .previous.negative:hover,
button.negative:hover,
a.box-button.negative:hover {
  background: #ffb9c1;
  color: #d12f19;
}
/* line 51, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next.negative:active,
#wizard .previous.negative:active,
button.negative:active,
a.box-button.negative:active {
  background: #a91f2e;
  color: white;
}
/* line 54, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next[disabled], #wizard .next.disabled,
#wizard .previous[disabled],
#wizard .previous.disabled,
button[disabled],
button.disabled,
a.box-button[disabled],
a.box-button.disabled {
  color: #aaaaaa !important;
  cursor: default;
}
/* line 58, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next[disabled] img, #wizard .next.disabled img,
#wizard .previous[disabled] img,
#wizard .previous.disabled img,
button[disabled] img,
button.disabled img,
a.box-button[disabled] img,
a.box-button.disabled img {
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
/* line 60, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next[disabled]:hover, #wizard .next.disabled:hover,
#wizard .previous[disabled]:hover,
#wizard .previous.disabled:hover,
button[disabled]:hover,
button.disabled:hover,
a.box-button[disabled]:hover,
a.box-button.disabled:hover {
  border: 1px solid #cccccc;
  background: #eeeeee;
}

/* line 65, ../../../app/stylesheets/liboly/_buttons.sass */
button[type] {
  padding: 0 10px 3px 7px;
  height: 26px;
}

/* line 70, ../../../app/stylesheets/liboly/_buttons.sass */
*:first-child + html button[type] {
  height: 25px;
}

/* line 74, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .next {
  clear: right;
}

/* line 77, ../../../app/stylesheets/liboly/_buttons.sass */
#wizard .previous {
  clear: left;
}

/* line 3, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
/* line 9, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .bt {
  background-image: url(/images/liboly/modal/top.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
/* line 17, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .bt img {
  position: absolute;
  right: 5px;
  top: 5px;
}
/* line 21, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .bt .title {
  border-bottom: 0 none;
  text-shadow: #eeeeee 0 1px 0;
}
/* line 24, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .bb {
  background-image: url(/images/liboly/modal/bottom.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
}
/* line 27, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .b {
  background-color: white;
}
/* line 29, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 20px;
  width: 8px;
  overflow: hidden;
  padding: 0;
}
/* line 34, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .tl {
  background-repeat: no-repeat;
  background-image: url(/images/liboly/modal/top_left.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -khtml-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
/* line 39, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .tr {
  background-repeat: no-repeat;
  background-image: url(/images/liboly/modal/top_right.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -khtml-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
/* line 44, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .bl {
  background-repeat: no-repeat;
  background-image: url(/images/liboly/modal/bottom_left.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -khtml-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
/* line 49, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .br {
  background-repeat: no-repeat;
  background-image: url(/images/liboly/modal/bottom_right.png);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, #d1d3d4), color-stop(100%, #b1b3b6));
  background-image: -moz-linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  background-image: linear-gradient(top, #d1d3d4 0%, #b1b3b6 100%);
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -khtml-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
/* line 54, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .popup {
  position: relative;
}
/* line 56, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox table {
  border-collapse: collapse;
}
/* line 58, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox td {
  border-bottom: 0;
  padding: 0;
}
/* line 61, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .body {
  padding: 10px;
  background: white;
  width: 370px;
}
/* line 65, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .loading, #facebox .image {
  text-align: center;
}
/* line 67, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox img {
  border: 0;
  margin: 0;
}
/* line 70, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox .footer {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

/* line 76, ../../../app/stylesheets/liboly/_facebox.sass */
#facebox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 83, ../../../app/stylesheets/liboly/_facebox.sass */
.facebox_hide {
  z-index: -100;
}

/* line 86, ../../../app/stylesheets/liboly/_facebox.sass */
.facebox_overlayBG {
  background-color: black;
  z-index: 99;
}

/* line 90, ../../../app/stylesheets/liboly/_facebox.sass */
* html #facebox_overlay {
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* 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
 * ---------------------------------- */
/* line 7, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-hidden {
  display: none;
}

/* line 10, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

/* line 14, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 24, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 31, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \ */
/* line 35, ../../../app/stylesheets/liboly/_jquery-ui.sass */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 38, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 42, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
 * ---------------------------------- */
/* line 53, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
 * ---------------------------------- */
/* states and images */
/* line 60, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
 * ---------------------------------- */
/* Overlays */
/* line 70, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.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=Lucida%20Grande,%20Lucida%20Sans,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=deedf7&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=100&borderColorHeader=aed0ea&fcHeader=222222&iconColorHeader=72a7cf&bgColorContent=f2f5f7&bgTextureContent=04_highlight_hard.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=362b36&iconColorContent=72a7cf&bgColorDefault=d7ebf9&bgTextureDefault=02_glass.png&bgImgOpacityDefault=80&borderColorDefault=aed0ea&fcDefault=2779aa&iconColorDefault=3d80b3&bgColorHover=e4f1fb&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=74b2e2&fcHover=0070a3&iconColorHover=2694e8&bgColorActive=3baae3&bgTextureActive=02_glass.png&bgImgOpacityActive=50&borderColorActive=2694e8&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=ffef8f&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=25&borderColorHighlight=f9dd34&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=cd0a0a&bgTextureError=01_flat.png&bgImgOpacityError=15&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffffff&bgColorOverlay=eeeeee&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=90&opacityOverlay=80&bgColorShadow=000000&bgTextureShadow=04_highlight_hard.png&bgImgOpacityShadow=70&opacityShadow=30&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px */
/* Component containers
 * ---------------------------------- */
/* line 84, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 88, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 91, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}

/* line 95, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #f2f5f7 url(/images/liboly/jquery-ui/ui-bg_highlight-hard_100_f2f5f7_1x100.png) 50% top repeat-x;
  color: #362b36;
}

/* line 100, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-content a {
  color: #362b36;
}

/* line 103, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-header {
  border: 1px solid #aed0ea;
  background: #deedf7 url(/images/liboly/jquery-ui/ui-bg_highlight-soft_100_deedf7_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 109, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
 * ---------------------------------- */
/* line 114, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #aed0ea;
  background: #d7ebf9 url(/images/liboly/jquery-ui/ui-bg_glass_80_d7ebf9_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #2779aa;
}

/* line 120, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2779aa;
  text-decoration: none;
}

/* line 124, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  border: 1px solid #74b2e2;
  background: #e4f1fb url(/images/liboly/jquery-ui/ui-bg_glass_100_e4f1fb_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0070a3;
}

/* line 130, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #0070a3;
  text-decoration: none;
}

/* line 134, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #2694e8;
  background: #3baae3 url(/images/liboly/jquery-ui/ui-bg_glass_50_3baae3_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: white;
}

/* line 140, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: white;
  text-decoration: none;
}

/* line 144, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
 * ---------------------------------- */
/* line 149, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #f9dd34;
  background: #ffef8f url(/images/liboly/jquery-ui/ui-bg_highlight-soft_25_ffef8f_1x100.png) 50% top repeat-x;
  color: #363636;
}

/* line 154, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636;
}

/* line 157, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #cd0a0a url(/images/liboly/jquery-ui/ui-bg_flat_15_cd0a0a_40x100.png) 50% 50% repeat-x;
  color: white;
}

/* line 162, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: white;
}

/* line 165, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: white;
}

/* line 168, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}

/* line 171, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 176, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
 * ---------------------------------- */
/* states and images */
/* line 185, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/jquery-ui/ui-icons_72a7cf_256x240.png);
}

/* line 190, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-content .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_72a7cf_256x240.png);
}

/* line 193, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-header .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_72a7cf_256x240.png);
}

/* line 196, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-default .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_3d80b3_256x240.png);
}

/* line 199, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_2694e8_256x240.png);
}

/* line 202, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-active .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_ffffff_256x240.png);
}

/* line 205, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-highlight .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_2e83ff_256x240.png);
}

/* line 208, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/images/liboly/jquery-ui/ui-icons_ffffff_256x240.png);
}

/* positioning */
/* line 212, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 215, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 218, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 221, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 224, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 227, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 230, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 233, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 236, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 239, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 242, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 245, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 248, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 251, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 254, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 257, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 260, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 263, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 266, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 269, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 272, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 275, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 278, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 281, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 284, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 287, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 290, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 293, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 296, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 299, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 302, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 305, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 308, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 311, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 314, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 317, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 320, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 323, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 326, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 329, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 332, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 335, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 338, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 341, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 344, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 347, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 350, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 353, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 356, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 359, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 362, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 365, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 368, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 371, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 374, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 377, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 380, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 383, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 386, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 389, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 392, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 395, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 398, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 401, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 404, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 407, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 410, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 413, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 416, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 419, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 422, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 425, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 428, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 431, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 434, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 437, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 440, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 443, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 446, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 449, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 452, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 455, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 458, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 461, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 464, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 467, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 470, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 473, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 476, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 479, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 482, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 485, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 488, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 491, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 494, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 497, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 500, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 503, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 506, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 509, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 512, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 515, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 518, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 521, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 524, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 527, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 530, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 533, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 536, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 539, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 542, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 545, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 548, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 551, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 554, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 557, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 560, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 563, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 566, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 569, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 572, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 575, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 578, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 581, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 584, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 587, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 590, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 593, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 596, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 599, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 602, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 605, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 608, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 611, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 614, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 617, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 621, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 624, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 627, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 630, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 633, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 636, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 639, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 642, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 645, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 648, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 651, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 654, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 657, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 660, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 663, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 666, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 669, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 672, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 675, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 678, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 681, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 684, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 687, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 690, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 693, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 696, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 699, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 702, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 705, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 708, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 711, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 714, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 717, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 720, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 723, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 726, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 729, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 732, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
 * ---------------------------------- */
/* Corner radius */
/* line 739, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-tl {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 744, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-tr {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 749, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-bl {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 754, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-br {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 759, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-top {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 767, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 775, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-right {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 783, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-left {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 791, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-corner-all {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* Overlays */
/* line 797, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-overlay {
  background: #eeeeee url(/images/liboly/jquery-ui/ui-bg_diagonals-thick_90_eeeeee_40x40.png) 50% 50% repeat;
  opacity: 0.8;
  filter: Alpha(Opacity=80);
}

/* line 802, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-widget-shadow {
  margin: -7px 0 0 -7px;
  padding: 7px;
  background: black url(/images/liboly/jquery-ui/ui-bg_highlight-hard_70_000000_1x100.png) 50% top repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* Autocomplete
 * ---------------------------------- */
/* line 814, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* line 817, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-autocomplete .hilited {
  font-weight: bold;
}

/* line 820, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-autocomplete-loading {
  background: white url(/images/liboly/jquery-ui/ui-anim_basic_16x16.gif) right center no-repeat;
}

/* line 823, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-autocomplete-input.chosen {
  background-color: #cbfdb0;
}

/* workarounds
 * without this, the menu expands to 100% in IE6 */
/* line 828, ../../../app/stylesheets/liboly/_jquery-ui.sass */
* html .ui-autocomplete {
  width: 1px;
}

/* Menu
 * ---------------------------------- */
/* line 833, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
}

/* line 839, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 842, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 847, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.4em;
  line-height: 1.5;
}

/* line 853, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}

/* Datepicker
 * ---------------------------------- */
/* line 858, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
}

/* line 862, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* line 866, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 872, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 875, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 878, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 881, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 884, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 887, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 895, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 900, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 904, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 907, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 910, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 916, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 922, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 926, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

/* line 932, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 940, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

/* line 948, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 952, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 955, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 958, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

/* line 962, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 965, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 968, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 971, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 974, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 977, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 980, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
/* line 985, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 988, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 992, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 996, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 1000, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 1004, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 1007, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 1010, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 1013, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 1016, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 1020, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3) */
/* line 1025, ../../../app/stylesheets/liboly/_jquery-ui.sass */
.ui-datepicker-cover {
  /* sorry for IE5 */
  display: none;
  /* sorry for IE5 */
  display/**/: block;
  /* must have */
  position: absolute;
  /* must have */
  z-index: -1;
  /* must have */
  filter: mask();
  /* must have */
  top: -4px;
  /* must have */
  left: -4px;
  /* must have */
  width: 200px;
  /* must have */
  height: 200px;
}

/* line 7, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar {
  padding-left: 1.5em;
  background-color: #505050;
  background-image: url(/images/liboly/user-bar.jpg);
  background-repeat: repeat-x;
  font-family: Lucida Sans, Lucida Grande, arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-shadow: white 0 1px 0;
  color: #545454;
  line-height: 2.6em;
  font-weight: bold;
  position: relative;
  height: 32px;
  z-index: 999;
}
/* line 22, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 1px;
}
/* line 27, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li {
  position: relative;
  border-left: 1px solid #c1bfbf;
  float: left;
}
/* line 31, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li span, #user-bar ul li a {
  display: block;
  padding: 0 0.8em;
  border-left: 1px solid #f1f1f1;
}
/* line 35, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li span.tool, #user-bar ul li a.tool {
  display: inline;
}
/* line 37, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li a {
  color: #545454;
  text-decoration: none;
}
/* line 40, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li a:hover {
  color: #146499;
  background-color: white;
}
/* line 43, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul {
  visibility: hidden;
  right: auto;
  left: -1px;
  margin: 0;
  background-color: #f3f3f3;
  border-color: #c1bfbf;
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
/* line 53, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul li {
  float: none;
  font-size: 0.9em;
  line-height: 0.9em;
}
/* line 57, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul li a {
  padding: 0.8em !important;
  white-space: nowrap;
}
/* line 60, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul li a:hover {
  background-color: #f9f9f9;
}
/* line 63, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul li#celect_grow div#cg_da {
  padding-left: 30px;
  padding-top: 5px;
}
/* line 66, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul li.tool-group {
  padding: 0.8em 0.8em 0.6em 0.8em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #b0b0b0;
  clear: both;
  border: none;
}
/* line 73, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul .tool-divider {
  border-top: 1px solid #c1bfbf;
  padding: 0.4em;
}
/* line 76, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul.tools {
  width: 260px;
  border-left: solid 1px #c1bfbf;
}
/* line 79, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li ul.tools > li.tool-item {
  float: left;
  width: 130px;
  border-left: none;
}
/* line 83, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li.right ul {
  left: auto;
  right: -1px;
}
/* line 86, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li > ul {
  top: auto;
  z-index: 1000;
}
/* line 89, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar ul li:hover ul {
  visibility: visible;
}
/* line 91, ../../../app/stylesheets/liboly/_user-bar.sass */
#user-bar img {
  width: 16px;
  height: 16px;
  margin-bottom: -3px;
}

/* line 1, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal-nav {
  list-style-type: none;
  width: 100%;
  font-size: 60%;
  background-color: #bfbfbf;
  padding: 0;
}
/* line 7, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal-nav td {
  text-align: center;
}
/* line 9, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal-nav a {
  display: block;
  color: white;
  height: 1.5em;
  font-size: 1.6em;
}
/* line 14, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal-nav a:hover {
  text-decoration: none;
  color: #cccccc;
  background-color: #666666;
}

/* line 19, ../../../app/stylesheets/liboly/_calendar.sass */
h3.cal {
  text-align: center;
  font-size: 1.8em;
  font-weight: normal;
  margin: 0.25em 0;
}

/* line 25, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal {
  width: 100%;
  border-bottom: 0.2em solid #3f3f3f;
  font-size: 10px;
  table-layout: fixed;
  background-color: white;
}
/* line 31, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal a {
  color: #384f9f;
}
/* line 33, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal th {
  background-color: #4f4f4f;
  text-align: center;
  width: 14.286%;
  color: white;
  padding-top: 0.1em;
}
/* line 39, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr {
  color: black;
}
/* line 41, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds {
  padding-right: 0.2em;
  margin-bottom: 0.1em;
  overflow: auto;
}
/* line 45, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds span.day {
  float: right;
}
/* line 47, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds a {
  font-size: 1em;
}
/* line 49, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds td {
  background-color: #f4f4f4;
  text-align: right;
  border-right: 0.1em solid #b2b2b2;
  border-bottom: 0.1em solid #b2b2b2;
  padding-right: 0.25em;
}
/* line 55, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds td .magnify-day {
  float: left;
  padding: 2px 0 0 2px;
}
/* line 58, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.ds td.not-in-month {
  background-color: #d0d0d0;
}
/* line 61, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.events {
  min-height: 7.2em;
}
/* line 63, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.strip {
  position: relative;
  float: left;
  width: 100%;
  height: 1.8em;
  margin-bottom: 1px;
}
/* line 69, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event {
  position: absolute;
  line-height: 1.3em;
  max-height: 1.5em;
  padding: 0.25em 0 0.25em 0.1em;
  background-color: #efefef;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
/* line 78, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-1 {
  width: 14.286%;
}
/* line 80, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-2 {
  width: 28.571%;
}
/* line 82, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-3 {
  width: 42.857%;
}
/* line 84, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-4 {
  width: 57.143%;
}
/* line 86, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-5 {
  width: 71.429%;
}
/* line 88, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-6 {
  width: 85.714%;
}
/* line 90, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.days-7 {
  width: 100%;
}
/* line 92, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-1 {
  margin-left: 14.286%;
}
/* line 94, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-2 {
  margin-left: 28.571%;
}
/* line 96, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-3 {
  margin-left: 42.857%;
}
/* line 98, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-4 {
  margin-left: 57.143%;
}
/* line 100, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-5 {
  margin-left: 71.429%;
}
/* line 102, ../../../app/stylesheets/liboly/_calendar.sass */
table.cal tr.es div.event.offset-6 {
  margin-left: 85.714%;
}

/* line 105, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip {
  display: none;
  background-color: #f8f8f8;
  border: 1px solid #e4e2e2;
  width: 300px;
  text-align: left;
  margin-bottom: 15px;
  color: #555555;
}
/* line 113, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip div {
  position: relative;
  margin-bottom: -11px;
  padding: 7px 7px 25px;
  background: transparent url(/images/tooltip_icon.png) no-repeat 46% bottom;
}
/* line 118, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip h4 {
  font-weight: normal;
  line-height: 1.5em;
  padding-left: 15px;
  background: transparent url(/images/magnify.png) no-repeat left top;
  position: relative;
}
/* line 124, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip h4 a {
  position: absolute;
  right: 0;
}
/* line 127, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip p {
  padding: 1em 0;
  border-bottom: 1px solid #eceaea;
}
/* line 130, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip p a {
  margin-left: 9em;
  display: block;
  color: #384f9f;
}
/* line 134, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip span {
  display: inline-block;
  border: 1px solid #cccccc;
  font-size: 0.9em;
  float: left;
  text-align: center;
  width: 8.5em;
  line-height: 1.6em;
  background-color: white;
}
/* line 143, ../../../app/stylesheets/liboly/_calendar.sass */
div.calendar-day-tooltip .cal-event-title {
  wordWrap: break-word;
}

/* line 3, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl {
  margin-bottom: 15px;
}
/* line 5, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl label {
  text-transform: uppercase;
  font-weight: bold;
  width: 7.5em;
}
/* line 9, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl .hint {
  display: block;
  font-size: 1em;
  margin-left: 9.5em;
}
/* line 13, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl .options {
  margin-left: 9.5em;
}
/* line 15, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl .options input[type="radio"] {
  float: none;
}
/* line 17, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl .options label {
  text-transform: none;
  float: none;
  padding: 0;
}
/* line 21, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl .options p.expl {
  margin-left: 2em;
}
/* line 23, ../../../app/stylesheets/liboly/_events.sass */
form.event .ctrl.flush, form.event .ctrl > .flush {
  margin-left: 9.5em;
}
/* line 25, ../../../app/stylesheets/liboly/_events.sass */
form.event input[type="text"], form.event textarea {
  border: 1px solid #b8b8b8;
  width: 70%;
  padding: 0.3em;
}
/* line 29, ../../../app/stylesheets/liboly/_events.sass */
form.event input.date, form.event input.time {
  width: 8em;
}
/* line 31, ../../../app/stylesheets/liboly/_events.sass */
form.event label[for="event_end_date"], form.event label[for="event_all_day"] {
  float: none;
  font-weight: normal;
  background: none !important;
}
/* line 35, ../../../app/stylesheets/liboly/_events.sass */
form.event label[for="event_repeats_custom"] {
  font-weight: normal;
  padding-left: 0;
}
/* line 38, ../../../app/stylesheets/liboly/_events.sass */
form.event label[for="event_until"] {
  font-weight: normal;
}
/* line 40, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week, form.event #by_month, form.event #by_day_of_month {
  margin-left: 9.5em;
  margin-bottom: 1em;
  padding: 0 0 2em;
}
/* line 44, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week label, form.event #by_month label, form.event #by_day_of_month label {
  border: 0 none white;
  display: block;
  width: 2em;
  height: 1.5em;
  padding: 0.2em;
  background-color: white;
  cursor: pointer;
}
/* line 52, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week label.selected, form.event #by_month label.selected, form.event #by_day_of_month label.selected {
  background-color: #cccccc;
}
/* line 54, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week td, form.event #by_month td, form.event #by_day_of_month td {
  border: 1px solid #b8b8b8;
  width: 1.5em;
  text-align: center;
}
/* line 58, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week_in_month {
  margin-left: 9.5em;
  padding: 0 0 2em;
}
/* line 61, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week_in_month li {
  padding: 0.2em 0.5em;
  background-color: #e9e9eb;
  width: 31%;
  margin: 0 0 0.5em;
}
/* line 66, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week_in_month label {
  cursor: pointer;
}
/* line 68, ../../../app/stylesheets/liboly/_events.sass */
form.event #by_day_of_week_in_month label.selected {
  margin-left: 1em;
}
/* line 70, ../../../app/stylesheets/liboly/_events.sass */
form.event .cloud {
  margin-left: 9.5em;
  width: 70%;
}

/* line 1, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-holder {
  text-align: left;
}

/* line 4, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-vline, .jcrop-hline {
  font-size: 0;
  position: absolute;
  background: white url(/images/liboly/Jcrop.gif) top left repeat;
}

/* line 9, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 13, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-hline {
  width: 100%;
  height: 1px !important;
}

/* line 17, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-handle {
  font-size: 1px;
  width: 7px !important;
  height: 7px !important;
  border: 1px #eeeeee solid;
  background-color: #333333;
  *width: 9px;
  *height: 9px;
}

/* line 26, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.jcrop-tracker {
  width: 100%;
  height: 100%;
}

/* line 30, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.custom .jcrop-vline, .custom .jcrop-hline {
  background: yellow;
}

/* line 33, ../../../app/stylesheets/liboly/_jquery.Jcrop.sass */
.custom .jcrop-handle {
  border-color: black;
  background-color: #c7bb00;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 1, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar {
  width: 100%;
}
/* line 3, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-bold-button {
  left: 0;
  background-position: 0 0;
}
/* line 6, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-italic-button {
  left: 25px;
  background-position: -20px 0;
}
/* line 9, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-spacer1 {
  left: 50px;
}
/* line 11, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-link-button {
  left: 75px;
  background-position: -40px 0;
}
/* line 14, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-quote-button {
  left: 100px;
  background-position: -60px 0;
}
/* line 17, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-code-button {
  left: 125px;
  background-position: -80px 0;
}
/* line 20, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-image-button {
  left: 150px;
  background-position: -100px 0;
}
/* line 23, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-spacer2 {
  left: 175px;
}
/* line 25, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-olist-button {
  left: 200px;
  background-position: -120px 0;
}
/* line 28, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-ulist-button {
  left: 225px;
  background-position: -140px 0;
}
/* line 31, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-heading-button {
  left: 250px;
  background-position: -160px 0;
}
/* line 34, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-hr-button {
  left: 275px;
  background-position: -180px 0;
}
/* line 37, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-spacer3 {
  left: 300px;
}
/* line 39, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-undo-button {
  left: 325px;
  background-position: -200px 0;
}
/* line 42, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-redo-button {
  left: 350px;
  background-position: -220px 0;
}
/* line 45, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-bar #wmd-help-button {
  right: 0;
  background-position: -240px 0;
}

/* line 49, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-input {
  width: 99%;
  padding: 0;
}

/* line 53, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-button-row {
  position: relative;
  height: 20px;
}

/* line 57, ../../../app/stylesheets/liboly/_wmd.sass */
#wmd-preview p {
  margin: 0;
}

/* line 60, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-spacer {
  position: absolute;
  display: inline-block;
  list-style: none;
  width: 1px;
  height: 20px;
  background-color: silver;
  margin-left: 14px;
}

/* line 69, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-button {
  position: absolute;
  display: inline-block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: url(../../javascripts/liboly/wmd/images/wmd-buttons.png);
  margin: 0 5px;
}
/* line 77, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-button > a {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

/* line 84, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-prompt-background {
  background-color: black;
}

/* line 87, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-prompt-dialog {
  background-color: #f5f5f5;
  border: 1px solid #999999;
}
/* line 90, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-prompt-dialog > div {
  font-size: 0.8em;
  font-family: arial, helvetica, sans-serif;
}
/* line 94, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-prompt-dialog > form > input[type="text"] {
  color: black;
  border: 1px solid #999999;
}
/* line 97, ../../../app/stylesheets/liboly/_wmd.sass */
.wmd-prompt-dialog > form > input[type="button"] {
  font-family: trebuchet MS, helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #888888;
}

/* line 18, ../../../app/stylesheets/liboly/_base.sass */
body {
  font: 0.625em/1 Lucida Sans-serif, arial, Helvetica, sans-serif;
}

/* line 22, ../../../app/stylesheets/liboly/_base.sass */
strong {
  font-weight: bold;
}

/* line 25, ../../../app/stylesheets/liboly/_base.sass */
em {
  font-style: italic;
}

/* line 28, ../../../app/stylesheets/liboly/_base.sass */
a {
  text-decoration: none;
}
/* line 30, ../../../app/stylesheets/liboly/_base.sass */
a:hover {
  text-decoration: underline;
}
/* line 32, ../../../app/stylesheets/liboly/_base.sass */
a img {
  border: 0;
}

/* line 35, ../../../app/stylesheets/liboly/_base.sass */
.clear {
  clear: both;
}

/* line 38, ../../../app/stylesheets/liboly/_base.sass */
.hidden {
  visibility: hidden;
  display: none;
}

/* line 75, ../../../app/stylesheets/liboly/_base.sass */
.errorExplanation {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid red;
  background-color: #ffcccc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.errorExplanation .heading,
.errorExplanation h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.errorExplanation ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.errorExplanation li {
  margin-left: 2.5em;
}

/* line 82, ../../../app/stylesheets/liboly/_base.sass */
form.proper .ctrl {
  padding: 0.25em 0;
  overflow: hidden;
}
/* line 85, ../../../app/stylesheets/liboly/_base.sass */
form.proper label, form.proper fieldset.share legend {
  float: left;
  line-height: 1.3em;
  width: 6.5em;
  color: #7f7f7f;
  padding: 0.4em 1em 0;
}
/* line 91, ../../../app/stylesheets/liboly/_base.sass */
form.proper label.inline {
  float: none;
}
/* line 93, ../../../app/stylesheets/liboly/_base.sass */
form.proper .hint {
  font-size: 0.8em;
  font-style: italic;
  color: #555555;
  margin-left: 0.5em;
}
/* line 98, ../../../app/stylesheets/liboly/_base.sass */
form.proper .flush {
  margin-left: 8.5em;
}
/* line 100, ../../../app/stylesheets/liboly/_base.sass */
form.proper fieldset.share {
  padding-left: 8.5em;
}
/* line 102, ../../../app/stylesheets/liboly/_base.sass */
form.proper fieldset.share legend {
  margin-left: -8.5em;
}
/* line 104, ../../../app/stylesheets/liboly/_base.sass */
form.proper fieldset.share label {
  color: black;
}
/* line 106, ../../../app/stylesheets/liboly/_base.sass */
form.proper .ctrl.required label {
  background: url(/images/liboly/required_star.gif) no-repeat 95% 50%;
}
/* line 108, ../../../app/stylesheets/liboly/_base.sass */
form.proper .ctrl.invalid label {
  color: #d12f19 !important;
}
/* line 110, ../../../app/stylesheets/liboly/_base.sass */
form.proper .errors {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid red;
  background-color: #ffcccc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
form.proper .errors .heading,
form.proper .errors h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
form.proper .errors ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
form.proper .errors li {
  margin-left: 2.5em;
}

/* line 113, ../../../app/stylesheets/liboly/_base.sass */
fieldset.visual {
  border-top: 1px solid #adb0b3;
  padding: 0.3em 0.6em 0.8em;
}
/* line 116, ../../../app/stylesheets/liboly/_base.sass */
fieldset.visual legend {
  padding: 2px 10px;
}

/* line 132, ../../../app/stylesheets/liboly/_base.sass */
.data-title {
  position: relative;
}
/* line 121, ../../../app/stylesheets/liboly/_base.sass */
.data-title h2, .data-title h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.7em;
}
/* line 125, ../../../app/stylesheets/liboly/_base.sass */
.data-title h2 {
  color: #535353;
  font-size: 1.5em;
}
/* line 128, ../../../app/stylesheets/liboly/_base.sass */
.data-title h3 {
  color: black;
  font-size: 1.1em;
}
/* line 135, ../../../app/stylesheets/liboly/_base.sass */
.data-title a {
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 0.1em;
}

/* line 161, ../../../app/stylesheets/liboly/_base.sass */
.data-body {
  margin-bottom: 2.5em;
}
/* line 163, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum,
.data-body .item {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
/* line 151, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum > label, .data-body .datum > .label,
.data-body .item > label,
.data-body .item > .label {
  float: left;
  color: #7f7f7f;
  padding: 0 2em 0 1em;
  width: 10.5em;
}
/* line 154, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum > p,
.data-body .item > p {
  margin-left: 13.5em;
}
/* line 166, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum .school,
.data-body .item .school {
  float: left;
  width: 70%;
}
/* line 169, ../../../app/stylesheets/liboly/_base.sass */
.data-body .item .text-item {
  width: 31em;
  padding-right: 20em;
  margin-left: 13.5em;
}
/* line 173, ../../../app/stylesheets/liboly/_base.sass */
.data-body .text-item p {
  margin-bottom: 0.5em;
}
/* line 175, ../../../app/stylesheets/liboly/_base.sass */
.data-body .text-item.bio p {
  width: 30%;
}
/* line 158, ../../../app/stylesheets/liboly/_base.sass */
.data-body .item .profile_tooltip, .data-body .text-item .profile_tooltip, .data-body .adr .profile_tooltip, .data-body .tel .profile_tooltip, .data-body .im .profile_tooltip, .data-body .datum.email .profile_tooltip, .data-body .edu .profile_tooltip, .data-body .job .profile_tooltip, .data-body .se .profile_tooltip {
  float: right;
}
/* line 181, ../../../app/stylesheets/liboly/_base.sass */
.data-body .item:hover .profile_tooltip a, .data-body .text-item:hover .profile_tooltip a, .data-body .adr:hover .profile_tooltip a, .data-body .tel:hover .profile_tooltip a, .data-body .im:hover .profile_tooltip a, .data-body .edu:hover .profile_tooltip a, .data-body .job:hover .profile_tooltip a {
  display: inline;
}
/* line 184, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum:hover > .profile_tooltip a {
  display: inline;
}
/* line 186, ../../../app/stylesheets/liboly/_base.sass */
.data-body .actions {
  margin: 0 0 2em 13.5em;
}
/* line 188, ../../../app/stylesheets/liboly/_base.sass */
.data-body .actions a {
  margin-right: 0.75em;
}
/* line 190, ../../../app/stylesheets/liboly/_base.sass */
.data-body form {
  display: none;
}
/* line 192, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum .org-profile-section {
  padding-top: 12px;
}
/* line 121, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum .org-profile-section h2, .data-body .datum .org-profile-section h3 {
  padding-bottom: 0.3em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.7em;
}
/* line 125, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum .org-profile-section h2 {
  color: #535353;
  font-size: 1.5em;
}
/* line 128, ../../../app/stylesheets/liboly/_base.sass */
.data-body .datum .org-profile-section h3 {
  color: black;
  font-size: 1.1em;
}

/* line 196, ../../../app/stylesheets/liboly/_base.sass */
.data-title.custom {
  float: left;
}
/* line 198, ../../../app/stylesheets/liboly/_base.sass */
.data-title.custom > label {
  float: left;
  color: #7f7f7f;
  padding: 0 2em 0 1em;
  width: 10.5em;
}
/* line 200, ../../../app/stylesheets/liboly/_base.sass */
.data-title.custom a {
  float: left;
  line-height: 1em;
  padding: 0 1em;
  position: relative;
}

/* line 206, ../../../app/stylesheets/liboly/_base.sass */
.data-body.custom {
  margin-left: 13.5em;
  min-height: 1em;
}
/* line 209, ../../../app/stylesheets/liboly/_base.sass */
.data-body.custom .item > p, .data-body.custom .actions {
  margin-left: 0;
}

/* line 212, ../../../app/stylesheets/liboly/_base.sass */
form.custom .ctrl.flush {
  padding-top: 0;
  margin-left: 0;
}

/* line 219, ../../../app/stylesheets/liboly/_base.sass */
.vcard .datum .adr, .vcard .datum .tel, .vcard .datum .im, .vcard .datum .ec, .vcard .datum .se {
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
/* line 151, ../../../app/stylesheets/liboly/_base.sass */
.vcard .datum .adr > label, .vcard .datum .adr > .label, .vcard .datum .tel > label, .vcard .datum .tel > .label, .vcard .datum .im > label, .vcard .datum .im > .label, .vcard .datum .ec > label, .vcard .datum .ec > .label, .vcard .datum .se > label, .vcard .datum .se > .label {
  float: left;
  color: #7f7f7f;
  padding: 0 2em 0 1em;
  width: 10.5em;
}
/* line 154, ../../../app/stylesheets/liboly/_base.sass */
.vcard .datum .adr > p, .vcard .datum .tel > p, .vcard .datum .im > p, .vcard .datum .ec > p, .vcard .datum .se > p {
  margin-left: 13.5em;
}

/* line 223, ../../../app/stylesheets/liboly/_base.sass */
#dev-toolbar {
  position: fixed;
  bottom: 0;
  min-height: 25px;
  width: 100%;
  opacity: 0.8;
  color: black;
  font-size: 16px;
  padding: 2px 10px;
  background-color: #f3f4e6;
  border-top: 1px solid #f34607;
}
/* line 234, ../../../app/stylesheets/liboly/_base.sass */
#dev-toolbar .container {
  position: relative;
}
/* line 236, ../../../app/stylesheets/liboly/_base.sass */
#dev-toolbar span {
  margin: 0 30px;
}
/* line 238, ../../../app/stylesheets/liboly/_base.sass */
#dev-toolbar .hide {
  color: red;
  position: absolute;
  top: 0;
  right: 25px;
}

/* line 244, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector {
  text-align: left;
  overflow: hidden;
}
/* line 247, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector input[type=text] {
  display: block;
  border: 1px solid black;
  margin-bottom: 5px;
  width: 228px;
  padding: 3px 3px 3px 25px;
  background-image: url(/images/liboly/scope/search_16.png);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 3px 50%;
}
/* line 258, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector ul {
  border: 1px solid black;
  width: 250px;
  height: 30em;
  overflow: auto;
  padding: 3px;
  font-size: smaller;
  background-color: white;
  margin: 0 auto;
  float: left;
}
/* line 268, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector ul li {
  list-style-type: none;
  display: block;
  clear: left;
}
/* line 272, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector ul li input[type=checkbox] {
  float: left;
  margin: 0 5px 3px 3px;
}
/* line 275, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector ul li label {
  padding: 0;
  float: none;
  color: black;
}
/* line 279, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector .select {
  width: 258px;
  clear: left;
}
/* line 282, ../../../app/stylesheets/liboly/_base.sass */
.filtered_selector .select a {
  display: inline-block;
  width: 49%;
  text-align: center;
}

/* line 288, ../../../app/stylesheets/liboly/_base.sass */
table.listing {
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  margin-bottom: 1em;
  color: #272727;
  background-color: white;
}
/* line 294, ../../../app/stylesheets/liboly/_base.sass */
table.listing .hilited {
  color: inherit;
  font-weight: bold;
  text-decoration: underline;
}
/* line 298, ../../../app/stylesheets/liboly/_base.sass */
table.listing th.rt, table.listing td.rt {
  text-align: right;
}
/* line 301, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr.odd {
  background-color: white;
}
/* line 303, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr.even {
  background-color: #eeeeee;
}
/* line 305, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr:hover {
  background-color: #dddddd;
}
/* line 307, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr.odd td {
  background-color: white;
}
/* line 309, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr.even td {
  background-color: #eeeeee;
}
/* line 311, ../../../app/stylesheets/liboly/_base.sass */
table.listing tbody > tr:hover td {
  background-color: #dddddd;
}
/* line 313, ../../../app/stylesheets/liboly/_base.sass */
table.listing th, table.listing td {
  border-collapse: collapse;
  padding: 0.2em 0.5em;
}
/* line 316, ../../../app/stylesheets/liboly/_base.sass */
table.listing th {
  font-weight: normal;
  background-color: #f5f5f5;
  border-bottom: 1px solid #bbbbbb;
  text-align: left;
  padding: 5px;
  white-space: nowrap;
}
/* line 323, ../../../app/stylesheets/liboly/_base.sass */
table.listing th.name {
  width: 100%;
}
/* line 325, ../../../app/stylesheets/liboly/_base.sass */
table.listing td {
  border-top: none;
  border-bottom: none;
  padding: 6px;
}
/* line 329, ../../../app/stylesheets/liboly/_base.sass */
table.listing td.consumer {
  padding-right: 0;
}
/* line 331, ../../../app/stylesheets/liboly/_base.sass */
table.listing td.consumer img {
  display: inline;
}
/* line 333, ../../../app/stylesheets/liboly/_base.sass */
table.listing th.consumer, table.listing td.consumer, table.listing th:last-child, table.listing td:last-child {
  border-right: none;
}

/* line 337, ../../../app/stylesheets/liboly/_base.sass */
.members table.listing th.rt, .members table.listing td.rt {
  text-align: center;
}

/* line 341, ../../../app/stylesheets/liboly/_base.sass */
table.tablesorter th.header {
  cursor: pointer;
  background-image: url(/images/liboly/tablesorter/bg.gif);
  background-repeat: no-repeat;
  background-position: center right;
}
/* line 346, ../../../app/stylesheets/liboly/_base.sass */
table.tablesorter th.header.headerSortUp {
  background-color: #dddddd;
  background-image: url(/images/liboly/tablesorter/asc.gif);
}
/* line 349, ../../../app/stylesheets/liboly/_base.sass */
table.tablesorter th.header.headerSortDown {
  background-color: #dddddd;
  background-image: url(/images/liboly/tablesorter/desc.gif);
}
/* line 352, ../../../app/stylesheets/liboly/_base.sass */
table.tablesorter th.consumer {
  background: none !important;
}

/* line 355, ../../../app/stylesheets/liboly/_base.sass */
form.switch-users {
  font-size: 1.5em;
}
/* line 357, ../../../app/stylesheets/liboly/_base.sass */
form.switch-users label {
  margin-right: 0.5em;
}
/* line 359, ../../../app/stylesheets/liboly/_base.sass */
form.switch-users .ctrl.ff, form.switch-users input[type=submit] {
  display: inline-block;
}

/* line 362, ../../../app/stylesheets/liboly/_base.sass */
#announcement_bar {
  background-color: #fefdad;
  padding: 10px;
  position: relative;
}
/* line 366, ../../../app/stylesheets/liboly/_base.sass */
#announcement_bar #announcement {
  font-size: 16px;
  margin-right: 120px;
  font: 16px Lucida Sans-serif, arial, Helvetica, sans-serif;
}
/* line 370, ../../../app/stylesheets/liboly/_base.sass */
#announcement_bar #actions {
  position: absolute;
  right: 12px;
  top: 10px;
}
/* line 374, ../../../app/stylesheets/liboly/_base.sass */
#announcement_bar #actions a {
  font-size: small;
  text-decoration: underline;
  color: red;
}

/* line 381, ../../../app/stylesheets/liboly/_base.sass */
.ui-sortable-helper {
  opacity: 0.85;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  -moz-box-shadow: #333333 1px 1px 5px 0;
  -webkit-box-shadow: #333333 1px 1px 5px 0;
  -o-box-shadow: #333333 1px 1px 5px 0;
  box-shadow: #333333 1px 1px 5px 0;
}

/* line 385, ../../../app/stylesheets/liboly/_base.sass */
.flash_embed {
  position: relative;
  z-index: pictures;
}

/* line 389, ../../../app/stylesheets/liboly/_base.sass */
.invalid-address {
  color: #999999;
}

/* line 3, ../../../app/stylesheets/_dashboard.sass */
#dashboard .narrow,
#group .narrow {
  float: right;
  padding: 0 0 0 10px;
}
/* line 6, ../../../app/stylesheets/_dashboard.sass */
#dashboard .narrow .section.members,
#group .narrow .section.members {
  overflow: hidden;
}
/* line 8, ../../../app/stylesheets/_dashboard.sass */
#dashboard .wide,
#group .wide {
  padding: 0 197px 0 0;
}
/* line 10, ../../../app/stylesheets/_dashboard.sass */
#dashboard .panel,
#group .panel {
  text-align: center;
}
/* line 12, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section,
#group .section {
  margin-bottom: 30px;
}
/* line 14, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section .heading,
#group .section .heading {
  background: #fafafa url(/images/liboly/section_bg.jpg) repeat-x bottom left;
  border: 1px solid #d3d1d1;
  border-bottom: none;
  padding-bottom: 0.2em;
}
/* line 19, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section .heading h3,
#group .section .heading h3 {
  background: none;
  line-height: 1.8em;
  height: auto;
}
/* line 24, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section.launch-bar .heading h3,
#group .section.launch-bar .heading h3 {
  font-size: 1.3em;
}
/* line 26, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section.launch-bar .action,
#group .section.launch-bar .action {
  margin: 0.3em 0.4em 0.3em 0.4em;
  font-weight: bold;
  font-size: 12px;
}
/* line 30, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section.launch-bar .pending,
#group .section.launch-bar .pending {
  display: block;
  padding: 3px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
/* line 37, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section.launch-bar .pending img,
#group .section.launch-bar .pending img {
  vertical-align: bottom;
}
/* line 40, ../../../app/stylesheets/_dashboard.sass */
#dashboard .section.members .footer,
#group .section.members .footer {
  clear: both;
  padding-left: 2px;
  padding-top: 4px;
}
/* line 44, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot,
#group .profile_snapshot {
  border: 1px solid #d3d1d1;
  overflow: auto;
  margin-bottom: 27px;
  border-color: #d3d1d1 #afafaf #9f9f9f #d3d1d1;
  overflow: hidden;
}
/* line 50, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot.gray_background,
#group .profile_snapshot.gray_background {
  background: white url(/images/liboly/profile_bg.gif) repeat-y top left;
}
/* line 52, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .footer,
#group .profile_snapshot .footer {
  clear: both;
}
/* line 54, ../../../app/stylesheets/_dashboard.sass */
#dashboard a.box-button,
#group a.box-button {
  background-color: #ebeaea;
  text-align: center;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #6f6f6f;
}
/* line 59, ../../../app/stylesheets/_dashboard.sass */
#dashboard .birthday_widget,
#group .birthday_widget {
  margin: 12px 0.2em;
  overflow: hidden;
}
/* line 62, ../../../app/stylesheets/_dashboard.sass */
#dashboard .birthday_widget img,
#group .birthday_widget img {
  width: 48px;
  height: 48px;
  background-color: white;
  padding: 3px;
  border: 1px solid #d3d1d1;
  float: left;
  margin-right: 7px;
}
/* line 70, ../../../app/stylesheets/_dashboard.sass */
#dashboard .birthday_widget a,
#group .birthday_widget a {
  display: block;
}
/* line 73, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .groups,
#dashboard .pending_items .calendar,
#dashboard .pending_items .articles,
#group .pending_items .groups,
#group .pending_items .calendar,
#group .pending_items .articles {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  padding-left: 20px;
  margin: 10px 0;
}
/* line 81, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .groups span,
#dashboard .pending_items .calendar span,
#dashboard .pending_items .articles span,
#group .pending_items .groups span,
#group .pending_items .calendar span,
#group .pending_items .articles span {
  color: black;
}
/* line 83, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .groups span.quantity,
#dashboard .pending_items .calendar span.quantity,
#dashboard .pending_items .articles span.quantity,
#group .pending_items .groups span.quantity,
#group .pending_items .calendar span.quantity,
#group .pending_items .articles span.quantity {
  font-weight: bold;
}
/* line 85, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .groups,
#group .pending_items .groups {
  background-image: url(/images/liboly/scope/user_group_16.png);
}
/* line 87, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .calendar,
#group .pending_items .calendar {
  background-image: url(/images/liboly/scope/calendar_16.png);
}
/* line 89, ../../../app/stylesheets/_dashboard.sass */
#dashboard .pending_items .articles,
#group .pending_items .articles {
  background-image: url(/images/liboly/scope/chat_16.png);
}
/* line 91, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_basic,
#group .profile_basic {
  float: left;
  padding: 10px;
  width: 131px;
}
/* line 95, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_basic .box-button,
#group .profile_basic .box-button {
  float: none;
  margin: 0;
}
/* line 99, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info,
#group .profile_snapshot .profile_info {
  padding: 10px;
  margin: 0 187px 0 155px;
  background-color: white;
  border-left: 1px solid #d1d3d3;
  border-right: 1px solid #d1d3d3;
  min-height: 150px;
}
/* line 106, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info h3,
#group .profile_snapshot .profile_info h3 {
  font-size: 1.8em;
}
/* line 108, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info h3,
#dashboard .profile_snapshot .profile_info h4,
#group .profile_snapshot .profile_info h3,
#group .profile_snapshot .profile_info h4 {
  font-weight: normal;
  line-height: 1.2em;
}
/* line 112, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info h4,
#group .profile_snapshot .profile_info h4 {
  font-size: 1.3em;
  color: #6e6e6e;
}
/* line 115, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info .stats_bar,
#group .profile_snapshot .profile_info .stats_bar {
  margin-top: 12px;
  border-bottom: 1px solid #d1d3d3;
  padding-bottom: 12px;
}
/* line 119, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info .member_actions,
#group .profile_snapshot .profile_info .member_actions {
  margin: 4px 0 4px 0;
}
/* line 121, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_info .member_actions .manage_all,
#group .profile_snapshot .profile_info .member_actions .manage_all {
  float: right;
}
/* line 123, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_image,
#group .profile_snapshot .profile_image {
  width: 120px;
  height: 120px;
  background-color: white;
  padding: 5px;
  display: inline-block;
  border: 1px solid #d3d1d1;
}
/* line 130, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_completion_bar,
#group .profile_snapshot .profile_completion_bar {
  width: 130px;
  height: 20px;
  background-color: white;
  padding: 0;
  display: inline-block;
  border: 1px solid #d3d1d1;
}
/* line 137, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_completion_bar .frame,
#group .profile_snapshot .profile_completion_bar .frame {
  width: 126px;
  height: 16px;
  padding: 2px;
  display: inline-block;
}
/* line 142, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_completion_bar .bar,
#group .profile_snapshot .profile_completion_bar .bar {
  height: 16px;
  background-color: #40b32b;
  display: inline-block;
}
/* line 146, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .profile_completion_percentage,
#group .profile_snapshot .profile_completion_percentage {
  width: 130px;
  text-align: center;
  color: #6e6e6e;
  margin-bottom: 6px;
}
/* line 151, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .section,
#group .profile_snapshot .section {
  float: right;
  width: 187px;
  margin-bottom: 6px;
}
/* line 155, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .section .heading,
#group .profile_snapshot .section .heading {
  margin-bottom: 1em;
  border: 0 none;
}
/* line 158, ../../../app/stylesheets/_dashboard.sass */
#dashboard .profile_snapshot .section h3,
#group .profile_snapshot .section h3 {
  font-size: 1.1em;
}
/* line 160, ../../../app/stylesheets/_dashboard.sass */
#dashboard a.box-button,
#group a.box-button {
  background-color: #ebeaea;
  text-align: center;
  border-bottom: 1px solid #5f5f5f;
  border-right: 1px solid #6f6f6f;
}
/* line 165, ../../../app/stylesheets/_dashboard.sass */
#dashboard .launch-bar a.box-button,
#group .launch-bar a.box-button {
  width: 143px;
}
/* line 167, ../../../app/stylesheets/_dashboard.sass */
#dashboard .member_faces,
#group .member_faces {
  margin: 10px 0px 10px 0px;
}
/* line 169, ../../../app/stylesheets/_dashboard.sass */
#dashboard .member_faces .face,
#group .member_faces .face {
  font-size: 11px;
  line-height: 16px;
  padding-bottom: 10px;
  float: left;
  width: 62px;
  text-align: center;
}
/* line 176, ../../../app/stylesheets/_dashboard.sass */
#dashboard .member_faces .face img,
#group .member_faces .face img {
  width: 42px;
  height: 42px;
  background-color: white;
  padding: 3px;
  border: 1px solid #d3d1d1;
}
/* line 182, ../../../app/stylesheets/_dashboard.sass */
#dashboard .member_faces .name,
#group .member_faces .name {
  height: 3em;
  overflow: hidden;
}
/* line 186, ../../../app/stylesheets/_dashboard.sass */
#dashboard dl.basics,
#group dl.basics {
  color: #545454;
  margin-top: 10px;
}
/* line 189, ../../../app/stylesheets/_dashboard.sass */
#dashboard dl.basics dt,
#group dl.basics dt {
  color: #545454;
  font-weight: bold;
  float: left;
  width: 8em;
}
/* line 194, ../../../app/stylesheets/_dashboard.sass */
#dashboard dl.basics dd,
#group dl.basics dd {
  margin-left: 9.5em;
}
/* line 196, ../../../app/stylesheets/_dashboard.sass */
#dashboard dl.basics dd > p,
#group dl.basics dd > p {
  overflow: hidden;
}
/* line 198, ../../../app/stylesheets/_dashboard.sass */
#dashboard dl.basics dt,
#dashboard dl.basics dd,
#group dl.basics dt,
#group dl.basics dd {
  margin-bottom: 0.2em;
}
/* line 203, ../../../app/stylesheets/_dashboard.sass */
#dashboard .events .details,
#group .events .details {
  padding: 5px 0 10px;
  overflow: hidden;
}
/* line 206, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details,
#group .details {
  color: #6e6e6e;
}
/* line 209, ../../../app/stylesheets/_dashboard.sass */
#dashboard .forums .details,
#group .forums .details {
  background: url(/images/liboly/famfamfam/forum_icon.png) no-repeat top left;
  padding-left: 28px;
}
/* line 213, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .details,
#group .group_activity .details {
  background: url(/images/liboly/scope/calendar_16.png) no-repeat left 0.5em;
}
/* line 215, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .photo_item,
#group .group_activity .photo_item {
  background-image: url(/images/liboly/scope/pictures_16.png);
}
/* line 217, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .file_item,
#group .group_activity .file_item {
  background-image: url(/images/liboly/scope/folder_16.png);
}
/* line 219, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .post_item,
#group .group_activity .post_item {
  background-image: url(/images/liboly/scope/chat_16.png);
}
/* line 221, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .user_item,
#group .group_activity .user_item {
  background-image: url(/images/liboly/scope/user_16.png);
}
/* line 223, ../../../app/stylesheets/_dashboard.sass */
#dashboard .group_activity .comment_item,
#group .group_activity .comment_item {
  background-image: url(/images/liboly/group_forums.png);
}
/* line 227, ../../../app/stylesheets/_dashboard.sass */
#dashboard .officer,
#group .officer {
  border-style: solid;
  border-color: #d3d1d1;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  margin-left: 156px;
  margin-right: 188px;
  padding: 8px 17px 8px 17px;
}
/* line 239, ../../../app/stylesheets/_dashboard.sass */
#dashboard .officer .position,
#group .officer .position {
  font-weight: bold;
  color: #545454;
}
/* line 242, ../../../app/stylesheets/_dashboard.sass */
#dashboard .officer .assigned_reports,
#group .officer .assigned_reports {
  float: right;
}

/* line 246, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details {
  color: #6e6e6e;
  padding: 5px 0 8px 22px;
  border-bottom: 1px solid #dedede;
  margin: 0.5em 8px;
}
/* line 251, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details .calendar {
  float: left;
  width: 30px;
  text-align: center;
  background-color: white;
  font-size: 0.9em;
}
/* line 257, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details .calendar .month {
  background: #6a0000 url(calendar_bg.png) repeat-x top left;
  padding: 0 0.1em;
  color: white;
  border-bottom: 1px solid #420606;
  text-transform: uppercase;
}
/* line 263, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details .calendar .date {
  border: 1px solid #d3d1d1;
  color: black;
  border-top: none;
}
/* line 267, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details .event_item {
  padding-top: 0.6em;
  margin-left: 40px;
}
/* line 271, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details span a {
  color: black;
}
/* line 273, ../../../app/stylesheets/_dashboard.sass */
#dashboard .details em {
  font-size: 0.9em;
}

/* line 276, ../../../app/stylesheets/_dashboard.sass */
#dashboard-facebox {
  float: none;
}
/* line 278, ../../../app/stylesheets/_dashboard.sass */
#dashboard-facebox .scope {
  margin: 22px 0 32px 0;
}

/* line 1, ../../../app/stylesheets/_jquery.lightbox.sass */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}

/* line 9, ../../../app/stylesheets/_jquery.lightbox.sass */
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
/* line 17, ../../../app/stylesheets/_jquery.lightbox.sass */
#jquery-lightbox a img {
  border: none;
}

/* line 20, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image-box {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
/* line 26, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image-box > #lightbox-nav {
  left: 0;
}

/* line 29, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image {
  padding: 10px;
}

/* line 32, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 41, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
/* line 48, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-nav a {
  outline: none;
}

/* line 51, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-nav-btnPrev {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
  left: 0;
  float: left;
}

/* line 59, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
  right: 0;
  float: right;
}

/* line 67, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: white;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px;
}

/* line 76, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666666;
}
/* line 79, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left;
}

/* line 84, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-image-details-caption {
  font-weight: bold;
}

/* line 87, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1em;
}

/* line 92, ../../../app/stylesheets/_jquery.lightbox.sass */
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em;
}

/* line 1, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one {
  float: right;
  position: relative;
  overflow: hidden;
  width: 180px;
  color: #656364;
}
/* line 7, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu {
  font-size: 11px;
  list-style-type: none;
  margin-bottom: 1em;
  background-color: #f7f7f7;
  border: 1px solid #e9e9eb;
}
/* line 14, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > a {
  display: block;
  padding: 0.25em 1em;
  background: white url(/images/titlebg.jpg) repeat-x bottom left;
  color: #8e8e8e;
  line-height: 2em;
  font-size: 1.1em;
}
/* line 21, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > a:hover {
  background-color: #eaeaea;
  background-image: none;
  text-decoration: none;
  border-color: #bbbbbb;
}
/* line 26, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > a.selected {
  background-color: #c1c1c1;
  background-image: none;
  color: white;
}
/* line 30, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > div {
  margin-left: 1em;
  overflow: hidden;
}
/* line 33, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > div p {
  margin: 5px 0;
}
/* line 35, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu > li > div select {
  width: 150px;
}
/* line 37, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field {
  list-style-type: none;
  margin: 0.5em 0;
}
/* line 40, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field li {
  margin: 0.3em 0;
}
/* line 42, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field a {
  height: 16px;
  color: #146499;
  display: block;
  padding-left: 21px;
}
/* line 48, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-plain-text {
  background: url(/images/liboly/famfamfam/text_allcaps.png) no-repeat left center;
}
/* line 50, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-input-text {
  background: url(/images/liboly/famfamfam/textfield.png) no-repeat left center;
}
/* line 52, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-number {
  background: url(/images/liboly/famfamfam/text_list_numbers.png) no-repeat left center;
}
/* line 54, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-email {
  background: url(/images/liboly/famfamfam/email.png) no-repeat left center;
}
/* line 56, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-uri {
  background: url(/images/liboly/famfamfam/html.png) no-repeat left center;
}
/* line 58, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-textarea-text {
  background: url(/images/liboly/famfamfam/text_align_justify.png) no-repeat left center;
}
/* line 60, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-name {
  background: url(/images/liboly/famfamfam/user.png) no-repeat left center;
}
/* line 62, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-phone-number {
  background: url(/images/liboly/famfamfam/telephone.png) no-repeat left center;
}
/* line 64, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-price {
  background: url(/images/liboly/famfamfam/money_dollar.png) no-repeat left center;
}
/* line 66, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-date {
  background: url(/images/liboly/famfamfam/date.png) no-repeat left center;
}
/* line 68, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-drop-down {
  background: url(/images/liboly/famfamfam/bullet_arrow_down.png) no-repeat left center;
}
/* line 70, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-time {
  background: url(/images/liboly/famfamfam/time.png) no-repeat left center;
}
/* line 72, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-checkbox {
  background: url(/images/liboly/famfamfam/tick.png) no-repeat left center;
}
/* line 74, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-radio {
  background: url(/images/liboly/famfamfam/bullet_blue.png) no-repeat left center;
}
/* line 76, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-address {
  background: url(/images/liboly/famfamfam/world.png) no-repeat left center;
}
/* line 78, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-file {
  background: url(/images/liboly/famfamfam/page_white_get.png) no-repeat left center;
}
/* line 80, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-line-item {
  background: url(/images/liboly/famfamfam/text_horizontalrule.png) no-repeat left center;
}
/* line 82, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #page-break {
  background: url(/images/liboly/famfamfam/page_break_insert.png) no-repeat left center;
}
/* line 84, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one ul#custom-form-menu ul#add-field #add-email-receipt {
  background: url(/images/liboly/famfamfam/email_transfer.png) no-repeat left center;
}
/* line 86, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one .flash p {
  font-weight: bold;
  margin-bottom: 1em;
  width: auto;
}
/* line 90, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-one .save {
  float: right;
  margin-right: 0;
}

/* line 94, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-two {
  margin-right: 190px;
}
/* line 96, ../../../app/stylesheets/_custom-form.sass */
#edit-custom-form-column-two #title h2 {
  margin-bottom: 0;
}

/* line 100, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li {
  border: 1px solid transparent;
  padding: 0.5em;
  list-style-type: none;
  position: relative;
}
/* line 105, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li:hover {
  border: 1px dotted #4b75b3;
}
/* line 107, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li:hover .actions {
  display: block;
}
/* line 109, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li.edit {
  background-color: #f3f7fb;
  border: 1px dashed #656565;
}
/* line 112, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li.edit .actions {
  display: block;
}
/* line 114, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li .actions {
  display: none;
  position: absolute;
  right: 5px;
}
/* line 118, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li .actions img {
  width: 20px;
}
/* line 120, ../../../app/stylesheets/_custom-form.sass */
#custom-form-items li .actions .move {
  cursor: move;
}

/* line 123, ../../../app/stylesheets/_custom-form.sass */
.properties, .field-properties {
  display: none;
}

/* line 126, ../../../app/stylesheets/_custom-form.sass */
.option-prop .label {
  width: 100px;
}

/* line 129, ../../../app/stylesheets/_custom-form.sass */
.line-item-prop .value {
  width: 89px;
}

/* line 132, ../../../app/stylesheets/_custom-form.sass */
#field-blurb {
  width: 150px;
  height: 70px;
}

/* line 136, ../../../app/stylesheets/_custom-form.sass */
#field-options-prop.properties {
  max-height: 250px;
  overflow-y: auto;
}

/* line 140, ../../../app/stylesheets/_custom-form.sass */
#field-line-items-prop.properties {
  max-height: 250px;
  overflow-y: auto;
}

/* line 145, ../../../app/stylesheets/_custom-form.sass */
input[type='text'].small, input[type='url'].small, input[type='email'].small, input[type='number'].small, input[type='password'].small, input[type='file'].small, textarea.small, select.small {
  width: 10em;
}
/* line 147, ../../../app/stylesheets/_custom-form.sass */
input[type='text'].medium, input[type='url'].medium, input[type='email'].medium, input[type='number'].medium, input[type='password'].medium, input[type='file'].medium, textarea.medium, select.medium {
  width: 20em;
}
/* line 149, ../../../app/stylesheets/_custom-form.sass */
input[type='text'].large, input[type='url'].large, input[type='email'].large, input[type='number'].large, input[type='password'].large, input[type='file'].large, textarea.large, select.large {
  width: 30em;
}
/* line 151, ../../../app/stylesheets/_custom-form.sass */
input[type='text'].mega, input[type='url'].mega, input[type='email'].mega, input[type='number'].mega, input[type='password'].mega, input[type='file'].mega, textarea.mega, select.mega {
  width: 40em;
}

/* line 165, ../../../app/stylesheets/_custom-form.sass */
.form-field {
  overflow: hidden;
}
/* line 167, ../../../app/stylesheets/_custom-form.sass */
.form-field > label {
  font-weight: bold;
  float: none;
  color: black;
  padding: 0 0 1px;
  width: auto;
  line-height: 145%;
}
/* line 174, ../../../app/stylesheets/_custom-form.sass */
.form-field div {
  padding-bottom: 8px;
  overflow: auto;
}
/* line 177, ../../../app/stylesheets/_custom-form.sass */
.form-field div .form-line-item-value {
  padding: 0px 0px 0px 0px;
  margin-top: 4px;
}
/* line 180, ../../../app/stylesheets/_custom-form.sass */
.form-field div label {
  width: auto;
  float: none;
  padding: 0.2em 0.1em 0;
}
/* line 184, ../../../app/stylesheets/_custom-form.sass */
.form-field div label input[type="radio"] {
  vertical-align: top;
}
/* line 186, ../../../app/stylesheets/_custom-form.sass */
.form-field div label span {
  color: black;
  padding: 0 0 0.45em;
  display: inline-block;
}
/* line 190, ../../../app/stylesheets/_custom-form.sass */
.form-field div p {
  margin: 0.6em 0;
  border: none;
  padding: 0;
}
/* line 194, ../../../app/stylesheets/_custom-form.sass */
.form-field div > span {
  float: left;
  margin-right: 5px;
  padding-bottom: 8px;
}
/* line 158, ../../../app/stylesheets/_custom-form.sass */
.form-field div > span label {
  display: block;
  font-size: x-small;
  color: #4f4f4f;
  margin: 0;
  width: auto;
}
/* line 196, ../../../app/stylesheets/_custom-form.sass */
.form-field h3 {
  display: block;
  font-size: 1.2em;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1em;
}
/* line 201, ../../../app/stylesheets/_custom-form.sass */
.form-field .amount {
  font-weight: bold;
}
/* line 203, ../../../app/stylesheets/_custom-form.sass */
.form-field .split {
  float: left;
  width: 49.5%;
}
/* line 206, ../../../app/stylesheets/_custom-form.sass */
.form-field .split.right {
  float: right;
}
/* line 208, ../../../app/stylesheets/_custom-form.sass */
.form-field .split.right img {
  float: left;
  margin-bottom: 1em;
}
/* line 211, ../../../app/stylesheets/_custom-form.sass */
.form-field .split h4 {
  padding: 0.25em;
  background-color: #f3f3f3;
  margin-bottom: 1em;
}

/* line 217, ../../../app/stylesheets/_custom-form.sass */
#amount-settings div {
  margin-left: 2em;
}
/* line 219, ../../../app/stylesheets/_custom-form.sass */
#amount-settings div > span {
  float: left;
  margin-right: 5px;
  padding-bottom: 8px;
}
/* line 158, ../../../app/stylesheets/_custom-form.sass */
#amount-settings div > span label {
  display: block;
  font-size: x-small;
  color: #4f4f4f;
  margin: 0;
  width: auto;
}
/* line 221, ../../../app/stylesheets/_custom-form.sass */
#amount-settings label span {
  display: block;
  margin-left: 2em;
}

/* line 225, ../../../app/stylesheets/_custom-form.sass */
img#cc_logos {
  display: block;
  margin: 0;
}

/* line 229, ../../../app/stylesheets/_custom-form.sass */
.ui-sortable-placeholder {
  background-color: white !important;
  border: 1px dashed #144282 !important;
  visibility: visible !important;
}

/* line 235, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.show .empty {
  font-style: italic;
  color: #aaaaaa;
  float: none;
}
/* line 239, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.show td {
  vertical-align: top;
}
/* line 241, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.show td span {
  float: left;
  margin-right: 5px;
  padding-bottom: 8px;
  padding-bottom: 0;
}
/* line 158, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.show td span label {
  display: block;
  font-size: x-small;
  color: #4f4f4f;
  margin: 0;
  width: auto;
}

/* line 246, ../../../app/stylesheets/_custom-form.sass */
.forms.show #page-content {
  padding-bottom: 2.7em;
}

/* line 251, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks h3, .form_submissions.thanks_again h3 {
  font-weight: normal;
  font-size: 2em !important;
}
/* line 254, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks h3 span, .form_submissions.thanks_again h3 span {
  color: #717070;
  font-size: 0.8em;
}
/* line 257, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks div#thanks, .form_submissions.thanks_again div#thanks {
  text-align: center;
  padding: 0.5em 0;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  border-top: 1px solid #dbdad9;
  border-bottom: 1px solid #dbdad9;
}
/* line 260, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks div#thanks form label, .form_submissions.thanks_again div#thanks form label {
  display: none;
}
/* line 262, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks div#thanks form .ctrl.flush, .form_submissions.thanks_again div#thanks form .ctrl.flush {
  margin-left: 22.7em;
}
/* line 264, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks div#thanks form .errors li, .form_submissions.thanks_again div#thanks form .errors li {
  margin-left: 0;
}
/* line 271, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks div#thanks img, .form_submissions.thanks_again div#thanks img {
  vertical-align: middle;
}
/* line 273, ../../../app/stylesheets/_custom-form.sass */
.form_submissions.thanks .provided-by, .form_submissions.thanks_again .provided-by {
  font-style: italic;
  color: #717070;
}

/* line 288, ../../../app/stylesheets/_custom-form.sass */
.form-line-item .form-line-item-select {
  width: 200px;
}
/* line 290, ../../../app/stylesheets/_custom-form.sass */
.form-line-item .form-line-item-value {
  display: inline-block;
  width: 70px;
  text-align: right;
  padding: 0;
  margin: 0px 6px 0px 4px;
}
/* line 292, ../../../app/stylesheets/_custom-form.sass */
.form-line-item img {
  vertical-align: text-bottom;
}

/* line 296, ../../../app/stylesheets/_custom-form.sass */
.form-line-item-total .form-line-item-select-total {
  width: 250px;
  display: inline-block;
}
/* line 299, ../../../app/stylesheets/_custom-form.sass */
.form-line-item-total .form-line-item-value-total {
  display: inline-block;
  width: 70px;
  text-align: right;
  padding: 0;
  margin: 0px 6px 0px 4px;
  border-top: 1px solid black;
  font-weight: bold;
}

/* line 305, ../../../app/stylesheets/_custom-form.sass */
.form-line-item-grand-total .select {
  width: 250px;
  display: inline-block;
  font-weight: bold;
}
/* line 309, ../../../app/stylesheets/_custom-form.sass */
.form-line-item-grand-total .value {
  display: inline-block;
  width: 70px;
  text-align: right;
  padding: 0;
  margin: 0px 6px 0px 4px;
  width: 100px;
  border-top: 1px solid black;
  font-weight: bold;
}

/* line 2, ../../../app/stylesheets/_officers.sass */
#officer .profile_image, #officers .profile_image {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #d3d1d1;
}

/* line 9, ../../../app/stylesheets/_officers.sass */
table.listing#officers td {
  text-align: left;
}
/* line 11, ../../../app/stylesheets/_officers.sass */
table.listing#officers td.profile_pic {
  width: 100px;
}
/* line 13, ../../../app/stylesheets/_officers.sass */
table.listing#officers td.position_and_term {
  width: 170px;
}
/* line 15, ../../../app/stylesheets/_officers.sass */
table.listing#officers .position {
  font-weight: bold;
}
/* line 17, ../../../app/stylesheets/_officers.sass */
table.listing#officers .officer_name {
  font-weight: bold;
}
/* line 19, ../../../app/stylesheets/_officers.sass */
table.listing#officers .email {
  color: #6e6e6e;
}
/* line 21, ../../../app/stylesheets/_officers.sass */
table.listing#officers .reports {
  float: right;
}
/* line 23, ../../../app/stylesheets/_officers.sass */
table.listing#officers .description {
  margin-top: 6px;
  margin-bottom: 6px;
}
/* line 27, ../../../app/stylesheets/_officers.sass */
table.listing#officers .actions a {
  margin-right: 10px;
}

/* line 30, ../../../app/stylesheets/_officers.sass */
form.edit_officer {
  width: 450px;
}

/* line 35, ../../../app/stylesheets/_officers.sass */
#officer.current .profile_image {
  float: left;
}
/* line 37, ../../../app/stylesheets/_officers.sass */
#officer.current .details {
  margin-left: 110px;
  padding-top: 20px;
}
/* line 40, ../../../app/stylesheets/_officers.sass */
#officer.current .details .name {
  font-weight: bold;
}
/* line 42, ../../../app/stylesheets/_officers.sass */
#officer.current .details .position {
  color: #6e6e6e;
}
/* line 44, ../../../app/stylesheets/_officers.sass */
#officer.current form {
  clear: both;
  padding-top: 15px;
}

/* line 48, ../../../app/stylesheets/_officers.sass */
.no_offices {
  margin: 16px 20px 10px 20px;
}
/* line 50, ../../../app/stylesheets/_officers.sass */
.no_offices .helper_text {
  color: #6e6e6e;
  margin-bottom: 1em;
}
/* line 53, ../../../app/stylesheets/_officers.sass */
.no_offices .contact_info {
  font-weight: bold;
}

/* line 56, ../../../app/stylesheets/_officers.sass */
.no_officers {
  margin: 16px 20px 10px 20px;
}

/* line 59, ../../../app/stylesheets/_officers.sass */
#sched_drawer {
  display: none;
}

/* line 7, ../../../app/stylesheets/application.sass */
body {
  font: 62.5% Trebuchet MS, arial, Helvetica, sans-serif;
}
/* line 9, ../../../app/stylesheets/application.sass */
body#tinymce {
  background-image: none;
  background-color: white;
}

/* line 13, ../../../app/stylesheets/application.sass */
a {
  color: #384f9f;
}
/* line 15, ../../../app/stylesheets/application.sass */
a.danger {
  color: #f70000 !important;
}

/* line 19, ../../../app/stylesheets/application.sass */
form h2 {
  font-size: 1.5em;
  margin-bottom: 0.8em;
}
/* line 22, ../../../app/stylesheets/application.sass */
form p {
  margin: 0.8em 0;
}

/* line 25, ../../../app/stylesheets/application.sass */
.error {
  padding: 0.5em;
  background-color: #ffebe8;
  border: 1px solid #dd3c10;
}

/* line 31, ../../../app/stylesheets/application.sass */
.member_selector input[type="text"] {
  width: 153px;
}
/* line 33, ../../../app/stylesheets/application.sass */
.member_selector ul {
  width: 175px;
  height: 10em;
}

/* line 37, ../../../app/stylesheets/application.sass */
.flash {
  text-align: center;
}
/* line 39, ../../../app/stylesheets/application.sass */
.flash div {
  padding: 0.25em;
  width: 60%;
  margin: 0 auto;
}
/* line 43, ../../../app/stylesheets/application.sass */
.flash .error {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid red;
  background-color: #ffcccc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.flash .error .heading,
.flash .error h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.flash .error ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.flash .error li {
  margin-left: 2.5em;
}
/* line 45, ../../../app/stylesheets/application.sass */
.flash .success {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid #007300;
  background-color: #ccffcc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.flash .success .heading,
.flash .success h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.flash .success ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.flash .success li {
  margin-left: 2.5em;
}
/* line 47, ../../../app/stylesheets/application.sass */
.flash .notice {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid #ff9900;
  background-color: #fff5dc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.flash .notice .heading,
.flash .notice h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.flash .notice ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.flash .notice li {
  margin-left: 2.5em;
}

/* line 51, ../../../app/stylesheets/application.sass */
.panel {
  padding: 0.75em;
  border: 6px solid #e9e9e9;
  background-color: #f5f5f5;
  color: #272727;
}
/* line 56, ../../../app/stylesheets/application.sass */
.panel.message {
  margin-bottom: 1em;
}
/* line 58, ../../../app/stylesheets/application.sass */
.panel h2 {
  font-size: 1.5em;
}
/* line 60, ../../../app/stylesheets/application.sass */
.panel a {
  color: #384f9f;
}

/* line 66, ../../../app/stylesheets/application.sass */
.clickable {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 0.25em;
}

/* line 72, ../../../app/stylesheets/application.sass */
.page_block.calendar {
  padding: 0 1em 1em;
}

/* line 76, ../../../app/stylesheets/application.sass */
.panel ul#subnav {
  font-size: 1.25em;
  text-align: center;
  border-bottom: 1px inset #cccccc;
}
/* line 80, ../../../app/stylesheets/application.sass */
.panel ul#subnav li {
  display: inline;
  padding: 0.5em;
  vertical-align: 50%;
}
/* line 84, ../../../app/stylesheets/application.sass */
.panel ul#subnav li.current a {
  color: #8f9092;
}

/* line 88, ../../../app/stylesheets/application.sass */
.panel > .event {
  overflow: hidden;
  display: inline-block;
  padding: 0.5em;
  margin-top: 1em;
  border-bottom: 1px inset #cccccc;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.panel > .event {
  display: block;
}
/* line 93, ../../../app/stylesheets/application.sass */
.panel > .event .when {
  font-size: 1.15em;
  position: relative;
  border-bottom: 1px solid #8a8780;
}
/* line 97, ../../../app/stylesheets/application.sass */
.panel > .event .when .times {
  float: right;
}
/* line 99, ../../../app/stylesheets/application.sass */
.panel > .event img {
  margin-top: 0.5em;
  float: left;
  height: 75px;
  width: 100px;
}
/* line 104, ../../../app/stylesheets/application.sass */
.panel > .event h3, .panel > .event .coordinators, .panel > .event .where, .panel > .event .description {
  margin-left: 120px;
}
/* line 106, ../../../app/stylesheets/application.sass */
.panel > .event h3 {
  font-size: 1.2em;
  margin-top: 0.5em;
}
/* line 109, ../../../app/stylesheets/application.sass */
.panel > .event .creator, .panel > .event .where {
  line-height: 1.5em;
}

/* line 113, ../../../app/stylesheets/application.sass */
.cloud .tag {
  margin: 0.25em;
  padding: 0.15em;
  display: inline-block;
  font-weight: bold;
}
/* line 118, ../../../app/stylesheets/application.sass */
.cloud .tag.selected {
  background-color: #384f9f;
  color: white;
}

/* line 124, ../../../app/stylesheets/application.sass */
.faqs.index #new-section {
  clear: none;
  float: right;
}
/* line 127, ../../../app/stylesheets/application.sass */
.faqs.index h3 {
  border-bottom: 0.08em dotted #dfdfdf;
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 1.4em !important;
}

/* line 133, ../../../app/stylesheets/application.sass */
ol#questions, ol#answers {
  padding: 0.5em 0 1em;
  margin-left: 2em;
  list-style-type: upper-alpha;
}
/* line 137, ../../../app/stylesheets/application.sass */
ol#questions li, ol#answers li {
  padding: 0.1em 0;
}
/* line 139, ../../../app/stylesheets/application.sass */
ol#questions li label, ol#answers li label {
  text-transform: uppercase;
  display: inline-block;
  width: 60%;
}
/* line 143, ../../../app/stylesheets/application.sass */
ol#questions ol, ol#answers ol {
  list-style-type: decimal;
  margin: 0.4em 0.5em 0.8em 2em;
}
/* line 147, ../../../app/stylesheets/application.sass */
ol#questions ol li .question, ol#answers ol li .question {
  font-weight: bold;
}
/* line 149, ../../../app/stylesheets/application.sass */
ol#questions ol li div.answer, ol#answers ol li div.answer {
  margin-bottom: 0.8em;
}
/* line 151, ../../../app/stylesheets/application.sass */
ol#questions .staff, ol#answers .staff {
  display: inline;
}
/* line 153, ../../../app/stylesheets/application.sass */
ol#questions .staff a, ol#answers .staff a {
  margin-right: 1.5em;
}

/* line 157, ../../../app/stylesheets/application.sass */
ol#answers .staff {
  display: block;
  margin-bottom: 0.8em;
}

/* line 161, ../../../app/stylesheets/application.sass */
#faq_answer_tbl {
  width: auto !important;
}

/* line 167, ../../../app/stylesheets/application.sass */
#control-panel h3,
.control-panel h3 {
  clear: left;
  padding: 0.25em 0.5em;
  color: #505050;
  font-size: 1.35em;
  background-color: #efefef;
  text-transform: uppercase;
  text-shadow: white 0 1px 0;
  margin: 5px 0;
}
/* line 176, ../../../app/stylesheets/application.sass */
#control-panel ul li,
.control-panel ul li {
  float: left;
  width: 8.5em;
  text-align: center;
  margin: 1em;
}
/* line 181, ../../../app/stylesheets/application.sass */
#control-panel ul li a,
.control-panel ul li a {
  color: #909090;
  text-decoration: none;
}
/* line 184, ../../../app/stylesheets/application.sass */
#control-panel ul li a span,
.control-panel ul li a span {
  margin-top: 0.25em;
}
/* line 186, ../../../app/stylesheets/application.sass */
#control-panel ul li a:hover span,
.control-panel ul li a:hover span {
  text-decoration: underline;
}
/* line 188, ../../../app/stylesheets/application.sass */
#control-panel ul li img,
.control-panel ul li img {
  text-decoration: none;
}
/* line 190, ../../../app/stylesheets/application.sass */
#control-panel ul li#celect_grow,
.control-panel ul li#celect_grow {
  color: #909090;
  text-decoration: none;
}
/* line 193, ../../../app/stylesheets/application.sass */
#control-panel ul li#celect_grow span,
.control-panel ul li#celect_grow span {
  margin-top: 0.25em;
}

/* line 198, ../../../app/stylesheets/application.sass */
#header .tagline1, #header .tagline2 {
  display: block;
}

/* line 201, ../../../app/stylesheets/application.sass */
#breadcrumb {
  margin-bottom: 1em;
}

/* line 204, ../../../app/stylesheets/application.sass */
#title {
  border-bottom: 0.1em solid #cccccc;
  margin-bottom: 0.7em;
  padding-bottom: 0.5em !important;
  min-height: 1.5em;
}
/* line 209, ../../../app/stylesheets/application.sass */
#title ul {
  margin-bottom: 0.7em;
}
/* line 211, ../../../app/stylesheets/application.sass */
#title.flows {
  border-bottom: 0;
  margin-bottom: 0;
}
/* line 214, ../../../app/stylesheets/application.sass */
#title h2 {
  font-size: 2em;
  font-weight: normal;
  padding-bottom: 0.5em;
}
/* line 218, ../../../app/stylesheets/application.sass */
#title span.action {
  font-size: 1.4em;
  float: right;
  font-weight: normal;
  margin-left: 0.5em;
}
/* line 223, ../../../app/stylesheets/application.sass */
#title span.action.disabled {
  font-style: italic;
}
/* line 225, ../../../app/stylesheets/application.sass */
#title span.action a {
  padding: 0.25em;
  color: black;
  color: #535353;
  font-size: 0.75em;
}
/* line 230, ../../../app/stylesheets/application.sass */
#title span.action a:hover {
  background-color: #f3f7fb;
  text-decoration: none;
}
/* line 233, ../../../app/stylesheets/application.sass */
#title span.action img.rss {
  padding-left: 2px;
  vertical-align: text-top;
}
/* line 236, ../../../app/stylesheets/application.sass */
#title span.rss {
  margin-top: -2px;
}
/* line 238, ../../../app/stylesheets/application.sass */
#title.unseen {
  border-bottom-color: transparent;
}
/* line 240, ../../../app/stylesheets/application.sass */
#title.unseen h2 {
  display: none;
}
/* line 242, ../../../app/stylesheets/application.sass */
#title .sub {
  font-size: 0.8em;
  display: block;
  font-weight: normal;
}

/* line 248, ../../../app/stylesheets/application.sass */
.page_block {
  clear: both;
}
/* line 250, ../../../app/stylesheets/application.sass */
.page_block .actions {
  display: none;
  float: right;
  padding: 5px 0.5em 0;
  margin: -29px 0.5em 0 0;
  background-color: white;
  border-width: 1px 1px 0;
  border-style: dashed;
  border-color: #dddddd;
  -moz-border-radius-topleft: 0.5em;
  -webkit-border-top-left-radius: 0.5em;
  -o-border-top-left-radius: 0.5em;
  -ms-border-top-left-radius: 0.5em;
  -khtml-border-top-left-radius: 0.5em;
  border-top-left-radius: 0.5em;
  -moz-border-radius-topright: 0.5em;
  -webkit-border-top-right-radius: 0.5em;
  -o-border-top-right-radius: 0.5em;
  -ms-border-top-right-radius: 0.5em;
  -khtml-border-top-right-radius: 0.5em;
  border-top-right-radius: 0.5em;
}
/* line 260, ../../../app/stylesheets/application.sass */
.page_block .actions a {
  color: black;
}
/* line 262, ../../../app/stylesheets/application.sass */
.page_block .actions a.edit {
  margin: 0 0.5em;
}
/* line 264, ../../../app/stylesheets/application.sass */
.page_block .actions a:hover {
  text-decoration: none;
}
/* line 266, ../../../app/stylesheets/application.sass */
.page_block .actions a img {
  margin-right: 0.25em;
}
/* line 268, ../../../app/stylesheets/application.sass */
.page_block .actions .move:hover {
  cursor: move;
}
/* line 270, ../../../app/stylesheets/application.sass */
.page_block .actions a > span, .page_block .actions span > span {
  vertical-align: top;
}
/* line 272, ../../../app/stylesheets/application.sass */
.page_block .actions.locked {
  background-color: #ffffcc;
  padding-bottom: 0.5em;
}
/* line 275, ../../../app/stylesheets/application.sass */
.page_block .actions.locked a {
  text-decoration: underline;
}
/* line 277, ../../../app/stylesheets/application.sass */
.page_block .actions.locked span {
  vertical-align: 0.3em;
}
/* line 281, ../../../app/stylesheets/application.sass */
.page_block.raw .content ul, .page_block.raw .content ol {
  list-style-position: inside;
  margin-left: 2em;
}
/* line 284, ../../../app/stylesheets/application.sass */
.page_block.raw .content ul {
  list-style-type: disc;
}
/* line 286, ../../../app/stylesheets/application.sass */
.page_block.raw .content ul ul {
  list-style-type: circle;
}
/* line 288, ../../../app/stylesheets/application.sass */
.page_block.raw .content ol {
  list-style-type: decimal;
}
/* line 290, ../../../app/stylesheets/application.sass */
.page_block.raw .content sub {
  vertical-align: sub;
}
/* line 292, ../../../app/stylesheets/application.sass */
.page_block.raw .content sup {
  vertical-align: super;
}

/* line 299, ../../../app/stylesheets/application.sass */
.mceContentBody ul, .mceContentBody ol {
  list-style-position: inside;
  margin-left: 2em;
}
/* line 302, ../../../app/stylesheets/application.sass */
.mceContentBody ul {
  list-style-type: disc;
}
/* line 304, ../../../app/stylesheets/application.sass */
.mceContentBody ul ul {
  list-style-type: circle;
}
/* line 306, ../../../app/stylesheets/application.sass */
.mceContentBody ol {
  list-style-type: decimal;
}
/* line 308, ../../../app/stylesheets/application.sass */
.mceContentBody sub {
  vertical-align: sub;
}
/* line 310, ../../../app/stylesheets/application.sass */
.mceContentBody sup {
  vertical-align: super;
}

/* line 315, ../../../app/stylesheets/application.sass */
#tinymce p {
  font-size: 1.4em;
}

/* line 318, ../../../app/stylesheets/application.sass */
.lc {
  float: left;
  width: 34%;
}

/* line 322, ../../../app/stylesheets/application.sass */
.rc {
  float: right;
  width: 64%;
}

/* line 326, ../../../app/stylesheets/application.sass */
.page_blocks {
  min-height: 20px;
}

/* line 330, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block {
  margin-top: 3em;
  padding-left: 0.5em;
}
/* line 333, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block, .page_blocks.edit-mode .ui-sortable-helper {
  border: 1px dashed #dddddd;
}
/* line 335, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .actions {
  display: block;
}
/* line 341, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block.design {
  border: none;
}
/* line 343, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block.design .actions {
  display: none;
}
/* line 345, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block.design.staff {
  border: 1px dashed #dddddd;
}
/* line 347, ../../../app/stylesheets/application.sass */
.page_blocks.edit-mode .page_block.design.staff .actions {
  display: block;
}

/* line 350, ../../../app/stylesheets/application.sass */
.page_block form {
  position: relative;
}
/* line 352, ../../../app/stylesheets/application.sass */
.page_block form .flash .notice {
  position: absolute;
  top: 40%;
  left: 20%;
}

/* line 358, ../../../app/stylesheets/application.sass */
.page_block.calendar form fieldset legend {
  font-size: 1.2em;
  line-height: 1.2em;
}
/* line 361, ../../../app/stylesheets/application.sass */
.page_block.calendar form fieldset > p {
  margin-left: 2em;
}
/* line 363, ../../../app/stylesheets/application.sass */
.page_block.calendar form input[type="text"] {
  padding: 0.1em 0.2em;
  width: 20em;
}
/* line 366, ../../../app/stylesheets/application.sass */
.page_block.calendar form .cloud {
  margin-left: 2em;
}
/* line 368, ../../../app/stylesheets/application.sass */
.page_block.calendar form .hint {
  display: block;
  font-style: italic;
}

/* line 374, ../../../app/stylesheets/application.sass */
.members.show #profile-photo {
  width: 90%;
  padding: 3%;
  border: 1px solid #e5e5e5;
  margin-bottom: 1em;
  background-color: #f7f7f7;
}
/* line 380, ../../../app/stylesheets/application.sass */
.members.show .box {
  width: 98%;
  margin: 0 0 2em;
}
/* line 383, ../../../app/stylesheets/application.sass */
.members.show .box h2 {
  padding-bottom: 0.15em;
  font-size: 1.16em;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.5em;
}
/* line 389, ../../../app/stylesheets/application.sass */
.members.show .box h3 {
  display: inline;
  border-bottom: 1px dotted black;
}
/* line 392, ../../../app/stylesheets/application.sass */
.members.show .box ul {
  padding: 0.2em 0 1em;
}
/* line 395, ../../../app/stylesheets/application.sass */
.members.show.basics .lc {
  width: 64%;
}
/* line 397, ../../../app/stylesheets/application.sass */
.members.show.basics .rc {
  width: 34%;
}

/* line 400, ../../../app/stylesheets/application.sass */
.form_submissions.full {
  padding: 3em;
}

/* line 404, ../../../app/stylesheets/application.sass */
.form_submissions.show h3 {
  clear: left;
}
/* line 406, ../../../app/stylesheets/application.sass */
.form_submissions.show p span {
  float: left;
  margin-left: 1em;
}
/* line 409, ../../../app/stylesheets/application.sass */
.form_submissions.show p span label {
  display: block;
  color: #666666;
  font-size: x-small;
}

/* line 415, ../../../app/stylesheets/application.sass */
.page_block.member-list a, .page_block.organization-profile a, #facebox a {
  cursor: pointer;
}
/* line 417, ../../../app/stylesheets/application.sass */
.page_block.member-list h3, .page_block.organization-profile h3, #facebox h3 {
  clear: left;
  font-size: 2.5em;
  margin-bottom: 0.2em;
}
/* line 421, ../../../app/stylesheets/application.sass */
.page_block.member-list .pagination, .page_block.organization-profile .pagination, #facebox .pagination {
  padding: 1em 0;
  text-align: right;
  clear: both;
  color: #a8a8a8;
}
/* line 426, ../../../app/stylesheets/application.sass */
.page_block.member-list .pagination span, .page_block.member-list .pagination a, .page_block.organization-profile .pagination span, .page_block.organization-profile .pagination a, #facebox .pagination span, #facebox .pagination a {
  padding: 2px 5px;
  margin: 2px;
  border: 1px solid #999999;
  color: #a8a8a8;
}
/* line 431, ../../../app/stylesheets/application.sass */
.page_block.member-list .pagination span.disabled, .page_block.organization-profile .pagination span.disabled, #facebox .pagination span.disabled {
  color: #dddddd;
  border: 1px solid #eeeeee;
}
/* line 434, ../../../app/stylesheets/application.sass */
.page_block.member-list .pagination a:hover, .page_block.member-list .pagination span.current, .page_block.organization-profile .pagination a:hover, .page_block.organization-profile .pagination span.current, #facebox .pagination a:hover, #facebox .pagination span.current {
  text-decoration: none;
  background-color: black;
  color: white;
  border: 1px solid #999999;
}
/* line 439, ../../../app/stylesheets/application.sass */
.page_block.member-list #step_links a, .page_block.organization-profile #step_links a, #facebox #step_links a {
  border-bottom: 1px solid #c9c9c9;
  display: inline-block;
  padding: 0.3em 0;
  text-align: center;
  text-transform: uppercase;
  width: 33%;
}
/* line 446, ../../../app/stylesheets/application.sass */
.page_block.member-list #step_links a.current, .page_block.organization-profile #step_links a.current, #facebox #step_links a.current {
  border: 1px solid #c9c9c9;
  color: #498929;
}
/* line 449, ../../../app/stylesheets/application.sass */
.page_block.member-list #step_links, .page_block.member-list #steps p, .page_block.member-list #layouts, .page_block.organization-profile #step_links, .page_block.organization-profile #steps p, .page_block.organization-profile #layouts, #facebox #step_links, #facebox #steps p, #facebox #layouts {
  padding-bottom: 1.5em;
}
/* line 451, ../../../app/stylesheets/application.sass */
.page_block.member-list .nav a, .page_block.organization-profile .nav a, #facebox .nav a {
  background-color: #498929;
  color: white;
  margin-right: 1.5em;
  padding: 0.2em 2em 0.35em;
}
/* line 456, ../../../app/stylesheets/application.sass */
.page_block.member-list .nav a.cancel, .page_block.organization-profile .nav a.cancel, #facebox .nav a.cancel {
  margin-right: 0;
}
/* line 458, ../../../app/stylesheets/application.sass */
.page_block.member-list #layouts, .page_block.organization-profile #layouts, #facebox #layouts {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  overflow: auto;
}
/* line 463, ../../../app/stylesheets/application.sass */
.page_block.member-list #layouts li, .page_block.organization-profile #layouts li, #facebox #layouts li {
  float: left;
  margin: 1em 0;
  padding-right: 5em;
  text-align: center;
}
/* line 468, ../../../app/stylesheets/application.sass */
.page_block.member-list #layouts li img, .page_block.organization-profile #layouts li img, #facebox #layouts li img {
  display: block;
}
/* line 470, ../../../app/stylesheets/application.sass */
.page_block.member-list #layout_preview, .page_block.organization-profile #layout_preview, #facebox #layout_preview {
  width: 34%;
  float: left;
}
/* line 473, ../../../app/stylesheets/application.sass */
.page_block.member-list #fields, .page_block.member-list #display, .page_block.organization-profile #fields, .page_block.organization-profile #display, #facebox #fields, #facebox #display {
  border: 1px solid #d0d0d0;
  margin-bottom: 1em;
  width: 64%;
  float: right;
}
/* line 478, ../../../app/stylesheets/application.sass */
.page_block.member-list #fields h4, .page_block.member-list #display h4, .page_block.organization-profile #fields h4, .page_block.organization-profile #display h4, #facebox #fields h4, #facebox #display h4 {
  border-bottom: 1px solid #d0d0d0;
  color: #7a7361;
  padding: 0.5em 1em;
}
/* line 482, ../../../app/stylesheets/application.sass */
.page_block.member-list #fields p, .page_block.member-list #display p, .page_block.organization-profile #fields p, .page_block.organization-profile #display p, #facebox #fields p, #facebox #display p {
  padding: 0.3em 1em;
}
/* line 484, ../../../app/stylesheets/application.sass */
.page_block.member-list #step_3 .nav, .page_block.organization-profile #step_3 .nav, #facebox #step_3 .nav {
  width: 64%;
  float: right;
}

/* line 488, ../../../app/stylesheets/application.sass */
#network_organizations_container {
  border: 1px solid #d0d0d0;
  margin-bottom: 1em;
}
/* line 491, ../../../app/stylesheets/application.sass */
#network_organizations_container h4 {
  border-bottom: 1px solid #d0d0d0;
  color: #7a7361;
  padding: 0.5em 1em;
}
/* line 495, ../../../app/stylesheets/application.sass */
#network_organizations_container p {
  padding: 0.3em 1em;
}
/* line 497, ../../../app/stylesheets/application.sass */
#network_organizations_container .selectors {
  padding: 0.3em 1em;
}

/* line 500, ../../../app/stylesheets/application.sass */
#network_organizations {
  max-height: 300px;
  overflow-y: auto;
}
/* line 503, ../../../app/stylesheets/application.sass */
#network_organizations .selectors {
  padding: 0.5em;
}
/* line 505, ../../../app/stylesheets/application.sass */
#network_organizations li, #network_organizations img {
  padding: 0.3em 1em;
}

/* line 509, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations {
  list-style-type: none;
  text-align: center;
}
/* line 512, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations li {
  display: block;
  float: left;
  width: 32%;
  height: 10em;
  margin: 0.5%;
  padding: 0.25em 0;
  border: 1px solid yellow;
  background-color: #ffffcc;
}
/* line 521, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations li a {
  color: #0000cc;
}
/* line 523, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations li .logo {
  max-width: 75%;
  max-height: 8em;
}
/* line 526, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations li.head {
  width: 98%;
  height: 14em;
}
/* line 529, ../../../app/stylesheets/application.sass */
.page_block.network ul#organizations li.head .logo {
  max-width: 95%;
  max-height: 12em;
}
/* line 532, ../../../app/stylesheets/application.sass */
.page_block.network .profile {
  border: 1px solid yellow;
  background-color: #ffffcc;
  padding: 0.25em;
  text-align: center;
}
/* line 537, ../../../app/stylesheets/application.sass */
.page_block.network .profile .logo {
  max-width: 95%;
  max-height: 12em;
}

/* line 542, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-1 .member, .page_block.organization-profile .member {
  float: left;
  height: 15em;
  width: 22%;
  margin: 0 1.4% 3em;
  text-align: center;
}
/* line 548, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-1 .member img, .page_block.organization-profile .member img {
  display: block;
  margin: 0 auto;
  padding: 0.333em;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  margin-bottom: 0.8em;
  max-width: 8.5em;
  max-height: 9.5em;
}
/* line 557, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-1 .member a img:hover, .page_block.organization-profile .member a img:hover {
  border-color: #7a7361;
}

/* line 560, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member {
  width: 49%;
  padding-right: 1%;
  margin-bottom: 2em;
  float: left;
}
/* line 565, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member img {
  float: left;
  max-width: 7.5em;
  max-height: 9.2em;
  border: 1px solid #e5e5e5;
  background-color: #f7f7f7;
  padding: 0.2em;
}
/* line 572, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member a img:hover {
  border-color: #7a7361;
}
/* line 574, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member label, .page_block.member-list .layout-2 .member > span {
  margin-left: 8.5em;
  display: block;
}
/* line 577, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member label {
  font-weight: bold;
}
/* line 579, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member > span {
  margin-bottom: 0.5em;
}
/* line 581, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2 .member.odd {
  clear: both;
}

/* line 585, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-2.no-photos .member label, .page_block.member-list .layout-2.no-photos .member span {
  margin-left: 0;
}

/* line 588, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}
/* line 592, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table th, .page_block.member-list .layout-3 table td {
  vertical-align: middle;
}
/* line 594, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table thead tr th {
  background-color: #e9e9eb;
  color: #5f5f5f;
  padding: 0.6em 0.5em;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
/* line 601, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table tbody tr td {
  border-bottom: 0.083em solid #cccccc;
  padding: 0.5em;
  width: 12%;
  background-color: white;
}
/* line 606, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table tbody tr td img {
  padding: 0.2em;
  border: 1px solid #e5e5e5;
  max-width: 5.8em;
  max-height: 6.7em;
}
/* line 611, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table tbody tr td a img:hover {
  border-color: #7a7361;
}
/* line 613, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table .photo a:hover {
  background-color: transparent;
}
/* line 615, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-3 table tbody tr.odd td {
  background-color: #f8f8f8;
}

/* line 618, ../../../app/stylesheets/application.sass */
.page_block.member-list .layout-4 .member {
  display: inline-block;
  padding: 0.9em 1.2%;
  width: 30%;
  text-align: center;
  vertical-align: top;
}

/* line 639, ../../../app/stylesheets/application.sass */
.register .registration {
  overflow: hidden;
}
/* line 641, ../../../app/stylesheets/application.sass */
.register #disabled-reason {
  float: right;
  border: 5px solid #cccccc;
  padding: 3em;
  width: 28%;
  background-color: #fbfac9;
  margin: 2em 2em 2em 0;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.6em;
}
/* line 635, ../../../app/stylesheets/application.sass */
.register #disabled-reason p {
  margin-bottom: 1em;
}

/* line 644, ../../../app/stylesheets/application.sass */
.register .all, .register .none {
  margin: 0 2em;
}

/* line 647, ../../../app/stylesheets/application.sass */
.register .school_chapters {
  width: 40%;
  margin: 0 5% 2em;
  text-align: center;
  float: left;
}

/* line 653, ../../../app/stylesheets/application.sass */
form.registration input#home_email_pot {
  display: none;
}

/* line 658, ../../../app/stylesheets/application.sass */
.page_block.form h3, .forms.show h3, .officer_reports.show h3 {
  font-size: 1.6em;
  font-weight: normal;
  display: inline-block;
}
/* line 662, ../../../app/stylesheets/application.sass */
.page_block.form a.edit, .forms.show a.edit, .officer_reports.show a.edit {
  display: inline-block;
  padding-left: 0.5em;
}
/* line 665, ../../../app/stylesheets/application.sass */
.page_block.form .form-field, .forms.show .form-field, .officer_reports.show .form-field {
  padding: 0.5em 0.3em 0.2em 1em;
}
/* line 667, ../../../app/stylesheets/application.sass */
.page_block.form .form-field.invalid > label, .forms.show .form-field.invalid > label, .officer_reports.show .form-field.invalid > label {
  color: #d12f19;
}
/* line 669, ../../../app/stylesheets/application.sass */
.page_block.form .form-field p, .forms.show .form-field p, .officer_reports.show .form-field p {
  border-bottom: none;
  margin: 0;
}
/* line 672, ../../../app/stylesheets/application.sass */
.page_block.form .errors, .forms.show .errors, .officer_reports.show .errors {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid red;
  background-color: #ffcccc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .errors .heading,
.page_block.form .errors h2, .forms.show .errors .heading, .forms.show .errors h2, .officer_reports.show .errors .heading, .officer_reports.show .errors h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .errors ol, .forms.show .errors ol, .officer_reports.show .errors ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .errors li, .forms.show .errors li, .officer_reports.show .errors li {
  margin-left: 2.5em;
}
/* line 674, ../../../app/stylesheets/application.sass */
.page_block.form .success, .forms.show .success, .officer_reports.show .success {
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid #007300;
  background-color: #ccffcc;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .success .heading,
.page_block.form .success h2, .forms.show .success .heading, .forms.show .success h2, .officer_reports.show .success .heading, .officer_reports.show .success h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .success ol, .forms.show .success ol, .officer_reports.show .success ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.page_block.form .success li, .forms.show .success li, .officer_reports.show .success li {
  margin-left: 2.5em;
}

/* line 679, ../../../app/stylesheets/application.sass */
.officer_reports.index .reports {
  padding-top: 15px;
}
/* line 681, ../../../app/stylesheets/application.sass */
.officer_reports.index .reports .form {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
/* line 684, ../../../app/stylesheets/application.sass */
.officer_reports.index .reports .form .actions {
  float: right;
  padding: 5px;
}
/* line 688, ../../../app/stylesheets/application.sass */
.officer_reports.index .reports .form .basics span.label {
  font-size: 20px;
}
/* line 690, ../../../app/stylesheets/application.sass */
.officer_reports.index .reports .form .basics span.status {
  display: block;
}

/* line 696, ../../../app/stylesheets/application.sass */
.officer_reports.reports .office {
  margin-right: 10px;
  margin-top: 20px;
}
/* line 699, ../../../app/stylesheets/application.sass */
.officer_reports.reports .report {
  margin: 10px;
}
/* line 701, ../../../app/stylesheets/application.sass */
.officer_reports.reports .report a.to_report {
  font-size: 1.3em;
}
/* line 703, ../../../app/stylesheets/application.sass */
.officer_reports.reports .report .report_dates {
  padding-left: 20px;
}
/* line 705, ../../../app/stylesheets/application.sass */
.officer_reports.reports .report .report_dates span.assignment_date, .officer_reports.reports .report .report_dates span.due_date {
  display: block;
}

/* line 711, ../../../app/stylesheets/application.sass */
.officer_report_submissions.index form.officer_report_submission_search .ctrl.ff {
  display: inline;
}

/* line 714, ../../../app/stylesheets/application.sass */
form.gateway .errors .heading {
  text-align: center;
}

/* line 717, ../../../app/stylesheets/application.sass */
form.gateway .warning {
  color: red;
  font-weight: bold;
  margin: 6px;
}

/* line 722, ../../../app/stylesheets/application.sass */
.form-field > img {
  margin-left: 5px;
}

/* line 728, ../../../app/stylesheets/application.sass */
#ticket #meat p, #ticket .comment p {
  margin: 0.5em 0;
}
/* line 730, ../../../app/stylesheets/application.sass */
#ticket #meat ol, #ticket #meat ul, #ticket #meat dl, #ticket .comment ol, #ticket .comment ul, #ticket .comment dl {
  margin-left: 1.5em;
}
/* line 732, ../../../app/stylesheets/application.sass */
#ticket #meat ul li, #ticket .comment ul li {
  list-style-type: disc;
}
/* line 734, ../../../app/stylesheets/application.sass */
#ticket #meat ol li, #ticket .comment ol li {
  list-style-type: decimal;
}
/* line 736, ../../../app/stylesheets/application.sass */
#ticket #meat blockquote, #ticket .comment blockquote {
  margin: 0.75em 1.75em;
  padding: 0.25em;
  background-color: #eeeeee;
}
/* line 741, ../../../app/stylesheets/application.sass */
#ticket .ticket_change .hd {
  margin-top: 1.5em;
  border-bottom: 1px solid #cccccc;
}
/* line 744, ../../../app/stylesheets/application.sass */
#ticket h3 {
  border-bottom: 0.071em solid #cccccc;
  font-size: 1.4em;
  margin-top: 1em;
}

/* line 750, ../../../app/stylesheets/application.sass */
div.article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 0.3em solid #ccd3dd;
}
/* line 754, ../../../app/stylesheets/application.sass */
div.article div.heading {
  padding-bottom: 0.4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccd3dd;
}
/* line 758, ../../../app/stylesheets/application.sass */
div.article div.heading h3 {
  font-size: 1.3em;
  margin-bottom: 0.4em;
}
/* line 761, ../../../app/stylesheets/application.sass */
div.article div.heading span {
  color: #777777;
  font-size: 11px;
}
/* line 764, ../../../app/stylesheets/application.sass */
div.article div.networks {
  padding-bottom: 15px;
}
/* line 766, ../../../app/stylesheets/application.sass */
div.article div.networks span {
  background-color: #e3e3e3;
  padding: 5px;
}
/* line 769, ../../../app/stylesheets/application.sass */
div.article div.actions {
  padding-bottom: 50px;
}
/* line 772, ../../../app/stylesheets/application.sass */
div.article div.brief a.read-more, div.article div.brief a.read-less, div.article div.full a.read-more, div.article div.full a.read-less {
  color: blue;
  font-weight: normal;
  font-family: Trebuchet MS, arial, Helvetica, sans-serif;
  font-size: 1em;
}

/* line 779, ../../../app/stylesheets/application.sass */
#role-editor, #group-editor {
  overflow: auto;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 0.75em;
}

/* line 786, ../../../app/stylesheets/application.sass */
.listing#roles th {
  font-weight: bold;
}
/* line 788, ../../../app/stylesheets/application.sass */
.listing#roles td.actions {
  text-align: right;
  font-weight: bold;
}
/* line 791, ../../../app/stylesheets/application.sass */
.listing#roles td.actions a, .listing#roles td.actions span {
  padding: 0 0.5em;
}
/* line 793, ../../../app/stylesheets/application.sass */
.listing#roles td.actions .disabled {
  color: #aaaaaa;
}

/* line 797, ../../../app/stylesheets/application.sass */
#members.listing td.position {
  width: 200px;
}
/* line 799, ../../../app/stylesheets/application.sass */
#members.listing td.position div {
  padding: 3px;
  border: 1px solid transparent;
  vertical-align: middle;
}
/* line 803, ../../../app/stylesheets/application.sass */
#members.listing td.position div:hover {
  background-color: #fff7d7;
  border-color: #ffdca9;
}
/* line 806, ../../../app/stylesheets/application.sass */
#members.listing td.position div span {
  font-style: italic;
}
/* line 808, ../../../app/stylesheets/application.sass */
#members.listing td.position div.success {
  background-color: #ccffcc;
  border-color: #99ff99;
}
/* line 811, ../../../app/stylesheets/application.sass */
#members.listing td.position div.error {
  background-color: #ffcccc;
  border-color: #ff9999;
}

/* line 822, ../../../app/stylesheets/application.sass */
.members.index table.listing th.roles {
  width: 100%;
}
/* line 824, ../../../app/stylesheets/application.sass */
.members.index table.listing th.name_with_roles {
  width: 33%;
}
/* line 826, ../../../app/stylesheets/application.sass */
.members.index table.listing td span.options {
  padding-left: 8px;
}

/* line 830, ../../../app/stylesheets/application.sass */
.groups.permissions.show #back {
  margin-top: 15px;
}

/* line 833, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns {
  border: 1px solid #010923;
}
/* line 835, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li {
  background: url(/images/permissions_bg.jpg) repeat-x;
  border-top: 1px solid #2b4bc9;
  border-bottom: 1px solid #010923;
}
/* line 839, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li h3 {
  margin: 0 !important;
  font-size: 1em !important;
}
/* line 842, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.event h3 {
  background-image: url(/images/liboly/scope/calendar_16.png);
}
/* line 844, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.form h3 {
  background-image: url(/images/liboly/scope/paste_16.png);
}
/* line 846, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.file_upload h3 {
  background-image: url(/images/liboly/scope/folder_16.png);
}
/* line 848, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.group h3 {
  background-image: url(/images/liboly/scope/user_group_16.png);
}
/* line 850, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.lead_management h3 {
  background-image: url(/images/liboly/scope/user_group_16.png);
}
/* line 852, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.member h3 {
  background-image: url(/images/liboly/scope/user_16.png);
}
/* line 854, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.private_page h3 {
  background-image: url(/images/private_page_icon.png);
}
/* line 856, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.public_page h3 {
  background-image: url(/images/public_page_icon.png);
}
/* line 858, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.network h3 {
  background-image: url(/images/liboly/scope/web_16.png);
}
/* line 860, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.article h3 {
  background-image: url(/images/liboly/scope/chat_16.png);
}
/* line 862, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.photo_album h3 {
  background-image: url(/images/liboly/scope/pictures_16.png);
}
/* line 864, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.role h3 {
  background-image: url(/images/liboly/scope/contacts_16.png);
}
/* line 866, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.discussion h3 {
  background-image: url(/images/liboly/scope/chat_16.png);
}
/* line 868, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li h3 {
  height: 32px;
  line-height: 32px;
  background-repeat: no-repeat;
  background-position: 10px;
  display: block;
  padding-left: 31px;
  font-weight: normal;
  color: white;
}
/* line 877, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li h3:hover {
  cursor: pointer;
}
/* line 879, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li h3 span {
  display: block;
  line-height: 32px;
  background: url(/images/permissions_closed.png) no-repeat 99%;
}
/* line 883, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.selected, #role-editor.permissions ul#nouns li:hover {
  background: #0639cf;
}
/* line 885, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.selected h3 span, #role-editor.permissions ul#nouns li:hover h3 span {
  background-image: url(/images/permissions_open.png);
}
/* line 887, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns li.private_page fieldset span {
  float: left;
  width: 30%;
  padding-left: 3%;
}
/* line 891, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns div {
  overflow: hidden;
}
/* line 893, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns form {
  display: none;
  padding: 0.6em 0.8em;
  background-color: #d7d3d4;
}
/* line 897, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns form h4 {
  background-color: #6a6a68;
  color: #efefef;
  padding: 0.3em 0.8em;
}
/* line 901, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns fieldset {
  background-color: #efefef;
  border: 1px solid #c9c5c6;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
}
/* line 906, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns fieldset .ctrl {
  padding: 0.4em 0.9em 0.3em;
  color: black;
}
/* line 909, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns fieldset .ctrl.flush {
  padding-left: 3em;
}
/* line 911, ../../../app/stylesheets/application.sass */
#role-editor.permissions ul#nouns fieldset .ctrl.flush label {
  float: left;
  width: 24%;
  margin-right: 0.5em;
}

/* line 917, ../../../app/stylesheets/application.sass */
.membership-editor .actions {
  padding-bottom: 0.5em;
}
/* line 919, ../../../app/stylesheets/application.sass */
.membership-editor .actions .selectors {
  float: left;
}
/* line 921, ../../../app/stylesheets/application.sass */
.membership-editor .actions .selectors a {
  font-weight: bold;
}
/* line 923, ../../../app/stylesheets/application.sass */
.membership-editor .actions select {
  float: right;
}
/* line 925, ../../../app/stylesheets/application.sass */
.membership-editor .actions select option:not([disabled]) {
  padding-left: 1em;
}
/* line 927, ../../../app/stylesheets/application.sass */
.membership-editor table.listing {
  clear: left;
}
/* line 929, ../../../app/stylesheets/application.sass */
.membership-editor table.listing .input-row {
  background-color: #fff5dc;
  width: 100%;
}
/* line 932, ../../../app/stylesheets/application.sass */
.membership-editor table.listing .input-row td {
  text-align: center;
}
/* line 934, ../../../app/stylesheets/application.sass */
.membership-editor table.listing .input-row label {
  display: inline-block;
  margin-right: 1em;
}
/* line 937, ../../../app/stylesheets/application.sass */
.membership-editor table.listing .input-row .ctrl {
  display: inline;
  margin-right: 1em;
}
/* line 940, ../../../app/stylesheets/application.sass */
.membership-editor table.listing .notice-row {
  text-align: center;
  width: 80%;
  margin: 0 auto 0.5em;
  padding: 0.5em;
  border: 1px solid #007300;
  background-color: #ccffcc;
  border: none;
}
/* line 47, ../../../app/stylesheets/liboly/_base.sass */
.membership-editor table.listing .notice-row .heading,
.membership-editor table.listing .notice-row h2 {
  color: black !important;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
/* line 55, ../../../app/stylesheets/liboly/_base.sass */
.membership-editor table.listing .notice-row ol {
  list-style-type: decimal;
}
/* line 57, ../../../app/stylesheets/liboly/_base.sass */
.membership-editor table.listing .notice-row li {
  margin-left: 2.5em;
}

/* line 947, ../../../app/stylesheets/application.sass */
.subnav {
  list-style-type: none;
  padding: 3px 0.75em;
  border-bottom: 1px solid #cccccc;
  line-height: normal !important;
  margin: 1.5em 0 1em;
}
/* line 953, ../../../app/stylesheets/application.sass */
.subnav li {
  display: inline;
}
/* line 955, ../../../app/stylesheets/application.sass */
.subnav li a {
  background-color: #e5e5e5;
  padding: 3px 0.5em;
  border: 1px solid #cccccc;
  color: black;
  text-decoration: none;
  border-bottom: none;
}
/* line 962, ../../../app/stylesheets/application.sass */
.subnav li a:hover {
  background-color: #f5f5f5;
}
/* line 964, ../../../app/stylesheets/application.sass */
.subnav li.current a {
  position: relative;
  top: 0;
  padding-bottom: 4px;
  background-color: white;
}

/* line 970, ../../../app/stylesheets/application.sass */
.subsubnav {
  list-style-type: none;
  padding: 3px 0.75em;
  line-height: normal !important;
  margin: 1.5em 0 1em;
}
/* line 975, ../../../app/stylesheets/application.sass */
.subsubnav li {
  display: inline;
  font-weight: bold;
}
/* line 978, ../../../app/stylesheets/application.sass */
.subsubnav li a {
  padding: 3px 8px 0.5em 8px;
  text-decoration: none;
}
/* line 981, ../../../app/stylesheets/application.sass */
.subsubnav li a:hover {
  background-color: #f5f5f5;
}
/* line 983, ../../../app/stylesheets/application.sass */
.subsubnav li.current a {
  color: black;
  position: relative;
  top: 0;
  padding-bottom: 4px;
}

/* line 990, ../../../app/stylesheets/application.sass */
#groups .group {
  border-bottom: 1px inset #cccccc;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  overflow: auto;
}
/* line 995, ../../../app/stylesheets/application.sass */
#groups .group:last-child {
  margin-bottom: 0;
}
/* line 997, ../../../app/stylesheets/application.sass */
#groups .group .group_photo {
  float: left;
  width: 100px;
  padding: 10px;
}
/* line 1001, ../../../app/stylesheets/application.sass */
#groups .group .group_photo img {
  width: 100px;
  height: 75px;
}
/* line 1004, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info {
  float: right;
  width: 150px;
  padding: 10px;
}
/* line 1008, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info a {
  display: block;
  padding: 3px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
/* line 1015, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info a img {
  vertical-align: bottom;
}
/* line 1017, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info a.positive {
  color: #3a943d;
}
/* line 1019, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info a.negative {
  color: #b13844;
}
/* line 1021, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info a:hover {
  text-decoration: none;
}
/* line 1023, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info .pending, #groups .group .statistical_info .networked {
  display: block;
  padding: 3px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
/* line 1030, ../../../app/stylesheets/application.sass */
#groups .group .statistical_info .pending img, #groups .group .statistical_info .networked img {
  vertical-align: bottom;
}
/* line 1032, ../../../app/stylesheets/application.sass */
#groups .group .general_info {
  padding: 10px 170px 10px 120px;
}
/* line 1034, ../../../app/stylesheets/application.sass */
#groups .group .general_info h2.name {
  display: inline;
}
/* line 1036, ../../../app/stylesheets/application.sass */
#groups .group .general_info .description > p {
  overflow: hidden;
}

/* line 1040, ../../../app/stylesheets/application.sass */
#group-photos table {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
/* line 1044, ../../../app/stylesheets/application.sass */
#group-photos table tr td {
  text-align: center;
}
/* line 1046, ../../../app/stylesheets/application.sass */
#group-photos table tr td a {
  width: 110px;
}
/* line 1048, ../../../app/stylesheets/application.sass */
#group-photos table tr td a img {
  padding: 4px;
  border: 1px solid #c5c5c5;
}
/* line 1051, ../../../app/stylesheets/application.sass */
#group-photos table tr td .author {
  width: 110px;
  overflow: hidden;
  margin: 0 auto;
}

/* line 1056, ../../../app/stylesheets/application.sass */
#group-photo {
  text-align: center;
}
/* line 1058, ../../../app/stylesheets/application.sass */
#group-photo .big_photo {
  margin-top: 10px;
}
/* line 1060, ../../../app/stylesheets/application.sass */
#group-photo .comment {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
  text-align: left;
}
/* line 1064, ../../../app/stylesheets/application.sass */
#group-photo .comment .title {
  display: inline;
  font-size: 1.3em;
  color: black;
}

/* line 1069, ../../../app/stylesheets/application.sass */
#group-members .member, #group-events .event {
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  overflow: auto;
}
/* line 1074, ../../../app/stylesheets/application.sass */
#group-members .member:last-child, #group-events .event:last-child {
  margin-bottom: 0;
}
/* line 1076, ../../../app/stylesheets/application.sass */
#group-members .member .photo, #group-events .event .photo {
  float: left;
  width: 100px;
  padding: 10px;
}
/* line 1080, ../../../app/stylesheets/application.sass */
#group-members .member .general_info, #group-events .event .general_info {
  padding: 10px 170px 10px 120px;
}
/* line 1082, ../../../app/stylesheets/application.sass */
#group-members .member .general_info h2.name, #group-events .event .general_info h2.name {
  display: inline;
}

/* line 1086, ../../../app/stylesheets/application.sass */
#group-files table {
  border-collapse: collapse;
  width: 100%;
}
/* line 1090, ../../../app/stylesheets/application.sass */
#group-files table tr td {
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
/* line 1094, ../../../app/stylesheets/application.sass */
#group-files table tr td.image {
  width: 24px;
}
/* line 1096, ../../../app/stylesheets/application.sass */
#group-files table tr td.image img {
  vertical-align: bottom;
}
/* line 1098, ../../../app/stylesheets/application.sass */
#group-files table tr td.author {
  width: 150px;
}
/* line 1100, ../../../app/stylesheets/application.sass */
#group-files table tr td.delete {
  width: 21px;
}
/* line 1102, ../../../app/stylesheets/application.sass */
#group-files table tr td.delete a {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/scope/close_16.png);
  margin-left: 5px;
}
/* line 1108, ../../../app/stylesheets/application.sass */
#group-files table tr:hover td.delete a {
  display: block;
}

/* line 1111, ../../../app/stylesheets/application.sass */
#group .panel {
  font-style: italic;
  text-align: center;
  border-width: 1px 0;
}

/* line 1118, ../../../app/stylesheets/application.sass */
#facebox #new_comment label {
  padding-left: 0;
}
/* line 1120, ../../../app/stylesheets/application.sass */
#facebox #new_comment .flush {
  margin-left: 0;
}
/* line 1122, ../../../app/stylesheets/application.sass */
#facebox #title h2 {
  height: auto;
  line-height: auto;
  background-image: none;
  padding-left: 0;
}
/* line 1128, ../../../app/stylesheets/application.sass */
#facebox #roles_member .flush {
  margin-left: 1em;
}
/* line 1130, ../../../app/stylesheets/application.sass */
#facebox #roles_member h1 {
  font-size: 1.4em;
  padding-bottom: 10px;
}

/* line 1135, ../../../app/stylesheets/application.sass */
#my-network-members .organization {
  border-bottom: 1px solid #cccccc;
  margin: 0.75em 0;
  padding-bottom: 0.75em;
}
/* line 1139, ../../../app/stylesheets/application.sass */
#my-network-members .organization h3 {
  font-size: 1.4em;
}
/* line 1141, ../../../app/stylesheets/application.sass */
#my-network-members .organization > p, #my-network-members .organization > div {
  margin-left: 1em;
}

/* line 1145, ../../../app/stylesheets/application.sass */
#private-page-navigation {
  border: 1px solid #f1e093;
  padding: 3.2em 0.7em 0;
  background: #f9f2c6 url(/images/private-nav.jpg) no-repeat center 1em;
}
/* line 1149, ../../../app/stylesheets/application.sass */
#private-page-navigation li {
  font-size: 1.1em;
  border-top: 1px solid #f1e093;
  padding: 0.8em 0 1em;
}
/* line 1153, ../../../app/stylesheets/application.sass */
#private-page-navigation li.current > a {
  font-weight: bold;
}
/* line 1155, ../../../app/stylesheets/application.sass */
#private-page-navigation li ul {
  margin-top: 2px;
  background-color: #f7e6a4;
}
/* line 1158, ../../../app/stylesheets/application.sass */
#private-page-navigation li ul li {
  border-top: none;
  padding: 0.4em 0;
  font-size: 1em;
}
/* line 1162, ../../../app/stylesheets/application.sass */
#private-page-navigation li ul li ul {
  list-style-type: square;
}

/* line 1166, ../../../app/stylesheets/application.sass */
.adobe-flash.sub-options .ctrl {
  padding-left: 1.5em;
}

/* line 1169, ../../../app/stylesheets/application.sass */
.site_settings #quicknav_items .datum, .site_settings #quicknav_items .datum label .site_settings #quicknav_items .datum.ui-sortable-placeholder {
  cursor: move;
}

/* line 1173, ../../../app/stylesheets/application.sass */
#page-content {
  overflow: hidden;
  display: inline-block;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
#page-content {
  display: block;
}
/* line 1175, ../../../app/stylesheets/application.sass */
#page-content .page-content-column {
  float: left;
  overflow: hidden;
}

/* line 1180, ../../../app/stylesheets/application.sass */
#facebox li.page_block {
  padding: 0;
}
/* line 1182, ../../../app/stylesheets/application.sass */
#facebox .member-list {
  width: 400px;
}
/* line 1184, ../../../app/stylesheets/application.sass */
#facebox form#new_page_block > p {
  margin-top: 0;
}
/* line 1186, ../../../app/stylesheets/application.sass */
#facebox tr.mceLast td {
  border-bottom: 1px solid #cccccc;
}

/* line 1190, ../../../app/stylesheets/application.sass */
#new_article label, body.faqs form.edit label {
  width: 4.5em;
  padding-left: 0.75em;
}
/* line 1193, ../../../app/stylesheets/application.sass */
#new_article .flush, body.faqs form.edit .flush {
  margin-left: 6.25em;
}

/* line 1197, ../../../app/stylesheets/application.sass */
#new_article fieldset.share {
  padding-left: 6.25em;
}
/* line 1199, ../../../app/stylesheets/application.sass */
#new_article fieldset.share legend {
  width: 4.5em;
  margin-left: -6.25em;
  padding-left: 0.75em;
}

/* line 1204, ../../../app/stylesheets/application.sass */
#tags ul {
  overflow: auto;
}
/* line 1206, ../../../app/stylesheets/application.sass */
#tags ul li {
  clear: left;
  float: left;
}

/* line 1210, ../../../app/stylesheets/application.sass */
.pending .rt form, .rejected .rt form {
  display: inline-block;
}
/* line 1212, ../../../app/stylesheets/application.sass */
.pending .rt form div, .rejected .rt form div {
  *display: inline;
}

/* line 1215, ../../../app/stylesheets/application.sass */
.info_heading {
  background-color: #ffffcf;
  padding-bottom: 0.2em;
  color: #272727;
}
/* line 1219, ../../../app/stylesheets/application.sass */
.info_heading p {
  background: none;
  line-height: 1.8em;
  height: auto;
}
/* line 1223, ../../../app/stylesheets/application.sass */
.info_heading p img {
  margin: 5px 6px -3px 8px !important;
}

/* line 1226, ../../../app/stylesheets/application.sass */
tbody.ui-sortable tr {
  cursor: move;
}

/* line 1230, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog {
  width: 600px;
  margin-bottom: 200px;
  padding-top: 100px;
}
/* line 1234, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog a {
  color: #e39a3b;
}
/* line 1236, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog h2 {
  font-size: 25px;
  text-align: center;
  padding-bottom: 95px;
}
/* line 1240, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog img {
  float: left;
}
/* line 1242, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog #right {
  text-align: center;
  font-size: 18px;
}
/* line 1245, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog #right #bottom {
  margin-top: 30px;
}
/* line 1247, ../../../app/stylesheets/application.sass */
body.under_construction #u_c_dialog #right #bottom span {
  display: block;
  margin-bottom: 8px;
}

/* line 1251, ../../../app/stylesheets/application.sass */
.merge_pending {
  width: 640px;
}
/* line 1253, ../../../app/stylesheets/application.sass */
.merge_pending .title_bar {
  font-size: 1.5em;
  text-align: center;
  padding-right: 20px;
}
/* line 1257, ../../../app/stylesheets/application.sass */
.merge_pending td span {
  display: block;
}
/* line 1259, ../../../app/stylesheets/application.sass */
.merge_pending td.member {
  width: 36%;
}
/* line 1261, ../../../app/stylesheets/application.sass */
.merge_pending td.member .to_merge {
  background-color: #ececec;
  padding: 10px;
  position: absolute;
  top: 70px;
  width: 28%;
}
/* line 1267, ../../../app/stylesheets/application.sass */
.merge_pending span.name {
  font-size: 1.2em;
}
/* line 1269, ../../../app/stylesheets/application.sass */
.merge_pending .possibles {
  border: 1px solid #dfdfdf;
  padding-left: 10px;
  overflow-y: scroll;
  height: 260px;
}
/* line 1274, ../../../app/stylesheets/application.sass */
.merge_pending .potential {
  overflow: hidden;
  display: block;
  border: 1px solid #dfdfdf;
  margin: 16px;
  width: 180px;
}
/* line 1280, ../../../app/stylesheets/application.sass */
.merge_pending .potential img {
  width: 48px;
  height: 48px;
  background-color: white;
  padding: 3px;
  border: 1px solid #d3d1d1;
  float: left;
  margin-right: 7px;
}
/* line 1288, ../../../app/stylesheets/application.sass */
.merge_pending a.accept_new {
  margin-left: 16px;
  margin-top: 10px;
}

/* line 1292, ../../../app/stylesheets/application.sass */
#profile.pictures .profile_picture {
  width: 315px;
  float: left;
}
/* line 1295, ../../../app/stylesheets/application.sass */
#profile.pictures .profile_picture img.current {
  border: 5px solid #cccccc;
}

/* line 1298, ../../../app/stylesheets/application.sass */
#choose_layout {
  display: none;
  width: 100%;
  min-width: 670px;
  height: 81px;
  background: #f5f5f5;
  border: solid 1px #b4b4b4;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
}
/* line 1309, ../../../app/stylesheets/application.sass */
#choose_layout .cell-options {
  position: absolute;
  top: 5px;
  left: 135px;
  margin: 0px;
  padding: 0px;
  font-family: Lucida Grande, helvetica, sans-serif;
  font-size: 0.7em;
  color: #5b5b5b;
}
/* line 1318, ../../../app/stylesheets/application.sass */
#choose_layout .cell-options a {
  font-style: italic;
  text-decoration: none;
  color: #05aee6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
/* line 1324, ../../../app/stylesheets/application.sass */
#choose_layout .cell-options a:hover {
  text-decoration: underline;
  color: #5b5b5b;
}

/* line 1328, ../../../app/stylesheets/application.sass */
.cell-title {
  width: 123px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/images/liboly/section-background.png) repeat-x;
  border-right: 1px solid #b4b4b4;
}
/* line 1336, ../../../app/stylesheets/application.sass */
.cell-title h6 {
  margin: 0px;
  padding-top: 21px;
  font-family: Lucida Grande, helvetica, sans-serif;
  font-size: 0.9em;
  color: #5b5b5b;
  text-shadow: 0px 1px 0px white;
  text-align: center;
}

/* line 1345, ../../../app/stylesheets/application.sass */
.cell-content {
  height: 48px;
  margin-left: 124px;
  margin-right: 106px;
  margin-top: 30px;
  overflow: hidden;
}
/* line 1351, ../../../app/stylesheets/application.sass */
.cell-content img.layout {
  border: 2px solid transparent;
  margin-left: 3%;
}
/* line 1354, ../../../app/stylesheets/application.sass */
.cell-content img.active {
  border: 2px solid #ffb30f;
  margin-left: 3%;
}
/* line 1357, ../../../app/stylesheets/application.sass */
.cell-content img.layout:hover {
  border: 2px solid #9e9e9e;
}

/* line 1360, ../../../app/stylesheets/application.sass */
.choose_layout_cancel {
  display: none;
}

/* line 1363, ../../../app/stylesheets/application.sass */
#choose_layout .save-btn {
  width: 106px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url(/images/liboly/section-background.png) repeat-x;
  border-left: 1px solid #b4b4b4;
  text-align: center;
}
/* line 1372, ../../../app/stylesheets/application.sass */
#choose_layout .save-btn .flush {
  margin-left: 12px;
  margin-top: 20px;
}

/* line 1377, ../../../app/stylesheets/application.sass */
.layout_box, .layout_container {
  float: left;
  overflow: hidden;
}

/* line 1381, ../../../app/stylesheets/application.sass */
.layout_scroller {
  white-space: nowrap;
  overflow-x: scroll;
  width: 450px;
}

/* line 1386, ../../../app/stylesheets/application.sass */
.layout_option {
  display: inline-block;
  text-align: center;
  width: 90px;
  padding: 7px;
  margin-bottom: 7px;
  border-right: 1px solid black;
  *display: inline;
  zoom: 1;
}
/* line 1393, ../../../app/stylesheets/application.sass */
.layout_option .flush {
  margin-left: 0 !important;
}
/* line 1395, ../../../app/stylesheets/application.sass */
.layout_option label {
  display: none;
}

/* line 1401, ../../../app/stylesheets/application.sass */
.layout_preview {
  width: 100%;
  overflow: hidden;
}
/* line 1404, ../../../app/stylesheets/application.sass */
.layout_preview div[id^=layout_box_] {
  text-align: center;
}
/* line 1406, ../../../app/stylesheets/application.sass */
.layout_preview div[id^=layout_box_] li {
  line-height: 20px;
}
/* line 1408, ../../../app/stylesheets/application.sass */
.layout_preview .clear {
  font-size: 3px;
  line-height: 3px;
}
/* line 1411, ../../../app/stylesheets/application.sass */
.layout_preview .layout_box {
  background-color: #e5e5e5;
}

/* line 1415, ../../../app/stylesheets/application.sass */
#member_message #recipient-entries {
  margin: 10px 0 10px 20px;
  display: block;
}
/* line 1418, ../../../app/stylesheets/application.sass */
#member_message #recipient-entries .entry {
  border: 1px dotted darkgray;
  float: left;
  margin-right: 12px;
  padding: 0px 3px 0px 3px;
}

/* line 1425, ../../../app/stylesheets/application.sass */
.visibilities #title h3 {
  font-weight: normal;
  color: #999999;
  font-size: 1.25em;
}
/* line 1429, ../../../app/stylesheets/application.sass */
.visibilities .proper h4 {
  margin-top: 1.8em;
  padding: 2px 8px;
  background-color: #ededed;
  color: #4e4e4e;
  border: 1px solid #e6e6e6;
  font-weight: normal;
  font-size: 1.1em;
}
/* line 1437, ../../../app/stylesheets/application.sass */
.visibilities .proper .item {
  padding: 13px 15px;
  border-bottom: 1px solid #cccccc;
  line-height: 1em;
}
/* line 1441, ../../../app/stylesheets/application.sass */
.visibilities .item label {
  width: 75%;
  color: black;
  padding: 0;
  float: none;
  font-size: 1.08em;
}
/* line 1447, ../../../app/stylesheets/application.sass */
.visibilities span {
  display: block;
  width: 75%;
  color: #8d8d8d;
}
/* line 1451, ../../../app/stylesheets/application.sass */
.visibilities select {
  float: right;
}
/* line 1453, ../../../app/stylesheets/application.sass */
.visibilities form.proper .flush {
  margin: 20px 0;
}

/* line 1456, ../../../app/stylesheets/application.sass */
form.member_search {
  padding: 1em 0;
}

/* line 1462, ../../../app/stylesheets/application.sass */
.vcard.organization .l_side {
  float: left;
  padding-right: 10px;
  width: 64%;
}
/* line 1466, ../../../app/stylesheets/application.sass */
.vcard.organization .r_side {
  float: right;
  margin: 0 auto;
  width: 34%;
}
/* line 1470, ../../../app/stylesheets/application.sass */
.vcard.organization .r_side #photo_bar {
  margin: 0 auto;
}
/* line 1472, ../../../app/stylesheets/application.sass */
.vcard.organization .r_side #photo_bar img#p_img {
  display: block;
  margin: 0 auto 1em;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 3%;
  width: 90%;
}
/* line 1479, ../../../app/stylesheets/application.sass */
.vcard.organization .r_side #photo_bar a {
  float: none;
  margin: 0 auto;
  width: 10em;
}

/* line 1484, ../../../app/stylesheets/application.sass */
.hilite {
  background-color: #ffffcc !important;
}

/* line 1487, ../../../app/stylesheets/application.sass */
.pill {
  margin: 2px 4px 2px 0;
  padding: 2px 4px;
  background-color: #dfdfdf;
  border: 1px solid #bbbbbb;
  color: #666666;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 1500, ../../../app/stylesheets/application.sass */
.hidden {
  display: none;
}

/* line 1503, ../../../app/stylesheets/application.sass */
.cleared {
  clear: both;
}

/* line 1507, ../../../app/stylesheets/application.sass */
#organization_list li {
  background-color: inherit;
}
/* line 1509, ../../../app/stylesheets/application.sass */
#organization_list li:hover {
  background-color: #eeeeee;
}
/* line 1511, ../../../app/stylesheets/application.sass */
#organization_list img {
  padding: 0 0.3em;
  cursor: move;
}

/* line 1515, ../../../app/stylesheets/application.sass */
.scrollable_div {
  border: 1px solid lightgray;
  overflow: auto;
}
/* line 1518, ../../../app/stylesheets/application.sass */
.scrollable_div.small {
  height: 50px;
}
/* line 1520, ../../../app/stylesheets/application.sass */
.scrollable_div.tall {
  height: 150px;
}

/* START Form Pagination */
/* root element for tabs */
/* line 1525, ../../../app/stylesheets/application.sass */
div#wizard ul.tabs {
  display: none;
  list-style: none;
  margin: 0 !important;
  padding: 0;
  border-bottom: 1px solid #666666;
  height: 30px;
}
/* line 1532, ../../../app/stylesheets/application.sass */
div#wizard ul.tabs li {
  float: left;
  text-indent: 0;
  padding: 0;
  margin: 0 !important;
  list-style-image: none !important;
}
/* line 1538, ../../../app/stylesheets/application.sass */
div#wizard ul.tabs a {
  background-color: #cccccc;
  font-size: 11px;
  display: block;
  height: 30px;
  line-height: 30px;
  width: 134px;
  text-align: center;
  text-decoration: none;
  color: #333333;
  padding: 0px;
  margin: 0px 5px;
  position: relative;
  top: 1px;
}
/* line 1552, ../../../app/stylesheets/application.sass */
div#wizard ul.tabs a:active {
  outline: none;
}
/* line 1554, ../../../app/stylesheets/application.sass */
div#wizard ul.tabs a:hover {
  color: white;
  background-color: #999999;
}

/* line 1558, ../../../app/stylesheets/application.sass */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
  cursor: default !important;
  color: black !important;
}

/* style for sharing pages text stuffs */
/* line 1563, ../../../app/stylesheets/application.sass */
.share_page {
  margin-top: -6px;
  padding-left: 40px;
}

/* initially all panes are hidden */
/* line 1568, ../../../app/stylesheets/application.sass */
.panes .pane {
  display: none;
}

/* END Form Pagination */
/* line 52, ../../../app/stylesheets/_group-event-extraction.sass */
.overview {
  overflow: auto;
}
/* line 55, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .attendance {
  background-color: #f7f7f7;
}
/* line 58, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide h2 {
  display: inline-block;
  font: 1.5em normal;
}
/* line 62, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow {
  float: left;
  width: 187px;
  padding-right: 10px;
}
/* line 66, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide {
  padding-left: 197px;
}
/* line 68, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .panel {
  margin: 10px 0;
}
/* line 70, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .main_image {
  width: 175px;
  text-align: center;
  padding: 5px;
  border: 1px solid #c5c5c5;
  margin-bottom: 10px;
}
/* line 76, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .main_image img {
  display: block;
  max-width: 175px;
}
/* line 81, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow div.buttons a {
  float: none;
  text-align: center;
  margin-right: 0;
}
/* line 85, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow div.buttons .pending {
  color: #aaaaaa;
  display: block;
  padding: 3px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
/* line 93, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow div.buttons .pending img {
  vertical-align: bottom;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}
/* line 96, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions {
  margin-bottom: 10px;
}
/* line 13, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dt {
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 2px solid #dddddd;
}
/* line 17, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd {
  border-bottom: 1px solid #f5f5f5;
}
/* line 19, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a {
  display: block;
  padding: 5px 0 5px 26px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 24, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a.message {
  background-image: url(/images/liboly/scope/mail_16.png);
}
/* line 26, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a.photos {
  background-image: url(/images/liboly/scope/pictures_16.png);
}
/* line 28, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a.files {
  background-image: url(/images/liboly/scope/folder_16.png);
}
/* line 30, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a.events {
  background-image: url(/images/liboly/scope/calendar_16.png);
}
/* line 32, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .narrow dl.actions dd a.comments {
  background-image: url(/images/liboly/scope/chat_16.png);
}
/* line 99, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .buttons {
  display: inline;
}
/* line 101, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .buttons a {
  padding: 3px;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #bfbfbf;
  margin-bottom: 10px;
}
/* line 107, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .buttons a img {
  vertical-align: text-bottom;
}
/* line 109, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .buttons a.delete {
  color: #d70206;
}
/* line 111, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .buttons a:hover {
  text-decoration: none;
}
/* line 113, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .description {
  margin: 5px 0;
  color: #686868;
}
/* line 116, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .description ol {
  list-style: decimal inside;
}
/* line 118, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .description ul {
  list-style: disc inside;
}
/* line 120, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .wide .coordinators {
  padding: 2px 8px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin: 20px 0;
}
/* line 126, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .heading {
  background: url(/images/group_heading_bg.jpg) right no-repeat;
  overflow: hidden;
}
/* line 4, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .heading h3 {
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  color: #272727;
  background: url(/images/group_heading_bg_left.jpg) no-repeat;
}
/* line 128, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .subheading {
  padding: 2px 8px;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
}
/* line 132, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .subheading .add {
  padding-left: 21px;
  background: url(/images/liboly/scope/add_16.png) no-repeat;
}
/* line 135, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .subheading .view_all {
  float: right;
}
/* line 137, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .subheading .download_all {
  float: right;
  margin-right: 1em;
}
/* line 140, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
/* line 144, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body table td.event_title {
  color: #8f8f8f;
}
/* line 146, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body.faces {
  overflow: hidden;
  display: inline-block;
  padding: 0 1px;
  padding: 9px 0;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.overview .section .body.faces {
  display: block;
}
/* line 38, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body.faces a, .overview .section .body.faces span.celect_staff {
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 2% 3% 1% 3%;
  width: 50px;
  height: 50px;
}
/* line 45, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body.faces a img, .overview .section .body.faces span.celect_staff img {
  width: 50px;
  height: 50px;
}
/* line 48, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .body.faces a span, .overview .section .body.faces span.celect_staff span {
  display: block;
  text-align: center;
}
/* line 149, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section .footer {
  padding-left: 4px;
  padding-top: 8px;
}
/* line 152, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.photos .body {
  overflow: auto;
  margin: 10px 0;
}
/* line 155, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.files .body table {
  margin: 10px 0;
}
/* line 158, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body {
  margin-bottom: 10px;
}
/* line 159, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic {
  padding: 10px 5px;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
}
/* line 163, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic .posts_count {
  float: right;
  color: #272727;
  padding: 3px 3px 3px 22px;
  border: 1px solid #bfbfbf;
  background: #f5f5f5 url(/images/liboly/scope/chat_16.png) no-repeat 3px center;
}
/* line 169, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic .post_body > p {
  font-style: italic;
}
/* line 171, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic .title {
  display: inline;
  border: none;
}
/* line 174, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic .title a {
  font-weight: bold;
}
/* line 176, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.topics .body .topic .details {
  font-size: 0.8em;
}
/* line 180, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td {
  padding: 10px 0;
  vertical-align: middle;
  border-bottom: 1px solid #e4e4e4;
}
/* line 184, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.image {
  width: 35px;
  padding-left: 5px;
  text-align: center;
}
/* line 188, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.image img {
  vertical-align: center;
}
/* line 190, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.image .calendar {
  width: 30px;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #d9c7c6;
}
/* line 195, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.image .calendar .month {
  background-color: #740201;
  color: white;
  border-bottom: 1px solid #740201;
}
/* line 199, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.event_title {
  padding-left: 8px;
}
/* line 201, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.author {
  width: 150px;
}
/* line 203, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.delete {
  width: 21px;
}
/* line 205, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body td.delete a {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/scope/close_16.png);
  margin-left: 5px;
}
/* line 211, ../../../app/stylesheets/_group-event-extraction.sass */
.overview .section.events .body tr:hover td.delete a {
  display: block;
}

/* line 214, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
}
/* line 218, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment a.author_image, .wall .comment span.author_image {
  float: left;
  width: 50px;
  height: 50px;
  padding: 2px;
  border: 1px solid #c5c5c5;
}
/* line 224, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment a.author_image img, .wall .comment span.author_image img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
}
/* line 229, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment .content {
  padding-left: 66px;
}
/* line 231, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment .content .header {
  color: #8f8f8f;
  font-size: 0.85em;
}
/* line 234, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment .content .header a {
  font-size: 1.176em;
}
/* line 236, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment .content .header span.author {
  font-size: 1.176em;
  color: black;
}
/* line 239, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment .content .delete {
  display: none;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/scope/close_16.png);
  margin-left: 5px;
}
/* line 246, ../../../app/stylesheets/_group-event-extraction.sass */
.wall .comment:hover .delete {
  display: block;
}

/* line 250, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event .wide .description {
  margin-bottom: 1em;
}

/* line 253, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event p.attending {
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 2px solid #dddddd;
}
/* line 257, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event p.attending a.change {
  font-weight: normal;
  font-style: italic;
}

/* line 261, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event dl.basics {
  font-size: 1.2em;
  line-height: 1.25em;
  margin: 0.5em 0;
}
/* line 265, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event dl.basics dt, .overview#event dl.basics dd {
  margin-bottom: 0.5em;
}
/* line 267, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event dl.basics dt {
  float: left;
  width: 6.5em;
  color: #84817c;
}
/* line 271, ../../../app/stylesheets/_group-event-extraction.sass */
.overview#event dl.basics dd {
  margin-left: 8.5em;
}

/* line 276, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .heading {
  background: url(/images/group_heading_bg.jpg) right no-repeat;
  overflow: hidden;
}
/* line 4, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .heading h3 {
  height: 28px;
  line-height: 28px;
  padding-left: 8px;
  color: #272727;
  background: url(/images/group_heading_bg_left.jpg) no-repeat;
}
/* line 278, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .faces {
  overflow: hidden;
  display: inline-block;
  padding: 0 1px;
  padding-bottom: 1em;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body.people .section .faces {
  display: block;
}
/* line 38, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .faces a, body.people .section .faces span.celect_staff {
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 2% 3% 1% 3%;
  width: 150px;
  height: 175px;
}
/* line 45, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .faces a img, body.people .section .faces span.celect_staff img {
  width: 150px;
  height: 150px;
}
/* line 48, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .faces a span, body.people .section .faces span.celect_staff span {
  display: block;
  text-align: center;
}
/* line 281, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .pagination {
  overflow: hidden;
  display: inline-block;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body.people .section .pagination {
  display: block;
}
/* line 285, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .pagination span {
  color: #84817c;
}
/* line 287, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .pagination .prev_page, body.people .section .pagination .next_page {
  display: inline;
}
/* line 289, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .pagination .prev_page {
  float: left;
}
/* line 291, ../../../app/stylesheets/_group-event-extraction.sass */
body.people .section .pagination .next_page {
  float: right;
}

/* line 295, ../../../app/stylesheets/_group-event-extraction.sass */
body.events .pagination {
  overflow: hidden;
  display: inline-block;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
body.events .pagination {
  display: block;
}
/* line 297, ../../../app/stylesheets/_group-event-extraction.sass */
body.events .pagination .prev_page, body.events .pagination .next_page {
  display: inline;
}
/* line 299, ../../../app/stylesheets/_group-event-extraction.sass */
body.events .pagination .prev_page {
  float: left;
}
/* line 301, ../../../app/stylesheets/_group-event-extraction.sass */
body.events .pagination .next_page {
  float: right;
}

/* line 305, ../../../app/stylesheets/_group-event-extraction.sass */
.glance {
  overflow: hidden;
  display: inline-block;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
.glance {
  display: block;
}
/* line 307, ../../../app/stylesheets/_group-event-extraction.sass */
.glance h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
/* line 310, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .face {
  float: left;
  width: 33%;
  text-align: center;
}
/* line 314, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .face img {
  width: 95%;
}
/* line 316, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .face a {
  display: block;
}
/* line 318, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions {
  width: 65%;
  float: left;
  margin-bottom: 10px;
}
/* line 13, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dt {
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 2px solid #dddddd;
}
/* line 17, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd {
  border-bottom: 1px solid #f5f5f5;
}
/* line 19, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a {
  display: block;
  padding: 5px 0 5px 26px;
  background-position: left center;
  background-repeat: no-repeat;
}
/* line 24, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a.message {
  background-image: url(/images/liboly/scope/mail_16.png);
}
/* line 26, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a.photos {
  background-image: url(/images/liboly/scope/pictures_16.png);
}
/* line 28, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a.files {
  background-image: url(/images/liboly/scope/folder_16.png);
}
/* line 30, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a.events {
  background-image: url(/images/liboly/scope/calendar_16.png);
}
/* line 32, ../../../app/stylesheets/_group-event-extraction.sass */
.glance .actions dd a.comments {
  background-image: url(/images/liboly/scope/chat_16.png);
}

/* line 324, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite {
  overflow: hidden;
  display: inline-block;
  font-size: 1.2em;
}
/* line 35, ../../../../../../../usr/lib64/ruby/gems/1.8/gems/compass-0.10.6/frameworks/compass/stylesheets/compass/utilities/general/_hacks.scss */
form.invite {
  display: block;
}
/* line 327, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
}
/* line 330, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .scope {
  clear: both;
  padding: 0.5em;
  margin-top: 1em;
  background-color: #f5f5f5;
  border: 1px solid #e5e3e3;
  overflow: auto;
}
/* line 337, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .scope button {
  float: right;
  margin: 0;
}
/* line 340, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite label {
  display: block;
  font-weight: bold;
}
/* line 343, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite label img {
  vertical-align: bottom;
}
/* line 345, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding-top: 10px;
}
/* line 349, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees p {
  font-weight: bold;
}
/* line 351, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees ul#invitees-added {
  max-height: 150px;
  border: 1px solid #e5e3e3;
  overflow-y: auto;
}
/* line 355, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees ul#invitees-added li {
  padding: 0.5em;
  border-bottom: 1px solid #e5e3e3;
  overflow: auto;
}
/* line 359, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees ul#invitees-added li:hover {
  background-color: #fbf7ca;
}
/* line 361, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees ul#invitees-added li .rm {
  float: right;
}
/* line 363, ../../../app/stylesheets/_group-event-extraction.sass */
form.invite .invitees ul#invitees-added li .rm img {
  display: block;
}

/* line 366, ../../../app/stylesheets/_group-event-extraction.sass */
.shared_details {
  float: right;
}

/* line 371, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic {
  padding: 10px 5px;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
}
/* line 375, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .posts_count {
  float: right;
  padding: 3px 3px 3px 22px;
  border: 1px solid #bfbfbf;
  background: #f5f5f5 url(/images/liboly/scope/chat_16.png) no-repeat 3px center;
}
/* line 380, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .activity {
  float: right;
  width: 13em;
}
/* line 383, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .body > p {
  font-style: italic;
}
/* line 385, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .title {
  display: inline;
  border: none;
}
/* line 388, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .title a {
  font-weight: bold;
}
/* line 390, ../../../app/stylesheets/_group-event-extraction.sass */
#group-topics .topic .details {
  font-size: 0.8em;
}

/* line 394, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .initial {
  background-color: #fafafa;
  border-right: 1px solid #d8d5d5;
  color: #272727;
}
/* line 398, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post {
  padding: 1em 5px;
  border-bottom: 1px solid #d8d5d5;
}
/* line 401, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post .face {
  float: left;
}
/* line 403, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post .face img {
  height: 50px;
  width: 50px;
}
/* line 406, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post .details {
  padding-left: 55px;
}
/* line 408, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post blockquote {
  border-left: 3px solid #dddddd;
  color: #888888;
  padding-left: 12px;
  margin-left: 32px;
}
/* line 413, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post ins {
  color: #888888;
  font-style: italic;
}
/* line 416, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post a.delete {
  display: none;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/scope/close_16.png);
  margin-left: 5px;
}
/* line 423, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .post:hover .delete {
  display: block;
}
/* line 425, ../../../app/stylesheets/_group-event-extraction.sass */
.topics.show .reply_count {
  font-size: 2em !important;
  margin: 1.5em 0;
}

/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.groups #title h2, body.groups.members #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/user_group_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.roles #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/contacts_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.events #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/calendar_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.articles #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/chat_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.forms #title h2, body.form_submissions #title h2, body.officer_reports #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/paste_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.folders #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/folder_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.assets #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/documents_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.site_settings #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/applications_32.png') no-repeat left top;
  padding-left: 42px;
}
/* line 2, ../../../app/stylesheets/_title-icons.sass */
body.members #title h2 {
  line-height: 32px;
  background: url('/images/liboly/scope/user_32.png') no-repeat left top;
  padding-left: 42px;
}

/* line 3, ../../../app/stylesheets/_assets.sass */
.tile {
  color: #666666;
  margin-top: 3px;
  padding: 5px;
  border: 1px solid transparent;
}
/* line 8, ../../../app/stylesheets/_assets.sass */
.tile.organization-enabled {
  border-color: #cccccc;
  background-color: #efefef;
}
/* line 11, ../../../app/stylesheets/_assets.sass */
.tile .descriptor {
  margin-bottom: 0.25em;
}
/* line 13, ../../../app/stylesheets/_assets.sass */
.tile .descriptor img {
  vertical-align: text-bottom;
  display: inline-block;
}
/* line 16, ../../../app/stylesheets/_assets.sass */
.tile .descriptor a {
  font-size: 1.2em;
}

/* line 20, ../../../app/stylesheets/_assets.sass */
#contents > .sortable.ui-state-disabled {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
/* line 22, ../../../app/stylesheets/_assets.sass */
#contents .ui-state-highlight {
  margin: 3px 0;
  display: inline-block;
}
/* line 25, ../../../app/stylesheets/_assets.sass */
#contents .sortable:first-child {
  border-bottom: 1px solid #cccccc;
}

/* line 30, ../../../app/stylesheets/_assets.sass */
#assets .album,
#assets .photo,
#containers .album,
#containers .photo {
  text-align: left;
  display: block;
  width: 100%;
}
/* line 35, ../../../app/stylesheets/_assets.sass */
#assets .pill,
#containers .pill {
  display: inline;
}

/* line 39, ../../../app/stylesheets/_assets.sass */
#title .box-button {
  float: right;
}

/* line 42, ../../../app/stylesheets/_assets.sass */
.meta ul > li {
  display: inline;
  width: auto;
  float: none;
}

/* line 48, ../../../app/stylesheets/_assets.sass */
#asset_meta ul {
  padding-top: 0.25em;
}
/* line 50, ../../../app/stylesheets/_assets.sass */
#asset_meta li {
  padding-bottom: 0.25em;
}

/* line 53, ../../../app/stylesheets/_assets.sass */
#photo_tag_message {
  text-align: left;
  margin-bottom: 1em;
}

/* line 57, ../../../app/stylesheets/_assets.sass */
.album,
.photo {
  width: 18%;
  margin: 5px;
  padding: 5px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  zoom: 1;
  *display: inline;
}
/* line 68, ../../../app/stylesheets/_assets.sass */
.album .title,
.photo .title {
  padding: 3px 0;
}
/* line 70, ../../../app/stylesheets/_assets.sass */
.album .preview,
.photo .preview {
  background: white;
  padding: 5px;
  border: 1px solid #bbb7bb;
  margin: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}
/* line 76, ../../../app/stylesheets/_assets.sass */
.album .preview a,
.photo .preview a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
/* line 81, ../../../app/stylesheets/_assets.sass */
.album .preview a:hover,
.photo .preview a:hover {
  text-decoration: none;
}

/* line 85, ../../../app/stylesheets/_assets.sass */
#assets .photo,
#assets .album {
  margin: 0;
}

/* line 89, ../../../app/stylesheets/_assets.sass */
#photo {
  overflow: auto;
}
/* line 91, ../../../app/stylesheets/_assets.sass */
#photo .asset {
  position: relative;
  overflow: hidden;
  clear: both;
}
/* line 96, ../../../app/stylesheets/_assets.sass */
#photo .asset img {
  width: 100%;
}
/* line 99, ../../../app/stylesheets/_assets.sass */
#photo .navigation_buttons {
  display: block;
  clear: both;
}
/* line 102, ../../../app/stylesheets/_assets.sass */
#photo .navigation_buttons .next {
  float: right;
}
/* line 104, ../../../app/stylesheets/_assets.sass */
#photo .navigation_buttons .previous {
  margin-left: 0px;
}
/* line 107, ../../../app/stylesheets/_assets.sass */
#photo #photo_tag_box_container {
  display: none;
  position: absolute;
  width: 119px;
  height: 119px;
  border: 5px solid #ffff66;
  cursor: crosshair;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
/* line 115, ../../../app/stylesheets/_assets.sass */
#photo #photo_tag_box {
  width: 115px;
  height: 115px;
  border: 2px solid #333333;
}

/* line 121, ../../../app/stylesheets/_assets.sass */
.album .preview {
  height: 75px;
  width: 100px;
}
/* line 125, ../../../app/stylesheets/_assets.sass */
.album img {
  width: expression(this.width > 100 ? '100px' : true);
  max-width: 100px;
}

/* line 130, ../../../app/stylesheets/_assets.sass */
.photo .preview {
  height: 50px;
  width: 50px;
}
/* line 133, ../../../app/stylesheets/_assets.sass */
.photo img {
  width: expression(this.width > 50 ? '50px' : true);
  max-width: 50px;
}

/* line 137, ../../../app/stylesheets/_assets.sass */
.flowplayer {
  background-color: black;
}

/* line 1, ../../../app/stylesheets/_comments.sass */
#add_comment {
  padding: 1em 0;
}

/* line 4, ../../../app/stylesheets/_comments.sass */
#comment_body {
  height: 80px;
}

/* line 7, ../../../app/stylesheets/_comments.sass */
#comment_list .comment,
#comments .comment {
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
  overflow: auto;
}
/* line 12, ../../../app/stylesheets/_comments.sass */
#comment_list .comment a.author_image,
#comment_list .comment span.author_image,
#comments .comment a.author_image,
#comments .comment span.author_image {
  float: left;
  width: 50px;
  height: 50px;
  padding: 2px;
  border: 1px solid #c5c5c5;
}
/* line 19, ../../../app/stylesheets/_comments.sass */
#comment_list .comment a.author_image img,
#comment_list .comment span.author_image img,
#comments .comment a.author_image img,
#comments .comment span.author_image img {
  float: left;
  width: 50px;
  height: 50px;
  overflow: hidden;
  clear: both;
}
/* line 25, ../../../app/stylesheets/_comments.sass */
#comment_list .comment .content,
#comments .comment .content {
  padding-left: 66px;
}
/* line 27, ../../../app/stylesheets/_comments.sass */
#comment_list .comment .content .header,
#comments .comment .content .header {
  color: #8f8f8f;
  font-size: 0.85em;
}
/* line 30, ../../../app/stylesheets/_comments.sass */
#comment_list .comment .content .header a,
#comments .comment .content .header a {
  font-size: 1.176em;
}
/* line 32, ../../../app/stylesheets/_comments.sass */
#comment_list .comment .content .delete,
#comments .comment .content .delete {
  display: none;
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(/images/liboly/famfamfam/cross.png);
  margin-left: 5px;
}
/* line 39, ../../../app/stylesheets/_comments.sass */
#comment_list .comment:hover .delete,
#comments .comment:hover .delete {
  display: block;
}

/* line 3, ../../../app/stylesheets/_pages.sass */
.pages.show #facebox form.edit,
.networked_pages.show #facebox form.edit {
  min-width: 450px;
}

/* line 6, ../../../app/stylesheets/_pages.sass */
body.pages.show #steps,
#page_list_reorder_menu,
#submit-order-path,
.indent_controls,
.arrow.open,
.arrow.closed,
#page-edit-settings,
#page-add-item,
#page-edit-quit {
  display: none;
}

/* line 17, ../../../app/stylesheets/_pages.sass */
#pages {
  padding: 5px 10px;
}
/* line 19, ../../../app/stylesheets/_pages.sass */
#pages .page {
  position: relative;
  padding: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #cccccc;
}
/* line 24, ../../../app/stylesheets/_pages.sass */
#pages .page .arrow {
  float: left;
  cursor: pointer;
  position: absolute;
  margin-left: -22px;
}
/* line 29, ../../../app/stylesheets/_pages.sass */
#pages .page .undent, #pages .page .indent {
  cursor: pointer;
}
/* line 31, ../../../app/stylesheets/_pages.sass */
#pages .page .title {
  font-size: 1.25em;
  border: 0;
}
/* line 34, ../../../app/stylesheets/_pages.sass */
#pages .page.d1 {
  margin-left: 0;
}
/* line 36, ../../../app/stylesheets/_pages.sass */
#pages .page.d2 {
  margin-left: 25px;
}
/* line 38, ../../../app/stylesheets/_pages.sass */
#pages .page.d3 {
  margin-left: 50px;
}
/* line 40, ../../../app/stylesheets/_pages.sass */
#pages .page.d4 {
  margin-left: 75px;
}
/* line 42, ../../../app/stylesheets/_pages.sass */
#pages .page.d5 {
  margin-left: 100px;
}
/* line 44, ../../../app/stylesheets/_pages.sass */
#pages .page .actions {
  float: right;
}
/* line 47, ../../../app/stylesheets/_pages.sass */
#pages form label {
  width: 3.5em;
}
/* line 49, ../../../app/stylesheets/_pages.sass */
#pages form .hint {
  font-size: 0.9em;
}
/* line 51, ../../../app/stylesheets/_pages.sass */
#pages form .flush {
  margin-left: 5.8em;
}

/* line 54, ../../../app/stylesheets/_pages.sass */
#pages.sort-mode .page {
  cursor: move;
}

/* line 1, ../../../app/stylesheets/slideshow.sass */
.slide_show {
  background-color: transparent;
  text-align: center;
}
/* line 5, ../../../app/stylesheets/slideshow.sass */
.slide_show.large {
  width: 800px;
  height: 600px;
}
/* line 9, ../../../app/stylesheets/slideshow.sass */
.slide_show.big {
  width: 300px;
  height: 225px;
}
/* line 13, ../../../app/stylesheets/slideshow.sass */
.slide_show img {
  display: none;
  margin: auto;
}
