﻿/*--------------------------- main ----------------------------*/
html, body{
				margin:0;
				padding:0;
				height:100%;
				border:none;
				overflow:hidden;
				font-family:Arial;
				color:#C0C0C0;
				background-color:#000000;
				scrollbar-base-color:#000000;
				scrollbar-arrow-color:#C0C0C0;
				scrollbar-track-color:#202020;
				scrollbar-highlight-color:#C0C0C0;
				scrollbar-shadow-color:#808080;
				scrollbar-darkshadow-color:#303030;
}
p{				font-family:Arial;
				color:#C0C0C0;
				background-color:transparent;
				margin-top:0;
				margin-bottom:0;
}
td{				font-family:Arial;
}
a:link{			color:#BBBB88/*#99CCFF*/;
				text-decoration:none;
}
a:active{		color:#DDDDAA/*#3366FF*/;
				text-decoration:none;
}
a:visited{		color:#999966/*#6699FF*/;
				text-decoration:none;
}
a:hover{		color:#FFDD00;
				text-decoration:none;
}
img{
				border:0;
}
select{
				border:1px inset #C0C0C0;
				color:#C0C0C0;
				background-color:#000000; 
				font-family:Arial
}
input, textarea, button{
				border:1px outset #C0C0C0;
				color:#C0C0C0;
				background-color:#000000; 
				font-family:Arial
}
/*--------------------------- frame ---------------------------*/
#framecontentLeft{
				position:absolute; 
				top:0; 
				left:0; 
				width:0;
				height:100%;
				overflow:hidden;
				background-color:transparent;
}
#frameSpacer{
				position:absolute;
				top:128pt;
				bottom:24pt;
				left:100%;
				left:100%;
				width:6pt;
				overflow:hidden;
				background-color:#202020;
}
#framecontentTop{
				position:absolute; 
				top:0; 
				left:0;
				right:0;
				width:100%;
				height:128pt;
				overflow:visible;
}
#framecontentBottom{
				position:absolute; 
				top:auto; 
				left:0;
				bottom:0;
				right:0;
				width:100%;
				height:24pt;
				overflow:hidden;
}
#maincontent{
				position:absolute;
				top:128pt; 
				left:0;
				right:0;
				bottom:24pt;
				overflow:auto;
}
* html #maincontent{
				height:100%; 
				width:100%; 
}
#maincontentInner{
				overflow:auto;
				margin:0 36pt;
				min-width:360pt;
}
.frameDividerH{
				background-color:#000000;
				width:1px;
				font-size:1px;
}
.frameDividerV{
				background-color:#000000;
				height:1px;
				font-size:1px;
}
.frameBlock{
				background-color:#242424;
}