#tracker_bar {
	padding: 0 20px 0 20px;
	line-height: 26px;
	height: 26px;
	margin-bottom: 20px;
}

#tracker_bar span {
	color: #666666;
}

#tracker_bar ul {
	float: right;
	list-style: none;
}

#tracker_bar ul li {
	display: inline;
}

#tracker_bar a {
	text-decoration: none;
	color: #666666;
}

#tracker_bar a:hover {
	color: #f19300;
}

#tracker_new_ticket a {
	font-weight: bold;
}

#tracker {
	padding: 0 20px 0 20px;
}

#tracker h1 {
	font-size: 20px;
	color: #f19300;
	margin: 0 0 .5em 0;
}

#tracker h2 {
	font-size: 16px;
	color: #222222;
}

#tracker .milestone {
	margin-bottom: 20px;
}

#tracker .milestone_due {
	font-size: 10px;
	color: #aaaaaa;
}

#tracker .milestone_progress {
	float: left;
	height: 15px;
	width: 90%;
	border: 1px solid #cccccc;
}

#tracker .milestone_progress_bar {
	margin: 1px;
	height: 13px;
	background: #f19300;
}

#tracker .milestone_progress_value {
	float: left;
	width: 9%;
	height: 17px;
}

#tracker .milestone_tickets {
	display: inline;
	font-size: 11px;
	margin-top: 5px;
	margin-right: 10px;
}

#tracker .milestone_tickets a {
	color: #f19300;
}

table.ticket_list {
	border: 1px solid #b3b3b3;
}

table.ticket_list thead {
	background: #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
}

table.ticket_list thead th {
	color: #555555;
	font-weight: bold;
}

table.ticket_list tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.ticket_list tbody tr.priority3 {
	background: #e64848;
}

table.ticket_list tbody tr.priority2 {
	background: #ff8d8d;
}

table.ticket_list tbody tr.priority1 {
	background: #ffd3d3;
}

table.ticket_list tbody tr.priority0 {
	background: white;
}

table.ticket_list tbody tr.state1 td {
	text-decoration: line-through;
}

table.ticket_list tbody tr.state2 a {
	color: #cccccc;
	text-decoration: line-through;
}

table.ticket_list tbody td {
	padding-left: 5px;
	padding-right: 5px;
}

.ticket_id a {
	color: black;
	display: block;
	font-weight: bold;
}

.ticket_summary a {
	display: block;
	color: black;
}

.ticket_release {
	font-size: 12px;
}

#ticket_pagination {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	color: #555555;
}

#ticket_pagination ul {
	list-style: none;
	margin: 0 0 0 0;
	display: inline;
}

#ticket_pagination a:link,#ticket_pagination a:visited {
	border: none;
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}

#ticket_pagination a:hover {
	color: #f19300;
}

#ticket_pagination li {
	padding: 2px 2px 2px 2px;
	list-style: none;
	display: inline;
	border: 1px solid #b3b3b3;
}

#ticket_pagination li.current {
	color: white;
	font-weight: bold;
	background: #b3b3b3;
}

#ticket_filter {
	border: 1px solid #b3b3b3;
	background: #f2f2f2;
	padding: 10px;
}

#ticket_filter h2 {
	font-size: 13px;
}

#ticket_filter form {
	padding-top: 10px;
}

#ticket_filter td {
	background: none;
}

#ticket_box {
	border: 1px solid #b3b3b3;
	padding: 10px;
}

#ticket_box hr {
	border: 0;
	border-top: 1px solid #b3b3b3;
}

table.ticket_infos {
	border: none;
}

table.ticket_infos .ticket_submitter {
	padding: 0;
	font-size: 11px;
	color: #b3b3b3;
}

ul.ticket_actions {
	height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.ticket_actions li {
	display: inline;
	float: left;
	line-height: 23px;
}

ul.ticket_actions li a:link,ul.ticket_actions li a:visited,ul.ticket_actions li input {
	height: 23px;
	display: block;
	color: white;
	background: #3e3e40;
	text-decoration: none;
	border: #555555 1px solid;
	width: 98px;
	text-align: left;
	padding-left: 5px;
	margin-right: 5px;
}

ul.ticket_actions li a:hover {
	color: #f19300;
}

select {
	width: 150px;
}

.form_error {
	padding: 2px;
	border: 1px dotted red;
	background: #ffddcc;
	color: red;
	margin: 5px 0 5px 0;
}

#ticket_comments {
	margin-top: 20px;
}

#ticket_comments h2 {
	font-size: 14px;
	color: #aaaaaa;
	margin-bottom: 10px;
}

.ticket_comment {
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 10px;
}

.ticket_comment table {
	border: 0;
}

.ticket_comment th {
	background: #f2f2f2;
	padding: 5px;
}

.ticket_comment th span.date {
	display: block;
	font-weight: normal;
	font-size: 11px;
}

.ticket_comment td {
	padding: 5px;
}

#ticket_comment_body {
	width: 645px;
}

#ticket_body {
	width: 615px;
}

.ticket_tips {
	font-size: 10px;
	font-style: italic;
}
