body {
	background-color: #faf1c5; 
	color: #12141e; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	margin: 6px 4px; 
}

p { font-family: Verdana, Arial, Helvetica, sans-serif; }

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

a, a:active, a:link, a:visited { 
	color: #1c2638;
	text-decoration: none;
}

a:hover {
	color: #3a4959;
	text-decoration: underline;
}

a.subtle {
	color: #1c2638;
	text-decoration: none;
}

form { display: inline; }

input, select, textarea { 
	border: 1px solid #6F6F6F;
	padding: 2px 4px;
	-moz-border-radius: 3px; 
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

input:hover {
	border-color: #3a4959;
}

input[type=submit], input.button { font-weight: bold; }

input[type=submit]:hover, input.button:hover {
	background-color: #c9c9c9;
}

input.button-small { font-size: 8pt; }

span {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

span.print { font-size: 8pt; }

span.required {
	font-size: 8pt; 
	color: #b00;
}

span.small {
	font-size: 8pt;
	font-weight: normal;
}

span.pagetitle {
	font-size: 12pt;
	text-align: center;
}

span.bracket-link { white-space: nowrap; }

table { 
	border-spacing: 0 1px;
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

table.hide {
	width: 100%;
	border: 0;
}

table.width100 {
	width: 100%;
	border: solid 1px #000;
	padding: 3px 5px;
	background-color: #fff
}

table.width75 {
	width: 75%;
	background-color: #fff;
	border: solid 1px #000;
	padding: 4px;
	color: #3a4959;
}

table.width60 {
	width: 60%;
	border: solid 1px #000;
	background-color: #fff;
	padding: 4px;
}

table.width50 {
	width: 50%;
	border: solid 1px #000;
	background-color: #fff;
	padding: 4px;
}

table.width75 a, table.width60 a, table.width50 a { font-weight: bold; }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 4px;
	text-align: left;
}

td.center { text-align: center; }

td.left { text-align: left; }

td.right { text-align: right; }

td.category {
	background-color: #3a4959;
	color: #fff;
	font-weight: bold;
	vertical-align: center;
}

td.category a, td.category a:hover { color: #fff; text-decoration: none;}

td.col-1, td.col-2{
	background-color: #d8d8d8;
	color: #000;
}

td.form-title { 
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-align: center;
 	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-khtml-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

td.nopad { padding: 0; }

td.small-caption {
	font-size: 8pt;
	text-align: center;
}

td.print {
	font-size: 8pt;
	text-align: left;
	padding: 2px;
}

td.print-category {
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding: 2px;
}

td.print-bottom { border-bottom: 1px solid #000; }

td.print-spacer {
	background-color: #fff;
	color: #000;
	font-size: 1pt;
	line-height: 0.1;
	padding: 0;
}

tr.spacer {
	background-color: #fff;
	color: #000;
	height: 5px;
}

tr.row-1 {
	background-color: #bacfba;
	color: #000;
}

tr.row-2 {
	background-color: #899c90;
	color: #000;
}

tr.row-category, tr.row-category a {
	background-color: #3a4959;
	color: #fff;
	font-weight: bold;
}

tr.row-category td  { text-align:center; }

tr.row-category2 {
	background-color: #fff;
	color: #000;
}

tr.row-category-history {
	background-color: #c8c8e8;
	color: #000;
	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: #000;
	font-weight: bold;
}

#buglist { background-color: #fff; }

#buglist tr { text-align: center; }

tr.bugnote { vertical-align: top; }

td.bugnote-public {
	background-color: #bacfba;
	color: #000;
	font-weight: bold;
	width: 25%;
	line-height: 1.4;
}

td.bugnote-private {
	background-color: #e8e8e8;
	color: #000;
	font-weight: bold;
	width: 25%;
	line-height: 1.4;
}

td.bugnote-note-public, td.bugnote-note-private{ 
	background-color: #fff;
	color: #000;
	width: 75%;
	border: 1px solid #bacfba;
}

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  { 
	color: #fff;
	text-align: center;
	width: 100%;
	padding: 5px;
	margin: 0 10px;
	background-color: #3a4959;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-bottom-left-radius: 5px;
	border-top-bottom-radius: 5px;
}

td.menu a  {
	color: #fff;
	white-space: nowrap;
}

td.menu a:hover {
	color: #faf1c5;
}

td.menu.right {
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

td.news-heading-public {
	background-color: #c8c8e8;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
}

td.news-heading-private {
	background-color: #d8d8d8;
	color: #000;
	text-align: left;
	border-bottom: 1px solid #000;
}

td.news-body {
	background-color: #fff;
	color: #000;
	padding: 16px;
}

img.icon {
	width: 11px;
	height: 11px;
}

img.delete-icon {
	position: relative;
	top: 5px;
	border: 0;
}

div { padding: 3px; }

div.menu {
	background-color: #e8e8e8;
	color: #000;
	text-align: center;
	width: 100%;
	padding: 1px;
}

div.border-center { 
	background-color: #fff;
	border: solid 1px #000;
	text-align: center;
	width: 50%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 5px; 
	-moz-border-radius: 6px; 
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

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; }

.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;
}

.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: 400;
	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;
}

.hidden {
	display: none;
}