/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width:280px;
	float:left;
	height: 200px;
	overflow: auto;
	overflow-x:hidden;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;

}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
overflow: auto;
overflow-x:hidden;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
width:100%;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 280px;
height: auto;
position: relative;
color: black;

}

.statictable
{
position:fixed;
}
/* general page style ends here */
