#divSheetBtn
{
	z-index: 8;
	left: 0pt;
	position: absolute;
}

.SimpleResultTable
{
	cursor: url( "../images/cross01.cur" );
	table-layout: fixed;
	border:  .5pt solid #E2E2E2;
	border-collapse: collapse;
	margin-top: 0px;
	margin-left: 0px;
}
.SimpleResultTable td
{
	border-left: .5pt solid #E2E2E2;
	border-top: .5pt solid #E2E2E2;
	padding: 2px 3px;
	
}

.SimpleResultTable th
{
	text-align: center;
	border: none;
	font-size: 12px;
	position : relative ;

}

.SimpleResultTableHead
{
	cursor: url( "../images/cross01.cur" );
	table-layout: fixed;
	border: 1pt solid #666;
	border-collapse: collapse;
}

.SimpleResultTableHead th
{
	text-align: center;
	background: #f0f0f0;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	font-weight: normal;
	font-size: 12px;
}

.SimpleResultTable2
{
	cursor: url( "../images/cross01.cur" );
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
	margin-top: 1px;	
}
.SimpleResultTable2 td
{
	border: none;
	padding: 2px 3px;
}

.SimpleResultTable2 th
{
	visibility: hidden;
	text-align: center;
	background: #f0f0f0;
	border: none;
	font-weight: normal;
	font-size: 12px;
}

.mainPanel
{
	border: none;
	z-index: 4;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	height: 490px;
	width: 800px;
}

.topPanel
{
	display: block;
	border: none;
	z-index: 15;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	width: 800px;
	height: 20pt;
}
.leftPanel
{
	display: block;
	border: none;
	z-index: 16;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	width: 30pt;
	height: 490px;
}
.scrollPanel
{
	z-index: 1;
	left: 0pt;
	overflow: scroll;
	position: absolute;
	width: 818px;
	height: 508px;
	/*border: none;*/
	border: 1px solid #666;		
}
/*
.topCell
{
	background: #f0f0f0;
	z-index: 7;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	width: 30pt;
	height: 20pt;
	border: 1pt solid #666;
}
*/
.editorBar
{
	position: absolute;
	left: 0pt;
	height: 20pt;
	width: 800px;
	border: 1pt solid black;
	border-bottom: none;
	padding-bottom: 0pt;
	background-color: rgb(255, 255, 204);
}

.editor
{
	border-style: none;
	background-color: rgb(255, 255, 204);
	width: 100%;
	height: 100%;
}
.toolbar
{
	left: 0pt;
	height: 26pt;
	width: 800px;
	margin-bottom: 5px;
}
.toolbar table
{
	padding: 0;
	width: 100%;
	height: 100%;
	border-left: 1pt solid black;
	border-collapse: collapse;
}
.toolbar button
{
	border: 1pt outset;
	border-bottom: 1pt solid #666;
	height: 100%;
	width: 100%;
	left: 0;
	text-align: right;
	padding-right: 4pt;
	background-color: #f0f0f0 !important;
	cursor: hand;
}

.calendarIcon
{
	/*margin-top: 1px;*/ /*float: none;*/
	width:18px;
	height:18px;
	background-image:url(../images/bk1-1.gif);
	border :0;
	z-index: 9;
	position: absolute;
	cursor: hand; /*right: 1px;*/
	BEHAVIOR: url(../inc/icon.htc);
}
.lastCell
{
	border-top: 1px solid black;
	width: 200px;
	background-color: transparent ;
}

iframe
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: auto;
}

.shadowboxfloat
{
	margin: 2px 0px 0px 2px;
	background: url(../Images/shadowlight.gif) repeat;
	WIDTH: 100%;
	border: none!important;
}

.shadowcontent
{
	position: relative;
	padding: 3px;
	top: -2px; /* these two define the shadow 'offset'*/
	left: -2px; /*...*/
	background: #c3daf9;/*#C4E1C7;*/
	color: black;
	border: 1px solid #2E595C;
}
#class .loading-indicator{
	font-size:12px;
	height:18px;
}
.loading-indicator {
    font-size:8pt;
    background-image:url('../Images/loading.gif');
    background-repeat: no-repeat;
    background-position:top left;
    padding-left:20px;
	height:18px;
	text-align:left;
}
#loading{
	position:absolute;
	left:45%;
	top:40%;
	border:1px solid #6593cf;
	padding:2px;
	background:#c3daf9;
	width:150px;
	text-align:center;
	z-index:20001;
}
#loading .loading-indicator{
	border:1px solid #a3bad9;
	background:white url(../Images/block-bg.gif) repeat-x;
	color:#003366;
	font:bold 13px tahoma,arial,helvetica;
	padding:10px;
	margin:0;
}

.cellMantleMain
{
	cursor: url( "../images/cross01.cur" );
	display:none  ;
	overflow :hidden ;
	position :absolute ;
	z-Index : 10;
	border : 2pt solid #5177FF;
	overflow :hidden ;
}

.cellMantle
{
	border-style :none ;
	overflow :hidden ;
	background-Color :#C9DEFA ;
	filter:alpha(opacity=20);
	position :absolute ;	
	top:0;
	left:-2;
	width:100%;
	height:100%;
}
.lockedCell
{	
	border-style :none ;
	overflow :scroll ;
	position :absolute ;
	display:none ;
	z-Index : 10;
}
.aaaa{
	display:none  ;
	position :absolute ;
	z-Index : 31;
	border : 2pt solid #5177FF;
	overflow :auto ;
}
.body
{
	-moz-user-select: none;
}
#drawRect
{
	border:3px dashed #5177FF; 
	position:absolute; 
	z-index : 1; 
	top:1px; 
	left:1px; 
	width:10px; 
	height:10px; 
	display:none; 
	font-size:1px; 
	line-height:1px;
}
#drawRectCopy
{
	border:3px solid #5177FF; 
	position:absolute; 
	z-index : 1; 
	top:1px; 
	left:1px; 
	width:10px; 
	height:10px; 
	display:none; 
	font-size:1px; 
	line-height:1px;
}