	table.pad_sheet
	{
		width:100%;
	}
	
	td.pad_sheet_selecionado {
	    color:#FFFFFF;
		background:-moz-linear-gradient(center bottom , #275B9F, #4279c0) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear, center bottom, center top, from(#275B9F), to(#4279c0));
		background-color: #4279c0;
		font-weight:bold;
	    font-size: 8pt;
		cursor:pointer;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	}
	td.pad_sheet_nao_selecionado {
	    color:#999999;
		background:-moz-linear-gradient(center bottom , #CCCCCC, #EEEEEE) repeat scroll 0 0 transparent;
		background: -webkit-gradient(linear, center bottom, center top, from(#CCCCCC), to(#EEEEEE));
	    -moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
	    background-color: #EEEEEE;
	    font-size: 8pt;
		cursor:pointer;
	}

	