@CHARSET "ISO-8859-1";
.ticket {
    background-image: url(images/ticket_icon.gif) !important;
}

.label {
	align: right;
	font-weight: bold;
}

.value {
	align: left;
	font-weight: normal;
}

.abutton {
	background-color: blue; 
	color: white; 
	font-weight: bold;
}

.warn {
	color: red; 
	font-weight: bold;
}
.roweven {
	background-color: silver;
}
.rowodd {
	background-color: #E0E0E0;
}
.tbheader {
	font-weight: bold;
	background-color: A0A0A0;
}
