table.mysqlphpgrid {
				line-height: 22px;
	}

th.th 			{background: #a6a26b; color: white; height:22px;}
th.th:hover 	{background: #82793d; cursor: pointer;}
td.tdeven 		{background: #e8eec2; padding-right: 7px}
td.tdeven:hover {background: #dece68; color: white; cursor: default;}
td.tdodd 		{background: #d2d5a5; padding-right: 7px}
td.tdodd:hover 	{background: #dece68; color: white; cursor: default;}

.add			{background: url(../images/mysqlphpgrid/add.png) no-repeat; width: 13px; height: 13px; cursor: pointer;}
.add:hover 		{background: url(../images/mysqlphpgrid/addHover.png) no-repeat; width: 13px; height: 13px; cursor: pointer;}

.del 			{background: url(../images/mysqlphpgrid/delete.png) no-repeat; width: 13px; height: 13px; cursor: pointer;}
.del:hover 		{background: url(../images/mysqlphpgrid/deleteHover.png) no-repeat; width: 13px; height: 13px; cursor: pointer;}

.sortAsc		{background: url(../images/mysqlphpgrid/sortAsc.png) no-repeat right; padding:0px 18px 0px 18px; margin-right:5px;}
.sortDesc		{background: url(../images/mysqlphpgrid/sortDesc.png) no-repeat right; padding:0px 18px 0px 18px; margin-right:5px;}
.sortNone		{background: url(../images/mysqlphpgrid/sortNone.png) no-repeat right; padding:0px 18px 0px 18px; margin-right:5px;}

td input, td select		{width:100%;}
