/* CSS Document */
ul {
  margin-left:4px ;
  }

#shcode {
  position: relative ;
  width: 99% ;
  height:240px ;
  left:2px ;
  top: 0px ;
  overflow:auto ;
  border: 2px solid #000000 ;
}  
#mtexte {
  position: relative ;
  width: 99% ;
  height:160px ;
  left:2px ;
  top: 0px ;
  overflow:auto ;
  border: 2px solid #000000 ;
}  
#contents {
  position: relative ;
  width: 100% ;
  height:240px ;
  left:0px ;
  top: 0px ;
  	overflow-y: hidden;
	overflow: auto;
	overflow-x: scroll; 


  border: 0px solid #cecece ;
  background-color:#FFFFCC ;
}
#pos {
   background-color:#dde8eb ;
   color:#000000 ;
   font-size:10pt ;
   font-weight:bold ;
}   
table {
   width:100% ;
   !table-layout:fixed;
   border-collapse:collapse ;
   }
#cposition {
  color:#000000 ;
  font-weight:bold ;
  font-size:10pt ;
 }
.inptext {
   height:12px ;
   font-size:9t ;
   width:25px ;
   text-align:right ;
}   

.combodrop {
	font-family: "Courier New", Courier, mono;
	font-size: 11pt;
	white-space: nowrap;	
}


.input{
  background-color:#FFFFCC;
  color:#000000;
  font-size:9pt ;
  text-align:right;
}  
.go {
   position:relative ;
   top:5px ;
   left:auto;
  }
  body {
    margin: 2px 0px 0px 2px ;
	background-color:EDEDED ;
	color:#000000 ;
	overflow:hidden ;
	}
#statuslabel {
    font-size:8pt ;
	color:#999999 ;
	font-weight:normal ;
	}
.message {
   font-size:11pt;
   font-weight:normal ;
   color:#000000 ;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
	background-color: white ;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
	background-color:#3399FF ;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
	background-color: white ;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
   

