/* this css file have 3 categories of settings for controls on the page. Specific setting category is applied according to the clients resolution


/* following three css classes will be used for 1280x1024 resolution*/
.Table1280x1024
{
	width:830px;
	height:856px;	
	/*border:1px solid red;*/
}

.Table21280x1024
{
	width:800px;
	height:650px;
	/*border:1px solid green;*/
}

.Table31280x1024
{
	height:650px;
}
.dList1280x1024
{
	height:700px;
}
.dList11280x1024
{
	height:570px;
	overflow:auto;
}

.Table41280x1024
{
	height:630px;
}

/* following three css classes will be used for 1280x960 resolution*/
.Table1280x960
{
	width:830px;
	height:780px;	
	/*border:1px solid red;*/
}

.Table21280x960
{
	width:800px;
	height:625px;
	/*border:1px solid green;*/
}

.Table31280x960
{
	height:625px;
}
.dList1280x960
{
	height:645px;
}
.dList11280x960
{
	height:540px;
	overflow: auto;
}

.Table41280x960
{
	height:555px;
}
/* following three css classes will be used for 1280x768 resolution*/
.Table1280x768
{
	width:830px;
	height:425px;	
/*	border:1px solid red;*/
}

.Table21280x768
{
	width:800px;
	height:420px;
	/*border:1px solid green;*/
}

.Table31280x768
{
	height:420px;
}
.dList1280x768
{
	height:440px;
}
.dList11280x768
{
	height:400px;
	overflow: auto;
}
.Table41280x768
{
	height:350px;
}

/* following three css classes will be used for 1280x720 resolution*/
.Table1280x720
{
	width:830px;
	height:400px;	
	/*border:1px solid red;*/
}

.Table21280x720
{
	width:800px;
	height:400px;
	/*border:1px solid green;*/
}

.Table31280x720
{
	height:405px;
}
.dList1280x720
{
	height:420px;
}
.dList11280x720
{
	height:200px;
	overflow: auto;
}
.Table41280x720
{
	height:325px;
}


/* following three css classes will be used for 1280x1024 resolution*/

.label1280
{
	font-size: 14pt;
	color: blue;
	font-family: Arial;
}
.textBox1280
{
	width: 150;
	height: 50;	
}
.button1280
{
	width: 150;
	height: 50;
}
.image1280
{
	background-image: url(1280.jpg);
	width: 1259;
	height: 121;    	
}

/* following three css classes will be used for 1024x768 resolution*/
.label1024
{
	font-size: 11pt;
	color: red;
	font-family: Arial;
}
.textBox1024
{
	width: 120;
	height: 40;	
}
.button1024
{
	width: 120;
	height: 40;
} 
.Table1024
{
	/*background-image: url(images/1024.jpg);*/   
	/*border:1px solid red;*/
	/*width:742px;*/
	width:830px;
	height:600px;
}

/* following three css classes will be used for 800x600 resolution*/
.label800
{
	font-size: 8pt;
	color:  Green ;
	font-family: Arial;
}
.textBox800
{
	width: 80;
	height: 30;		
}
.button800
{
	width: 80;
	height: 30;	
}
.image800
{
	background-image: url(800.jpg);
	width: 779;
	height: 76;    	
}

.Table31024
{
	/*width:150px;*/
	/*height:227px;*/
	height:444px;
}
.Table31152
{
	/*width:150px;*/
	/*height:227px;*/
	height:535px;
	/*height:490px;*/
}

.Table41024
{
	height:400px;
}

.Table1800
{
	/*width:742px;
	height:450px;*/
	width:749px;
	/*height:432px;*/
	height:430px;
	/*border:1px solid red;*/
}
.Table1152
{
	/*width:978px;*/
	width:830px;
	height:696px;
	/*border:1px solid pink;*/
}

.Table3800
{
	/*width:100px;*/
	/*height:120px;*/
	/*height:227px;*/
	height:270px;
}

.Table4800
{
	height:230px;
}

.Table21152
{
	/*width:958px;*/
	width:800px;
	height:470px;
	/*border:1px solid green;*/
}
.Table21024
{
	width:800px;
	height:464px;
	border:1px solid green;
}

.Table2800
{
	width:720px;
	/*height:227px;*/
}
.dList800
{
	/*width:625px;
	height:225px;*/
	width:700px;
	height:285px;
	/*overflow:scroll;*/
}
.dList1800
{
	/*width:625px;
	height:225px;*/
	overflow: auto;
	height:135px;
	/*overflow:scroll;*/
}
.dList1024
{
	/*width:625px;
	height:390px;
	overflow:scroll;
	border:1px solid red;*/
	/*width:820px;*/
	height:462px;
	
}
.dList11024
{
	height:420px;
	overflow: auto;
	
}

.dList1152
{
	height:540px;
}
.dList11152
{
	overflow: auto;
	height:500px;
}
.divImages800
{
/*	width:535px;*/
	height:290px;
	overflow:scroll;
}
.divImages1024
{
	/*width:635px; */
	height:442px;
	overflow:scroll;
}
.divImages1152
{
}
/* following three css classes will be used for 1280x768 resolution*/
.Table1280x800
{
	width:830px;
	height:425px;	
	/*border:1px solid red; */
}

.Table21280x800
{
	width:800px;
	height:420px;
	/*border:1px solid green;*/
}

.Table31280x800
{
	height:420px;
}
.dList1280x800
{
	height:420px;
}
.dList11280x800
{
	height:270px;
	overflow: auto;
}
.Table41280x800
{
	height:350px;
}
.divImages1280x800
{
	/*width:635px;*/
	height:438px;
	overflow:scroll;
}
/* end 1280x800 */

/* following three css classes will be used for 1400x900 resolution*/
.Table1440x900
{
	width:830px;
	height:625px;	
	/*border:1px solid red; */
}

.Table21440x900
{
	width:800px;
	height:620px;
	/*border:1px solid green;*/
}

.Table31440x900
{
	height:670px;
}
.dList1440x900
{
	height:670px;
}
.dList11440x900
{
	height:510px;
	overflow: auto;
}
.Table41440x900
{
	height:550px;
}
.divImages1440Res900
{
	/*width:635px;*/
	height:660px;
	overflow:scroll;
}
/* end 1440x900 */
