/* GENERAL */
@font-face {
  font-family: MavenReg;
  src: url('fonts/MavenPro-Light.otf');
}

@font-face {
  font-family: Inconso;
  src: url('fonts/Inconsolata.otf');
}

* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "MavenReg", "Maven Pro Light", sans-serif;
  font-size: 1.0em;
}

html, body {
  font-size: 12.5px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
}

a:link {
  color: #4F94CD; /*6DA6E2*/
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: #4F94CD;
  background: transparent;
  text-decoration: none;
}	

a:hover {
  color: #8e8e8e;
  background: transparent;
  text-decoration: underline;
}


/* GLOBAL */
#container {
  background-color: #fff;
}


/* HEADER */
#header {
  height: 45px;
  background-color: #4F94CD;
  border-bottom: 3px groove #4F94CD;
}

#header-content {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
}


/* TITLE */
#header-title {
  line-height: 45px;
  vertical-align: center;
  position: absolute;
  width: 450px;
}

#header-title h1 a, #header-title h1 {
  color: #f0f0f0;
  font-size: 1.2em;
  font-weight: bold;
  display: inline;
  float: left;
  padding-right: 5px;
}

#header-title h1 a {
  color: #fff;
}

#header-title h2 a {
  color: #fff;
  font-size: 1.4em;
  font-weight: lighter;
  display: inline;
  padding-left: 5px;
  line-height: 42px;
}

#header-title h1 a:hover, #header-title h2 a:hover {
  text-decoration: none;
}

#header-title img {
  float: left;
  padding-top: 8px;
  padding-bottom: 5px;
  height: 35px;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}


/* GLOBAL MENU */
#header-menu {
  text-align: right;
}

#header-menu ul {
  list-style-type: none;
  list-style-image: none;
}

#header-menu ul li {
  display: inline;
}

#header-menu ul li a {
  color: #fff;
  font-size: 1.1em;
  font-weight: lighter;
  line-height: 44px;
  padding: 10px 10px 10px 10px;
  transition: all linear 0.2s;
}

#header-menu ul li a:hover {
  text-decoration: none;
  color: #e6e6e6;
  transition: all linear 0.2s;
}

#header-menu ul li a.current {
  font-weight: bold;
  letter-spacing: 1px;
}

#header-menu ul li a.current:hover {
  text-decoration: none;
  color: #fff;
}


/* SECOND HEADER BAR */
#precontent {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  background-image: url('images/back-bottom.png');
  background-repeat: y-repeat;
  background-position: bottom;
  border-bottom: 2px groove #f5f5f5;
  padding: 10px 10px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}


/* SEARCH FORM */
#precontent div.input {
  display: inline-block;
  border-radius: 5px;
  padding: 1px 1px 1px 1px;
  background-color: #fff;
  border: 1px #8e8e8e solid;
  height: 21px;
  font-size: 0.95em;
}

#precontent div.input label {
  border-radius: 3px;
  padding: 4px 10px 4px 4px;
  background-color: #f0f0f0;
  color: #8e8e8e;
  background-image: url('../../../public/images/icons/search.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}

#precontent div.input input {
  width: 220px;
  height: 21px;
  border-radius: 3px;
}


/* USER BOX */
#precontent-user {
  float: right;
}

#precontent-user #userlinks {
  float: right;
}

#precontent-user #userlinks span {
  color: #fff;
  font-size: 0.95em;
  background-color: #ff0000;
  border-radius: 5px;
  padding: 2px 3px 2px 3px;
  margin-left: -8px;
}

#precontent-user #userlinks a {
  padding-right: 5px;
  position: relative;
}

#precontent-user #userlinks a:hover {
  text-decoration: none;
}

#precontent-user #userlinks a span.title, #precontent a.addprjicon span.title {
  position: absolute;
  right: 35px;
  margin-left: -150px;
  margin-top: -20px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 0.99em;
  background: #000;
  height: 21px;
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  white-space: pre;
}

#precontent #userlinks ul.login a span.title {
  width: 180px;
  margin-left: -245px;
}

#precontent a.addprjicon span.title {
  width: 150px;
  margin-left: -10px;
  margin-top: -6px;
  height: 25px;
  line-height: 25px;
}

#precontent-user #userlinks a span.title:after, #precontent a.addprjicon span.title:after {
  content: '';
  position: absolute;
  top: 7px;
  right: -8px;
  margin-left: -8px;
  width: 0; height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

#precontent a.addprjicon span.title:after {
  top: 8.5px;
  left: -2px;
  border-color: transparent #000 transparent transparent;
}

#precontent-user #userlinks a:hover span.title, #precontent a.addprjicon:hover span.title {
  visibility: visible;
  opacity: 0.9;
  top: 6px;
  left: 42px;
  z-index: 999;
}

#precontent-user #userlinks a span.title:hover, #precontent a.addprjicon span.title:hover {
  visibility: hidden;
}

#precontent-user #userlinks #up_mess_elem, #precontent-user #userlinks #up_dash_elem {
  display: inline;
}

#precontent-user #user {
  margin-right: 90px;
  background-color: #fff;
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  height: 23px;
}

#precontent-user #user:hover {
  border-radius: 5px 5px 0px 0px;
}

#precontent-user #user a {
  padding: 4px 10px 5px 10px;
  display: block;
  float: right;
  color: #696969;
  font-weight: bold;
}

#precontent-user #user a:hover {
  text-decoration: none;
}

#precontent-user #user img {
  width: 24px;
  height: 23px;
  border-radius: 5px 0px 0px 5px;
}

#precontent-user #user:hover img {
  border-radius: 5px 0px 0px 0px;
}

#precontent-user #user:hover ul {
  visibility: visible;
  opacity: 1;
  border-radius: 0px 5px 5px 5px;
}

#precontent-user #user ul {
  transition: all ease-in 0.2s;
  position: absolute;
  visibility: hidden;
  padding: 0px;
  z-index: 100;
  margin: -5px 0px 0px -1px;
  list-style-type: none;
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
}

#precontent-user #user ul li a {
  font-size: 0.8em;
  display: block;
  float: left;
  width: 100%;
  padding: 0px;
  color: #363636;
}

#precontent-user #user ul li a:hover {
  background-color: #f0f0f0;
}

#precontent-user #user ul li:first-child a {
  border-radius: 0px 5px 0px 0px;
}

#precontent-user #user ul li:last-child a {
  border-radius: 0px 0px 5px 5px;
}

#precontent-user #user ul li a span {
  line-height: 25px;
  padding: 5px 10px 2px 2px;
}

#precontent-user #user ul li a img {
  width: 16px;
  height: 16px;
  padding: 5px 10px 2px 2px;
  float: left;
}

#precontent-user #loginform {
  float: left;
}

#precontent-user #loginform input[type=text], #precontent-user #loginform input[type=password] {
  border-radius: 5px;
  padding: 1px;
  background-color: #fff;
  border: 1px #8e8e8e solid;
  font-size: 0.95em;
  color: #8e8e8e;
  padding-left: 20px;
  width: 100px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: left center;
}

#precontent-user #loginform input[type=submit] {
  border: 1px #8e8e8e solid;
  background-color: #fff;
  padding: 1px;
  height: 25px;
  border-radius: 5px;
  margin-right: 20px;
}

#precontent-user #loginform input[type=submit]:hover {
  background-color: #f0f0f0;
}

#precontent-user #loginform input[type=submit]:focus {
  background-color: #ccc;
  color: #fff;
}

#precontent-user #loginform div.checkbox {
  padding: 1px;
  font-size: 0.95em;
  height: 25px;
  line-height: 25px;
  display: inline;
  vertical-align: middle;
}

#precontent-user #loginform div.checkbox input[type=checkbox] {
  vertical-align: middle;
  margin-right: 5px;
}


/* CONTENT */
#content {
  width: 990px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}


/* PROJECT HEADER */
#project {
  padding: 5px 5px 0px 5px;
  border-bottom: 1px #dedede solid;
  margin-bottom: 5px;
  height: 50px;
}

#project a img.website {
  float: right;
  line-height: 55px;
  margin-top: 15px;
  opacity: 0.5;
  transition: all linear 0.2s;
}

#project a img.website:hover {
  opacity: 1;
  transition: all linear 0.1s;
}

#project a:last-child img {
  width: 36px;
  max-height: 36px;
  padding: 5px;
  float: left;
}

#project a:last-child strong {
  font-size: 1.7em;
  font-weight: bold;
  padding-left: 10px;
  line-height: 45px;
  color: #4F94CD;
}

#project a:last-child span {
  color: #8e8e8e;
  font-size: 0.9em;
  padding-left: 20px;
}

#project a:hover {
  text-decoration: none;
  color: #6DA6E2;
}


/* SIDEBAR MENU */
#menu {
  position: absolute;
}

#menu ul {
  list-style-type: none;
  list-style-image: none;
  margin-top: 10px;
  background-image: url('images/back-right.png');
  background-repeat: x-repeat;
  background-position: top right;
}

#menu ul li a {
  display: block;
  padding: 10px 15px 8px 13px;
  border-top: 1px #f0f0f0 solid;
  border-right: 1px #dedede solid;
  position: relative;
}

#menu ul li:first-child a {
  border-top: 0px;
}

#menu ul li a.current {
  border-left: 2px #cc5650 solid;
  background-color: #fff;
  border-right: 1px #fff solid;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
}

#menu ul li a.current img {
  opacity: 1;
}

#menu ul li a img {
  opacity: 0.5;
  transition: all linear 0.2s;
}

#menu ul li a:hover img {
  opacity: 1;
  transition: all linear 0.1s;
}

#menu ul li a span {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 0.99em;
  background: #000;
  height: 20px;
  line-height: 19px;
  text-align: center;
  visibility: hidden;
  border-radius: 5px;
  white-space: pre;
}

#menu ul li a span:after {
  content: '';
  position: absolute;
  top: 6px;
  left: -2px;
  margin-left: -8px;
  width: 0; height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

#menu ul li a:hover span {
  visibility: visible;
  opacity: 0.9;
  top: 6px;
  left:42px;
  z-index: 999;
}

#menu + #page {
  margin-left: 60px;
}


/* PAGE */
#page {
  padding-top: 10px;
  padding-bottom: 15px;
  min-height: 550px;
}


/* BASIC STYLES */
#page .text_minus {
  font-size: 0.90em;
  color: #8e8e8e;
  font-style: italic;
}

#page .text_title {
  color: #505050;
  font-weight: bold;
}

#page .text_special {
  color: #ff0000;
  font-weight: bold;
}

#page .border_top {
  border-top: 1px #dedede solid;
}

#page .border_bottom {
  border-bottom: 1px #dedede solid;
}

#page .border_left {
  border-left: 1px #dedede solid;
}

#page .border_right {
  border-right: 1px #dedede solid;
}

#page .background_title {
  background-color: #f4f4f4;
}

#page .background_important {
  background-color: #f0f0f0;
}

#page .background_normal {
  background-color: #ffecec;
}

#page .background_diff_add {
  background-color: #BBFFBB;
}
 
#page .background_diff_del {
  background-color: #FFBBBB;
}


/* STYLES */
#page .captcha {
  width: 0px;
  height: 0px;
  display: none;
}

#page h1, #page h2, #page h3, #page h4 {
  font-weight: bold;
  color: #4F94CD;
  margin-bottom: 5px;
  margin-top: 5px;
}

#page h1 {
  margin-top: 0px;
  font-size: 1.6em;
}

#page h2 {
  font-size: 1.5em;
  background-color: #f4f4f4; /*edf4fa*/
  padding: 2px 2px 2px 5px;
  border-bottom: 1px #dedede dotted;
  border-radius: 5px 5px 0px 0px;
  color: #696969;
}

#page h2.tablinks {
  background-color: #fff;
  border-bottom: 1px #dedede solid;
  padding: 4px;
  font-size: 1.0em;
  width: 60%;
}

#page h2.tablinks a {
  margin: 0;
  padding: 5px 15px 5px 15px;
  font-size: 1.2em;
  color: #8e8e8e;
}

#page h2.tablinks a.current {
  border-top: 1px #dedede solid;
  border-left: 1px #dedede solid;
  border-right: 1px #dedede solid;
  border-bottom: 1px #fff solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #363636;
  font-size: 1.5em;
}

#page h2.tablinks a:hover {
  text-decoration: none;
  color: #696969;
}

#page h2.tablinks a.current:hover {
  color: #363636;
}

#page h3 {
  font-size: 1.4em;
}

#page h4 {
  font-size: 1.2em;
  color: #696969;
  padding-left: 5px;
}

#page p {
  margin-top: 10px;
}

#page p.spacer {
  margin: 0;
  padding: 0;
  height: 15px;
}

#page ul.no {
  list-style-type: none;
}

#page ul.no li {
  padding: 2px;
}

#page img.mini-avatar {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}

#page .simple-avatar img {
  width: 18px;
  height: 18px;
  padding: 2px 5px 2px 2px;
  float: left;
}

#page .simple-avatar strong {
  line-height: 22px;
}

#page div.usercard {
  background-color: #f9f9f9;
  border-radius: 10px;
  height: 200px;
}

#page div.usercard img.avatar {
  border: 1px #ccc solid;
  background-color: #fff;
  width: 150px;
  height: 150px;
  float: left;
  padding: 5px;
  border-radius: 10px;
  margin-right: 10px;
}

#page div.usercard a strong {
  font-size: 1.5em;
  color: #363636;
}

#page div.usercard span {
  margin-top: 10px;
  display: block;
  font-weight: bold;
}

#page div.usercard span.text_minus {
  font-size: 1.0em;
  font-weight: normal;
  padding-right: 10px;
  margin-top: 5px;
  float: right;
}

#page div.usercard ul.actiontools {
  margin-top: 10px;
  margin-left: 170px;
  border-left: 1px #dedede solid;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#page div.usercard ul.actiontools li:first-child a {
  border-top-left-radius: 10px;
}

#page div.usercard ul.actiontools li:last-child a {
  border-bottom-left-radius: 10px;
}

#page div.usercard strong.level {
  float: left;
  clear: left;
  margin-top: 10px;
  width: 150px;
  text-align: center;
}

#page div.feed, #page a.button, #page div.button {
  color: #8e8e8e;
  background-image: url('../../../public/images/icons/feed.png');
  background-repeat: no-repeat;
  background-position: top left;
  padding-left: 25px;
}

#page div.feed a {
  color: #696969;
}

#page a.button, #page div.button {
  margin-right: 10px;
  color: #363636;
}

#page div.button {
  padding: 2px 5px 5px 20px;
}

#page div.button strong {
  padding: 2px;
}

#page a.button:hover {
  text-decoration: none;
  color: #696969;
}

#page table {
  margin: 10px 0px 0px 0px;
}

#page table caption {
  background-color: #c3c3c3;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px;
  margin: 0px 2px 0px 2px;
}
 
#page thead tr th {
  background-color: #dbdbdb;
  padding: 5px;
}
 
#page th.current-th {
  background-color: #e5d7c5;
}
 
#page tfoot tr td {
  border-bottom: 1px #dedede solid;
  background-color: #f4f4f4;
}
 
#page td.current-td {
  background-color: #fff2e2;
}

#page td.center {
  text-align: center;
}

#page td {
  padding: 2px;
}

#page td.background_normal, #page tr.background_table_normal {
  background-color: #F8F8FF;
}

#page td.background_table_first, #page tr.background_table_first {
  background-color: #fff;
}

#page td.background_table_second, #page tr.background_table_second {
  background-color: #f0f0f0;
}

#page div.tags {
  padding-left: 10px;
  padding-top: 7px;
}

#page div.tags p {
  background-color: #ebebeb;
  padding: 3px 5px 3px 0px;
  margin: 0px 10px 5px 0px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

#page div.tags a {
  color: #696969;
}

#page div.tags a:hover {
  text-decoration: none;
}

#page div.tags p:hover {
  background-color: #ccc;
}

#page div.tags p:hover:before {
  border-right-color: #ccc;
}

#page div.tags p:before {
  border-top: 11px solid transparent;
  border-right: 10px solid #ebebeb;
  border-bottom: 11px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -10px;
  width: 0;
}

#page div.tags a:before {
  background: url('../../../public/images/icons/project-tag.png') no-repeat 0px 0px transparent;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
}

#page div.tags span {
  padding-left: 20px;
}

#page ol li {
  margin-top: 5px;
  margin-left: 25px;
}

#page ul li {
  list-style-image: url('images/li.png');
  margin-left: 25px;
  margin-top: 5px;
}

#page ul.nostyle li {
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
}

#page div.code {
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
 
#page div.code div.lines {
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  padding-top: 0;
  position: absolute;
  width: 1.7em;
}
 
#page div.code div.src {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2.5em;
  padding: 0;
  overflow: auto;
  display: block;
}
 
#page div.code pre {
  min-width: 100%;
  width: 100%;
  display: table;
}

#page div.code span.linenumber a, #page div.code div.src pre span.line, #page div.code div.src pre span.line span {
  font-family: Inconso, "Inconsolata", monospace;
  white-space: pre;
  font-size: 1.0em;
  line-height: 1.0em;
  height: 1.0em;
}

#page div.code span.linenumber a, #page div.code span.line {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
 
#page div.code span.line {
  padding-left: 10px;
}

#page .background_code_ln {
  background-color: #eee8d5;
}
 
#page div.code .background_code_first {
  background-color: #fefbf3;
}
 
#page div.code .background_code_second {
  background-color: #fefdf9;
}

#page tbody.sourcecode_area pre, #page tbody.sourcecode_area pre span.diffnew {
   font-family: Inconso, "Inconsolata", monospace;
}

#page tbody.sourcecode_area pre span.diffnew {
  background-color: #00FF7F;
  color: #008B45;
}

#page input, #page textarea, #page select {
  background-color: #fff;
  color: #005D99;
  border: 1px #CDCDCD solid;
  padding: 1px 2px;
  margin-top: 5px;
}

#page input:focus, #page textarea:focus {
  border: 1px #4F94CD solid;
}

#page input[type="radio"], #page input[type="checkbox"] {
  vertical-align: bottom;
}

#page .submit {
  color: #000;
  background-color: #f0f0f0;
}

#page .submit:hover {
  background-color: #fff;
}

#page .submit:focus {
  background-color: #4F94CD;
}

#page hr {
  background-color: #8e8e8e;
  height: 1px;
  width: 70%;
  margin: 15px auto 15px auto;
}

#page .sender {
  width: 55px;
}

#page .sender img.mini-avatar {
  width: 50px;
  height: 50px;
}

#page .message-me .sender {
  float: right;
  margin-top: -5px;
}

#page .message-notme .sender {
  float: left;
  margin-top: -5px;
}

#page .message_1, #page .message_0 {
  margin-top: 15px;
  margin-right: 80px;
  margin-left: 80px;
  padding: 10px;
  position: relative;
}

#page .message-me .message_1 {
  background-color: #efffe0;
  border-radius: 10px 0px 10px 10px;
}

#page .message-notme .message_1, #page .message-notme .message_0 {
  border-radius: 0px 10px 10px 10px;
}

#page .message-notme .message_1 {
  background-color: #ecf2fc;
}

#page .message-notme .message_0 {
  background-color: #d0dff9;
}

#page .message-me div.message_1:before, #page .message-notme div.message_1:before, #page .message-notme div.message_0:before {
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  width: 0;
}

#page .message-me div.message_1:before {
  border-left: 21px solid #efffe0;
  right: -21px;
}

#page .message-notme div.message_1:before {
  border-right: 21px solid #ecf2fc;
  left: -21px;
}

#page .message-notme div.message_0:before {
  border-right: 21px solid #d0dff9;
  left: -21px;
}

#page .message-me .text_minus, #page .message-notme .text_minus {
  margin-right: 85px;
  margin-left: 85px;
  padding: 2px;
  text-align: right;
  display: block;
}

#page a.downloadbutton {
  margin: 10px;
  padding: 5px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 200px;
  border: 1px #ededed solid;
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #000;
}

#page a.downloadbutton:hover {
  text-decoration: none;
  background-color: #fff;
}

#page ul.actiontools {
  padding: 0px;
  border-bottom: 1px #dedede solid;
}
 
#page ul.actiontools li {
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
 
#page ul.actiontools li a, #page input.actionbutton {
  padding: 8px 5px 8px 30px;
  display: block;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 5px 50%;
  border-top: 1px #dedede solid;
  color: #4F4F4F;
  background-color: #f4f4f4;
}

#page ul.actiontools li a strong {
  color: #000;
}
 
#page ul.actiontools li a:hover, #page input.actionbutton:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}

#page input.actionbutton {
  border: 0;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
  margin-top: -1px;
  display: block;
  width: 100%;
  text-align: left;
}

#page .legends {
  padding-left: 10px;
  padding-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

#page .legends_box_pbar_left, #page .legends_box_pbar_right {
  width: 10px;
  border: 1px #ccc solid;
}

#page .progressbar {
  padding: 1px;
  border: 1px #8e8e8e solid;
  border-radius: 3px;
  float: left;
  height: 20px;
}

#page .legends_box_pbar_left, #page .progressbar_left {
  background-color: #4f94cd;
  background: linear-gradient(to bottom, #609ed2 0%,#72a9d7 50%,#4f94cd 51%,#72a9d7 100%);
}

#page .legends_box_pbar_right, #page .progressbar_right {
  background-color: #f1f1f1;
  background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
}

#page .progressbar_left, #page .progressbar_right {
  float: left;
  height: 100%;
  border-radius: 2px;
}

#page .progressbar a {
  display: block;
  height: 100%;
}

#page .progressbar a:hover {
  text-decoration: none;
}

#page div.filterbox span.title {
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

#page div.filterbox span.title:before, #page div.filterbox span.title:after {
  background-repeat: no-repeat;
  background-position: top left;
  content: ' ';
  width: 8px;
  height: 8px;
}

#page div.filterbox span.title:before {
  background-image: url('../../../public/images/icons/sort-asc.png');
}

#page div.filterbox span.title:after {
  background-image: url('../../../public/images/icons/sort-asc-bis.png');
}

#page div.filterbox form div#formconf {
  font-size: 0.8em;
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 1px #dedede groove;
  border-radius: 5px;
  padding: 0px 10px 10px 10px;
}

#page div.filterbox input[type="submit"] {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

#page div.filterbox label {
  padding-right: 5px;
}

#page div.filterbox td {
  border: 1px #eee solid;
  border-radius: 5px;
}

#page ul.timeline {
  margin-left: -15px;
}

#page ul.timeline li.forum {
  background-color: #000;
}

#page ul.timeline li {
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  padding: 5px 5px 5px 25px;
  list-style-type: none;
  list-style-image: none;
}

#page ul.timeline li:hover {
  background-color: #f3f3f3;
  border-radius: 5px;
}

#page ul.timeline li.t-download {
  background-image: url('../../../public/images/icons/project-download.png');
}
 
#page ul.timeline li.t-bugs, #page ul.timeline li.t-bugs-updates {
  background-image: url('../../../public/images/icons/project-roadmap.png');
}
 
#page ul.timeline li.t-news {
  background-image: url('../../../public/images/icons/project-news.png');
}
 
#page ul.timeline li.t-doc {
  background-image: url('../../../public/images/icons/project-documentation.png');
}
 
#page ul.timeline li.t-browse {
  background-image: url('../../../public/images/icons/project-code.png');
}
 
#page ul.timeline li.t-forum, #page ul.timeline li.t-forum-answers {
  background-image: url('../../../public/images/icons/project-forum.png');
}
 
#page ul.timeline li.t-i18n {
  background-image: url('../../../public/images/icons/project-i18n.png');
}

#page ul.timeline li div.simple-avatar {
  float: left;
  margin-top: 5px;
}

#page ul.timeline li .text_minus {
  line-height: 33px;
  padding-left: 20px;
}

#page ul.timeline li em:first-child {
  font-weight: bold;
}

#page ul.timeline li em:first-child, #page ul.timeline li span.title {
  font-size: 1.1em;
  padding-right: 10px;
}

#page ul.timeline li a.project img {
  width: 30px;
  height: 30px;
  float: right;
}

#page div.screenshot-box {
  width: 140px;
  height: 135px;
  padding: 10px;
  border: 1px #8e8e8e solid;
  border-bottom: 5px #8e8e8e solid;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#page div.screenshot-box img {
  width: 140px;
  height: 120px;
  display: block;
  margin: auto;
}

#page div.screenshot-box strong {
  padding-top: 5px;
  display: block;
  overflow: hidden;
  height: 1.0em;
}

#page .fstree ul {
  height: 1.7em;
  font-size: 1.2em;
  background-color: #fafafa;
  border-bottom: 1px #f0f0f0 dashed;
}
 
#page .fstree ul li {
  list-style-type: none;
  list-style-image: none;
  float: left;
}
 
#page .fstree ul li a {
  padding-left: 20px;
  display: block;
  width: auto;
  font-weight: bold;
}
 
#page .fstree ul li a:hover {
  text-decoration: none;
}

#page .fstree .current a {
  color: #000;
}
 
#page .fstree .dir {
  font-style: italic; 
  background: transparent url('../../../public/images/icons/folder_24.png') center left no-repeat;
  background-size: 18px;
  line-height: 18px;
}
 
#page .fstree .file {
  background: transparent url('../../../public/images/icons/document_24.png') center left no-repeat;
  background-size: 18px;
  line-height: 18px;
}

#page div.chart {
  border: 1px #f4f4f4 solid;
  padding: 0;
  width: 570px;
  height: 270px;
  overflow-x: scroll;
  overflow-y: hidden;
}

#page div.chart object {
  width: 10000px;
}

#page pre.inlinesrc {
  font-family: Inconso, "Inconsolata", monospace;
  white-space: pre;
  border-left: 5px #272822 solid;
  background-color: #363636;
  padding: 2px;
  color: #fff;
}

#page .project-news {
  margin: 10px;
  border-left: 1px #f6f6f6 solid;
  border-bottom: 1px #f6f6f6 solid;
  border-bottom-left-radius: 10px;
  font-size: 1.05em;
}

#page .project-news h2 {
  border-top-left-radius: 0px;
  padding: 10px;
}

#page .project-news .content {
  padding: 0 10px 10px 10px;
}
 
#page .project-news .infos {
  padding-top: 15px;
  text-align: right;
  font-weight: bold;
  color: #8e8e8e;
}

#page div.wiki-menu {
  float: right;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  width: 19%;
  border-bottom: 1px #8e8e8e dashed;
  border-left: 1px #8e8e8e dashed;
  background: #FFFAFA;
}

#page h2.wiki a {
  padding: 7px;
  color: #363636;
  display: block;
}

#page div.translate {
  clear: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px #666666 solid;
  border-radius: 5px;
}
 
#page div.translate span.string {
  display: block;
  padding: 5px;
  margin-top: 10px;
  border-left: 1px #ccc solid;
  background-color: #f4f4f4;
}

#page div.translate span.prop {
  border-left: 1px #698B22 solid;
  background-color: #FDF5E6;
}
 
#page div.translate span.head {
  font-weight: bold;
  color: #4F4F4F;
}
 
#page div.translate hr {
  width: 100%;
}
 
#page div.translate div.proposal {
  margin-top: 10px;
  padding: 10px;
  border: 1px #ccc solid;
}
 
#page div.translate div.proposal strong {
  width: 150px;
  display: inline-block;
  margin-bottom: 5px;
}
 
#page div.translate input[type="text"] {
  width: 50%;
}

#page div.accessrightsconfig {
  width: 95%;
  padding: 0px 0px 10px 10px;
  border: 1px #dedede solid;
  margin-left: auto;
  margin-right: auto;
}

#page div.accessrightsconfig label {
  width: 45%;
  display: inline-block;
}

#page form.fancyform {
  margin-top: 20px;
}

#page form.fancyform div.multicolumn div.left {
  float: left;
  width: 400px;
}

#page form.fancyform div.multicolumn div.right {
  position: absolute;
  margin-left: 400px;
  width: 530px;
}

#page form.fancyform div.inputbox {
  margin-top: 15px;
  position: relative;
}

#page form.fancyform div.inputbox label {
  display: inline-block;
  font-weight: bold;
  color: #4F94CD;
  font-size: 1.2em;
  width: 130px;
  padding-right: 10px;
  text-align: right;
}

#page form.fancyform div.inputbox label.fulllength {
  padding: 0;
  text-align: left;
  width: 200px;
}

#page form.fancyform div.inputbox span.title {
  position: absolute;
  width: 400px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 1.0em;
  background: #000;
  height: 25px;
  line-height: 25px;
  text-align: center;
  display: none;
  border-radius: 5px;
  white-space: pre;
  margin-top: 50px;
  margin-left: 35px;
}

#page form.fancyform div.inputbox span.title:after {
  content: '';
  position: absolute;
  top: -18px;
  right: 200px;
  width: 0; height: 0;
  border-width: 9px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

#page form.fancyform div.inputbox:hover span.title {
  display: inline;
  opacity: 0.9;
  top: 6px;
  left: 42px;
  z-index: 999;
}

#page form.fancyform div.radio {
  display: inline-block;
  background-color: #fff;
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  height: 34px;
  margin-right: 10px;
  padding-left: 5px;
  margin-top: 10px;
}

#page form.fancyform div.radio span {
  display: block;
  font-size: 1.0em;
  padding: 7px 10px 0px 10px;
  vertical-align: middle;
  color: #363636;
  background-color: #f0f0f0;
  margin-left: 10px;
  text-align: center;
  height: 27px;
  border-left: 1px #8e8e8e solid;
  margin-left: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#page form.fancyform div.radio input[type="radio"], #page form.fancyform div.radio input[type="checkbox"] {
  float: left;
  margin-top: 10px;
  padding: 5px;
}

#page form.fancyform div.radio label {
  font-weight: normal;
  width: 100%;
  text-align: left;
}

#page form.fancyform div.select {
  display: inline-block;
  margin-top: 10px;
}

#page form.fancyform div.select select {
  width: 200px;
  background-color: #fff;
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  height: 34px;
  padding: 2px;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
}

#page form.fancyform div.select select option {
  padding-left: 5px;
  padding-right: 5px;
}

#page form.fancyform div.input {
  background-color: #f0f0f0;
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  display: inline-block;
  height: 34px;
  overflow: none;
  margin-top: 10px;
}

#page form.fancyform div.input span {
  font-size: 1.2em;
  padding: 2px 10px 2px 10px;
  vertical-align: middle;
  color: #363636;
}

#page form.fancyform div.input input[type="text"], #page form.fancyform div.input input[type="password"], #page form.fancyform div.input input[type="file"] {
  color: #696969;
  padding: 2px;
  width: 200px;
  height: 30px;
  margin: 0;
  border: 0;
  border-radius: 5px;
  font-size: 1.2em;
}

#page form.fancyform div.input span + input[type="text"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: 1px #8e8e8e solid;
}

#page form.fancyform div.input input[type="text"]:focus, #page form.fancyform div.input input[type="password"]:focus {
  color: #363636;
}

#page form.fancyform p.buttons {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

#page form.fancyform p.buttons input[type="submit"] {
  padding: 15px;
}

#page form.fancyform div.uploadpreview {
  border: 1px #8e8e8e solid;
  border-radius: 5px;
  float: left;
}

#page form.fancyform div.uploadpreview img {
  width: 80px;
  height: 80px
  padding: 10px;
  margin: 5px;
}

#page div.box {
  width: 80%;
  margin: 20px auto 25px auto;
  padding: 10px;
  border-radius: 5px;
}

#page div.error {
  border: 1px #FF7F24 solid;
  background-color: #FFE7BA;
}
 
#page div.info {
  border: 1px #9ACD32 solid;
  background-color: #FAFAD2;
}

#page blockquote {
  margin-top: 10px;
  margin-left: 25px;
  padding: 10px;
  border-radius: 5px;
  background-color: #f4f4f4;
  position: relative;
  color: #696969;
  font-size: 0.95em;
}

#page blockquote:before {
  border-bottom: 20px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 5px;
  width: 0;
  border-right: 21px solid #f4f4f4;
  left: -21px;
}

#page blockquote:after {
  content: "»";
  font-size: 2.5em;
  margin-top: -10px;
  color: #ccc;
  right: 0;
  position: absolute;
}

#page span.shell {
  padding: 2px 5px 2px 5px;
  margin: 5px 5px 5px 5px;
  overflow: auto;
  background-color: #565248;
  border-left: 5px solid #000000;
  color: #ffffff;
  font-family: Inconso, "Inconsolata", monospace;
  white-space: pre;
}

#page abbr {
  border-bottom: 1px #ccc dotted;
  cursor: help;
}


/* FOOTER */
#footer {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px #dedede solid;
  background-image: url('images/back-top.png');
  background-repeat: y-repeat;
  background-position: top left;
  padding: 10px 20px 10px 20px;
  color: #696969;
}

#footer p:first-child {
  float: left;
}

#footer p:last-child {
  float: right;
}

#footer a:hover {
  text-decoration: none;
}

#footer a.admin {
  color: #f0f0f0;
}