/************************ Sleeve format ***************************/
/*	
 *	Used for properties of Sleeve Specifications.
 */
.leftColumnSlv {
	clear: left;
	float: left;
	width: 50px;
}
.middleColumnSlv {
	float: left;
	width: 440px;
}
.rightColumnSlv {
	float: left;
	width: 230px;
}

#sideNote{
	margin-top: 50px;
	padding-left: 20px;
	background-color: #D9E0E2;
}

#slvTableContent{
	width: 400px;
}
/* Serial Number */
.slvNum {
	width: 75px;
	float: left;
	overflow:hidden;
	padding-left: 5px;
}

/* Operation description cell. */
.slvSize {
	width: 125px;
	float: left;
	overflow:auto;
}

/* Operation description cell. */
.slvDesc {
	width: 195px;
	overflow:auto;
} 

