/* 
@author Korben Zhang
Override Tapestry default css style.
*/


/* 
Bean Display cannot show null value properly.
*/

.t-beandisplay-label{
		color:green;
		font-size:1.1em;
		height:16pt;
}

.t-beandisplay-value{
			color:blue;
			font-size:11pt;
			height:1.6em;
}

table.t-data-grid tr{text-align:center;}

