
/*
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 6px 4px;
}

body { padding: 20px; font-size: 0.85em; font-family: georgia, serif; }
*/
.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }
.btn[class] {  background-image: url(shade.png); background-position: bottom; }

* html .btn { border: 3px double #aaa; }
* html .btn.blue { border-color: #2ae; }
* html .btn.green { border-color: #9d4; }
* html .btn.pink { border-color: #e1a; }
* html .btn:hover { border-color: #a00; }



p 					{ font-family: Arial, Helvetica, sans-serif; }

address 			{ font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal;  }

pre				{ margin-top: 0px; margin-bottom: 0px; }

a					{ color:#0039ba; text-decoration:none; }
a:hover					{ text-decoration:underline; }
a:active 			{}
a:link    			{}
a:visited 			{}
a.subtle			{ color:#0039ba; text-decoration: none; }
a:hover.subtle			{ text-decoration:underline; }
a.resolved			{ text-decoration: line-through underline; }
a > img				{ border: none; }

form				{ display: inline; }


.required_form td {padding:2px;}
.required_form span{font-size:10px; font-family:Arial;}


input				{}
input.button			{font-size:11px; cursor:pointer; font-weight:bold; font-family:Arial; padding:1px 5px; background: url("../img/bg_input.jpg") repeat scroll 0 0 transparent; border:1px solid #7f9bdf; color:#fff;}
input.button-small		{ font-size:11px; cursor:pointer; font-weight:bold; font-family:Arial; padding:1px 5px; background: url("../img/bg_input.jpg") repeat scroll 0 0 transparent; border:1px solid #7f9bdf; color:#fff; }

textarea			{}
select				{}

span				{ font-family: Arial, Helvetica, sans-serif; font-size:11px; }
span.print			{ font-size: 11px; }
span.required 		{ font-size: 11px; color: #bb0000; margin-left: 0px; margin-right: 2px; }
span.small 			{ font-size: 11px; font-weight: normal; }
span.pagetitle		{ font-size: 11px; font-weight: bold; text-align: center }
span.bracket-link	{ white-space: nowrap; padding-right: 10px; }
span.radio-text		{ font-size: 11px; color: #000000; font-weight: normal; margin-left: 0px; margin-right: 10px; }

span.dependency_dated		{ color: brown; }
span.dependency_met			{ color: green; }
span.dependency_unmet		{ color: red; }
span.dependency_upgrade		{ color: orange; }

table				{ border-collapse:collapse; }
table.hide			{ width: 100%; border: solid 0px #ffffff; }
table.width100		{ width: 100%; border: solid 1px #83AADF; }
table.width90		{ width: 90%;  border: solid 1px #36648b; }
table.width75		{ width: 75%;  border: solid 1px #83AADF; }

.botao_calendario { width: 100%; color: #ffffff; font-weight: bold; background-color: #483D8B; margin-top: 15px}
.botao_calendario td { padding: 10px; text-align: center }
.botao_calendario a { color: #ffffff !important;}

table.width60		{ width: 60%;  border: solid 1px #83AADF; }
table.width50		{ width: 50%;  border: solid 1px #83AADF; }

td 					{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding: 4px; text-align: left; }
td.center			{ text-align: center; }
td.left				{ text-align: left; padding-left: 12px; }
td.right			{ text-align: right; }
td.category			{ background-color: #ffffff; color: #000000; font-weight: bold; vertical-align : top; padding-left: 12px; }
td.overdue			{ background-color: #ff0000; color: #000000; font-weight: bold; }

td.col-1			{ background-color: #f4f7ff; color: #000000; }
td.col-2			{ background-color: #e8e8e8; color: #000000; }
td.form-title,
tr.form-title 		{ background-color: #D2DAF3; color: #000099; 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.form-footer,
tr.form-footer		{ background-color: #fafaff; color: #000000; font-weight: bold; text-align: center; }
td.form-footer		{ padding:2px; }

td.nopad			{ padding: 0px; }
td.small-caption	{ font-size: 11px; }
td.print			{ font-size: 11px; text-align: left; padding: 2px; }
td.print-category	{ font-size: 11px; color: #000000; font-weight: bold; text-align: right; padding: 2px; }
td.print-overdue	{ font-size: 11px; 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: 11px; line-height: 0.1; padding: 0px;}
td.group-title		{ background-color: #f4f7ff; color: #002884; font-weight: bold; text-align: center;}

tr					{}
tr.spacer			{ background-color: #ffffff; color: #000000; height: 5px; }

tr.row-1			{ background-color: #fafaff; color: #000000; }
.row-1 td 		{ padding: 2px 8px 2px 8px; }

tr.row-2			{ background-color: #f4f7ff; color: #000000; }
.row-2 td 		{ padding: 2px 8px 2px 8px; }

tr.row-category		{ background-color: #ffffff; color: #000000; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #ffffff; color: #000000; }
tr.row-category-history { background-color: #ffffff; 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; }
tr.border-bottom	{ border: solid 1px #83AADF; }

#buglist tr			{ text-align: center; }

td.bugnote-public		{ background-color: #ffffff; 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: 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
{
	background-color: #e8e8e8;
	color: #ffffff;
	text-align: center;
	width: 100%;
	padding: 5px;
}

td.menu a
{
	white-space: nowrap;
}

td.news-heading-public	{ background-color: #ffffff; color: #000000; text-align: left; border-bottom: 1px solid #000000; }
td.news-heading-private	{ background-color: #f4f7ff;       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: 11px; }
.small-normal 			{ font-size: 11px; font-weight: normal; }
.small-subprojects		{ font-size: 11px; width: 200px; }
.bold					{ font-weight: bold; }
.bold-small				{ font-weight: bold; font-size:11px; }
.italic					{ font-style: italic; }
.italic-small			{ font-style: italic; font-size:11px; }
.underline				{ text-decoration: underline; }
.underline-small		{ text-decoration: underline; font-size:11px; }
.strike					{ text-decoration: line-through; }
.strike-small			{ text-decoration: line-through; font-size:11px; }
.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; }

