I solved my problem by putting the following in my stylesheet:
.inner th{
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: center;
font-family: "Tahoma";
font-size: 14px;
color: #FFFFFF;
background-color: red;
}-- View this message in context: http://www.nabble.com/How-to-create-style-classes-for-tr%3Atable-headers-tp24468081p24478654.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

