@import url(../../../stylesheets/application.css);
@import url("//fonts.googleapis.com/css?family=Droid+Sans:regular,bold");
/* line 1, ../sass/_general_elements.sass */
body {
  background: #f0f5fe url(../images/body_noise.gif);
  color: #333333;
  font-family: helvetica, "helvetica neue", arial, sans-serif;
  font-size: 76%;
  line-height: 1.6em;
  margin: 10px;
}

/* line 9, ../sass/_general_elements.sass */
#wrapper {
  background: none;
}

/* line 14, ../sass/_general_elements.sass */
a:link {
  color: #4183c4;
  text-decoration: underline;
}
/* line 17, ../sass/_general_elements.sass */
a:visited {
  color: #222299;
}
/* line 19, ../sass/_general_elements.sass */
a:hover, a:active {
  color: #a2c2e2;
  text-decoration: underline;
}
/* line 22, ../sass/_general_elements.sass */
a img {
  border: none;
}

/* line 26, ../sass/_general_elements.sass */
ul, ol {
  margin: 1em 0;
  padding: 0;
}

/* line 29, ../sass/_general_elements.sass */
li {
  margin-left: 1.5em;
  padding: 0;
}

/* line 34, ../sass/_general_elements.sass */
h1, h2, h3 {
  border: none;
  font-family: "Myriad Pro", arial, serif;
  letter-spacing: -1px;
  padding: 0;
}

/* line 39, ../sass/_general_elements.sass */
h1 {
  font-size: 1.96em;
}

/* line 41, ../sass/_general_elements.sass */
h2, .wiki h1 {
  font-size: 1.96em;
  margin-bottom: 0.4em;
  margin-top: 0;
}

/* line 45, ../sass/_general_elements.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 0.2em;
  margin-top: 1.2em;
}

/* line 50, ../sass/_general_elements.sass */
hr {
  border: none;
  border-top: 1px solid #e4e4ef;
}

/* line 55, ../sass/_general_elements.sass */
#sidebar h2, #sidebar h3 {
  color: #333333;
}
/* line 57, ../sass/_general_elements.sass */
#sidebar p {
  clear: both;
}

/* line 63, ../sass/_general_elements.sass */
#header h1 a.root,
#header h1 a.ancestor {
  color: #999999;
  font-size: 1em;
  text-decoration: none;
}
/* line 68, ../sass/_general_elements.sass */
#header h1 a.root:hover,
#header h1 a.ancestor:hover {
  color: #a2c2e2;
  text-decoration: underline;
}

/* line 1, ../sass/_general_classes.sass */
.author {
  color: #888888;
  font-size: 0.8em;
  margin-top: 0;
}

/* line 6, ../sass/_general_classes.sass */
div.flash {
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  background-color: #321401;
  background-color: rgba(0, 0, 0, 0.4);
  font-weight: bold;
  text-align: center;
  margin: 18px 0;
  padding: 9px 18px;
}
/* line 15, ../sass/_general_classes.sass */
div.flash.error, div.flash.notice {
  background-position: 9px 50%;
}
/* line 17, ../sass/_general_classes.sass */
div.flash.error {
  background-color: #dd0000;
  color: #ffdddd;
  text-shadow: rgba(0, 0, 0, 0.4) 0.1em 0.1em 0.1em;
}
/* line 21, ../sass/_general_classes.sass */
div.flash.notice {
  background-color: #d9f2d9;
  color: #339933;
}

/* line 25, ../sass/_general_classes.sass */
.pagination {
  text-align: center;
}

/* line 28, ../sass/_general_classes.sass */
p.subtitle {
  color: #888888;
  font-size: 0.9em;
  font-style: normal;
  margin: 0;
}

/* line 34, ../sass/_general_classes.sass */
.splitcontentleft, .splitcontentright {
  width: 48%;
}

/* line 36, ../sass/_general_classes.sass */
.splitcontentleft {
  float: left;
}

/* line 38, ../sass/_general_classes.sass */
.splitcontentright {
  float: right;
}

/* line 41, ../sass/_general_classes.sass */
.contextual {
  float: right;
  font-size: inherit;
}

/* line 44, ../sass/_general_classes.sass */
#content > .contextual {
  margin-top: 0.4em;
}

/* line 47, ../sass/_general_classes.sass */
.nodata {
  color: #888888;
}

/* line 50, ../sass/_general_classes.sass */
.tip {
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 2em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 2em;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 2em;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2em;
}

/* line 41, ../sass/_layout.sass */
#top-menu {
  *zoom: 1;
  background: none;
  font-size: 1em;
  height: auto;
  padding: 0;
  position: relative;
  z-index: 999;
}
/* line 43, ../sass/_layout.sass */
#top-menu:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
/* line 57, ../sass/_layout.sass */
#top-menu a {
  font-weight: normal;
  margin-right: inherit;
}
/* line 60, ../sass/_layout.sass */
#top-menu #account, #top-menu #loggedas {
  position: absolute;
  right: 0;
  text-align: center;
  width: 180px;
}
/* line 65, ../sass/_layout.sass */
#top-menu #account a:active, #top-menu #loggedas a:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
/* line 67, ../sass/_layout.sass */
#top-menu #account {
  bottom: 0;
}
/* line 69, ../sass/_layout.sass */
#top-menu #account ul {
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* line 75, ../sass/_layout.sass */
#top-menu #account ul li {
  width: 50%;
}
/* line 77, ../sass/_layout.sass */
#top-menu #account ul a {
  border: none;
  color: #4183c4;
  display: block;
  padding: 0;
  text-shadow: none;
}
/* line 83, ../sass/_layout.sass */
#top-menu #loggedas {
  border-bottom: 1px solid #e4e4ef;
  color: #333333;
  float: right;
  margin-right: inherit;
  width: inherit;
}
/* line 89, ../sass/_layout.sass */
#top-menu #loggedas a {
  color: #4183c4;
}
/* line 92, ../sass/_layout.sass */
#top-menu ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  background: #666666 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #666666 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
  background: #666666 -webkit-linear-gradient(top, #777777, #444444);
  background: #666666 -moz-linear-gradient(top, #777777, #444444);
  background: #666666 -o-linear-gradient(top, #777777, #444444);
  background: #666666 -ms-linear-gradient(top, #777777, #444444);
  background: #666666 linear-gradient(top, #777777, #444444);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: visible;
}
/* line 6, ../sass/mixins/_navigation-list.sass */
#top-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/mixins/_navigation-list.sass */
#top-menu ul a {
  display: block;
  margin: 0;
  padding: 9px;
  text-decoration: none;
}
/* line 10, ../sass/_layout.sass */
#top-menu ul li a {
  border-left: 1px solid #7e7e7e;
  border-top: 1px solid #7e7e7e;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
  border-top: 1px solid rgba(200, 200, 200, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 9px 18px;
}
/* line 22, ../sass/_layout.sass */
#top-menu ul li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 24, ../sass/_layout.sass */
#top-menu ul li:last-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 26, ../sass/_layout.sass */
#top-menu ul a {
  color: white;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
/* line 30, ../sass/_layout.sass */
#top-menu ul a:hover {
  text-decoration: underline;
}
/* line 32, ../sass/_layout.sass */
#top-menu ul a.active, #top-menu ul a:active {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
}

/* line 96, ../sass/_layout.sass */
.project_selector {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  background: #666666 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #666666 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
  background: #666666 -webkit-linear-gradient(top, #777777, #444444);
  background: #666666 -moz-linear-gradient(top, #777777, #444444);
  background: #666666 -o-linear-gradient(top, #777777, #444444);
  background: #666666 -ms-linear-gradient(top, #777777, #444444);
  background: #666666 linear-gradient(top, #777777, #444444);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: visible;
  float: left;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
}
/* line 6, ../sass/mixins/_navigation-list.sass */
.project_selector li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/mixins/_navigation-list.sass */
.project_selector a {
  display: block;
  margin: 0;
  padding: 9px;
  text-decoration: none;
}
/* line 10, ../sass/_layout.sass */
.project_selector li a {
  border-left: 1px solid #7e7e7e;
  border-top: 1px solid #7e7e7e;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
  border-top: 1px solid rgba(200, 200, 200, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 9px 18px;
}
/* line 22, ../sass/_layout.sass */
.project_selector li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 24, ../sass/_layout.sass */
.project_selector li:last-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 26, ../sass/_layout.sass */
.project_selector a {
  color: white;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
/* line 30, ../sass/_layout.sass */
.project_selector a:hover {
  text-decoration: underline;
}
/* line 32, ../sass/_layout.sass */
.project_selector a.active, .project_selector a:active {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
}
/* line 105, ../sass/_layout.sass */
.project_selector .toggle {
  background: url(../images/iconic/gray_light/arrow_down_12x12.png) 50% 50% no-repeat;
  height: 1.96em;
  text-indent: -999em;
  display: block;
  padding: 0;
  width: 1.96em;
}
/* line 112, ../sass/_layout.sass */
.project_selector .toggle:active, .project_selector .toggle:hover, .project_selector a.toggle:active, .project_selector a.active {
  background-image: url(../images/iconic/white/arrow_down_12x12.png);
  border: 0;
  box-shadow: none;
}
/* line 117, ../sass/_layout.sass */
.project_selector ul.projects {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  background: #666666 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3Nzc3NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0NDQ0NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #666666 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #777777), color-stop(100%, #444444));
  background: #666666 -webkit-linear-gradient(top, #777777, #444444);
  background: #666666 -moz-linear-gradient(top, #777777, #444444);
  background: #666666 -o-linear-gradient(top, #777777, #444444);
  background: #666666 -ms-linear-gradient(top, #777777, #444444);
  background: #666666 linear-gradient(top, #777777, #444444);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: left;
  overflow: visible;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 9px;
  border: 0;
  float: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 1.96em;
  left: 0;
  z-index: 999;
}
/* line 6, ../sass/mixins/_navigation-list.sass */
.project_selector ul.projects li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/mixins/_navigation-list.sass */
.project_selector ul.projects a {
  display: block;
  margin: 0;
  padding: 9px;
  text-decoration: none;
}
/* line 10, ../sass/_layout.sass */
.project_selector ul.projects li a {
  border-left: 1px solid #7e7e7e;
  border-top: 1px solid #7e7e7e;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  border-left: 1px solid rgba(200, 200, 200, 0.3);
  border-top: 1px solid rgba(200, 200, 200, 0.3);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 9px 18px;
}
/* line 22, ../sass/_layout.sass */
.project_selector ul.projects li:first-child a {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 24, ../sass/_layout.sass */
.project_selector ul.projects li:last-child a {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 26, ../sass/_layout.sass */
.project_selector ul.projects a {
  color: white;
  text-decoration: none;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 1px;
}
/* line 30, ../sass/_layout.sass */
.project_selector ul.projects a:hover {
  text-decoration: underline;
}
/* line 32, ../sass/_layout.sass */
.project_selector ul.projects a.active, .project_selector ul.projects a:active {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(200, 200, 200, 0.3);
  border-bottom: 1px solid rgba(200, 200, 200, 0.3);
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  -o-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 1em inset;
}
/* line 129, ../sass/_layout.sass */
.project_selector ul.projects li {
  float: none;
}
/* line 131, ../sass/_layout.sass */
.project_selector ul.projects li a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
}
/* line 134, ../sass/_layout.sass */
.project_selector ul.projects li .selected:before {
  content: "✔ ";
}

/* line 137, ../sass/_layout.sass */
#header {
  background: none;
  color: #333333;
  height: auto;
  margin: 36px 0 4.5px 0;
  padding: 0;
}
/* line 143, ../sass/_layout.sass */
#header h1 {
  float: left;
  margin: 0 4.5px 0 18px;
  padding: 4.5px 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.9);
}
/* line 148, ../sass/_layout.sass */
#header #main-menu {
  clear: both;
  float: left;
  margin-right: auto;
  position: relative;
  left: 0;
}
/* line 154, ../sass/_layout.sass */
#header #main-menu ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  margin-left: 9px;
}
/* line 6, ../sass/mixins/_navigation-list.sass */
#header #main-menu ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/mixins/_navigation-list.sass */
#header #main-menu ul a {
  display: block;
  margin: 0;
  padding: 9px;
  text-decoration: none;
}
/* line 157, ../sass/_layout.sass */
#header #main-menu ul li {
  margin-right: 1px;
}
/* line 159, ../sass/_layout.sass */
#header #main-menu ul a {
  background: none;
  color: #333333;
  font-weight: normal;
}
/* line 163, ../sass/_layout.sass */
#header #main-menu ul a:hover, #header #main-menu ul a:active {
  color: #4183c4;
}
/* line 165, ../sass/_layout.sass */
#header #main-menu ul a.selected {
  font-weight: bold;
}
/* line 167, ../sass/_layout.sass */
#header #quick-search {
  text-align: right;
}
/* line 169, ../sass/_layout.sass */
#header #quick-search form {
  display: block;
  float: left;
}
/* line 172, ../sass/_layout.sass */
#header #quick-search a {
  color: #333333;
  text-decoration: none;
}
/* line 175, ../sass/_layout.sass */
#header #quick-search input {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  border-top: 1px solid #848484;
  border-right: 1px solid #c1c1c1;
  border-bottom: 1px solid #e1e1e1;
  border-left: 1px solid #c1c1c1;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  -o-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  display: inline;
  margin: 0;
  padding: 0.2em 1em;
}
/* line 185, ../sass/_layout.sass */
#header #quick-search select {
  float: right;
  width: 150px;
}

/* line 190, ../sass/_layout.sass */
#main {
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  -o-box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 4px;
  background: white;
  border: 1px solid #e4e4ef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  clear: both;
  margin: 0;
  overflow: hidden;
}
/* line 198, ../sass/_layout.sass */
#main #content {
  background: white;
  border: 0;
  margin: 18px 254px 18px 18px;
  min-height: 21em;
  padding: 0;
  width: auto;
}
/* line 205, ../sass/_layout.sass */
#main #sidebar {
  background: white url("../images/sidebar_separator.png") no-repeat 0 100%;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=') repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #efefef), color-stop(100%, #ffffff)) repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, -webkit-linear-gradient(center top, #efefef 50%, #ffffff) repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, -moz-linear-gradient(center top, #efefef 50%, #ffffff) repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, -o-linear-gradient(center top, #efefef 50%, #ffffff) repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, -ms-linear-gradient(center top, #efefef 50%, #ffffff) repeat scroll 0 0 transparent;
  background: url("../images/sidebar_separator.png") 0 100% no-repeat, linear-gradient(center top, #efefef 50%, #ffffff) repeat scroll 0 0 transparent;
  -moz-border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -o-border-radius: 0 0 4px 0;
  -ms-border-radius: 0 0 4px 0;
  -khtml-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
  float: right;
  padding: 18px;
  padding-bottom: 72px;
  width: 200px;
}
/* line 213, ../sass/_layout.sass */
#main #sidebar h3:first-child {
  color: #333333;
  font-size: 1.4em;
  margin-top: 0.45em;
}
/* line 217, ../sass/_layout.sass */
#main #sidebar label {
  clear: both;
  font-weight: normal;
  width: auto;
}
/* line 222, ../sass/_layout.sass */
#main.nosidebar #content {
  margin-right: 18px;
}
/* line 224, ../sass/_layout.sass */
#main.nosidebar #sidebar {
  display: none;
}

/* line 227, ../sass/_layout.sass */
.box {
  background-color: #eeeeef;
  background: #eeeeef url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #eeeeef -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeef));
  background: #eeeeef -webkit-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -moz-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -o-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -ms-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef linear-gradient(top, #ffffff, #eeeeef);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset white 0 0 1em;
  -webkit-box-shadow: inset white 0 0 1em;
  -o-box-shadow: inset white 0 0 1em;
  box-shadow: inset white 0 0 1em;
  border: 1px solid #e4e4ef;
  margin: 9px 0;
  padding: 18px;
}
/* line 229, ../sass/_layout.sass */
.box h3:first-child {
  margin-top: 0;
}

/* line 232, ../sass/_layout.sass */
#footer {
  background: none;
  border: none;
  clear: both;
  font-size: 0.8em;
  margin: 18px;
  text-align: center;
}

/* line 240, ../sass/_layout.sass */
#ajax-indicator {
  background: black;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  -khtml-border-radius: 1em;
  border-radius: 1em;
  color: white;
  display: block;
  font-weight: normal;
  left: 50%;
  margin-left: -50px;
  opacity: 1;
  padding: 0;
  position: fixed;
  text-align: center;
  top: 9px;
  width: 100px;
}
/* line 256, ../sass/_layout.sass */
#ajax-indicator span {
  background: none;
  padding: 0;
}

/* line 4, ../sass/_forms.sass */
form em {
  display: block;
  font-size: 0.8em;
  font-style: normal;
}
/* line 9, ../sass/_forms.sass */
form p {
  margin: 9px 0;
  overflow: hidden;
}
/* line 12, ../sass/_forms.sass */
form p br {
  display: none;
}
/* line 14, ../sass/_forms.sass */
form input {
  margin: 2px 0;
  max-width: 80%;
}
/* line 17, ../sass/_forms.sass */
form input[type=checkbox] {
  margin: 6px 0.25em 6px 0;
}
/* line 19, ../sass/_forms.sass */
form input[type=password], form input[type=text], form textarea {
  border: 1px solid #888888;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  -o-box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 1px 1px 2px;
  padding: 4px;
}
/* line 24, ../sass/_forms.sass */
form input[type=password]:focus, form input[type=password]:hover, form input[type=text]:focus, form input[type=text]:hover, form textarea:focus, form textarea:hover {
  border-color: #a2c2e2;
}
/* line 26, ../sass/_forms.sass */
form select {
  margin: 5px 0;
  max-width: 99%;
}
/* line 31, ../sass/_forms.sass */
form input[type=submit] {
  cursor: pointer;
  margin: 9px 1em 9px 0;
  padding: 9px 18px;
}
/* line 35, ../sass/_forms.sass */
form input[type=submit]:focus, form input[type=submit]:hover {
  -moz-box-shadow: #a2c2e2 0 0 9px;
  -webkit-box-shadow: #a2c2e2 0 0 9px;
  -o-box-shadow: #a2c2e2 0 0 9px;
  box-shadow: #a2c2e2 0 0 9px;
}
/* line 37, ../sass/_forms.sass */
form .box + input[type=submit] {
  font-weight: bold;
}

/* line 40, ../sass/_forms.sass */
label {
  font-weight: bold;
  margin: 2px 0 2px 0;
  padding: 4px 0;
  text-align: right;
}
/* line 45, ../sass/_forms.sass */
label input[type=checkbox] {
  margin-top: 3px;
}
/* line 48, ../sass/_forms.sass */
label.block input[type=checkbox] {
  margin-right: 0.5em;
}

/* line 51, ../sass/_forms.sass */
#issue_subject {
  width: 75%;
}

/* line 54, ../sass/_forms.sass */
fieldset {
  background-color: #eeeeef;
  background: #eeeeef url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #eeeeef -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeef));
  background: #eeeeef -webkit-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -moz-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -o-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -ms-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef linear-gradient(top, #ffffff, #eeeeef);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset white 0 0 1em;
  -webkit-box-shadow: inset white 0 0 1em;
  -o-box-shadow: inset white 0 0 1em;
  box-shadow: inset white 0 0 1em;
  border: 1px solid #e4e4ef;
  margin: 9px 0;
  padding: 18px;
}
/* line 56, ../sass/_forms.sass */
fieldset.box {
  margin-left: -1px;
  margin-right: -1px;
}
/* line 59, ../sass/_forms.sass */
fieldset.collapsible {
  border-width: 1px;
}
/* line 61, ../sass/_forms.sass */
fieldset legend {
  font-weight: bold;
  margin-top: 9px;
  padding: 0;
  text-shadow: #eeeeef 0 0 2px;
}
/* line 66, ../sass/_forms.sass */
fieldset label {
  text-align: left;
}
/* line 68, ../sass/_forms.sass */
fieldset label.floating {
  width: 18%;
}
/* line 70, ../sass/_forms.sass */
fieldset p {
  clear: left;
}

/* line 74, ../sass/_forms.sass */
.box fieldset {
  border: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

/* line 82, ../sass/_forms.sass */
.errorExplanation, .error {
  color: #dd0000;
}
/* line 84, ../sass/_forms.sass */
.errorExplanation h2, .error h2 {
  font-size: 1em;
}
/* line 86, ../sass/_forms.sass */
.errorExplanation p, .error p {
  margin-top: 0;
}

/* line 88, ../sass/_forms.sass */
.fieldWithErrors input {
  border-color: #dd0000;
}

/* line 92, ../sass/_forms.sass */
div.jstElements,
div.jstEditor {
  padding: 0;
}

/* line 97, ../sass/_forms.sass */
div.jstElements button {
  margin-right: 1px;
}
/* line 99, ../sass/_forms.sass */
div.jstElements .help {
  margin-right: 0;
}

/* line 102, ../sass/_forms.sass */
div.jstEditor textarea {
  width: 98%;
}

/* line 105, ../sass/_forms.sass */
#attachments_fields {
  display: block;
}
/* line 107, ../sass/_forms.sass */
#attachments_fields label.inline {
  display: block;
  float: none;
  text-align: left;
  width: auto;
  margin-bottom: 0;
}
/* line 113, ../sass/_forms.sass */
#attachments_fields label.inline span {
  margin-right: 1em;
}
/* line 115, ../sass/_forms.sass */
#attachments_fields br {
  display: none;
}
/* line 118, ../sass/_forms.sass */
#attachments_fields input[type=file] {
  margin-left: 17%;
}
/* line 120, ../sass/_forms.sass */
#attachments_fields input[type=file]:first-child {
  margin-left: 0;
}

/* line 123, ../sass/_forms.sass */
#watchers_form {
  overflow: hidden;
}
/* line 125, ../sass/_forms.sass */
#watchers_form .floating {
  float: left;
  font-weight: normal;
  margin: 0;
  text-align: left;
  width: 25%;
}

/* line 134, ../sass/_forms.sass */
form table {
  margin: 18px 0;
}
/* line 136, ../sass/_forms.sass */
form table td, form table th {
  padding: 0.2em;
}
/* line 139, ../sass/_forms.sass */
form table td label {
  float: none;
  text-align: inherit;
  width: auto;
}
/* line 143, ../sass/_forms.sass */
form table td input {
  float: left;
  margin-right: 1em;
}
/* line 146, ../sass/_forms.sass */
form table table {
  margin: 0;
}
/* line 150, ../sass/_forms.sass */
form fieldset table {
  margin-top: 0;
}

/* line 154, ../sass/_forms.sass */
#filters table {
  margin: 0;
}

/* line 158, ../sass/_forms.sass */
.splitcontentleft fieldset, .splitcontentright fieldset {
  margin: 0 0 18px 0;
}
/* line 160, ../sass/_forms.sass */
.splitcontentleft fieldset legend, .splitcontentright fieldset legend {
  margin-top: 0;
}

/* line 3, ../sass/_tables.sass */
table {
  border-collapse: collapse;
  width: 100%;
}

/* line 6, ../sass/_tables.sass */
th, td {
  padding: 0.2em 0.5em;
}

/* line 9, ../sass/_tables.sass */
td p {
  margin: 0;
}

/* line 11, ../sass/_tables.sass */
th {
  text-align: left;
}

/* line 14, ../sass/_tables.sass */
table.list {
  border: 0;
  margin: 1em 0;
}
/* line 17, ../sass/_tables.sass */
table.list th {
  background: #e4e4ef;
}
/* line 19, ../sass/_tables.sass */
table.list th, table.list td {
  border-bottom: 1px solid #e4e4ef;
  color: inherit;
  font-size: inherit;
  margin: inherit;
  padding: 0.5em 1em;
  text-align: left;
  vertical-align: middle;
}
/* line 27, ../sass/_tables.sass */
table.list tr.odd, table.list tr.even {
  background: inherit;
}
/* line 29, ../sass/_tables.sass */
table.list td.checkbox {
  padding: 0.2em;
  text-align: center;
  padding: inherit;
}
/* line 32, ../sass/_tables.sass */
table.list td.checkbox input {
  float: none;
  margin-bottom: 0;
  margin-top: 0;
}
/* line 37, ../sass/_tables.sass */
table.list td.id {
  text-align: left;
}
/* line 39, ../sass/_tables.sass */
table.list th.subject {
  padding-left: 20px;
}

/* line 6, ../sass/_tabs.sass */
#content .tabs {
  background: #e1e1e3;
  background: #e1e1e3 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjZTFlMWUzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2VjZWQxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: #e1e1e3 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeef), color-stop(80%, #e1e1e3), color-stop(100%, #ceced1));
  background: #e1e1e3 -webkit-linear-gradient(top, #eeeeef, #e1e1e3 80%, #ceced1);
  background: #e1e1e3 -moz-linear-gradient(top, #eeeeef, #e1e1e3 80%, #ceced1);
  background: #e1e1e3 -o-linear-gradient(top, #eeeeef, #e1e1e3 80%, #ceced1);
  background: #e1e1e3 -ms-linear-gradient(top, #eeeeef, #e1e1e3 80%, #ceced1);
  background: #e1e1e3 linear-gradient(top, #eeeeef, #e1e1e3 80%, #ceced1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -khtml-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -khtml-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 3em;
}
/* line 12, ../sass/_tabs.sass */
#content .tabs ul {
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  padding: 0;
}
/* line 6, ../sass/mixins/_navigation-list.sass */
#content .tabs ul li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
/* line 11, ../sass/mixins/_navigation-list.sass */
#content .tabs ul a {
  display: block;
  margin: 0;
  padding: 9px;
  text-decoration: none;
}
/* line 16, ../sass/_tabs.sass */
#content .tabs ul li {
  background: transparent;
  margin: 0;
}
/* line 19, ../sass/_tabs.sass */
#content .tabs ul li a {
  background: transparent;
  border: 0;
  font-weight: normal;
  padding: 11px 9px;
}
/* line 24, ../sass/_tabs.sass */
#content .tabs ul li a:hover {
  background: transparent;
  color: #a2c2e2;
}
/* line 27, ../sass/_tabs.sass */
#content .tabs ul li a.selected {
  background: transparent;
  border: 0;
  color: #333333;
  position: relative;
}
/* line 32, ../sass/_tabs.sass */
#content .tabs ul li a.selected:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  display: block;
  border-top: 0;
  border-right: 9px solid transparent;
  border-bottom: 9px solid white;
  border-left: 9px solid transparent;
  width: 0px;
  margin-left: -9px;
}
/* line 44, ../sass/_tabs.sass */
#content .tabs ul li a.selected:hover {
  background: transparent;
}
/* line 46, ../sass/_tabs.sass */
#content .tabs .tabs-buttons {
  display: none;
}

/* line 3, ../sass/page_specific/_account.sass */
.action-login #main #content, .action-lost_password #main #content {
  margin-bottom: 0;
  min-height: 0;
}
/* line 6, ../sass/page_specific/_account.sass */
.action-login #wrapper, .action-lost_password #wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/* line 10, ../sass/page_specific/_account.sass */
.action-login #top-menu, .action-lost_password #top-menu {
  margin-right: 18px;
  padding: 0;
}
/* line 13, ../sass/page_specific/_account.sass */
.action-login #top-menu #account, .action-lost_password #top-menu #account {
  float: right;
  position: relative;
  width: auto;
}
/* line 17, ../sass/page_specific/_account.sass */
.action-login #top-menu #account ul, .action-lost_password #top-menu #account ul {
  width: auto;
}
/* line 19, ../sass/page_specific/_account.sass */
.action-login #top-menu #account ul li a, .action-lost_password #top-menu #account ul li a {
  padding-left: 1em;
}

/* line 23, ../sass/page_specific/_account.sass */
#login-form table {
  background: none;
  border: none;
  margin: 36px 0 18px 0;
}

/* line 2, ../sass/page_specific/_activities.sass */
.controller-activities .time {
  color: #888888;
  font-size: 0.8em;
}
/* line 6, ../sass/page_specific/_activities.sass */
.controller-activities dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

/* line 2, ../sass/page_specific/_boards.sass */
table.messages tr.message td.subject {
  background-position: 0 50%;
}

/* line 3, ../sass/page_specific/_calendars.sass */
.controller-calendars table.cal td {
  border: 1px solid #e4e4ef;
  vertical-align: top;
  height: 6em;
  width: 14%;
}
/* line 8, ../sass/page_specific/_calendars.sass */
.controller-calendars table.cal td.week-number {
  border: none;
  color: #888888;
  text-align: right;
  width: auto;
}
/* line 14, ../sass/page_specific/_calendars.sass */
.controller-calendars .buttons {
  margin: 18px 0;
}
/* line 16, ../sass/page_specific/_calendars.sass */
.controller-calendars .buttons label {
  float: none;
  margin: 0 0 0 18px;
}
/* line 19, ../sass/page_specific/_calendars.sass */
.controller-calendars .buttons label:after {
  content: ":";
}
/* line 22, ../sass/page_specific/_calendars.sass */
.controller-calendars .starting a, .controller-calendars .legend .starting {
  background: url("/images/bullet_go.png") no-repeat scroll -1px -2px transparent;
  padding-left: 16px;
}
/* line 25, ../sass/page_specific/_calendars.sass */
.controller-calendars .ending a, .controller-calendars .legend .ending {
  background: url("/images/bullet_end.png") no-repeat scroll -1px -2px transparent;
  padding-left: 16px;
}
/* line 28, ../sass/page_specific/_calendars.sass */
.controller-calendars .starting.ending a, .controller-calendars .legend .starting.ending {
  background: url("/images/bullet_diamond.png") no-repeat scroll -1px -2px transparent;
  padding-left: 16px;
}
/* line 33, ../sass/page_specific/_calendars.sass */
.controller-calendars .legend span {
  display: block;
}

/* line 2, ../sass/page_specific/_issues.sass */
#query_form_content fieldset {
  padding-top: 0;
}
/* line 4, ../sass/page_specific/_issues.sass */
#query_form_content legend {
  cursor: pointer;
}
/* line 7, ../sass/page_specific/_issues.sass */
#query_form_content table th, #query_form_content table td {
  border: none;
  padding: 0.2em 0;
  vertical-align: top;
  font-weight: bold;
}
/* line 15, ../sass/page_specific/_issues.sass */
#query_form_content #available_columns, #query_form_content #selected_columns {
  width: 99% !important;
}
/* line 19, ../sass/page_specific/_issues.sass */
#query_form_content tr.filter td input {
  float: left;
}
/* line 21, ../sass/page_specific/_issues.sass */
#query_form_content td.add-filter {
  text-align: right;
  vertical-align: top;
}
/* line 24, ../sass/page_specific/_issues.sass */
#query_form_content td.add-filter label {
  display: inline;
  float: none;
  width: auto;
}

/* line 29, ../sass/page_specific/_issues.sass */
div.issue {
  background: none;
  border: none;
  margin: 36px 0;
  padding: 0;
}

/* line 35, ../sass/page_specific/_issues.sass */
td div.issue {
  margin: 0;
}

/* line 39, ../sass/page_specific/_issues.sass */
tr.issue {
  text-align: left;
}

/* line 45, ../sass/page_specific/_issues.sass */
form .attributes select {
  max-width: 80%;
  width: auto;
}
/* line 48, ../sass/page_specific/_issues.sass */
form .attributes th {
  padding-left: 0;
}

/* line 52, ../sass/page_specific/_issues.sass */
#issue-form .box {
  background-color: #eeeeef;
  background: #eeeeef url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #eeeeef -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeef));
  background: #eeeeef -webkit-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -moz-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -o-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -ms-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef linear-gradient(top, #ffffff, #eeeeef);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset white 0 0 1em;
  -webkit-box-shadow: inset white 0 0 1em;
  -o-box-shadow: inset white 0 0 1em;
  box-shadow: inset white 0 0 1em;
  border: 1px solid #e4e4ef;
  margin: 9px 0;
  padding: 18px;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 18px 0;
  padding: 0;
}

/* line 61, ../sass/page_specific/_issues.sass */
#history .journal {
  border-left: 4px solid #e4e4ef;
  padding-left: 18px;
}
/* line 64, ../sass/page_specific/_issues.sass */
#history .journal .journal-link {
  display: inline;
}

/* line 68, ../sass/page_specific/_issues.sass */
#update {
  background-color: #eeeeef;
  background: #eeeeef url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: #eeeeef -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #eeeeef));
  background: #eeeeef -webkit-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -moz-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -o-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef -ms-linear-gradient(top, #ffffff, #eeeeef);
  background: #eeeeef linear-gradient(top, #ffffff, #eeeeef);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: inset white 0 0 1em;
  -webkit-box-shadow: inset white 0 0 1em;
  -o-box-shadow: inset white 0 0 1em;
  box-shadow: inset white 0 0 1em;
  border: 1px solid #e4e4ef;
  margin: 9px 0;
  padding: 18px;
}
/* line 70, ../sass/page_specific/_issues.sass */
#update h3 {
  margin-top: 0;
}

/* line 4, ../sass/page_specific/_reports.sass */
.action-issue_report .list th {
  text-align: center;
  text-transform: capitalize;
}

/* line 3, ../sass/page_specific/_repository.sass */
table.changesets td.age,
table.changesets td.author,
table.changesets td.committed_on,
table.changesets td.revision,
table.changesets td.size,
table.entries td.age,
table.entries td.author,
table.entries td.committed_on,
table.entries td.revision,
table.entries td.size {
  text-align: left;
}
/* line 9, ../sass/page_specific/_repository.sass */
table.changesets td.checkbox,
table.entries td.checkbox {
  padding: 0;
}

/* line 2, ../sass/page_specific/_roles.sass */
#permissions fieldset {
  margin-top: 18px;
}
/* line 4, ../sass/page_specific/_roles.sass */
#permissions fieldset:first-child {
  margin-top: 0;
}
/* line 6, ../sass/page_specific/_roles.sass */
#permissions legend {
  margin: 0;
}
/* line 8, ../sass/page_specific/_roles.sass */
#permissions label.floating {
  margin: 0;
  padding: 0;
  width: 33%;
}
/* line 12, ../sass/page_specific/_roles.sass */
#permissions label.floating input {
  margin-top: 3px;
}

/* line 1, ../sass/page_specific/_wiki.sass */
.wiki h1 {
  border: 0;
}

@media all and (max-device-width: 767px), all and (max-width: 449px) {
  /* line 3, ../sass/responsive/_small_screens.sass */
  body {
    font-size: 1em;
    margin: 0;
    min-width: 0;
  }

  /* line 7, ../sass/responsive/_small_screens.sass */
  #loggedas, #sidebar, #footer {
    display: none;
  }

  /* line 10, ../sass/responsive/_small_screens.sass */
  #top-menu #account {
    display: none;
  }
  /* line 12, ../sass/responsive/_small_screens.sass */
  #top-menu ul {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  /* line 16, ../sass/responsive/_small_screens.sass */
  #top-menu ul li {
    width: 20%;
  }
  /* line 18, ../sass/responsive/_small_screens.sass */
  #top-menu ul li a {
    overflow: hidden;
    padding: 9px;
    text-align: center;
    text-overflow: ellipsis;
  }
  /* line 23, ../sass/responsive/_small_screens.sass */
  #top-menu ul li:first-child a {
    border-left: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  /* line 26, ../sass/responsive/_small_screens.sass */
  #top-menu ul li:last-child a {
    border-right: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }

  /* line 29, ../sass/responsive/_small_screens.sass */
  #header {
    margin: 36px 0 18px 0;
  }
  /* line 31, ../sass/responsive/_small_screens.sass */
  #header h1 {
    margin: 9px;
  }
  /* line 33, ../sass/responsive/_small_screens.sass */
  #header .project_selector {
    margin-top: 9px;
  }
  /* line 35, ../sass/responsive/_small_screens.sass */
  #header #main-menu {
    margin: 0;
  }
  /* line 37, ../sass/responsive/_small_screens.sass */
  #header #quick-search {
    color: transparent;
    margin-right: 9px;
  }
  /* line 40, ../sass/responsive/_small_screens.sass */
  #header #quick-search a {
    display: none;
  }

  /* line 42, ../sass/responsive/_small_screens.sass */
  #main {
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  /* line 46, ../sass/responsive/_small_screens.sass */
  #main #content, #main.nosidebar #content {
    margin: 9px;
  }
  /* line 49, ../sass/responsive/_small_screens.sass */
  #main h2 {
    margin: 1em 0 9px 0;
  }

  /* line 52, ../sass/responsive/_small_screens.sass */
  .splitcontentleft, .splitcontentright {
    float: none;
    width: auto;
  }

  /* line 55, ../sass/responsive/_small_screens.sass */
  .box {
    padding: 9px;
  }

  /* line 57, ../sass/responsive/_small_screens.sass */
  .contextual {
    float: none;
    padding: 0;
    white-space: normal;
  }

  /* line 63, ../sass/responsive/_small_screens.sass */
  #content .tabs {
    height: auto;
    overflow: auto;
  }
  /* line 66, ../sass/responsive/_small_screens.sass */
  #content .tabs ul {
    width: auto;
    position: relative;
  }

  /* line 69, ../sass/responsive/_small_screens.sass */
  .tabs-buttons {
    display: block;
  }

  /* line 74, ../sass/responsive/_small_screens.sass */
  form em {
    margin-left: 0;
  }

  /* line 77, ../sass/responsive/_small_screens.sass */
  .tabular p {
    padding: 9px;
  }
  /* line 79, ../sass/responsive/_small_screens.sass */
  .tabular p label {
    display: block;
    float: none;
    margin-left: 0;
    text-align: left;
  }

  /* line 85, ../sass/responsive/_small_screens.sass */
  .tabular.settings p {
    padding: 9px;
  }
  /* line 87, ../sass/responsive/_small_screens.sass */
  .tabular.settings label {
    margin-left: 0;
  }

  /* line 92, ../sass/responsive/_small_screens.sass */
  .action-login #wrapper, .action-lost_password #wrapper {
    width: auto;
  }
  /* line 94, ../sass/responsive/_small_screens.sass */
  .action-login #top-menu, .action-lost_password #top-menu {
    margin-right: 9px;
  }

  /* line 98, ../sass/responsive/_small_screens.sass */
  #login-form table {
    background: none;
    border: none;
    margin: 18px 0 9px 0;
  }

  /* line 105, ../sass/responsive/_small_screens.sass */
  .controller-issues #content .contextual:first-child {
    display: none;
  }
}
