body {
	background: #F9F9F9;
	color: #606060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt
}

pre {
	margin-top: 0;
	margin-bottom: 0;
}

a {
	color: #ff6600;
}

a:active {}

a:link {}

a:visited {}

a.subtle {
	color: #ff6600;
	text-decoration: none;
}

a.resolved {
	text-decoration: line-through underline;
}

a > img {
	border: none;
}

form {
	display: inline;
}

input {}

input.button {}

input.button-small {
	font-size: 8pt;
}

textarea {}

select {}

span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

span.print {
	font-size: 8pt;
}

span.required {
	font-size: 8pt;
	color: #bb0000;
}

span.small {
	font-size: 8pt;
	font-weight: normal;
}

span.pagetitle {
	font-size: 12pt;
	font-weight: bold;
	text-align: center
}

span.bracket-link {
	white-space: nowrap;
}

span.dependency_dated {
	color: brown;
}

span.dependency_met {
	color: green;
}

span.dependency_unmet {
	color: red;
}

span.dependency_upgrade {
	color: orange;
}

table {}

table.hide {
	width: 100%;
	border: solid 0 #ffffff;
}

table.width100 {
	width: 100%;
	border: solid 1px #ccc;
}

table.width90 {
	width: 90%;
	border: solid 1px #ccc;
}

table.width75 {
	width: 75%;
	border: solid 1px #ccc;
}

table.width60 {
	width: 60%;
	border: solid 1px #ccc;
}

table.width50 {
	width: 50%;
	border: solid 1px #ccc;
}

table.width100,
table.width50,
table.width60,
table.width75,
table.width90 {
	border-radius: 5px;
	box-shadow: 0 10px 18px #C8C8C8;
	padding: 10px;
	background-color: #fff;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px;
	text-align: left;
}

td.center {
	text-align: center;
}

td.left {
	text-align: left;
}

td.right {
	text-align: right;
}

td.category {
	background-color: #f2f2f2;
	color: #000000;
	font-weight: bold;
	vertical-align: top;
}

td.overdue {
	background-color: #ff0000;
	color: #000000;
	font-weight: bold;
}

td.col-1 {
	background-color: #d8d8d8;
	color: #000000;
}

td.col-2 {
	background-color: #e8e8e8;
	color: #000000;
}

td.form-title {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align: left;
}

td.form-title-caps {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

td.nopad {
	padding: 0;
}

td.small-caption {
	font-size: 8pt;
}

td.print {
	font-size: 8pt;
	text-align: left;
	padding: 2px;
}

td.print-category {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}

td.print-overdue {
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	padding: 2px;
}

td.print-bottom {
	border-bottom: 1px solid #000000;
}

td.print-spacer {
	background-color: #ffffff;
	color: #000000;
	font-size: 1pt;
	line-height: 0.1;
	padding: 0;
}

tr {}

tr.spacer {
	background-color: #ffffff;
	color: #000000;
	height: 5px;
}

tr.row-1 {
	background-color: #d8d8d8;
	color: #000000;
}

tr.row-2 {
	background-color: #e8e8e8;
	color: #000000;
}

tr.row-category {
	background-color: #f2f2f2;
	color: #000000;
	font-weight: bold;
}

tr.row-category td {
	text-align: center;
}

tr.row-category2 {
	background-color: #f2f2f2;
	color: #000000;
}

tr.row-category-history {
	background-color: #f2f2f2;
	color: #000000;
	font-weight: bold;
}

tr.row-category-history td {
	text-align: left;
}

tr.vcenter {
	vertical-align: middle;
}

tr.print {
	vertical-align: top;
}

tr.print-category {
	color: #000000;
	font-weight: bold;
}

#buglist tr {
	text-align: center;
}

td.bugnote-public {
	background-color: #f2f2f2;
	color: #000000;
	font-weight: bold;
	width: 25%;
	line-height: 1.4;
	vertical-align: top;
}

td.bugnote-private {
	background-color: #e8e8e8;
	color: #000000;
	font-weight: bold;
	width: 25%;
	line-height: 1.4;
	vertical-align: top;
}

td.bugnote-note-public {
	background-color: #e8e8e8;
	color: #000000;
	width: 75%;
	vertical-align: top;
}

td.bugnote-note-private {
	background-color: #e8e8e8;
	color: #000000;
	width: 75%;
	vertical-align: top;
}

td.login-info-left {
	width: 33%;
	padding: 0;
	text-align: left;
}

td.login-info-middle {
	width: 33%;
	padding: 0;
	text-align: center;
}

td.login-info-right {
	width: 33%;
	padding: 0;
	text-align: right;
	white-space: nowrap;
}

td.menu {
	background-color: #e8e8e8;
	color: #606060;
	text-align: center;
	width: 100%;
	padding: 5px;
}

td.menu a {
	white-space: nowrap;
}

td.news-heading-public {
	background-color: #f2f2f2;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000000;
}

td.news-heading-private {
	background-color: #d8d8d8;
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #000000;
}

td.news-body {
	background-color: #ffffff;
	color: #000000;
	padding: 16px;
}

img {}

img.icon {
	width: 11px;
	height: 11px;
}

img.delete-icon {
	position: relative;
	top: 5px;
	border: 0;
}

div {
	padding: 3px;
}

div.menu {
	background-color: #e8e8e8;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: 1px;
}

div.center {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

div.border {
	background-color: #ffffff;
	border: solid 1px #000000;
	text-align: center;
	position: relative;
}

div.quick-summary-left {
	width: 49%;
	padding: 2px;
	text-align: left;
	float: left;
}

div.quick-summary-right {
	width: 49%;
	padding: 2px;
	text-align: right;
	float: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

.small {
	font-size: 8pt;
}

.small-normal {
	font-size: 8pt;
	font-weight: normal;
}

.small-subprojects {
	font-size: 8pt;
	width: 200px;
}

.bold {
	font-weight: bold;
}

.bold-small {
	font-weight: bold;
	font-size: 8pt;
}

.italic {
	font-style: italic;
}

.italic-small {
	font-style: italic;
	font-size: 8pt;
}

.underline {
	text-decoration: underline;
}

.underline-small {
	text-decoration: underline;
	font-size: 8pt;
}

.strike {
	text-decoration: line-through;
}

.strike-small {
	text-decoration: line-through;
	font-size: 8pt;
}

.hidden {
	display: none;
}

.nowrap {
	white-space: nowrap;
}

.positive {
	color: green;
}

.negative {
	color: red;
}

.issue-status {
	border-bottom: 1px dotted black;
}

.avatar {
	float: right;
	border: 0;
}

.progress400 {
	position: relative;
	width: 400px;
	border: 1px solid #d7d7d7;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1px;
}

.progress400 .bar {
	display: block;
	position: relative;
	background: #6bba70;
	text-align: center;
	font-weight: normal;
	color: #333;
	height: 2em;
	line-height: 2em;
}

#fcMetaNavigation {
	background-color: #2f2f2f;
	clear: both;
	color: #ccc;
	font-size: 13px;
	padding: 0 3px 0 3px;
}

#fcMetaNavigation a {
	color: #ccc;
	display: block;
	float: left;
	padding: 7px 6px 6px 6px;
	text-decoration: none;
}

#fcMetaNavigation a:hover {
	background-color: #4c4c4c;
}

#fcMetaNavigation .act {
	color: #fff;
	font-weight: bold;
}

.fcMetaNavigationRight {
	float: right;
	padding: 7px 6px 6px 6px;
}

#fcContainer {
	margin: 0 5px;
}

#fcTicketCounter {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 4px 18px #C8C8C8;
	font-size: 20px;
	padding: 3px;
	float: right;
}

#fcTopLink {
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-bottom: 0;
	border-radius: 3px 3px 0 0;
	bottom: 0;
	box-shadow: 0 4px 18px #C8C8C8;
	font-size: 20px;
	padding: 15px;
	position: fixed;
	right: 20px;
	z-index: 999;
}

#fcTopLink a {
	text-decoration: none;
}

#filter_open,
#filter_closed {
	clear: both;
}

.fcClear {
	clear: both;
}

.fcEmoticon {
	height: 1em;
    box-shadow: none !important;
}
.fcGitLinksHighlighted {
	background: #ff660099;
	transition: background 2s linear;
	-webkit-transition: background 2s linear;
	-moz-transition: background 2s linear;
}
.fcGitLinksNotHighlighted {
	transition: background 1s linear;
	-webkit-transition: background 1s linear;
	-moz-transition: background 1s linear;
}

code {
	background-color: #333;
	border-radius: 2px;
	color: #fff;
	padding: 1px 3px 1px 3px;
}

code[class] { padding: 0; }

code span { font-family: inherit; }

.bugnote-note-public ul {
	padding-left: 15px;
}

/* FCFR optimisation */
img {
	max-width:100%;
	height: auto;
}
td[class^="bugnote-note"] iframe {
    max-width:100%;
}
td[class^="bugnote-note"] img {
    box-shadow: 2px 2px 5px #000;
}
.bugnotes-table {
	table-layout: fixed;
}
blockquote {
    margin: 0;
    border-left: 5px solid blue;
    padding: 0.5em 1em;
    background-color: white;
}
/* MarkdownTables */

.ticketDescription table,
.bugnote table {
	background-color: #fff;
}
.ticketDescription table thead tr,
.bugnote table thead tr {
	background-color: #808080;
	color: white;
}
.ticketDescription table tbody tr:nth-child(odd),
.bugnote table tbody tr:nth-child(odd) {
	background-color: #f6f6f6;
}

