<?xml version="1.0" encoding="UTF-8"?>
<f:template xmlns:f="http:/jsf.exadel.com/template"
   xmlns:u="http:/jsf.exadel.com/template/util" 
   xmlns="http://www.w3.org/1999/xhtml" >
   
<f:verbatim><![CDATA[

.tableHeader{
    background-position : top left;
    background-repeat : repeat-x;  
}

.tableInactiveRow {
	heigth:10px;
}

.linkToolBarGroup {
	text-decoration: none;
}

.rich-picklist-source-cell{
	cursor:pointer;
}

]]></f:verbatim>


<u:selector name=".tableHeader">
   	<u:style name="background-color" skin="headerBackgroundColor" />
   	<u:style name="font-family" skin="headerFamilyFont" />
   	<u:style name="font-size" skin="headerSizeFont" />
   	<u:style name="color" skin="headerTextColor" />
	<u:style name="background-image" >
    	   <f:resource f:key="org.richfaces.renderkit.html.GradientA"/>
	</u:style>
</u:selector>

<u:selector name=".tableInactiveRow">
   	<u:style name="background-color" skin="generalBackgroundColor" />
</u:selector>

<u:selector name=".linkToolBarGroup">
	<u:style name="font-family" skin="headerFamilyFont" />
	<u:style name="font-size" skin="headerSizeFont" />
	<u:style name="color" skin="headerTextColor" />
</u:selector>

</f:template>
