@charset "UTF-8";
/* CSS Document */

#Left{
	width:235px;
	height: 3700px;
}
	

#try{
	overflow: scroll;
}

#fram{
	position: absolute;
	top: 0px;
	left: 0px; /*Width of left frame div*/
	width:230px;
	overflow-y: scroll;
	overflow-x: hidden;
	margin: 5px;
	background-color:#dbdbc9;
}

#framecontentLeft{
	position: absolute;
	top: 95px;
	left: 0px; /*Width of left frame div*/
	width:235px;
	bottom: 85px;
	overflow-y: hidden;
	overflow-x: hidden;
}


#framecontentRight{
position:absolute;
top: 75px;
left: 600px;
right:auto;  /*Width of right frame div*/
bottom:85px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentTop{
	position: absolute;
	top: 0px;
	left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 75px;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	clear: both;
}

#framecontentBottom{
position:absolute;
height: 75px; /*Height of bottom frame div*/
left:0px;
right:0px;
bottom:0px;
overflow:hidden;
clear: both;
}

#maincontent{
position: absolute; 
top: 75px; /*Set top value to HeightOfTopFrameDiv*/
left: 240px; /*Set left value to WidthOfLeftFrameDiv*/
width: auto; 
bottom: 85px;
overflow: auto;   /*Disable scrollbars. Set to "scroll" to enable*/
}

.innertube{
margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#onemiddle{
	position: absolute;
	top: 95px; /*Set top value to HeightOfTopFrameDiv*/
	left: auto; /*Set left value to WidthOfLeftFrameDiv*/
	right:auto;
	width:auto; /*Set right value to WidthOfRightFrameDiv*/
	height: 100%;
	bottom: 85px;
	overflow: auto;   /*Disable scrollbars. Set to "scroll" to enable*/
}



#processPicsRight{
	position: absolute;
	top: 75px;
	left: 710px; /*Width of left frame div*/
	bottom:90px;
	width:290px;
	overflow: auto;
}

#processContent{
	position: absolute; 
	top: 75px; /*Set top value to HeightOfTopFrameDiv*/
	left: 330px;
	right: auto; 
	width: 380px;
	bottom:90px;
	overflow: auto; 

}

#processPicLeft{
	position: absolute; 
	top: 75px; /*Set top value to HeightOfTopFrameDiv*/
	left: 0px;
	width:330px;
	bottom:90px;
	overflow: auto; 
	overflow-x:hidden;
}

div #picleft {
	position: absolute;
	top: 75px;
	left: 0px;
	width:300px;  /*Width of right frame div*/
	bottom:85px;
	height:100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
}

div #clientList {
	position: absolute;
	top: 75px;
	left: 320px; /*Width of left frame div*/
	bottom: 85px;
	width:700px;
	overflow: auto;
}

div #mid {
	position:absolute;
	top: 75px;
	left: 310px; /*Width of left frame div*/
	bottom: 85px;
	width:10px;
	height:100%;
	overflow: auto;
}

#twomiddle{
	position: absolute;
	top: 95px; 
	left: 0px; 
	width:auto; 
	bottom: 85px;
	height: 100%;
	overflow: auto;   /* Set to "scroll" to enable*/
}

#container { /*global website container that will be centered */
width: 100%;
height: 100%;
position: absolute;
}
