/*
 * MANTIS CSS
 */

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 			{}
a.subtle			{ color: blue; text-decoration: 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: 10pt; }
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; }

table				{ }
table.hide			{ width: 98%; border: solid 0px #ffffff; margin: 0 auto; }
table.width100		{ width: 98%; border: solid 1px #888; margin: 0 auto; }
table.width75		{ width: 98%; margin: 0 auto;}
table.width60		{ width: 60%; border: solid 1px #000000; }
table.width50		{ width: 50%; border: solid 1px #000000; }

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: #c8c8e8; color: #000000; font-weight: bold; vertical-align : top; }

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.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-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.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: #c8c8e8; color: #000000; font-weight: bold;}
tr.row-category td  {  text-align:center; }
tr.row-category2	{ background-color: #c8c8e8; 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	
{ 
	background-color: #e8e8e8;
	color: #000000;
	text-align: center;
	width: 100%;
	padding: 5px;
}

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

div.border-center		{ background-color: #E0E0E0; margin-top: 10px; border-top: 1px solid #C3C3C3; border-bottom: 1px solid #C3C3C3; padding: 5px 10px; text-align: center; position: relative; margin-right: auto; margin-left: auto; }

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

/*
 * ALTERAÇÕES PARA DAR CARA DO GRUPOS 
 */

* {
	margin: 0;
	padding: 0;
}

hr, br {
	display: none;
}

body {
	background-color: #151C31;
	background-image: url('http://gruposinternet.com.br/templates/source/20/images/body.png');
	background-repeat: repeat-x;
	background-position: top; 
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	text-align: center;
	padding-top: 27px;
}

#content {
	background-image: url('http://gruposinternet.com.br/templates/source/20/images/header.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	margin: 0 auto;
	width: 958px;
	text-align: left;	
	padding: 0;
	min-height: 650px;
	height: 650px;
	position: relative;
}

html>body #content {
	width: 954px;
	height: auto;
}

#headerLogo {
	height: 85px;
	text-align: right;
}

#headerLogo img {
	margin-top: 15px;
	margin-right: 20px;
}

div#mainMenu {
	width: 685px;
	border: none;
	position: absolute;
	top: 23px;
	background-image: url('http://gruposinternet.com.br/templates/source/20/images/menuCinzaEscuroMantis.png');
	background-position: left top;
	background-repeat: no-repeat;
} 

div#mainMenu td.menu {
	background-color: transparent;
}

div#mainMenu ul {
	padding-left: 19px;
}

div#mainMenu li {
	cursor: pointer;
	float: left;
	height: 40px;
	list-style: none;
	text-align: center;
	width: 132px;
}

#mainMenu .menuLi a {
	padding-top: 11px;
	display: block;
	width: 132px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
	text-decoration: none;
	text-transform: lowercase;
}

#mainMenu #logoutLink a {
	color: #555;
}

#footer {
	background-image: url('http://gruposinternet.com.br/templates/source/20/images/footerMantis.png');
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 163px;
	width: 958px;
	margin: 0 auto;
	text-align: left;
}

html>body #footer {
	width: 954px;
}

#userLogin td.login-info-left {
	width: 50%;
}

#userLogin #goTo {
	text-align: right;
}

#userLogin {
	padding: 0 0 0 10px;
	background-color: #e0e0e0;
	border-bottom: 1px solid #c3c3c3;
	margin-bottom: 10px;
	width: 100%;
}

.login-info-left .titleLabel {
	font-size: 11px;
	color: #777;
}

.login-info-left .italic {
	font-weight: bolder;
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
	color: #222;
}

.login-info-left .small {
	font-size: 11px;
	font-style: italic;
	color: #555;
}

input,
textarea,
select {
	border: 1px solid #aaa;
	background-color: #fdfdfd;
	padding: 2px;
}

input.button,
input.button-small {
	background-color: #b4b4b4;
	color: #fff;
	font-weight: bolder;
	border: 1px outset #999;
	padding-left: 5px;
	padding-right: 5px;
}

td.form-title,
td.right {
	background-color: #b4b4b4;
	color: #fff;
}

td.form-title a,
td.right a {
	color: #fff;
}

td.category,
tr.row-category,
td.bugnote-public,
tr.row-category-history {
	background-color: #cfe7ff;
	text-align: right;
	padding-right: 10px;
}

tr.row-2,
tr.row-category2,
td.bugnote-note-public {
	background-color: #e6f3ff;
}

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

tr.spacer {
	display: none;
}

#filter_closed table,
#filters_form_open table {
	border: none;
}

#filterBar td.center {
	width: 35%;	
}

#filterBar td.right {
	width: 15%;
}

#bugsTable table {
	margin-top: 10px;
}

#buglist td.form-title,
#buglist td.form-title span,
#buglist td.form-title a {
	font-size: 11px;
}

#filterBar .right {
	background-color: #fff;
}

#footerTable .left,
#footerTable .right {
	background-color: #555;
	color: #fff;
} 

#footerTable .left a,
#footerTable .right a {
	color: #fff;
}

#colorStatus {
	margin-top: 10px;
}

#recentlyVisited {
	background-color: #efeac3;
	padding: 4px 10px;
	font-size: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #928158;
	margin-top: -10px;
}

#recentlyVisited a {
	font-size: 10px;
	color: #003399;
	font-weight: normal;
}

#history_open,
#history_closed,
#bugnote_add_closed {
	width: 958px;
	margin: 0 auto;
	background-color: #fff;
}

html>body #history_open,
html>body #history_closed,
html>body #bugnote_add_closed {
	width: 954px;
}

#backNext {
	background-color: #b4b4b4;
	color: #fff;
	font-weight: normal;
}

#backNext a {
	color: #fff;
}	

#textCenter td {
	text-align: center;
}

#textCenter table {
	margin: 0 auto;
}

.optionCase {
	font-size: 11px;
}

#relatives #relativesInfo {
	padding: 0;
}

#goTo {
	width: 16%;
}

#bugnotes_open {
	*word-break: break-all;
}

#loginBox {
	margin-top: 110px;
	background-image: url('http://gruposinternet.com.br/templates/source/20/images/loginMantis.png');
	height: 336px;
	background-position: top center;
	background-repeat: no-repeat;
}

#loginBox table {
	border: none;
}

#loginBox h2 {
	font-size: 13px;
	color: #555555;
	font-weight: bolder;
	padding-top: 50px;
	margin-bottom: 10px;
}

#loginBox p {
	color: #555555;
	font-size: 11px;
	margin-bottom: 10px;
}

#loginBox .labelLogin {
	color: #555555;
	font-weight: bolder;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

#loginBox .buttonLogin {
	padding-left: 31%;
	
}

#whatPassword {
	position: absolute;
	margin-top: -136px;
	margin-left: 381px;
	color: #555;
	font-size: 10px;
}

#whatPassword a,
#whatPassword span {
	color: #555;
	font-size: 10px;
}
	
#footer #mantis {
	text-align: center;
	padding-top: 30px;
}

#footer #mantis a {
	font-size: 10px;
	color: #bbb;
}

table br {
	display: inline;
}
