/* watermarker.css*/


body		{ 
		font-family:arial; 
		margin:5px; 
		padding:0px;
		font-size:1em; 
		}
 
div.footer	{ 
		position:relative;
		clear:both; 
		margin-top:30px; 
		font-family: sans-serif;
		font-size:smaller; 
		text-align:center;  
		}

  /*------------------------*/
  /* tool row 		    */
  /*------------------------*/

 
div.inputrow2,
div.inputrow	{ 
		position:relative; 	
		width:440px; 
		height:1.7em; 
		clear:both; 
		line-height:1.7em; 
		background-color:#e0e0d0; 
		font-family:verdana; 
		font-size:.8em;  
		margin-top:2px;  
		}
div.inputrow2	{height:3.5em; 
		line-height:1.20em; 
		padding:.2em 0em;
		}

span.inputrow	{ // individual spinners
		position:relative;
		float:left; 	
		width:auto; 
		height:1.7em; 
		line-height:1.7em; 
		background-color:#ddd; 
		font-family:verdana; 
		font-size:.8em;  
		margin-top:2px;
		margin-left:5px;  
		}

input.number	{ 
		font-size: 1em; 
		width:2.5em; 
		height:1.2em; 
		line-height:1.2em; 
		padding:0px; 
		text-align:left; 
		border:0px; 
		background-color:#e0e0d0;
		}
input.button	{ 
		height:1.6em; 
		}
input.wmtext	{ 
		font-size: 1em; 
		height:1.2em; 
		line-height:1.2em;  
		}
input.logourl	{ 
		font-size: 1em; 
		height:1.2em; 
		line-height:1.2em;  
		}
div.spinup	{ 
		position:relative;
		float:left; 
		margin-right:10px;
		width:14px; 
		height:20px;  
		background:white url(../icons/updn.gif) center center no-repeat;
		}
div.spinup img	{
		position:relative;
		float:left;
		width:14px; 
		height:10px; 
		}
div.fixbtnrow	{ 
		position:relative; 
		width:440px; 
		height:auto; 
		clear:both; 
		line-height:1.7em; 
		background-color:#e0e0d0; 
		font-family:verdana; 
		font-size:.8em;  
		margin-top:2px;  
		}
div.fixbtn 	{ 
		position:relative; 
		width:72px; 
		height:auto;
		float:left; 
		margin-left:5px; 
		margin-bottom:4px;
		font-size:.8em;
		line-height:1.4em; 
		}
div.fixbtn button {
		width:32px;
		height:32px;
		padding:0px;
		margin:0px;
		float:left;
		background-image:url(../icons/icon_imgadj32.gif);
		background-position: center center;
		background-repeat:no-repeat;
		background-color:transparent;
		}

div.coverup	{
		position:absolute; 
		left:0px; 
		top:0px; 
		width:440px; 
		height:300px; 
		background-color:white; 
		opacity:.7; 
		filter:alpha(opacity=70);
		display:none;
		}
div.btnrow	{position:relative; }

div.spacebar 	{
		position:relative; 
		clear:both; 
		width:100%; 
		height:1px; 
		font-size:1px; 
		line-height:1px;
		}

  /*------------------------*/
  /* workspace 		    */
  /*------------------------*/

#tooltip	{
		position:absolute; 
		z-index:100; 
		left:0px; 
		top:0px; 
		visibility:hidden; 
		background-color:#f0f080; 
		padding:2px; 
		border:1px solid #d0d060; 
		font-family:verdana,arial; 
		font-size:smaller;
		}
div.shade	{
		position:absolute;
		background-color:silver; 
		opacity:0.6; 
		filter:alpha(opacity=60); 
		font-size:1px; 
		line-height:1px; 
		}
div.white	{
		position:absolute;
		background-color:white; 
		opacity:1; 
		filter:alpha(opacity=100); 
		}

img.overlay 	{ /* feather border */
		position:absolute; 
		width:100%; 
		height:100%; 
		}
div.pull	{ /* exact positioning */
		position:absolute; 
		width:1px; 
		height:1px; 
		font-size:1px; 
		} 
div.puller	{ /* larger landing zone */ 
		position:absolute; 
		width:22px; 
		height:22px; 
		font-size:1px; 
		background:transparent;
		} 
div.pulldot	{ /* visual puller */
		position:absolute; 
		left:6px; 
		top:6px; 
		width:6px; 
		height:6px; 
		font-size:1px; 
		border:2px solid gray; 
		border-color: white gray gray white; 
		background-color:silver; 
		} 
div.watermark	{
		position:absolute; 
		top:0px; 
		left:0px; 
		white-space:nowrap; 
		font-size:36pt; 
		line-height:125%; 
		background-color:transparent; 
		opacity:0.3; 
		filter:alpha(opacity=30);  
		cursor:pointer; 
		margin:0px; 
		padding:0px;
		border:0px solid red;
		} 
div.wm1 	{
		position:relative; 
		left:1px; 
		top:1px; 
		color:black;
		margin:0px; 
		padding:0px;
		}
div.wm2		{
		position:absolute; 
		left:0px; 
		top:0px; 
		color:white; 
		margin:0px; 
		padding:0px;
		}
img.logomark	{
		position:absolute; 
		top:0px; 
		left:0px; 
		background-color:transparent; 
		opacity:0.3; 
		filter:alpha(opacity=30);  
		cursor:pointer; 
		} 
.statusholder   {
		position:relative; 
		width:440px;
		height:auto;
		}
#statusbar	{
		position:relative; 
		float:left;
		clear:both; 
		width:1px; 
		height:10px; 
		font-size:1px; 
		visibility:hidden; 
		background-color:green; 
		}
button.cancel	{
		position:relative; 
		float:right;
		visibility:hidden; 
		}

#fr2		{
		margin-left:10px; 
		width:520px; 
		height:520px; 
		border:1px solid silver; 
		}

/* end */
