@charset "utf-8";
/* CSS Document */
td
{
padding:5px;
border:1px solid #ccc;

}
tr:hover {
background-color: #ffff99;
}

.itemconfiguration
{
		height:200px;
		width:100%;
	
        overflow-y:auto;
		float:left;
		position:relative;
		margin-left:-5px;
}

.configuration
{
		height:100px;
		width:100%;
	
        overflow-y:auto;
		float:left;
		position:relative;
		margin-left:-5px;
}