/* -----------------------------------------------
  positlog.css
  This file is part of PositLog.
 ----------------------------------------------- */

body
{ 
	font-size: 90%;
 	line-height: 1.4;
	padding:0px;
	margin:0px;
}

#spritesworld
{ 
	position: absolute;
	padding:0px;
	margin:0px;
}

/* -----------------------------------------------
  control panel in EditMode
----------------------------------------------- */
#controlpanel
{ 
	z-index: 2000000;
	background-color: #d0d0d0;
	overflow: hidden;
	padding: 0px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
	left: 0px;
	top: 0px;
	position: absolute;
}

#status
{ 
	font-size: smaller;
}

#newspritebtn
{ 
	background-image: url("newspritebtn.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px;  
	float: left;  
	width: 25px;
	height: 25px;
}


#newpagebtn
{ 
	background-image: url("newpagebtn.gif");
	background-repeat: no-repeat;
	margin: 0px 10px 0px 10px;  
	padding: 0px;  
	width: 25px;
	height: 25px;
	float: left;  
}

#yourid
{ 
	font-size: 100%;
	padding: 0px;  
	margin: 0px 10px 0px 10px;  
	height: 20px;
	float: left;
	color: #000000;
	text-align: left;
}

#controlresult
{ 
	font-size: 100%;
	padding: 0px;
	margin: 0px 10px 0px 10px;  
	height: 20px;
	float: left;
	color: #ff0000;
	text-align: left;
}

/* -----------------------------------------------
  footer
----------------------------------------------- */

#footer
{ 
	z-index: 2000000;
	font-style: normal;
	font-weight: normal;
	font-size: 90%;
	padding: 0px;
}


/* -----------------------------------------------
  sprites
----------------------------------------------- */

#spriteslist
{ 
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

#spritesworld * li.sprite
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: visible;
	cursor: auto;
}

#spritesworld * .button
{ 
  cursor: pointer;
}

#spritesworld * div.spriteregion
{
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 3px;
	border: 0px;
	float: left; /* This is obligatory */
	width: 100%;
}

#spritesworld * div.spritecontents
{
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
/* width: inherit; */ /* This must not be set. */
}

#spritesworld * div.spriteinfo
{
	width: 100%;
  font-size: 80%;
	left: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#spritesworld * span.iemagic
{
	float: right;
	font-size: 1px;	
	line-height: 1px;
}


#spritesworld * ul.parent
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#spritesworld * span.spritedate
{	
	margin-left: 0px;
	margin-right: 10px;
	float: right;
}

#spritesworld * span.spriteuri
{	
	margin-left: 0px;
	margin-right: 10px;
	float: right;
}


#spritesworld * span.spriteauthor
{
	margin-left: 0px;
	margin-right: 10px;
	float: right;
}

#spritemenu
{
	left: 0px;
	width: 0px;
	position: absolute;
	height: 20px;
	background-color: #000000;
	z-index: 1000000;
	cursor: move;
}

#sprite-group
{
	background-image: url("group.gif");
	background-repeat: no-repeat;
	position: absolute;
	font-size: 1px;	
	line-height: 1px;
	border: 2px solid #606060;
	width: 17px;
	height: 17px;
}

#sprite-ungroup
{
	background-image: url("ungroup.gif");
	background-repeat: no-repeat;
	position: absolute;
	font-size: 1px;	
	line-height: 1px;
	border: 2px solid #606060;
	width: 17px;
	height: 17px;
}

#sprite-scaler
{
	background-image: url("scaler.gif");
	background-repeat: no-repeat;
	position: absolute;
	width: 24px;
	height: 24px;
	font-size: 1px;	
	line-height: 1px;
	cursor: e-resize;
	right: -2px;
	bottom: -2px;
	z-index: 1000000;
}

#sprite-mover
{
	position: absolute;
	width: 1px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	left: 1px;
	top: 1px;
}

#sprite-editor
{
	background-image: url("editor.gif");
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	right: 1px;
	top: 1px;
}

#sprite-comment
{
	background-image: url("comment.gif");
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	right: 25px;
	top: 1px;
}

#sprite-delete
{
	background-image: url("delete.gif");
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 1px;
	line-height: 1px;
	left: 0px;
	top: 1px;
}

div.spritecontents .diarytitle
{
  font-size: 100%;
	margin-top: -6px;
	margin-left: -6px;
	margin-right: -6px;
	margin-bottom: 6px;
	padding: 6px;
	background-color: #706060;
	color: white;
}

/* -----------------------------------------------
   dialog
----------------------------------------------- */

#password-dialog
{
	z-index: 3000000;
	position: absolute;
	background-color: #e0e0e0;
	border: 2px solid #000000;
	font-size: 10px;
	padding: 0px;
 
}

#plugin-dialog
{
	z-index: 3000100;
	position: absolute;
	background-color: #e0e0e0;
	border: 2px solid #000000;
	font-size: 100%;
	padding: 10px;
}

#plugin-nametitle
{
  	float: left;
}

#dialog-clearcache
{
  	float: left;
}

#dialog-clearcacheresult
{
  	color: red;  
  	float: left;
}

#plugin-name
{
	clear: left;
	font-size: small;
}

#plugin-option
{
	font-size: small;
}

#plugin-template
{
	font-size: small;
}

#dialog-ok
{
	margin-left: 24px;
}

#dialog-control
{
	background-color: #c0c0c0;
	margin: 0px;
	width:200px;
	left:0px;
	top:0px;
	height: 16px;
	position: absolute;
	cursor: move;
}

#dialog-control2
{
	background-color: #e0e0e0;
	margin: 0px;
	width:200px;
	left:0px;
	top:18px;
	height: 80px;
	position: absolute;
	cursor: text;
	text-align: center;
}


#dialog-closebtn
{
	margin: 0px;
	right:0px;
	top:0px;
	position: absolute;
	cursor: default;
}

#dialog-passtitle
{
	font-size: 12px;
}

#dialog-pass
{ 
	font-size: 12px;
	height: 14px;
}

#dialog-result
{
	color: red;  
	font-size: 12px;
}

.attachedimage
{ 
	float: left; 
}

/* -----------------------------------------------
   editor
----------------------------------------------- */

#editor
{
	z-index: 3000000;
	position: absolute;
	background-color: #e0e0e0;
	border: 2px solid #000000;
	font-size: 100%;
	padding: 0px;
}

#editor-control
{
	background-color: #c0c0c0;
	margin: 0px;
	width:480px;
	left:0px;
	top:0px;
	height: 16px;
	position: absolute;
	cursor: move;
}

#editor-control2
{
	background-color: #e0e0e0;
	border-bottom: 1px dashed #c0c0c0;
	margin: 0px;
	width:480px;
	left:0px;
	top:18px;
	height: 20px;
	position: absolute;
	cursor: text;
}

#editor-control3
{
	background-color: #e0e0e0;
	border-bottom: 1px dashed #c0c0c0;
	margin: 0px;
	width:480px;
	left:0px;
	top:40px;
	height: 20px;  
	position: absolute;
	cursor: text;
}


#editor-control4
{
	background-color: #e0e0e0;
	margin: 0px;
	width:480px;
	left:0px;
	top:62px;
	height: 22px;  
	position: absolute;
	cursor: text;
}


#editor-closebtn
{
	margin: 0px;
	right:0px;
	top:0px;
	position: absolute;
	cursor: default;
}


#editor-savebtn
{
	margin: 0px;
	left: 0px;
	top: 0px;	
	position: absolute;
	cursor: default;
}


#editor-topbtn
{
	margin: 0px;
	left: 32px;
	top: 0px;
	position: absolute;
	cursor: default;
}

#editor-bottombtn
{
	margin: 0px;
	left:50px;
	top:0px;
	position: absolute;
	cursor: default;
}

#editor-authortitle
{
	margin-left: 10px;
	margin-right: 2px;
	font-size: 12px;
	float: left;
}

#editor-author
{ 
	margin-left: 3px;
	font-size: 12px;
	padding: 0px;  
	height: 14px;
	float: left;
}

#editor-filename
{ 
	font-size: 12px;
	padding: 0px;  
	height: 14px;
	overflow: hidden;
}

#editor-date
{
	margin-left: 10px;
	margin-right: 2px;
	font-size: 12px;
	float: left;
}

#editor-showauthor
{
	margin-left: 2px;
	margin-right: 10px;
	font-size: 12px;
	float: left;
	cursor: auto;
}

#editor-showdate
{
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12px;
	float: left;
	cursor: auto;
}


#editor-showlink
{
	margin-left: 2px;
	margin-right: 10px;
	font-size: 12px;
	float: left;
	cursor: auto;
}


#editor-id
{	margin: 0px;
	left: 110px;
	top: 0px;	
	position: absolute;
	font-size: 10px;
}

#editor-link
{ 
	margin-left: 2px;
	margin-right: 2px;
	font-size: 12px;
	float: left;
	cursor: auto;
}


#editor-framepaddingselectortitle
{
	margin-left: 10px;
	margin-right: 2px;
	font-size: 12px;
	float: left;
}


#editor-fileuploadbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
}

#editor-pluginbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
}

#editor-pluginname
{ 
	font-size: 12px;
	padding: 0px;  
	height: 14px;
	overflow: hidden;
}


#editor-fileclearbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
}

#editor-passtitle
{
	margin-left: 10px;
	font-size: 12px;
	float: left;
}

#editor-password
{ 
	margin-left: 3px;
	font-size: 12px;
	padding: 0px;
	height: 14px;
	float: left;
}

#editor-clearpass
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
}

#editor-textarea
{
	border-top: 1px solid #606060;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0px;
	position: absolute;
	top: 84px;
	left: 0px;
	font-size: smaller;
	line-height: 1.1;
}

#fileuploadframe
{
	z-index: 3000100;
	position: absolute;
	background-color: #e0e0e0;
	border: 2px solid #000000;
	font-size: 100%;
	padding: 7px;
}


#editor-framecolorbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
	margin-left: 24px;
}

#editor-bgcolorbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
}

#editor-forecolorbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
	height: 20px;
	float: left;
}

#editor-frameselector
{
	float: left;
}

#tcs-hexsetbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
}

#tcs-title
{
	padding: 0px;
  	margin-top: 5px;
}

#tcs-hexclearbtn
{
	background-color: white;
	color: black;
	font-size: 12px;
	padding: 0px;
  	margin-top: 3px;
  	margin-left: 7px;
}

#editor-framesizeselector
{
	float: left;
}

#editor-framepaddingselector
{
	float: left;
}

#trianglecolorselector
{
	position: absolute;
	cursor: auto;
	z-index: 3000100;
}

#pensizeSelector
{
  margin-right: 30px;
}


#drawingtitlebar
{
  background-color: #606060;
  position: absolute;
  border-right: 1px solid #000000;
	cursor: move;
	z-index: 3000100;
}

