body {
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px;
}
body.login {
	background-color: #d52b1f;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px 0px;
}

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

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

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

a					{}
a:active 			{}
a:link    			{color: #A50505; text-decoration: none;}
a:visited 			{color: #A50505; text-decoration: none;}
a.subtle			{ color: blue; text-decoration: none; }
a.resolved			{ text-decoration: line-through underline; }
a > img				{ border: none; }
a.last-visited:link 	{color: #FFFFFF; text-decoration: underline; font-size: 8pt;}
a.last-visited:visited 	{color: #FFFFFF; text-decoration: underline; font-size: 8pt;}

form				{ display: inline; }

input				{}
input.button		{
	font-size: 8pt;
	background-image: url('../images/button_bckgr.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #A50505;
	font-weight: bold;
}

input.button-small		{ 
	font-size: 8pt;
	background-image: url('../images/button_bckgr.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #A50505;
	font-weight: bold;
}


textarea			{}
select				{}

span				{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
span.print			{ font-size: 8pt; }
span.required 		{ font-size: 8pt; color: #dc8b89; }
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; color: #bfbebe}
span.bracket-link-white { white-space: nowrap; color: #FFFFFF; }

span.dependency_dated		{ color: maroon; }
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 0px #999999; }
table.width90		{ width: 95%;  border: solid 0px #999999; }
table.width75		{ width: 75%;  border: solid 0px #999999; }
table.width60		{ width: 60%;  border: solid 1px #999999; }
table.width50		{ width: 50%;  border: solid 1px #999999; }
table.width33		{ width: 33%;  border: solid 0px #999999; }
table.header {
	background-image: url('../images/header_bckgr.gif');
	background-repeat: repeat-x;
	width:100%;
}
table.login-info	{ width: 100%; color: white; float: right; padding-right: 15px; padding-top: 10px;}
table.menu			{ width: 100%; padding-top: 1px;}
table.login			{ width: 50%;  border: 0px;}
table.buglist		{ width: 95%; border: solid 0px;}
table.datacaption	{ width: 90%;  border: solid 0px;}

table.width100 td.form-title, table.width90 td.form-title, table.width75 td.form-title { font-size: 10pt; border-bottom: solid 2px #a40704;}
table.width100 td.form-last, table.width90 td.form-last,  table.width75 td.form-last  { background-color:#f0f0f0;  border-top: solid 2px #989898;}
table.width100 span.required, table.width90 span.required, table.width75 span.required { font-size: 8pt; color: #d52b1e; }
table.width100 td.form-title-nor, table.width90 td.form-title-nor, table.width75 td.form-title-nor {font-size: 8pt; font-weight: normal;}
table.width100 tr.spacer, table.width90 tr.spacer, table.width75 tr.spacer { background-color:#989898; height: 2px;}
table.width100 tr.spacer td {padding: 0px;}

td 					{ font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 8pt; padding: 4px; text-align: left}
td.center			{ text-align: center; }
td.left				{ text-align: left; }
td.right			{ text-align: right; }
td.category			{ background-color: #d4d4d4; color: #000000; font-weight: bold; vertical-align : top; }
td.overdue			{ background-color: #d52b1f; color: #FFFFFF; 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: 0px; }
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: 0px;}
td.header			{ width: 50%; padding: 0px; text-align: left; vertical-align: top;}
td.login-header		{ width: 100%; padding: 0px; text-align: left; vertical-align: middle;}
td.login-info-right	{ width: 33%; padding: 0px; text-align: right; white-space: nowrap; font-size:8pt;}
td.login-title		{ background-color: #A40704; color: #FFFFFF; font-weight: bold; font-size: 10pt; padding-left: 15px;}
td.login-row		{ background-color: #B40804; color: #FFFFFF; font-weight: bold; font-size: 8pt; padding-left: 15px; border-bottom: solid 1px #A40704;}
td.login-row-normal { background-color: #B40804; color: #FFFFFF; font-weight: normal; font-size: 8pt; padding-left: 15px; border-bottom: solid 1px #A40704;}
td.login-center		{ background-color: #DC4D42; color: #FFFFFF; font-weight: bold; font-size: 8pt; padding-left: 15px; text-align: center;}

tr					{}
tr.spacer			{ background-color: #ffffff; color: #000000; height: 5px; }
tr.spacer-bugnotes	{ padding: 0px; height: 1px;}
tr.spacer-bugnotes	td { padding: 0px; }
tr.row-1			{ background-color: #e3e3e3; color: #000000; }
tr.row-2			{ background-color: #e3e3e3; color: #000000; }
tr.row-category		{ background-color: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #d4d4d4; color: #000000; }
tr.row-category3	{ background-color: #c8c8d8; color: #000000; }
tr.row-category-history { background-color: #d4d4d4; color: #000000; font-weight: bold;}
tr.row-category-history td { text-align: left;}
tr.row-history td		{ background-color: #e3e3e3; color: #000000; border-bottom-width: 1px; border-bottom-color: #000000;}
tr.row-history 	{ background-color: #e3e3e3; color: #000000; border-bottom-width: 1px; border-bottom-color: #000000;}
tr.vcenter			{ vertical-align: middle; }
tr.print			{ vertical-align: top; }
tr.print-category	{ color: #000000; font-weight: bold; }
tr.buglist, table.buglist tr.row-category			{ 
	background-image: url('../images/buglist_bckgr.gif');
	background-repeat: repeat-x;
	background-color:#696969;
	color: #FFFFFF;
	font-weight: bold;
}
tr.buglist td  {text-align:center;}
tr.buglist a:link 	{color: #FFFFFF; text-decoration: underline; font-size: 8pt;}
tr.buglist a:visited 	{color: #FFFFFF; text-decoration: underline; font-size: 8pt;}

#buglist tr			{ text-align: center; }

td.bugnote-public		{ background-color: #d4d4d4; 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.menu
{
	background-color: #e3e3e3;
	color: #808080;
	text-align: left;
	width: 100%;
	padding: 5px;
	padding-left: 15px;
	font-weight: bold;
}

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: 0px; }
div.menu				{ background-color: #e8e8e8; color: #000000; text-align: center; width: 100%; padding: 1px; }

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

div.border
{
	background-color: #d4d4d4;
	border: solid 0px #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; }
.floatbottom			{ }

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

.bottom-line {color:#a40704;}