BODY
{	
	margin: 0px 0px 0px 0px;
	font-family:arial,verdana,helvetica;
	font-size: 10pt;
}

/* Header */

.mainTitle
{
	background-image:url(../images/img_header.jpg);
	background-repeat:no-repeat;
	height:80px;
	background-color:#75A4F0;
	color: white;
	text-align: right;
}

.mainTitleOpenshop 
{
	background-image:url(../images/OpenshopTopaz.gif);
}

/* Top Menus */

.mainMenus
{
	width: 100%;
	border-bottom: 1px solid #C0C0C0;
	padding: 4 0 0 0;
	height: 30px;
}
.mainMenu1 
{
	position: relative;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	background: white;
	
}
.mainMenuHolder 
{
	position: absolute;
}
.mainMenuHeader 
{
	
}

.mainMenuHeader A {
	color: #505050;
	display: block;
	height: 21px;
	text-align: left;
	padding: 2 0 0 10;
	border-width: 1 1 0 1;
	border-style: solid;
	border-color: #C0C0C0;
	text-decoration: none;
	
}
.mainMenuHeader A:hover {
	background: #D0D0E4;
}

.mainMenuHeader {
	width: 140px;
}

.mainMenuSub
{
	xposition: relative;
	float:right;
	background: white;
	border-width: 0 1 1 1;
	border-style: solid;
	border-color: #C0C0C0;
	width: 140px;
	visibility: hidden;
}
.mainMenuSubLinks
{
}
.mainMenuSubLink 
{
	display:block;
	float:right;
	background-color:Red;
}
.mainMenuSubLink A
{
	z-index: -1;
	display: block;
	float:right;
	border-top: 1px solid #c0c0c0;
	background-color: red;
	height: 21px;
	padding: 2 0 0 10;
	text-align: left;
	text-decoration: none;
	color: #505050;
}

.mainMenuSubLink A:hover
{
	background-color: #D0D0E4;
}	

/* Side Menus */
BODY>form>.mainsidebar 
{
	position: absolute;
	top: 115px;
	bottom: 30px;	
	padding-top:10px;
}
.mainSidebar 
{		
	z-index:2;
	padding:0px 10px 10px 10px;
	float:left;
	width: 180px;
	height: expression(document.body.clientHeight - 152 + 'px');
}

.subMenu 
{
	width: 160px;
	border: 1px solid #C0C0C0;
	background:#ffffff;
	margin-bottom: 15px;
}
.subMenuHeader {
	background-image: url(../images/img_vertmenuheader.jpg);
	height: 25px;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 4 0 0 6;
}
.subMenuContent 
{
	text-align: left;
	padding: 5 5 5 5;
	margin-left: 5px;
	display:block;
}

/* Content */
.maincontent {
	height: expression((document.body.clientHeight - 160) + 'px');	
	width: expression((document.body.clientWidth - 180) + 'px');	
	background-color: white;
	overflow: auto;
	float: left;
	border-left:solid 1px #cccccc;		
}
BODY>form>.maincontent {
	position: absolute;
	top: 115px;
	left: 180px;
	bottom: 30px;
	right: 0px;
	padding-top:10px;
}
.mainScrollingContent 
{
	height: expression((document.body.clientHeight - 250) + 'px');	
	width:  expression((document.body.clientWidth - 210) + 'px');	
	background-color: white;
	overflow: auto;
	float: left;
}
.mainContent>.mainScrollingContent 
{
	position: absolute;
	top: 80px;
	left: 10px;
	bottom: 0px;
	right: 0px;}
/* Footer */

.mainFooter
{
	z-index:1;
	clear: both;
	height: 25px;
	width: 100%;
	background-color: white;
	border-top:solid 1px #cccccc;
	text-align: center;
	font-size: 0.8em;
	color: #808080;
	padding-top:5px;
}
BODY>form>.mainFooter {
	position: absolute;	
	bottom: 0px;
}

.inputsetting 
{
	width:100%;
}