table#ticketList {
	border-collapse: collapse;
	
	background: #FFFFFF;

	border-width: 1px;
	border-style: solid;
	border-color: #000000;

	margin-left: auto;
	margin-right: auto;
}

table#ticketList tr.header {
	font-weight: bold;
	background: #808080;
}

table#ticketList tr {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

table#ticketList td#Subject {
	width: 300px;
}

table#ticketList td#Location {
	width: 100px;
}

table#ticketList td#Date {
	width: 100px;
}

table#ticketList td#User {
	width: 125px;
}

table#ticketList td.box {
	width: 20px;
	text-align: center;

}

.HighImportance {
	font-weight: bold;
	color: #FF0000;

	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.LowImportance {
	font-weight: bold;
	color: #800080;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.Resolved {
	font-weight: bold;
	color: #FF0000;
}
