@charset "utf-8";
/* CSS Document */
body{
	/*border: 0;*/
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	margin: 0;
	padding: 0;
}
#framecontentLeft, #framecontentTop{
	position: absolute;
	top: -3px;
	left: 0;
	width: 131px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden;
}
#framecontentLeft{
	background-image: url(../images/menu/menu_btm_ext.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#framecontentTop{
	left: 131px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 0;
	width: auto;
	height: 106px; /*Height of top frame div*/
	overflow: hidden;
	padding-top: 1px;
}
#maincontent{
	position: fixed;
	left: 131px; /*Set left value to WidthOfLeftFrameDiv*/
	top: 106px; /*Set top value to HeightOfTopFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	padding-right: 10px;
	padding-left: 10px;
	background-attachment: scroll;
}
.innertube{
	margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}
* html body{ /*IE6 hack*/
padding: 106px 0 0 131px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}
* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}
#orchidList1r {
	margin-left: 155px;
}
.orchidListAccent{
   position:absolute;
   left: 5px;
   z-index:-10;
}

