body {
	background-color: #ffffff; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	margin-left: 4px; 
	margin-right: 4px; 
	margin-top: 6px; 
	margin-bottom: 6px; 
	padding:5px;
}

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

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

a, a:visited { 
	color:#0033CC
}
a:visited 			{}
a.subtle			{ color: blue; text-decoration: none; }

a:hover, a:visited:hover { 
	color:#009933;
}
a:active 			{ color: ;    }
a:visited 			{ color: ;   }
a.subtle			{ color:#000099; text-decoration: none; }

form				{ display: inline; }

input				{}
input.button			{}
input.button-small		{ }

textarea			{}
select				{}

span				{ font-family: Verdana, Arial, Helvetica, sans-serif; }
span.print			{ font-size: 8pt; }
span.required 		{ font-size: 0.9em; color: #bb0000; }
span.small 			{ font-weight: normal; }
span.pagetitle		{ font-size: 1.2em; 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 0px #ffffff; }
table.width100		{ width: 100%; border: solid 1px #000000; }
table.width75		{ width: 75%;  border: solid 1px #000000; }
table.width60		{ width: 60%;  border: solid 1px #000000; }
table.width50		{ width: 50%;  border: solid 1px #000000; }

td 					{ font-family: Verdana, Arial, Helvetica, sans-serif; padding: 3px; text-align: left; }
td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ 
	background-color:#E9E9E9; 
	color: #000000; 
	font-weight: bold; 
	vertical-align : top; 
	padding:2px;
}
td.overdue			{ 
	background-color: #ff0000; 
	color: #000000; 
	font-weight: bold; 
}

td.menu	{ 
	background-color: #2a7e42; 
	color: #e9e9fd; 
	text-align: center; 
	width: 100%; 
	padding: 2px; 
}

td.menu a, td.menu a:visited	{ 
	color:#f3f2df; 
	font-weight:bold;
	text-decoration:none;
	font-face:Verdana;
	font-size:1em;
}

td.menu a:hover, td.menu a:visited:hover	{ 
	color: #FFFFFF; 
}


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

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

.form-title a, .form-title a:visited		{ 
	font-size:1em;
	font-weight:bold;
}

.form-title a:hover, .form-title a:visited:hover		{ 
	color:#009933;
}

td.nopad			{ padding: 0px; }
td.spacer			{ background-color: #ffffff; color: #000000; font-size: 1pt; line-height: 0.1; }
td.small-caption	{ 
	font-weight:bold;
}
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: 0px;}

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

.status_10 {background-color:#f3cdcd;}
.status_20 {background-color:#ffffff;}
.status_30 {background-color:#e3e3e3;}
.status_40 {background-color:#f1f4cc;}
.status_50 {background-color:#ffd850;}
.status_80 {background-color:#88ce9c;}
.status_90 {background-color:#bbbbbb;}
/*
	define( 'NEW_',				10 );   # NEW seems to be a reserved keyword
	define( 'FEEDBACK',			20 );
	define( 'ACKNOWLEDGED',		30 );
	define( 'CONFIRMED',		40 );
	define( 'ASSIGNED',			50 );
	define( 'RESOLVED',			80 );
	define( 'CLOSED',			90 );
*/

tr.row-category td  {  text-align:center; }
tr.row-category2	{ 
	background-color:#e2f6e8;
	color: #000000; 
}
tr.row-1			{ 
	background-color: #ebebed; 
	color: #000000; 
}
tr.row-2			{ background-color: #e2f6e8; color: #000000; }

tr.row-category-history { background-color: #c8c8e8; 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; }

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

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

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

td.news-heading-public	{ background-color: #c8c8e8; 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;}

div.center { display:none};
.center					{ text-align: center; }
.left					{ text-align: left; }
.right					{ text-align: right; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; }
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline;  }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; }
.hidden				{ display: none; }

.nowrap {
	white-space: nowrap;
}

.positive
{
	color: green;
}
.bugInfo .number {
	padding:3px;

}

.negative
{
	color: red;
}

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

}
.bugInfo .summary .title {
	padding:2px;
	font-weight:bold;
}

.bugInfo .summary .project {
	padding:2px;
	color:#1e2072
}

.bugInfo .summary .date {
	padding:2px;
	color:#333333;
	font-size:0.9em;
}

.avatar
{
	float: right;
	border: 0;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius: 5px;
}

.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; }

.statusPercentage {
	width:100%;
}

.statusPercentage strong {
	padding-left:18px;
	background-repeat:no-repeat;
	background-image:url(../images/chart_pie.png);
	font:bold 13px Verdana, Arial, Helvetica, sans-serif;
}

.statusPercentage .small-caption-center {
	font:10px Verdana, Arial, Helvetica, sans-serif;
}
