/* Ticket icons */
.Icon {
	width: auto;
	padding-left: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	color: #006699;
	text-decoration: none;
}
/*.Icon.Ticket {
	background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
	background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
	background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
	background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket, .Icon.apiTicket {
	background-image: url('../images/icons/ticket_source_other.gif');
}*/
.Icon.attachment {
	background-image: url('../images/icons/attachment.gif');
	padding-left: 20px;
}
.Icon.file {
	background-image: url('../images/icons/attachment.gif');
	padding-left: 20px;
}
.Icon.refresh {
	background-image: url('../images/icons/refresh.gif');
	padding-left: 20px;
}
.Icon.thread {
	font-weight: bold;
	font-size: 1em;
	background-image: url('../images/icons/thread.gif?1319556657');
	padding-left: 20px;
}
.Icon:hover {
	text-decoration: underline;
}