/* Trackers */
.tracker_issue_fields {
	margin: 0px;
	border: 1px solid white;
}

.tracker_issue_status {
	margin-left: 8px;
	margin-right: 0px;
	border: 1px solid white;
}

.tracker_issue_fields_table {
	width: 100%;
	background: #3f547f;
}

.tracker_issue_data {
	width: 100%;
	margin-bottom: 8px;
}

.tracker_issue_field_data {
	background: #2a4680;
}

.tracker_issue {
	padding: 8px;
}

.tracker_issues_table {
	width: 100%;
	background: #3f547f;
}

.tracker_issues_table_cell {
	background: #2a4680;
}

th.tracker_issues_table_cell a {
	color: white;
}

.tracker_status_description_box {
	position: absolute;
	left: -100;
	top: -50;
	width: 200;
	padding: 4px;
	background: #718bbc;
	border: 2px solid white;
	visibility: hidden;
	cursor: pointer;
	cursor: hand;	/* stupid IE */
}

.tracker_search_table {
	margin: 8px;
	text-align: center;
}

#tracker_search_header {
	text-align: center;
}

.tracker_status_header {
	font-weight: bold;
}

.tracker_status_description {
	margin-left: 5px;
}

.tracker_issue_status_top {
	text-align: center;
	margin: 10px;
	padding: 10px;
	/* border: 1px solid #111166; */
	background: #111166;
	font-weight: bold;
	color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.tracker_issue_status_top div.resolved_message {
	font-weight: normal;
	margin-top: 10px;
}

.byond_tracker_comment {
	background: #3f547f;
}

.return_to_tracker_link {
	text-align: center;
}

.tracker_show_hide_system_notices {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
	background: #3f547f;
	border: 2px solid #111166;
}

#manage_tracker {
	text-align: center;
}

