/* 
* - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
		
 	Style sheet Name:
				divstyle.css
	Description :   
				This css script has all classes, ids defined that are used in defining
			look and feel of <div> tag. 

	Written by:
				09-Jan-2024	-	Infotools
				User will need to modify styles as per system requirements. At present 
			the code is generated for a set of values for color, background color, 
			border etc. 
				Class "tblscroll" and id "caprow" introduced on 05 Jun 2023 to provide
			scroll bars and fix caption row in a <table> element.

	Code review by:
				09-Jan-2024	-	Infotools

	Caution:
				09-Jan-2024	-	Infotools
				code generator ver 1.0.0
				Because this script is generated using proprietory code generator,
			changes in this script will need to be handled carefully.
				Preferably this should be done by who understands css working thoroughly.

	Assumption:
				09-Jan-2024	-	Infotools

	Remarks:
				09-Jan-2024	-	Infotools


* - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - * - *
*/

	
/* div tag ids and classes */

.left div {
	display: inline; 
	float: left;
}
/* 	background: pink;   */

.right div {
	display: inline; 
	float: right;
}

.center div {
	 text-align:center;
}

	
