/** List **/

#tickets table {
  border-top: 1px dotted #DDDDDD;
  font-size: 11px;
}

#tickets table td {
  padding: 3px;
  border-bottom: 1px dotted #DDDDDD;
}

#tickets td.priority {
  width: 16px;
}

#tickets td.star {
  width: 16px;
}

#tickets td.ticket_id {
  width: 10px;
  font-size: 11px;
}

#tickets td.ticket_id, #tickets td.name {
  color: #999;
  font-size: 11px;
}

#tickets td.name a, #tickets td.name a:hover {
  color: #333;
  border: 0;
  text-decoration: none;
}

#tickets td.name a:hover {
  text-decoration: underline;
}

#tickets td.checkbox {
  width: 16px;
}

#tickets td.visibility {
  width: 16px;
}

/*******************************************************************************
  Changes
*******************************************************************************/

#ticket_changes {
  margin-top: 2px !important;
}

#ticket_changes ul {
  padding-left: 0 !important;
  list-style: circle !important;
}

#ticket_changes ul li {
  display: list-item !important;
}

#ticket_changes .ticket_change {
  margin: 3px 0 10px;
  line-height: 150%;
  font-size: 11px;
}

#ticket_changes .ticket_change h3 {
  font-size: 11px;
}

#ticket_changes .ticket_change ul {
  margin-left: 20px;
  color: #666;
}

#show_all_ticket_changes {
  margin-top: 16px;
  text-align: center;
}

#show_all_ticket_changes a {
  padding: 3px 0 3px 20px;
  background: url('images/hourglass-small.gif') no-repeat center left;
}

/*******************************************************************************/
/* acHack additions */
/*******************************************************************************/

.common_table_list li .main_data {
  margin: 0px 50px 0px 70px;
}

.common_table_list li .sub_data {
  float: right;
  display: block;
  padding: 0px 3px;
  margin: 0px 20px;
  font-style: italic;
  color: green;
}

.common_table_list li .sub_data a{
  color: #999999;
}

.common_table_list li .content_container {
  display: none;
  padding: 5px 10px 5px 130px;
  color: #666666;
  border-top: 1px dotted #CCCCCC;
  clear: both;
}


.common_table_list li .ticket_id {
  width: 28px;
  text-align: right;
  color: #999;
  position: relative;
  vertical-align: top;
}


.common_table_list li .option img {
  vertical-align: top;
}

.common_table_list li .left_options {
  width: auto;
}

.common_table_list li .right_options .object_visibility img {
  margin-top: 2px;
}

.common_table_list li.ticket .left_options {
  width: 120px; /* only wider on ticket pages */
}
.common_table_list li.ticket .main_data {
  margin-left: 125px;
}
.common_table_list li .left_options .option {
  float: left;
  line-height: 25px;
  vertical-align: top;
}

.common_table_list li .left_options .option.img {
  width: 16px;
  text-align: center;
}

.content_expander
{
  background: url(images/expand_collapsed.gif) no-repeat 0 2px;
  cursor: pointer;
  float: right;
  padding: 8px 8px;
  height: 16px;
}

.content_expander.collapsed
{
  background: url(images/expand_expanded.gif) no-repeat 0 2px;
}

/* Custom project status label styles */
.status {
  padding: 2px 5px 3px;
  color: #FFFFFF;
  margin-right: 5px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}

.highlight {
	background-color: #FFFF88;
}

/* Over: acHack additions */

/* Comment visibilty */
#comment_visibility {
	width: 100px;
}

#comments table td select, #tickets_plus_quick_update_form table td select{
	width: 120px;
}


