/* GENERAL */
* {
  border: 0;
  padding: 0;
  margin: 0;
  font-family: "DejaVu sans", Verdana, sans-serif;
  font-size: 1.0em;
  background-color: transparent;
}

body {
  background-color: #f0f0f0;
  color: #000000;
  font-size: 11px;
}

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

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

#informationbox p, #header p, #footer p {
  padding-top: 0;
}

p {
  padding-top: 5px;
}

blockquote p {
  padding: 0;
}

.feed {
  display: block;
  text-align: right;
  color: #2F4F4F;
  margin-bottom: 5px;
  margin-right: 5px;

  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 14px;
}

.feed img {
  margin-left: 5px;
  float: right;
}


/* COLORS */
.background_title {
  background-color: #f4f4f4;
}

.background_important {
  background-color: #f0f0f0;
}

.background_normal {
  background-color: #F8F8FF;
}

.background_minor {
  background-color: #FFFAFA;
}

.background_table_first {
  background-color: #fff;
}

.background_table_second {
  background-color: #f0f0f0;
}

.background_code_ln {
  background-color: #FAF0E6;
}

.background_code_first {
  background-color: #F0FFFF;
}

.background_code_second {
  background-color: #fff;
}

.background_diff_add {
  background-color: #BBFFBB;
}

.background_diff_del {
  background-color: #FFBBBB;
}

.background_original {
  background-color: #FFEFD5;
}

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

.border_top_light {
  border-top: 1px #f0f0f0 solid;
}

.border_top_big {
  border-top: 3px #696969 solid;
}

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

.border_bottom_big {
  border-bottom: 3px #ccc solid;
}

.border_bottom_dotted {
  border-bottom: 1px #ccc dotted;
}

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

.border_left_dashed {
  border-left: 1px #ccc dashed;
}

.border_left_dotted {
  border-left: 1px #ccc dotted;
}

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

.border_all_light {
  border: 1px #f0f0f0 solid;
}

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

.text_important, a.text_important {
  color: #000;
  font-weight: bold;
}

.text_normal {
  color: #8e8e8e;
}

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


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

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

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

input.jabberid, input.openid {
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 25px;
  width: 96px;
}

input.jabberid {
  background-image: url('../../../public/images/logo_xmpp.png');
}

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

#container {
  padding: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background-color: #ffffff;
  border-left: 1px #8e8e8e solid;  
  border-right: 1px #8e8e8e solid;
  border-bottom: 1px #8e8e8e solid;
}


/* HEADER */
#header {
  position: relative;
}

.headerimg {
  width: 230px;
  height: 80px;
  background-image: url('images/ct_logo_both.png');
}

.headerimg a {
  display: block;
  width: 100%;
  height: 100%;
}

.headerimg a:hover {
  text-decoration: none;
}

#header h1 {
  margin-left: 15px;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 1.2em;
  color: #ff9933;
  background-color: transparent;
}

#header #member {
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  border-left: 1px #8e8e8e solid;
  padding-left: 5px;
  padding-top: 5px;
  background-color: #FFFAFA;
  width: 23.0em;
}

#header #member li {
  margin-left: 20px;
  list-style-image: url('../../../public/images/li.png');
  margin-top: 5px;
}

#header #member img {
  float: right;
  width: 80px;
  height: 80px;
}

#header #navcontainer {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1px;
}
  
#header #navlist {
  list-style-type: none;
  margin-top: 2.0em;
}

#header #navlist li {
  display: inline;
}

#header #navlist li a {
  font-size: 1.0em;
  line-height: 1.49em;

  padding: 2px 10px 2px 10px;
  margin-right: 4px;

  background-color: #f3f3f3;  
  font-weight: bold;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
}
  
#header #navlist li a:hover {
  background-color: #FFFFE0;
}
  
#header #navlist  a#current {
  border-bottom: 1px solid #fff;
  background-color: #fff;
  color: #000;
}

#informationbox {
  background-color: #FFFFE0;
  width: 80%;
  height: 2.7em;
  line-height: 2.7em;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 1px #f0f0f0 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#informationbox #search {
  padding-left: 10px;
}

#informationbox #infos {
  float: right;
}

#informationbox #infos ul {
  list-style-type: none;
}

#informationbox #infos ul li a {
  font-weight: bold;
  color: #000;
  margin: 0.5em;
}

a.pheader:link, a.pheader:visited {
  color: #000;
  margin-top: 5px;
  display: inline-block;
  width: 60%;
}

a.pheader:hover {
  text-decoration: none;
}


/* MENU */
#rootmenu {
  margin-top: 1.0em;
  list-style-type: none;
  position: absolute;
  width: 98%;
  border-bottom: 1px #ccc solid;
}

#rootmenu li {
  font-weight: bold;
  font-size: 0.85em;
  float: left;
  margin-right: 5px;
  border-left: 1px #ccc solid;
  border-top: 1px #ccc solid;
  border-right: 1px #ccc solid;
  background-color: #f3f3f3;
  border-bottom: 2px #f3f3f3 solid;
}

#rootmenu li a {
  display: block;
  height: 1%;
  color: #000;
  padding: 5px;
  border-right: 1px solid #fff;
  text-decoration: none;
}

#rootmenu li a:hover {
  background-color: #fff;
}

#rootmenu li:hover > .submenu, #rootmenu li:hover > .subsubmenu {
  display: block;
}

#rootmenu .current {
  background-color: #fff;
  border-bottom: 2px #ccc solid;
  background-repeat: no-repeat;
  background-position: center left;
}

#rootmenu .submenu li a:link, #rootmenu .submenu li a:visited, #rootmenu .subsubmenu li a:link, #rootmenu .subsubmenu li a:visited {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 1.1em;
  background-color: #f3f3f3;
  -moz-opacity: .95;
}

#rootmenu .submenu li a:hover, #rootmenu .subsubmenu li a:hover {
  background-color: #FFFFE0;
}

#rootmenu .submenu, #rootmenu .subsubmenu {
  margin-left: -1px;
  width: 152px;
  position: absolute;
  display: none;
  list-style-type: none;
  border-bottom: 1px #ccc solid;
}

#rootmenu .subsubmenu {
  font-size: 1.2em;
  border-left: 5px #C1FFC1 solid;
  margin-left: 140px;
  margin-top: -2.5em;
  left: 10px;
}

#rootmenu .submenu li, #rootmenu .subsubmenu li {
  background-color: transparent;
  font-weight: normal;
  font-size: 0.85em;
  float: none;
  width: 150px;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-top: 1px #ccc solid;
}


#rootmenu + #content {
  margin-top: 4.0em;
}


/* CONTENT */
#content {
  margin-top: 1.0em;
  min-height: 500px;
}

#content h1 {
  white-space: nowrap;
  font-family: sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #363636;
  overflow: hidden;
}

#content h1:first-letter {
  text-transform: capitalize;
}

#content h2 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.4em;
  color: #8B795E;
  background-color: #F0F8FF;
  padding: 5px 5px 5px 10px;
  border-bottom: 1px #708090 dotted;
}

#content h3 {
  padding-left: 10px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: normal;
  font-size: 1.42em;
  color: #ff9933;
}

#content h4 {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 1.2em;
  color: #8e8e8e;
}

#content .required-input {
  background-color: #FFEFD5;
  color: #000;
}

#content textarea, #content pre, #content pre span {
  font-family: "DejaVu Sans Mono", monospace;
  font-size: 1.0em;
}

#content table caption {
  background-color: #CDC1C5;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 5px 10px;
  margin: 0px 2px 0px 2px;
}

#content thead tr th {
  background-color: #E6E6FA;
  font-weight: bold;
  padding: 5px;
  text-align: left;
}

#content .current-th {
  background-color: #DCDCDC;
}

#content th img {
  float: left;
}

#content tfoot tr td {
  border-bottom: 1px #8e8e8e solid;
  padding: 5px;
  background-color: #F8F8FF;
}

#content td {
  padding: 2px;
  overflow: hidden;
}

#content td a:link, td a:visited {
  color: #436EEE;
}

#content .current-td {
  background-color: #E0EEE0;
}

#content td a {
  font-size: 1.00em;
}

#content div.errdebug {
  position: absolute;
  width: 65%;
}

#content div.errdebug div.code div.src {
  padding-left: 0px;
}

#content div.code {
  margin-left: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#content div.code div.lines {
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
  padding-top: 0;
  position: absolute;
  width: 2.5em;
}

#content div.code div.src {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 3.5em;
  padding: 0;
  padding-left: 5px;
  overflow: auto;
  display: block;
  background-color: #fff;
}

#content div.code pre {
  min-width: 100%;
  width: 100%;
  display: table;
}

#content div.code div pre, #content div.code div pre span {
  font-family: "DejaVu Sans Mono", monospace;
  white-space: pre;
}

#content div.code span.linenumber {
  padding-top: 2.2px;
  padding-bottom: 2.2px;
  display: block;
}

#content div.code span.line {
  padding-top: 2.2px;
  padding-bottom: 2.2px;
  display: block;
}

#content .center {
  text-align: center;
}

#content hr {
  background-color: #8e8e8e;
  height: 1px;
  width: 90%;
  margin: 10px auto 10px auto;
}

#content sub, sup {
  font-size: 0.80em;
}

#content .button {
  margin-top: 5px;
  padding-left: 25px;
  padding-top: 1px;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  height: 20px;
}

.justify {
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px #8e8e8e dotted;
  background-color: #f0f0f0;
}

.evidence {
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-left: 1px #8e8e8e dotted;
  border-bottom: 1px #8e8e8e dotted;
}

#content .adminbox {
  background-color: #FAF0E6;
  margin: 10px;
  padding: 5px 5px 10px 10px;
  border-left: 1px #8e8e8e dotted;
  border-bottom: 1px #8e8e8e dotted;
}

#content .reportbox {
  background-color: #FFFAFA;
  margin: 10px;
  padding: 5px 5px 5px 5px;
  border-left: 1px #8e8e8e dotted;
  border-bottom: 1px #8e8e8e dotted;
}

#content .reportbox h2 {
  margin-top: 0px;
}

#content .box {
  width: 80%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

#content .error {
  border: 1px #FF7F24 solid;
  background-color: #FFE7BA;
}

#content .info {
  border: 1px #9ACD32 solid;
  background-color: #FAFAD2;
}

#content blockquote {
  margin: 5px 0px -5px 20px;
  padding: 5px 0px 5px 10px;
  border-left: 4px solid #99cc00;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #F8F8FF;
  background-image: url('../../../public/images/blockquote.png');
  background-position: right top;
  background-repeat: no-repeat;
}

#content acronym {
  border-bottom: 1px dotted #ccc;
  cursor: help;
}

#content acronym:hover {
  border-bottom: 1px dotted #8e8e8e;
  color: #527bad;
}

#content .error- {
  margin-top: 20px;
  margin-left: 20px;
}

#content .error-1, .error-2, .error-3 {
  padding-left: 10px;
  padding: 5px;
  margin-top: 5px;
  margin-left: 15px;
  overflow: auto;
  background-color: #565248;
  border-left: 4px solid #000000;
  color: #ffffff;
  font-family: "DejaVu Sans Mono", monospace;
}

#content .error-0, #content .error--1 {
  padding-left: 10px;
  padding: 5px;
  margin-top: 5px;
  margin-left: 15px;
  overflow: auto;
  background-color: #f0f0f0;
  border-left: 4px solid #000000;
  color: #000000;
}

#content span.shell {
  padding: 5px;
  margin-left: 10px;
  overflow: auto;
  background-color: #565248;
  border-left: 5px solid #000000;
  color: #ffffff;
  font-family: "DejaVu Sans Mono", monospace;
}

#content ol li {
  list-style-image: none;
}

#content li {
  margin-left: 20px;
  list-style-image: url('../../../public/images/li.png');
  margin-bottom: 5px;
}

#content .error- li {
  margin-top: 10px;
  padding: 5px;
  border-bottom: 1px #f0f0f0 dashed;
}

#content .javascriptbutton {
  padding: 5px 0px 5px 3px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#content .javascriptbutton:hover {
  -moz-opacity: .5;
}

.captcha {
  width: 0px;
  height: 0px;
  display: none;
}

#content .diffnew {
  background-color: #00FF7F;
  color: #008B45;
  font-weight: bold;
}

#content .timeline li {
  margin-bottom: 10px;
  padding: 5px;
  margin-left: 25px;
}

#content .timeline li:hover {
  background-color: #f3f3f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content .timeline li.t-download {
  list-style-image: url('../../../public/images/icons/actions/go-bottom.png');
}

#content .timeline li.t-bugs, #content .timeline li.t-bugs-updates {
  list-style-image: url('../../../public/images/icons/categories/preferences-system.png');
}

#content .timeline li.t-news {
  list-style-image: url('../../../public/images/icons/stock/generic/stock_news.png');
}

#content .timeline li.t-doc {
  list-style-image: url('../../../public/images/icons/apps/accessories-dictionary.png');
}

#content .timeline li.t-browse {
  list-style-image: url('../../../public/images/icons/places/folder-remote.png');
}

#content .timeline li.t-forum, #content .timeline li.t-forum-answers {
  list-style-image: url('../../../public/images/icons/actions/mail-reply-all.png');
}

#content .timeline li.t-i18n {
  list-style-image: url('../../../public/images/icons/apps/preferences-desktop-locale.png');
}

#content .fstree ul {
  vertical-align: middle;
  line-height: 1.5em;
  height: 1.5em;
  font-size: 1.4em;
  background-color: #f3f3f3;
  border-bottom: 1px #ccc dashed;
  margin-bottom: 15px;
}

#content .fstree ul li {
  list-style-type: none;
  list-style-image: none;
  float: left;
}

#content .fstree ul li a {
  padding-left: 20px;
  display: block;
  width: auto;
  font-weight: bold;
}

#content .fstree ul li a:hover {
  text-decoration: none;
}

#content .fstree .current a {
  color: #000;
}

#content .fstree .dir {
  font-style: italic; 
  background: transparent url('../../../public/images/icons/places/folder.png') center left no-repeat;
}

#content .fstree .file {
  background: transparent url('../../../public/images/icons/places/file.png') center left no-repeat;
}

#content .fortune {
  padding-left: 20px;
  padding-bottom: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  border-left: 1px #ccc solid;
  border-bottom: 1px #ccc solid;  
}

#content .fortune h1 {
  font-size: 1.2em;
}

#content .fortune h1 a {
  letter-spacing: 0.1em;
  font-variant: small-caps;
  color: #ccc; 
}

#content .fortune .vote {
  padding-top: 5px;
  margin-right: 10px;
  float: right;
}

#content .chart {
  float: left;
  background-color: #fff;
  border: 1px #ccc solid;
  padding: 5px;
  margin-right: 30px;
}

#content ul, #content ol, #content p {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content .project-news-sum {
  background-color: #F5FFFA;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px;
  padding: 10px;
}

#content .project-news-sum:hover {
  background-color: #F8F8FF;
}

#content .project-news-sum h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  background-color: transparent;
}

#content .project-news-sum h2 a {
  display: block;
}

#content .project-news-sum h2 a:hover {
  text-decoration: none;
}

#content .project-news-sum .content {
  padding: 0px 5px 0px 10px;
  border-left: 5px #ccc solid;
}

#content .project-news-sum .infos {
  border-top: 1px #ccc solid;
  padding: 3px 0 0 0;
  margin-top: 10px;
}

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

#content .legends_box {
  width: 10px;
  border: 1px #8e8e8e solid;
}

#content .progressbar {
  float: left;
  height: 30px;
  border-bottom: 1px #8e8e8e solid;
  border-top: 1px #8e8e8e solid;
}

#content .progressbar_left {
  border-left: 1px #8e8e8e solid;
}

#content .progressbar_right {
  border-right: 1px #8e8e8e solid;
}

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

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

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

#content .toolbuttons {
  float: right;
  margin: 2px 5px 2px 2px;
}

#content .toolbuttons a:link, #content .toolbuttons a:visited {
  display: block;
  margin-bottom: 5px;
  border: 2px #ccc solid;
  background-color: #FFF8DC;
  text-align: center;
  padding: 5px 5px 5px 18px;
}

#content .toolbuttons a:hover {
  border: 2px #8e8e8e solid;
  color: #696969;
  text-decoration: none;
}

#content .toolbuttons .tbugs {
  background-image: url('../../../public/images/icons/apps/utilities-system-monitor.png');
  background-repeat: no-repeat;
  background-position: center left;
}

#content .toolbuttons .tforum {
  background-image: url('../../../public/images/icons/actions/mail-forward.png');
  background-repeat: no-repeat;
  background-position: center left;
}

#content .toolbuttons .tdown {
  background-image: url('../../../public/images/icons/actions/document-save.png');
  background-repeat: no-repeat;
  background-position: center left;
}

#content table.bugs-attachements {
  width: 100%;
}

#content table.bugs-attachements td.logo {
  width: 18px;
}

#content table.bugs-attachements td.delete {
  width: 25px;
}

#content img.preview-upload {
  width: 100px;
  margin-left: 10%;
  border: 1px #8e8e8e solid;
  border-bottom: 5px #8e8e8e solid;
}

#content div.screenshot {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 180px;
}

#content a.ptag {
  background-color: #FFF8DC;
  padding-left: 2px;
  padding-right: 2px;
  border: 1px #FFDEAD solid;
}

#content a.ptag:hover {
  text-decoration: none;
  border: 1px #DAA520 solid;
}

#content div.timelineconf {
  padding: 10px;
  margin: 5px;
  border: 1px #8e8e8e solid;
  background-color: #f0f0f0;
  width: 30%;
}

#content div.timelineconf h4 {
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#content div.timelineconf p {
  margin: 0;
  padding: 0;
  margin-bottom: 2px;
}

#content div.timelineconf label, #content div.evidence label {
  display: inline-block;
  width: 45%;
}

#content div.timelineconf .submit {
  float: right;
}

#content li.modifiedfiles span.anchor a {
  color: #456456;
  display: none;
}

#content li.modifiedfiles:hover span.anchor a {
  display: inline;
  text-decoration: none;
}

#content .forum-anchor {
  float: right;
  padding: 2px;
}

#content .forum-anchor a:link, #content .forum-anchor a:visited {
  color: #8e8e8e;
}

#content .forum-anchor a:hover {
  text-decoration: none;
  color: #363636;
}

#content div.translate {
  clear: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px;
  border: 1px #666666 solid;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#content div.translate span.string {
  border-left: 1px #ccc solid;
  background-color: #f4f4f4;
  display: block;
  padding: 5px;
  margin-top: 10px;
}

#content div.translate span.prop {
  border-left: 1px #698B22 solid;
  background-color: #FDF5E6;
}

#content div.translate span.head {
  font-weight: bold;
  color: #4F4F4F;
}

#content div.translate hr {
  width: 100%;
}

#content div.translate div.proposal {
  margin-top: 10px;
  padding: 10px;
  border: 1px #ccc solid;
}

#content div.translate div.proposal strong {
  width: 150px;
  display: inline-block;
  margin-bottom: 5px;
}

#content div.translate input[type="text"] {
  width: 50%;
}

#content .translationprogressbar {
  float: left;
  height: 1.0em;
  border-bottom: 1px #8e8e8e solid;
  border-top: 1px #8e8e8e solid;
}

#content .translationprogressbar a {
  display: block;
}

#content .translationprogressbar a:hover {
  text-decoration: none;
}

#content li.translationlang {
  background-color: #f4f4f4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 5px;
}


/* FOOTER */
#footer {
  margin-top: 10px;
  border-top: 1px #8e8e8e solid;
  height: 4em;
  background: url('../../../public/images/logos/ct_cube.png') right bottom;
  background-repeat: no-repeat;
}

#footer img {
  margin-top: 2px;
}

#footer .admin {
  font-size: 0.8em;
}

#powered {
  margin-top: 1.3em;
  float: right;
  margin-right: 55px;
}


#exec {
  text-align: center;
  display: block;
  font-size: 0.95em;
  color: #8e8e8e;
}

